Service Management V1 API - Module Google::Api::ChangeType (v0.4.1)

Reference documentation and code samples for the Service Management V1 API module Google::Api::ChangeType.

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

Constants

CHANGE_TYPE_UNSPECIFIED

value: 0
No value was provided.

ADDED

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

REMOVED

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

MODIFIED

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