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

Response message for the ReleaseQuota method.

Attributes

  • operationId (String): The same operation_id value used in the ReleaseQuotaRequest. Used for logging and diagnostics purposes. Defaults to: null.
  • quotaMetrics (List[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 (List[QuotaError]): Indicates the decision of the release. Defaults to: null.
  • serviceConfigId (String): ID of the actual config used to process the request. Defaults to: null.