// 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 webpage provides documentation and links for various versions of the `osconfig` C++ client library, with version 2.23.0 being the currently displayed version."],["The latest release candidate for this service is version 2.37.0-rc, and is accessible via a provided link."],["A comprehensive list of previous versions, ranging from 2.11.0 up to 2.36.0, is available for reference, each with its own documentation link."],["The page includes a code snippet demonstrating how to override the `osconfig_v1::OsConfigZonalServiceClient` endpoint configuration, particularly for use with Private Google Access."]]],[]]