// 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"]],[["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."],[[["The webpage provides a comprehensive list of versions for the `iap_v1_1_1IdentityAwareProxyOAuthServiceClient`, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`."],["Each listed version, including specific releases like `2.25.1` and `2.15.1`, is directly linked to its respective documentation page."],["The content includes information about how to override the endpoint configuration for `iap_v1::IdentityAwareProxyOAuthServiceClient`, showcasing an example that is in common with Private Google Access."],["The latest version available, `2.37.0-rc`, is prominently displayed and marked as the \"(latest)\" release."]]],[]]