Class: Google::Cloud::ServiceManagement::V1::ChangeReport
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::ChangeReport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/resources.rb
Overview
Change report associated with a particular service configuration.
It contains a list of ConfigChanges based on the comparison between two service configurations.
Instance Attribute Summary collapse
-
#config_changes ⇒ ::Array<::Google::Api::ConfigChange>
List of changes between two service configurations.
Instance Attribute Details
#config_changes ⇒ ::Array<::Google::Api::ConfigChange>
Returns 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.
198 199 200 201 |
# File 'proto_docs/google/api/servicemanagement/v1/resources.rb', line 198 class ChangeReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |