// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::compute_zone_operations_v1::ZoneOperationsClient(
google::cloud::compute_zone_operations_v1::
MakeZoneOperationsConnectionRest(options));
[[["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 and reference for the `compute_zone_operations_v1::ZoneOperationsClient` in C++."],["The latest release candidate version available is 2.37.0-rc, while the current displayed version is 2.35.0."],["The page lists various historical versions of the `compute_zone_operations_v1` library, ranging from 2.15.1 up to 2.37.0-rc."],["Instructions are provided for overriding the default endpoint configuration of `ZoneOperationsClient`, using \"private.googleapis.com\"."],["Each version listed has a link that leads to version-specific documentation and code snippets."]]],[]]