ReportResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response message for the Report method. .. attribute:: report_errors
Partial failures, one for each Operation
in the request
that failed processing. There are three possible
combinations of the RPC status:
- The combination of a successful RPC status and an empty
report_errors
list indicates a complete success where allOperations
in the request are processed successfully. - The combination of a successful RPC status and a
non-empty
report_errors
list indicates a partial success where someOperations
in the request succeeded. EachOperation
that failed processing has a corresponding item in this list. A failed RPC status indicates a general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
:type: Sequence[google.cloud.servicecontrol_v1.types.ReportResponse.ReportError]
Attributes | |
---|---|
Name | Description |
service_config_id |
str
The actual config id used to process the request. |
service_rollout_id |
str
The current service rollout id used to process the request. |
Classes
ReportError
ReportError(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents the processing error of one
Operation][google.api.servicecontrol.v1.Operation]
in the request.