View Source GoogleApi.ServiceControl.V1.Model.ReportResponse (google_api_service_control v0.44.0)
Response message for the Report method.
Attributes
-
reportErrors(type:list(GoogleApi.ServiceControl.V1.Model.ReportError.t), default:nil) - Partial failures, one for eachOperationin the request that failed processing. There are three possible combinations of the RPC status: 1. The combination of a successful RPC status and an emptyreport_errorslist indicates a complete success where allOperationsin the request are processed successfully. 2. The combination of a successful RPC status and a non-emptyreport_errorslist indicates a partial success where someOperationsin the request succeeded. EachOperationthat 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. -
serviceConfigId(type:String.t, default:nil) - The actual config id used to process the request. -
serviceRolloutId(type:String.t, default:nil) - The current service rollout id used to process the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceControl.V1.Model.ReportResponse{ reportErrors: [GoogleApi.ServiceControl.V1.Model.ReportError.t()] | nil, serviceConfigId: String.t() | nil, serviceRolloutId: String.t() | nil }