google_api_service_management v0.1.0 GoogleApi.ServiceManagement.V1.Model.ConfigChange View Source
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.
Attributes
- advices ([Advice]): Collection of advice provided for this change, useful for determining the possible impact of this change. Defaults to:
null
. changeType (String.t): The type for this change, either ADDED, REMOVED, or MODIFIED. Defaults to:
null
.- Enum - one of [CHANGE_TYPE_UNSPECIFIED, ADDED, REMOVED, MODIFIED]
- element (String.t): 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.CreateBook"].restriction - quota.metric_rules[selector=="google"].metric_costs[key=="reads"].value - logging.producer_destinations[0] Defaults to:
null
. - newValue (String.t): Value of the changed object in the new Service configuration, in JSON format. This field will not be populated if ChangeType == REMOVED. Defaults to:
null
. - oldValue (String.t): Value of the changed object in the old Service configuration, in JSON format. This field will not be populated if ChangeType == ADDED. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.ServiceManagement.V1.Model.ConfigChange{ advices: [GoogleApi.ServiceManagement.V1.Model.Advice.t()], changeType: any(), element: any(), newValue: any(), oldValue: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.