// 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_agentendpoint_v1::AgentEndpointServiceClient(
google::cloud::osconfig_agentendpoint_v1::
MakeAgentEndpointServiceConnection(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 documentation and reference snippets for various versions of the `osconfig_agentendpoint_v1::AgentEndpointServiceClient`."],["Version 2.37.0-rc is the latest release candidate, with links to the documentation for this and other releases being available."],["The content includes versions ranging from 2.11.0 up to the latest 2.37.0-rc, allowing users to review changes across the versions, and find a version that works best for them."],["The webpage has a example snippet for overriding the endpoint configuration for `osconfig_agentendpoint_v1::AgentEndpointServiceClient`, which is compatible with Private Google Access."]]],[]]