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` object, which is used in conjunction with `RegionsClient`."],["The `RegionsConnection` interface defines virtual methods corresponding to the user-facing overload sets in `RegionsClient`, enabling users to inject custom behavior for testing."],["The page lists various versions of the compute library, ranging from version 2.15.1 to 2.37.0-rc (latest), along with version 2.18.0 which is the current page's focus."],["It covers the functions available within `RegionsConnection`, specifically `options()`, `GetRegion()`, and `ListRegions()`, each with parameter and return type specifications."],["The webpage details how to implement a concrete instance of `RegionsConnection`, through `MakeRegionsConnection()`, and how to mock it using `compute_regions_v1_mocks::MockRegionsConnection`."]]],[]]