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` object, which is part of the Google Cloud C++ Client Libraries for the Compute API."],["`ZonesConnection` defines virtual methods for each user-facing overload set within `ZonesClient`, enabling custom behavior injection during testing."],["The latest release candidate is version `2.37.0-rc`, while the current page's specific version is `2.33.0`, and also provides access to versions spanning from `2.36.0` to `2.15.1`."],["The page offers function details for `virtual options()`, `virtual GetZone()`, and `virtual ListZones()`, including their respective parameters and return types."],["A concrete instance can be created by using the `MakeZonesConnection()` function, and for mocking, the user can use the `compute_zones_v1_mocks::MockZonesConnection` object."]]],[]]