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-21 UTC."],[[["This webpage provides documentation for the `RegionsConnection` class, which is part of the Google Cloud C++ Compute library, specifically within the `compute_regions_v1` namespace."],["The `RegionsConnection` class defines virtual methods that mirror the user-facing methods in the `RegionsClient` class, allowing for customized testing behavior."],["The latest version documented is `2.37.0-rc`, with numerous older versions, starting from 2.15.1 to 2.36.0, also having individual links."],["The `RegionsConnection` class functions include `options()`, `GetRegion()`, and `ListRegions()`, each having specific parameter and return type information documented."],["The page gives information on how to create concrete instances using `MakeRegionsConnection()` and how to mock using `compute_regions_v1_mocks::MockRegionsConnection`."]]],[]]