// 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."],[[["The webpage provides a comprehensive list of versions for the IdentityAwareProxyOAuthServiceClient, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed, including the release candidate, is linked to its corresponding documentation for the iap_v1_1_1IdentityAwareProxyOAuthServiceClient-endpoint-snippet."],["The current landing page is version 2.31.0, allowing users to view documentation directly from the same page, but the information displayed on this page is for the endpoint configuration."],["The content also includes a code snippet illustrating how to override the iap_v1::IdentityAwareProxyOAuthServiceClient endpoint configuration, especially in the context of Private Google Access."]]],[]]