Class: Google::Cloud::ServiceManagement::V1::GenerateConfigReportResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::GenerateConfigReportResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Response message for GenerateConfigReport method.
Instance Attribute Summary collapse
-
#change_reports ⇒ ::Array<::Google::Cloud::ServiceManagement::V1::ChangeReport>
List of ChangeReport, each corresponding to comparison between two service configurations.
-
#diagnostics ⇒ ::Array<::Google::Cloud::ServiceManagement::V1::Diagnostic>
Errors / Linter warnings associated with the service definition this report belongs to.
-
#id ⇒ ::String
ID of the service configuration this report belongs to.
-
#service_name ⇒ ::String
Name of the service this report belongs to.
Instance Attribute Details
#change_reports ⇒ ::Array<::Google::Cloud::ServiceManagement::V1::ChangeReport>
Returns list of ChangeReport, each corresponding to comparison between two service configurations.
327 328 329 330 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 327 class GenerateConfigReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#diagnostics ⇒ ::Array<::Google::Cloud::ServiceManagement::V1::Diagnostic>
Returns Errors / Linter warnings associated with the service definition this report belongs to.
327 328 329 330 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 327 class GenerateConfigReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns ID of the service configuration this report belongs to.
327 328 329 330 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 327 class GenerateConfigReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_name ⇒ ::String
Returns Name of the service this report belongs to.
327 328 329 330 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 327 class GenerateConfigReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |