// 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_forwarding_rules_v1::ForwardingRulesClient(
google::cloud::compute_forwarding_rules_v1::
MakeForwardingRulesConnectionRest(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 `compute_forwarding_rules_v1_1_1ForwardingRulesClient-endpoint-snippet`, ranging from version 2.15.1 up to the latest release candidate version 2.37.0-rc."],["Each version listed links to specific documentation for that particular release, allowing users to review changes across versions."],["The page documents how to override the default endpoint configuration for the `ForwardingRulesClient`, using a custom endpoint such as `\"private.googleapis.com\"` for scenarios such as Private Google Access."],["The lowest available version on the page is 2.15.1, while the latest stable available is 2.36.0."],["Version 2.28.0, the current version, is also available in the versioning list."]]],[]]