// 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-09 UTC."],[[["The webpage provides a comprehensive list of versioned documentation for the `osconfig_v1_1_1OsConfigServiceClient` component."],["The latest version available is `2.37.0-rc`, which is marked as the most recent release candidate."],["There are multiple documentation versions available, starting from `2.11.0` up to `2.37.0-rc`, allowing users to review past versions of the component."],["The webpage includes instructions on how to override the default endpoint configuration for `osconfig_v1::OsConfigServiceClient`, specifying the use of \"private.googleapis.com\" for private Google Access."],["Each listed version contains documentation on the endpoint snippets for the `osconfig_v1_1_1OsConfigServiceClient`."]]],[]]