// 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"]],[["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-14 UTC."],[[["This page provides access to documentation for various versions of the `osconfig` C++ library, including both release candidates and stable releases."],["The most recent version available is `2.37.0-rc`, which is the latest release candidate."],["The content shows version history going back to version `2.11.0`, with each version linked to its specific documentation."],["The page also includes a code snippet demonstrating how to override the `osconfig_v1::OsConfigZonalServiceClient` endpoint configuration for use with Private Google Access."]]],[]]