Reference documentation and code samples for the Service Management V1 API class Google::Api::ConfigChange.
Output generated from semantically comparing two versions of a service configuration.
Includes detailed information about a field that have changed with applicable advice about potential consequences for the change, such as backwards-incompatibility.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#advices
def advices() -> ::Array<::Google::Api::Advice>
- (::Array<::Google::Api::Advice>) — Collection of advice provided for this change, useful for determining the possible impact of this change.
#advices=
def advices=(value) -> ::Array<::Google::Api::Advice>
- value (::Array<::Google::Api::Advice>) — Collection of advice provided for this change, useful for determining the possible impact of this change.
- (::Array<::Google::Api::Advice>) — Collection of advice provided for this change, useful for determining the possible impact of this change.
#change_type
def change_type() -> ::Google::Api::ChangeType
- (::Google::Api::ChangeType) — The type for this change, either ADDED, REMOVED, or MODIFIED.
#change_type=
def change_type=(value) -> ::Google::Api::ChangeType
- value (::Google::Api::ChangeType) — The type for this change, either ADDED, REMOVED, or MODIFIED.
- (::Google::Api::ChangeType) — The type for this change, either ADDED, REMOVED, or MODIFIED.
#element
def element() -> ::String
-
(::String) —
Object hierarchy path to the change, with levels separated by a '.' character. For repeated fields, an applicable unique identifier field is used for the index (usually selector, name, or id). For maps, the term 'key' is used. If the field has no unique identifier, the numeric index is used. Examples:
- visibility.rules[selector=="google.LibraryService.ListBooks"].restriction
- quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value
- logging.producer_destinations[0]
#element=
def element=(value) -> ::String
-
value (::String) —
Object hierarchy path to the change, with levels separated by a '.' character. For repeated fields, an applicable unique identifier field is used for the index (usually selector, name, or id). For maps, the term 'key' is used. If the field has no unique identifier, the numeric index is used. Examples:
- visibility.rules[selector=="google.LibraryService.ListBooks"].restriction
- quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value
- logging.producer_destinations[0]
-
(::String) —
Object hierarchy path to the change, with levels separated by a '.' character. For repeated fields, an applicable unique identifier field is used for the index (usually selector, name, or id). For maps, the term 'key' is used. If the field has no unique identifier, the numeric index is used. Examples:
- visibility.rules[selector=="google.LibraryService.ListBooks"].restriction
- quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value
- logging.producer_destinations[0]
#new_value
def new_value() -> ::String
- (::String) — Value of the changed object in the new Service configuration, in JSON format. This field will not be populated if ChangeType == REMOVED.
#new_value=
def new_value=(value) -> ::String
- value (::String) — Value of the changed object in the new Service configuration, in JSON format. This field will not be populated if ChangeType == REMOVED.
- (::String) — Value of the changed object in the new Service configuration, in JSON format. This field will not be populated if ChangeType == REMOVED.
#old_value
def old_value() -> ::String
- (::String) — Value of the changed object in the old Service configuration, in JSON format. This field will not be populated if ChangeType == ADDED.
#old_value=
def old_value=(value) -> ::String
- value (::String) — Value of the changed object in the old Service configuration, in JSON format. This field will not be populated if ChangeType == ADDED.
- (::String) — Value of the changed object in the old Service configuration, in JSON format. This field will not be populated if ChangeType == ADDED.