// 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"]],[["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."],[[["The latest available version is 2.37.0-rc, which is indicated as the most current release."],["This page provides access to documentation for a range of previous versions, starting from 2.36.0 and going down to 2.11.0."],["The documentation pertains to `osconfig_agentendpoint_v1_1_1AgentEndpointServiceClient` and its endpoint configuration."],["Configuration details for the `AgentEndpointServiceClient` are provided, including an example for use with Private Google Access via `private.googleapis.com`."],["Each version listed on this page links to its specific documentation for the `osconfig_agentendpoint_v1_1_1AgentEndpointServiceClient-endpoint-snippet`."]]],[]]