This interface defines virtual methods for each of the user-facing overload sets in CloudQuotasClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudQuotasClient.
[[["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-05 UTC."],[[["This webpage details the `CloudQuotasConnection` class, which is essential for managing interactions with `CloudQuotasClient` and facilitating the definition of custom behavior in tests."],["The latest version of this class is version 2.37.0-rc, with numerous previous versions listed, and the current page specifically covers the 2.35.0 iteration."],["The `CloudQuotasConnection` class includes virtual methods for handling requests such as `ListQuotaInfos`, `GetQuotaInfo`, `ListQuotaPreferences`, `GetQuotaPreference`, `CreateQuotaPreference`, and `UpdateQuotaPreference`."],["The `MakeCloudQuotasConnection()` function and `MockCloudQuotasConnection` are available for concrete instantiation and mocking, respectively."],["Each of the virtual functions are set to receive a `request` parameter, and return either a `StreamRange`, or a `StatusOr`."]]],[]]