This interface defines virtual methods for each of the user-facing overload sets in QuotaControllerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type QuotaControllerClient.
[[["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-14 UTC."],[[["The latest release candidate version is 2.37.0-rc, and version 2.20.0 is being highlighted."],["This page details the `QuotaControllerConnection` class, specifically its use with the `QuotaControllerClient` in different versions."],["The `QuotaControllerConnection` allows users to inject custom behavior for testing purposes, using mock objects, and it's defined using virtual methods."],["You can instantiate the class using the `MakeQuotaControllerConnection()` function or mock it with `servicecontrol_v1_mocks::MockQuotaControllerConnection`."],["The class includes virtual functions such as `options()` and `AllocateQuota()`, with `AllocateQuota()` taking a request and returning a response with a status."]]],[]]