Class ReportResponse (1.7.0)

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

Response message for the Report method.

Attributes

NameDescription
report_errors MutableSequence[google.cloud.servicecontrol_v1.types.ReportResponse.ReportError]
Partial failures, one for each Operation in the request that failed processing. There are three possible combinations of the RPC status: 1. The combination of a successful RPC status and an empty report_errors list indicates a complete success where all Operations in the request are processed successfully. 2. The combination of a successful RPC status and a non-empty report_errors list indicates a partial success where some Operations in the request succeeded. Each Operation that failed processing has a corresponding item in this list. 3. 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.
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.