// 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_region_security_policies_v1::
RegionSecurityPoliciesClient(
google::cloud::compute_region_security_policies_v1::
MakeRegionSecurityPoliciesConnectionRest(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-21 UTC."],[[["This page provides a list of available versions for the `compute_region_security_policies_v1` component, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version, such as 2.36.0 or 2.22.0, corresponds to a specific endpoint snippet in the documentation for the `RegionSecurityPoliciesClient`."],["The latest version available is 2.37.0-rc, which is still considered a release candidate, therefore is not the main published version."],["There is an example provided on how to override the default endpoint configuration for the `RegionSecurityPoliciesClient` using `private.googleapis.com` which is a common practice for Private Google Access."],["The current version of the page itself is on version 2.34.0, and there are at least 22 different versions available for use."]]],[]]