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-09 UTC."],[[["This document outlines the `CloudQuotasConnection` interface, which defines virtual methods corresponding to the user-facing overload sets in `CloudQuotasClient`."],["The latest version available is `2.37.0-rc`, with a list of previous versions going back to `2.20.0` for reference and each version is linked to its respective class definition of `CloudQuotasConnection`."],["`CloudQuotasConnection` is used for injecting custom behavior during testing, such as with a Google Mock object."],["The interface includes functions like `ListQuotaInfos`, `GetQuotaInfo`, `ListQuotaPreferences`, `GetQuotaPreference`, `CreateQuotaPreference`, and `UpdateQuotaPreference`, all designed to manage quota-related operations."],["Users can create a real instance of this class using `MakeCloudQuotasConnection()` and for testing, use `cloudquotas_v1_mocks::MockCloudQuotasConnection`."]]],[]]