// 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_network_firewall_policies_v1::
NetworkFirewallPoliciesClient(
google::cloud::compute_network_firewall_policies_v1::
MakeNetworkFirewallPoliciesConnectionRest(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-03-05 UTC."],[[["This page provides documentation for various versions of the `compute_network_firewall_policies_v1_1_1NetworkFirewallPoliciesClient`, spanning from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a direct link to its respective documentation page, allowing users to easily navigate to specific releases."],["The latest release candidate is version 2.37.0-rc, indicated as the most up-to-date option for users looking for the newest features or updates."],["The page also provides an example of how to override the endpoint configuration for the `NetworkFirewallPoliciesClient`, demonstrating the use of Private Google Access."],["Version 2.35.0, the version specified at the top of the page, serves as the context version, with links to several version both above and below it."]]],[]]