// 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"]],[["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-04-09 UTC."],[[["The webpage provides a list of historical versions for `compute_forwarding_rules_v1::ForwardingRulesClient`, ranging from the latest release candidate `2.37.0-rc` down to version `2.15.1`."],["Each version in the list links to the corresponding documentation for the `compute_forwarding_rules_v1_1_1ForwardingRulesClient-endpoint-snippet`."],["The current default displayed version is `2.22.1` which is found near the middle of the release list."],["The page shows how to override the endpoint configuration, specifically for private Google access, using `private.googleapis.com` as an example."]]],[]]