// 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_region_zones_v1::RegionZonesClient(
google::cloud::compute_region_zones_v1::MakeRegionZonesConnectionRest(
options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe latest release candidate version is 2.37.0-rc, providing access to the newest features and updates.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides access to a comprehensive list of historical versions, ranging from 2.36.0 down to 2.15.1, enabling users to consult documentation relevant to older versions of the software.\u003c/p\u003e\n"],["\u003cp\u003eThe provided endpoint configuration code demonstrates how to override the default endpoint to use "private.googleapis.com", a common configuration for Private Google Access.\u003c/p\u003e\n"],["\u003cp\u003eEach version listed corresponds to a specific version of \u003ccode\u003ecompute_region_zones_v1_1_1RegionZonesClient\u003c/code\u003e and has a link to the documentation snippet for that specific version.\u003c/p\u003e\n"]]],[],null,[]]