google_api_service_control v0.8.0 GoogleApi.ServiceControl.V1.Model.CheckResponse View Source

Response message for the Check method.

Attributes

  • checkErrors (list(GoogleApi.ServiceControl.V1.Model.CheckError.t)): Indicate the decision of the check.

If no check errors are present, the service should process the operation. Otherwise the service should use the list of errors to determine the appropriate action. Defaults to nil.

  • checkInfo (GoogleApi.ServiceControl.V1.Model.CheckInfo.t): Feedback data returned from the server during processing a Check request. Defaults to nil.
  • operationId (String.t): The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes. Defaults to nil.
  • quotaInfo (GoogleApi.ServiceControl.V1.Model.QuotaInfo.t): Quota information for the check request associated with this response. Defaults to nil.
  • serviceConfigId (String.t): The actual config id used to process the request. Defaults to nil.
  • serviceRolloutId (String.t): Unimplemented. The current service rollout id used to process the request. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.ServiceControl.V1.Model.CheckResponse{
  checkErrors: [GoogleApi.ServiceControl.V1.Model.CheckError.t()],
  checkInfo: GoogleApi.ServiceControl.V1.Model.CheckInfo.t(),
  operationId: String.t(),
  quotaInfo: GoogleApi.ServiceControl.V1.Model.QuotaInfo.t(),
  serviceConfigId: String.t(),
  serviceRolloutId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.