public virtual Task<AllocateQuotaResponse> AllocateQuota(AllocateQuotaRequest request, ServerCallContext context)
Attempts to allocate quota for the specified consumer. It should be called
before the operation is executed.
This method requires the servicemanagement.services.quota
permission on the specified service. For more information, see
Cloud IAM.
NOTE: The client must fail-open on server errors INTERNAL,
UNKNOWN, DEADLINE_EXCEEDED, and UNAVAILABLE. To ensure system
reliability, the server may inject these errors to prohibit any hard
dependency on the quota functionality.
[[["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 documentation covers the `QuotaController.QuotaControllerBase` class within the Google Cloud Service Control v1 API, specifically in the `Google.Cloud.ServiceControl.V1` namespace."],["The `QuotaController.QuotaControllerBase` class serves as the base for server-side implementations of the QuotaController."],["The documentation provides details on the `AllocateQuota` method, which is used to attempt quota allocation before executing an operation and includes parameters for the request and context."],["The documentation contains a version history of the package from 1.0.0 to 2.4.0 with 2.4.0 being the latest version, all of which are accessible through provided hyperlinks."],["Inherited members from the object class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` are part of this class."]]],[]]