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-05 UTC."],[[["This webpage provides documentation for the `ZonesConnection` class within the Google Cloud C++ Compute library, detailing its role in defining virtual methods for `ZonesClient` interactions."],["The latest version of the `ZonesConnection` documentation is version 2.37.0-rc, with a list of previous versions available ranging down to version 2.15.1."],["`ZonesConnection` allows users to inject custom behaviors, especially useful when creating mock objects for testing with `ZonesClient`."],["The documentation outlines the functions `options()`, `GetZone()`, and `ListZones()`, detailing their respective parameters and return types."],["To make a real instance, `MakeZonesConnection()` should be used, and `compute_zones_v1_mocks::MockZonesConnection` can be used for mocking."]]],[]]