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 used in conjunction with `ZonesClient` for interacting with Google Cloud Compute Zones."],["The `ZonesConnection` interface defines virtual methods mirroring those in `ZonesClient`, allowing for custom behavior injection during testing, such as using Google Mock objects."],["The page lists various versions of the `ZonesConnection` class, ranging from version 2.15.1 to the latest release candidate version, 2.37.0-rc."],["The documentation includes functions such as `options()`, `GetZone()`, and `ListZones()` which allow for customization and interaction with the zone data."],["To create an instance of `ZonesConnection`, one can use `MakeZonesConnection()` and for mock testing one can use `compute_zones_v1_mocks::MockZonesConnection`."]]],[]]