This interface defines virtual methods for each of the user-facing overload sets in ZonesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ZonesClient.
To create a concrete instance, see MakeZonesConnection().
[[["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 `ZonesConnection` class within the Google Cloud C++ Compute library, offering a range of versions from 2.15.1 to 2.37.0-rc, with version 2.20.0 being the selected version."],["The `ZonesConnection` class serves as an interface for the `ZonesClient`, defining virtual methods for each user-facing overload set, enabling the injection of custom behaviors in tests using `ZonesClient` objects."],["Users can create concrete instances of `ZonesConnection` using `MakeZonesConnection()`, and utilize `compute_zones_v1_mocks::MockZonesConnection` for mocking purposes."],["The documentation details functions such as `options()`, `GetZone()`, and `ListZones()`, which are integral to the `ZonesConnection` class for interacting with zone data, including their parameters and return types."],["The latest release can be found at version 2.37.0-rc."]]],[]]