// 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::osconfig_v1::OsConfigZonalServiceClient(
google::cloud::osconfig_v1::MakeOsConfigZonalServiceConnection(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-07-02 UTC."],[[["This webpage provides access to various versions of the OsConfig Zonal Service Client, with the latest release candidate being version 2.37.0-rc."],["The listed versions range from 2.11.0 up to 2.37.0-rc, with each version linking to its corresponding endpoint configuration documentation."],["The content also shows how to configure the OsConfigZonalServiceClient endpoint, particularly in conjunction with Private Google Access, by setting the EndpointOption to \"private.googleapis.com\"."],["The content provides various versions of documentation available for the OsConfig Zonal Service Client."]]],[]]