// 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 and links for various versions of the `compute_network_firewall_policies_v1` component, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["Each listed version, such as 2.36.0 or 2.22.0, has a dedicated link that leads to specific documentation for the `NetworkFirewallPoliciesClient-endpoint-snippet` within that version."],["The page includes an example code snippet demonstrating how to override the endpoint configuration for `NetworkFirewallPoliciesClient`, specifically setting it to \"private.googleapis.com\" for Private Google Access."],["The current default version being used, as indicated at the top, is 2.34.0-rc, however, the latest version available for usage is 2.37.0-rc, and is indicated as such in the list."]]],[]]