Service Management V1 API - Class Google::Cloud::ServiceManagement::V1::ChangeReport (v0.3.9)

Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::ChangeReport.

Change report associated with a particular service configuration.

It contains a list of ConfigChanges based on the comparison between two service configurations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#config_changes

def config_changes() -> ::Array<::Google::Api::ConfigChange>
Returns
  • (::Array<::Google::Api::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

#config_changes=

def config_changes=(value) -> ::Array<::Google::Api::ConfigChange>
Parameter
  • value (::Array<::Google::Api::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
Returns
  • (::Array<::Google::Api::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