Class GenerateConfigReportResponse (1.0.4)

GenerateConfigReportResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for GenerateConfigReport method. .. attribute:: service_name

Name of the service this report belongs to.

:type: str

Attributes

NameDescription
id str
ID of the service configuration this report belongs to.
change_reports Sequence[google.cloud.servicemanagement_v1.types.ChangeReport]
list of ChangeReport, each corresponding to comparison between two service configurations.
diagnostics Sequence[google.cloud.servicemanagement_v1.types.Diagnostic]
Errors / Linter warnings associated with the service definition this report belongs to.