google_api_service_control v0.6.0 GoogleApi.ServiceControl.V1.Model.ReleaseQuotaResponse View Source

Response message for the ReleaseQuota method.

Attributes

  • operationId (String.t): The same operation_id value used in the ReleaseQuotaRequest. Used for logging and diagnostics purposes. Defaults to: null.
  • quotaMetrics ([MetricValueSet]): Quota metrics to indicate the result of release. Depending on the request, one or more of the following metrics will be included: 1. For rate quota, per quota group or per quota metric released amount will be specified using the following delta metric: "serviceruntime.googleapis.com/api/consumer/quota_refund_count" 2. For allocation quota, per quota metric total usage will be specified using the following gauge metric: "serviceruntime.googleapis.com/allocation/consumer/quota_used_count" 3. For allocation quota, value for each quota limit associated with the metrics will be specified using the following gauge metric: "serviceruntime.googleapis.com/quota/limit" Defaults to: null.
  • releaseErrors ([QuotaError]): Indicates the decision of the release. Defaults to: null.
  • serviceConfigId (String.t): ID of the actual config used to process the request. Defaults to: null.

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.ReleaseQuotaResponse{
  operationId: any(),
  quotaMetrics: [GoogleApi.ServiceControl.V1.Model.MetricValueSet.t()],
  releaseErrors: [GoogleApi.ServiceControl.V1.Model.QuotaError.t()],
  serviceConfigId: any()
}

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.