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 documents the `QuotaControllerBase` class, which serves as the base for server-side implementations of `QuotaController` within the `Google.Cloud.ServiceControl.V1` namespace."],["The class includes a `AllocateQuota` method, which is used to attempt to allocate quota for a consumer before an operation, requiring the `servicemanagement.services.quota` permission."],["The `AllocateQuota` method must receive an `AllocateQuotaRequest` and `ServerCallContext` as parameters, and it returns a task containing `AllocateQuotaResponse` to the client."],["The client must fail-open on certain server errors like `INTERNAL`, `UNKNOWN`, `DEADLINE_EXCEEDED`, and `UNAVAILABLE` when interacting with the `AllocateQuota` method."],["The webpage provides links to different versions of this controller, from the latest 2.4.0 to version 1.0.0."]]],[]]