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

Response message for the AllocateQuota method.

Attributes

  • allocateErrors (List[QuotaError]): Indicates the decision of the allocate. Defaults to: null.
  • operationId (String): The same operation_id value used in the AllocateQuotaRequest. Used for logging and diagnostics purposes. Defaults to: null.
  • quotaMetrics (List[MetricValueSet]): Quota metrics to indicate the result of allocation. 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 incremental usage will be specified using the following delta metric: "serviceruntime.googleapis.com/api/consumer/quota_used_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 both rate quota and allocation quota, the quota limit reached condition will be specified using the following boolean metric: "serviceruntime.googleapis.com/quota/exceeded" 4. 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.
  • serviceConfigId (String): ID of the actual config used to process the request. Defaults to: null.