GenerateConfigReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for GenerateConfigReport method. .. attribute:: new_config
Required. Service configuration for which we want to
generate the report. For this version of API, the supported
types are
google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef]
,
google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource]
,
and google.api.Service][google.api.Service]
:type: google.protobuf.any_pb2.Any
Attribute | |
---|---|
Name | Description |
old_config |
google.protobuf.any_pb2.Any
Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef] ,
google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource] ,
and google.api.Service][google.api.Service]
|