Enum ChangeType (2.36.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ADDED

The changed object exists in the 'new' service configuration, but not in the 'old' service configuration.

ADDED = 1;

ADDED_VALUE

The changed object exists in the 'new' service configuration, but not in the 'old' service configuration.

ADDED = 1;

CHANGE_TYPE_UNSPECIFIED

No value was provided.

CHANGE_TYPE_UNSPECIFIED = 0;

CHANGE_TYPE_UNSPECIFIED_VALUE

No value was provided.

CHANGE_TYPE_UNSPECIFIED = 0;

MODIFIED

The changed object exists in both service configurations, but its value is different.

MODIFIED = 3;

MODIFIED_VALUE

The changed object exists in both service configurations, but its value is different.

MODIFIED = 3;

REMOVED

The changed object exists in the 'old' service configuration, but not in the 'new' service configuration.

REMOVED = 2;

REMOVED_VALUE

The changed object exists in the 'old' service configuration, but not in the 'new' service configuration.

REMOVED = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()