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 Google Cloud C++ Compute library, specifically within the `compute_regions_v1` namespace."],["The latest version documented is 2.37.0-rc, with a history of previous versions available, ranging from 2.36.0 down to 2.15.1, which users can also access."],["`RegionsConnection` defines the virtual methods that mirror the user-facing overload sets found in `RegionsClient`, offering users a way to customize behavior through dependency injection or using mocked objects for testing."],["The page details the `options()`, `GetRegion()`, and `ListRegions()` functions, including their parameters, return types, and brief descriptions, with links provided to the class information."],["Users looking to create an instance can refer to `MakeRegionsConnection()` while users seeking to mock the function can refer to `compute_regions_v1_mocks::MockRegionsConnection`."]]],[]]