AllocateQuotaResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response message for the AllocateQuota method.
Attributes | |
---|---|
Name | Description |
operation_id |
str
The same operation_id value used in the AllocateQuotaRequest. Used for logging and diagnostics purposes. |
allocate_errors |
MutableSequence[google.cloud.servicecontrol_v1.types.QuotaError]
Indicates the decision of the allocate. |
quota_metrics |
MutableSequence[google.cloud.servicecontrol_v1.types.MetricValueSet]
Quota metrics to indicate the result of allocation. Depending on the request, one or more of the following metrics will be included: 1. 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. The quota limit reached condition will be specified using the following boolean metric : "serviceruntime.googleapis.com/quota/exceeded". |
service_config_id |
str
ID of the actual config used to process the request. |