// 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-09 UTC."],[[["The webpage provides documentation and reference information for various versions of the `osconfig` C++ library, with the latest release candidate being version 2.37.0-rc."],["The content details the different releases of the osconfig library, ranging from version 2.11.0 up to the latest version, with each version linked to its respective documentation."],["It also showcases how to override the default endpoint configuration for the `OsConfigZonalServiceClient`, providing a code snippet example using `private.googleapis.com`."],["Each listed version, from 2.11.0 to 2.37.0-rc, links to documentation detailing the `OsConfigZonalServiceClient-endpoint-snippet`."]]],[]]