class ChangeType

Classifies set of possible modifications to an object in the service configuration.

Protobuf enum Google\Api\ChangeType

Constants

CHANGE_TYPE_UNSPECIFIED

No value was provided.

Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;

ADDED

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

Generated from protobuf enum ADDED = 1;

REMOVED

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

Generated from protobuf enum REMOVED = 2;

MODIFIED

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

Generated from protobuf enum MODIFIED = 3;