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-21 UTC."],[[["This webpage provides documentation for the `ZonesConnection` class, which is part of the Google Cloud C++ Compute library, spanning versions from 2.15.1 to the latest release candidate 2.37.0-rc."],["The `ZonesConnection` class defines the interface for virtual methods corresponding to each overload set in `ZonesClient`, enabling users to incorporate custom behavior during testing."],["The documentation includes methods for operations such as retrieving options (`options()`), fetching a specific zone (`GetZone`), and listing zones (`ListZones`) using the appropriate request objects."],["A concrete instance of the `ZonesConnection` can be created using the `MakeZonesConnection()` function, while mocking is facilitated via the `compute_zones_v1_mocks::MockZonesConnection` class."]]],[]]