View Source GoogleApi.ServiceControl.V1.Model.ReportResponse (google_api_service_control v0.40.0)

Response message for the Report method.

Attributes

  • reportErrors (type: list(GoogleApi.ServiceControl.V1.Model.ReportError.t), default: nil) - 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.
  • 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.