Reference documentation and code samples for the Google Analytics Admin V1alpha Client class SynchronizationMode.
Synchronization modes for a subproperty
Protobuf type google.analytics.admin.v1alpha.SubpropertySyncConfig.SynchronizationMode
Namespace
Google \ Analytics \ Admin \ V1alpha \ SubpropertySyncConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SYNCHRONIZATION_MODE_UNSPECIFIED
Value: 0Synchronization mode unknown or not specified.
Generated from protobuf enum SYNCHRONIZATION_MODE_UNSPECIFIED = 0;
NONE
Value: 1Entities are not synchronized.
Local edits are allowed on the subproperty.
Generated from protobuf enum NONE = 1;
ALL
Value: 2Entities are synchronized from parent property.
Local mutations are not allowed on the subproperty (Create / Update / Delete)
Generated from protobuf enum ALL = 2;