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."],[[["The webpage provides documentation for the `RegionsConnection` class, which is part of the Google Cloud C++ client library for Compute Regions."],["The latest version available is `2.37.0-rc`, while the current displayed version is `2.22.0`, with a full list of previous versions also accessible on the page."],["`RegionsConnection` defines the virtual methods that correspond to the user-facing methods in `RegionsClient`, enabling custom behavior and mocking for testing purposes."],["The `RegionsConnection` class offers methods such as `options()`, `GetRegion()`, and `ListRegions()` for interacting with compute regions, each taking requests and returning specific data types."],["A `MockRegionsConnection` is available for testing and simulating `RegionsConnection` behavior, and a `MakeRegionsConnection()` function is provided to create concrete instances of this class."]]],[]]