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 webpage details the `QuotaControllerBase` class, which serves as the base for server-side implementations of `QuotaController` within the `Google.Cloud.ServiceControl.V1` namespace."],["The class includes an `AllocateQuota` method, which is used to attempt to allocate quota for a specified consumer and must be called before operation execution."],["The latest version available for the `QuotaControllerBase` is version 2.4.0 and the page displays all versions going back to 1.0.0."],["The `AllocateQuota` method requires the `servicemanagement.services.quota` permission and the client must fail-open on server errors like `INTERNAL`, `UNKNOWN`, `DEADLINE_EXCEEDED`, and `UNAVAILABLE`."]]],[]]