GenerateConfigReportResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Response message for GenerateConfigReport method.
Attributes |
|
---|---|
Name | Description |
service_name |
str
Name of the service this report belongs to. |
id |
str
ID of the service configuration this report belongs to. |
change_reports |
MutableSequence[google.cloud.servicemanagement_v1.types.ChangeReport]
list of ChangeReport, each corresponding to comparison between two service configurations. |
diagnostics |
MutableSequence[google.cloud.servicemanagement_v1.types.Diagnostic]
Errors / Linter warnings associated with the service definition this report belongs to. |