Service Management V1 API - Module Google::Api::ChangeType (v1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.