// 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-05 UTC."],[[["The latest release candidate version is 2.37.0-rc, representing the most current update."],["Version 2.35.0 is the currently displayed base version, with prior versions available below, ranging down to version 2.15.1."],["The provided content details version history for compute region security policies, including links to documentation for each release, allowing easy access to prior versions."],["Users can override the `RegionSecurityPoliciesClient` endpoint configuration using a specific setup, as shown in the code snippet provided, which is also in use with Private Google Access."]]],[]]