public enum ChangeType extends Enum<ChangeType> implements ProtocolMessageEnum
Classifies set of possible modifications to an object in the service configuration.
Protobuf enum google.api.ChangeType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADDED |
The changed object exists in the 'new' service configuration, but not in the 'old' service configuration. |
ADDED_VALUE |
The changed object exists in the 'new' service configuration, but not in the 'old' service configuration. |
CHANGE_TYPE_UNSPECIFIED |
No value was provided. |
CHANGE_TYPE_UNSPECIFIED_VALUE |
No value was provided. |
MODIFIED |
The changed object exists in both service configurations, but its value is different. |
MODIFIED_VALUE |
The changed object exists in both service configurations, but its value is different. |
REMOVED |
The changed object exists in the 'old' service configuration, but not in the 'new' service configuration. |
REMOVED_VALUE |
The changed object exists in the 'old' service configuration, but not in the 'new' service configuration. |
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() |