Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::GenerateConfigReportResponse.
Response message for GenerateConfigReport method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#change_reports
def change_reports() -> ::Array<::Google::Cloud::ServiceManagement::V1::ChangeReport>
Returns
- (::Array<::Google::Cloud::ServiceManagement::V1::ChangeReport>) — list of ChangeReport, each corresponding to comparison between two service configurations.
#change_reports=
def change_reports=(value) -> ::Array<::Google::Cloud::ServiceManagement::V1::ChangeReport>
Parameter
- value (::Array<::Google::Cloud::ServiceManagement::V1::ChangeReport>) — list of ChangeReport, each corresponding to comparison between two service configurations.
Returns
- (::Array<::Google::Cloud::ServiceManagement::V1::ChangeReport>) — list of ChangeReport, each corresponding to comparison between two service configurations.
#diagnostics
def diagnostics() -> ::Array<::Google::Cloud::ServiceManagement::V1::Diagnostic>
Returns
- (::Array<::Google::Cloud::ServiceManagement::V1::Diagnostic>) — Errors / Linter warnings associated with the service definition this report belongs to.
#diagnostics=
def diagnostics=(value) -> ::Array<::Google::Cloud::ServiceManagement::V1::Diagnostic>
Parameter
- value (::Array<::Google::Cloud::ServiceManagement::V1::Diagnostic>) — Errors / Linter warnings associated with the service definition this report belongs to.
Returns
- (::Array<::Google::Cloud::ServiceManagement::V1::Diagnostic>) — Errors / Linter warnings associated with the service definition this report belongs to.
#id
def id() -> ::String
Returns
- (::String) — ID of the service configuration this report belongs to.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — ID of the service configuration this report belongs to.
Returns
- (::String) — ID of the service configuration this report belongs to.
#service_name
def service_name() -> ::String
Returns
- (::String) — Name of the service this report belongs to.
#service_name=
def service_name=(value) -> ::String
Parameter
- value (::String) — Name of the service this report belongs to.
Returns
- (::String) — Name of the service this report belongs to.