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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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`."]]],[]]