ChangeReport(mapping=None, *, ignore_unknown_fields=False, **kwargs)Change report associated with a particular service configuration. It contains a list of ConfigChanges based on the comparison between two service configurations.
Attribute |
|
|---|---|
| Name | Description |
config_changes |
MutableSequence[google.api.config_change_pb2.ConfigChange]
List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction |