// 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::OsConfigServiceClient(
google::cloud::osconfig_v1::MakeOsConfigServiceConnection(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."],[[["The latest release candidate version is 2.37.0-rc, representing the most recent potential release."],["The page provides access to a comprehensive list of previous versions, ranging from 2.36.0 down to 2.11.0."],["Each version listed links to its specific documentation regarding the `osconfig_v1_1_1OsConfigServiceClient-endpoint-snippet`."],["The provided endpoint configuration snippet is designed for use with Private Google Access, directing connections to \"private.googleapis.com\"."],["Version 2.35.0 is the currently selected and displayed version at the top of the page, while a drop down allows you to navigate through all other versions."]]],[]]