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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAllocateQuotaResponse\u003c/code\u003e class is a message type used in the Google Cloud Service Control API, specifically within version 1, and is part of the response for the \u003ccode\u003eAllocateQuota\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of \u003ccode\u003eAllocateQuotaResponse\u003c/code\u003e is 2.4.0, but many previous versions are documented and accessible, including version 2.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, demonstrating its role in data transfer and manipulation within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within \u003ccode\u003eAllocateQuotaResponse\u003c/code\u003e include \u003ccode\u003eAllocateErrors\u003c/code\u003e, which indicates the decision of the allocate, \u003ccode\u003eOperationId\u003c/code\u003e, matching the request's ID for diagnostics, \u003ccode\u003eQuotaMetrics\u003c/code\u003e to show the results of quota allocation, and \u003ccode\u003eServiceConfigId\u003c/code\u003e, which tracks the config used for the request.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAllocateQuotaResponse\u003c/code\u003e also has constructors for creating new instances, including one that clones from an existing \u003ccode\u003eAllocateQuotaResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]