Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::GenerateConfigReportRequest.
Request message for GenerateConfigReport method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#new_config
def new_config() -> ::Google::Protobuf::Any
Returns
- (::Google::Protobuf::Any) — Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service
#new_config=
def new_config=(value) -> ::Google::Protobuf::Any
Parameter
- value (::Google::Protobuf::Any) — Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service
Returns
- (::Google::Protobuf::Any) — Required. Service configuration for which we want to generate the report. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service
#old_config
def old_config() -> ::Google::Protobuf::Any
Returns
- (::Google::Protobuf::Any) — Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service
#old_config=
def old_config=(value) -> ::Google::Protobuf::Any
Parameter
- value (::Google::Protobuf::Any) — Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service
Returns
- (::Google::Protobuf::Any) — Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service