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 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`."]]],[]]