// 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::iap_v1::IdentityAwareProxyOAuthServiceClient(
google::cloud::iap_v1::MakeIdentityAwareProxyOAuthServiceConnection(
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-05-07 UTC."],[[["This page provides access to documentation for various versions of the IdentityAwareProxyOAuthServiceClient, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed has a corresponding link to its documentation, specifically the `iap_v1_1_1IdentityAwareProxyOAuthServiceClient-endpoint-snippet`, within its respective release folder."],["The latest version available is designated as 2.37.0-rc, which is the current release candidate version."],["There is an example of how to override the `iap_v1::IdentityAwareProxyOAuthServiceClient` endpoint configuration using `private.googleapis.com` which is a configuration option that is common with Private Google Access."]]],[]]