// 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"]],[["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."],[[["The latest release candidate version is 2.37.0-rc, providing access to the newest features and updates."],["The 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."],["The provided endpoint configuration code demonstrates how to override the default endpoint to use \"private.googleapis.com\", a common configuration for Private Google Access."],["Each version listed corresponds to a specific version of `compute_region_zones_v1_1_1RegionZonesClient` and has a link to the documentation snippet for that specific version."]]],[]]