// 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_firewall_policies_v1::FirewallPoliciesClient(
google::cloud::compute_firewall_policies_v1::
MakeFirewallPoliciesConnectionRest(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."],[[["This page provides a comprehensive list of versions for the `compute_firewall_policies_v1_1_1FirewallPoliciesClient` component, starting from version 2.15.1 up to the latest release candidate 2.37.0-rc."],["Each version listed links to its specific documentation page, allowing users to access detailed information and configurations for that release."],["The documentation includes an example of how to override the endpoint configuration for `compute_firewall_policies_v1::FirewallPoliciesClient`, which can be useful when using Private Google Access."],["The version listed at the top of the page is 2.28.0, and the user is able to see a full list of other versions that are released through clicking the drop down arrow next to it."]]],[]]