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 provides documentation for the `RegionsConnection` object, which is part of the `RegionsClient` within the Google Cloud C++ compute library."],["The `RegionsConnection` interface allows for custom behavior to be injected, particularly useful for testing with mock objects."],["The `RegionsConnection` object contains virtual functions for retrieving options, getting a specific region via a `GetRegion` request, and listing regions through a `ListRegions` request."],["The latest version available is 2.37.0-rc, and there are numerous versions available for use, spanning from 2.15.1 to the latest."],["The `MakeRegionsConnection()` function can be used to instantiate the object, while `MockRegionsConnection` can be used for mocking the object in testing."]]],[]]