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-05 UTC."],[[["This webpage details the `RegionsConnection` class within the Google Cloud C++ Compute Regions V1 library, which is essential for interacting with the `RegionsClient`."],["The `RegionsConnection` class defines virtual methods, such as `GetRegion` and `ListRegions`, that correspond to user-facing overload sets in `RegionsClient`, enabling custom behavior injection."],["The page lists various versions of the C++ Compute Regions library, with version 2.37.0-rc being the latest and 2.32.0 being the currently selected version."],["Users can create concrete instances of `RegionsConnection` using `MakeRegionsConnection()` and utilize `MockRegionsConnection` for mocking and testing purposes."],["The `RegionsConnection` class has two user functions, one which returns options, and another which returns a `StatusOr\u003c google::cloud::cpp::compute::v1::Region \u003e`."]]],[]]