public enum SubpropertySyncConfig.SynchronizationMode extends Enum<SubpropertySyncConfig.SynchronizationMode> implements ProtocolMessageEnum
Synchronization modes for a subproperty
Protobuf enum google.analytics.admin.v1alpha.SubpropertySyncConfig.SynchronizationMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL |
Entities are synchronized from parent property. Local mutations are not allowed on the subproperty (Create / Update / Delete) |
ALL_VALUE |
Entities are synchronized from parent property. Local mutations are not allowed on the subproperty (Create / Update / Delete) |
NONE |
Entities are not synchronized. Local edits are allowed on the subproperty. |
NONE_VALUE |
Entities are not synchronized. Local edits are allowed on the subproperty. |
SYNCHRONIZATION_MODE_UNSPECIFIED |
Synchronization mode unknown or not specified. |
SYNCHRONIZATION_MODE_UNSPECIFIED_VALUE |
Synchronization mode unknown or not specified. |
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() |