Enum SubpropertySyncConfig.SynchronizationMode (0.77.0)

public enum SubpropertySyncConfig.SynchronizationMode extends Enum<SubpropertySyncConfig.SynchronizationMode> implements ProtocolMessageEnum

Synchronization modes for a Subproperty

Protobuf enum google.analytics.admin.v1alpha.SubpropertySyncConfig.SynchronizationMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL

Entities are synchronized from Parent Property. Local mutations are not allowed on the Subproperty (Create / Update / Delete)

ALL = 2;

ALL_VALUE

Entities are synchronized from Parent Property. Local mutations are not allowed on the Subproperty (Create / Update / Delete)

ALL = 2;

NONE

Entities are not synchronized. Local edits are allowed on the Subproperty.

NONE = 1;

NONE_VALUE

Entities are not synchronized. Local edits are allowed on the Subproperty.

NONE = 1;

SYNCHRONIZATION_MODE_UNSPECIFIED

Synchronization mode unknown or not specified.

SYNCHRONIZATION_MODE_UNSPECIFIED = 0;

SYNCHRONIZATION_MODE_UNSPECIFIED_VALUE

Synchronization mode unknown or not specified.

SYNCHRONIZATION_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()