// 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::beyondcorp_appconnections_v1::AppConnectionsServiceClient(
google::cloud::beyondcorp_appconnections_v1::
MakeAppConnectionsServiceConnection(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-05 UTC."],[[["This webpage provides documentation for various versions of the `beyondcorp_appconnections_v1::AppConnectionsServiceClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to specific documentation for the `AppConnectionsServiceClient-endpoint-snippet`, offering detailed information for that version."],["The most recent release candidate version of the documentation available is version 2.37.0-rc."],["The documentation provides an example on how to configure the service endpoint, using the `private.googleapis.com` endpoint, for the `beyondcorp_appconnections_v1::AppConnectionsServiceClient` as it is common with private google access."],["The page lists older versions all the way down to 2.11.0, allowing users to look at deprecated versions of the documentation."]]],[]]