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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Class ReportResponse (1.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.16.0 (latest)](/python/docs/reference/servicecontrol/latest/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.15.0](/python/docs/reference/servicecontrol/1.15.0/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.14.0](/python/docs/reference/servicecontrol/1.14.0/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.13.1](/python/docs/reference/servicecontrol/1.13.1/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.12.3](/python/docs/reference/servicecontrol/1.12.3/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.11.1](/python/docs/reference/servicecontrol/1.11.1/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.10.0](/python/docs/reference/servicecontrol/1.10.0/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.9.1](/python/docs/reference/servicecontrol/1.9.1/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.8.1](/python/docs/reference/servicecontrol/1.8.1/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.7.1](/python/docs/reference/servicecontrol/1.7.1/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.6.0](/python/docs/reference/servicecontrol/1.6.0/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.5.3](/python/docs/reference/servicecontrol/1.5.3/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.4.2](/python/docs/reference/servicecontrol/1.4.2/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.3.1](/python/docs/reference/servicecontrol/1.3.1/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.2.1](/python/docs/reference/servicecontrol/1.2.1/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.1.0](/python/docs/reference/servicecontrol/1.1.0/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [1.0.3](/python/docs/reference/servicecontrol/1.0.3/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [0.3.0](/python/docs/reference/servicecontrol/0.3.0/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [0.2.0](/python/docs/reference/servicecontrol/0.2.0/google.cloud.servicecontrol_v1.types.ReportResponse)\n- [0.1.0](/python/docs/reference/servicecontrol/0.1.0/google.cloud.servicecontrol_v1.types.ReportResponse) \n\n ReportResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nResponse message for the Report method.\n\nClasses\n-------\n\n### ReportError\n\n ReportError(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRepresents the processing error of one\n`Operation][google.api.servicecontrol.v1.Operation]` in the request."]]