public sealed class AllocateQuotaResponse : IMessage<AllocateQuotaResponse>, IEquatable<AllocateQuotaResponse>, IDeepCloneable<AllocateQuotaResponse>, IBufferMessage, IMessage
public RepeatedField<MetricValueSet> QuotaMetrics { get; }
Quota metrics to indicate the result of allocation. Depending on the
request, one or more of the following metrics will be included:
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"
The quota limit reached condition will be specified using the following
boolean metric :
"serviceruntime.googleapis.com/quota/exceeded"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `AllocateQuotaResponse` class within the `Google.Cloud.ServiceControl.V1` namespace, which is a response message for the `AllocateQuota` method and is part of version 1.1.0, but there are other versions that exist with the latest being 2.4.0."],["The `AllocateQuotaResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, providing methods for cloning, equality checks, and message handling."],["Key properties of the `AllocateQuotaResponse` class include `AllocateErrors` to indicate the decision of the allocation, `OperationId` for logging and diagnostics, `QuotaMetrics` for allocation results, and `ServiceConfigId` for the ID of the config used."],["The document details two constructors for the `AllocateQuotaResponse` class, one being a default constructor, and the second which accepts another `AllocateQuotaResponse` as a parameter."],["The provided content also includes information on inherited members from `Object`, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]