// 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_appgateways_v1::AppGatewaysServiceClient(
google::cloud::beyondcorp_appgateways_v1::
MakeAppGatewaysServiceConnection(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."],[[["This page provides access to the historical versions of the BeyondCorp AppGatewaysServiceClient documentation, ranging from version 2.11.0 up to the most recent release candidate, 2.37.0-rc."],["Each version listed links to its specific documentation for the AppGatewaysServiceClient endpoint, allowing for detailed reference of past iterations."],["The most current release is 2.37.0-rc, indicated as the 'latest', and is linked for immediate access."],["The page includes a code example demonstrating how to override the default endpoint configuration for the AppGatewaysServiceClient, using \"private.googleapis.com\" as the endpoint."],["The provided code sample shows that the configuration used is common with Private Google Access."]]],[]]