// 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"]],[["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 page provides access to the historical versions of the BeyondCorp AppGatewaysServiceClient documentation, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["The latest available release candidate version is 2.37.0-rc, which can be located at the top of the list."],["Each listed version, such as 2.36.0, 2.35.0, and so on, links to the respective documentation for the AppGatewaysServiceClient at that specific release point."],["The \"Override beyondcorp_appgateways_v1::AppGatewaysServiceClient Endpoint Configuration\" section provides code that demonstrates how to set the endpoint to \"private.googleapis.com\"."],["Version 2.16.0 is the lowest version that was displayed under the content, without having to click on any other buttons or arrows."]]],[]]