Google Analytics Admin V1alpha Client - Class SynchronizationMode (0.29.0)

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 \ SubpropertySyncConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SYNCHRONIZATION_MODE_UNSPECIFIED

Value: 0

Synchronization mode unknown or not specified.

Generated from protobuf enum SYNCHRONIZATION_MODE_UNSPECIFIED = 0;

NONE

Value: 1

Entities are not synchronized.

Local edits are allowed on the Subproperty.

Generated from protobuf enum NONE = 1;

ALL

Value: 2

Entities are synchronized from Parent Property.

Local mutations are not allowed on the Subproperty (Create / Update / Delete)

Generated from protobuf enum ALL = 2;