This interface defines virtual methods for each of the user-facing overload sets in RegionsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RegionsClient.
To create a concrete instance, see MakeRegionsConnection().
[[["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-15 UTC."],[[["This webpage provides documentation for the `RegionsConnection` class within the Google Cloud C++ Compute library, with version 2.37.0-rc as the latest and 2.30.0 as the currently selected version."],["The `RegionsConnection` class defines virtual methods corresponding to the user-facing methods found in the `RegionsClient` class, facilitating custom behavior injection during testing."],["The page lists all versions of the `RegionsConnection` class, dating back to version 2.15.1, including several release candidates and stable releases, linking to their respective documentation pages."],["The `RegionsConnection` class includes functions such as `options()`, `GetRegion()`, and `ListRegions()`, which are essential for interacting with region-related resources in Google Cloud Compute."],["The page also provides information on creating concrete instances of `RegionsConnection` using `MakeRegionsConnection()` and how to mock the class using `compute_regions_v1_mocks::MockRegionsConnection` for testing purposes."]]],[]]