Google API Common Protos Client - Class ChangeType (4.8.3)

Reference documentation and code samples for the Google API Common Protos Client class ChangeType.

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

Protobuf type google.api.ChangeType

Namespace

Google \ Api

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CHANGE_TYPE_UNSPECIFIED

Value: 0

No value was provided.

Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;

ADDED

Value: 1

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

Generated from protobuf enum ADDED = 1;

REMOVED

Value: 2

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

Generated from protobuf enum REMOVED = 2;

MODIFIED

Value: 3

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

Generated from protobuf enum MODIFIED = 3;