// 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 access to various versions of the OS Config Zonal Service Client, with version 2.37.0-rc being the latest release candidate."],["The listed versions range from 2.11.0 up to the latest 2.37.0-rc, enabling users to access the specific documentation for each."],["Each version number is hyperlinked to its corresponding documentation page for the `OsConfigZonalServiceClient-endpoint-snippet`."],["The page also includes an example of overriding the default endpoint configuration, enabling the use of \"private.googleapis.com\" for Private Google Access."],["The current version in focus, indicated by a dropdown menu, is 2.18.0."]]],[]]