Class: Google::Cloud::ServiceManagement::V1::GenerateConfigReportResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#change_reports::Array<::Google::Cloud::ServiceManagement::V1::ChangeReport>

Returns list of ChangeReport, each corresponding to comparison between two service configurations.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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