// 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::compute_global_forwarding_rules_v1::
GlobalForwardingRulesClient(
google::cloud::compute_global_forwarding_rules_v1::
MakeGlobalForwardingRulesConnectionRest(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 `compute_global_forwarding_rules_v1_1_1GlobalForwardingRulesClient` component, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version is hyperlinked to its respective documentation page, offering access to the `GlobalForwardingRulesClient-endpoint-snippet` for that specific version."],["The current version being displayed and highlighted at the top is version 2.28.0, providing easy access to users needing information on this particular release."],["The page includes a code snippet demonstrating how to override the `compute_global_forwarding_rules_v1::GlobalForwardingRulesClient` endpoint configuration using `private.googleapis.com`, which is common with Private Google Access."]]],[]]