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` object, which is part of the Google Cloud C++ Compute library, specifically for version 2.35.0."],["The `ZonesConnection` object interface includes virtual methods corresponding to user-facing overload sets within `ZonesClient`, facilitating custom behavior injection during testing with mock objects."],["The page lists multiple prior versions of this library, from 2.15.1 to 2.37.0-rc, in addition to the currently viewed version, 2.35.0, and describes where to find each, showing the historical progression of this object."],["The `ZonesConnection` interface defines functions like `options()`, `GetZone()`, and `ListZones()` for interacting with Google Cloud Compute Zones, each with associated request parameters and return types."],["Guidance is given on how to create concrete `ZonesConnection` instances using `MakeZonesConnection()` and how to use the `MockZonesConnection` for mocking."]]],[]]