Module: Google::Api::ChangeType
- Defined in:
 - proto_docs/google/api/config_change.rb
 
Overview
Classifies set of possible modifications to an object in the service configuration.
Constant Summary collapse
- CHANGE_TYPE_UNSPECIFIED =
          
No value was provided.
 0- ADDED =
          
The changed object exists in the 'new' service configuration, but not in the 'old' service configuration.
 1- REMOVED =
          
The changed object exists in the 'old' service configuration, but not in the 'new' service configuration.
 2- MODIFIED =
          
The changed object exists in both service configurations, but its value is different.
 3