Class: Google::Cloud::ServiceManagement::V1::GenerateConfigReportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::GenerateConfigReportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Request message for GenerateConfigReport method.
Instance Attribute Summary collapse
-
#new_config ⇒ ::Google::Protobuf::Any
Required.
-
#old_config ⇒ ::Google::Protobuf::Any
Optional.
Instance Attribute Details
#new_config ⇒ ::Google::Protobuf::Any
Returns 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.
306 307 308 309 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 306 class GenerateConfigReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#old_config ⇒ ::Google::Protobuf::Any
Returns 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.
306 307 308 309 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 306 class GenerateConfigReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |