// 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"]],[["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-02 UTC."],[[["This webpage provides a comprehensive list of versions for the `compute_region_security_policies_v1` component, ranging from the release candidate `2.37.0-rc` down to version `2.15.1`."],["Each version listed links to the documentation for the `RegionSecurityPoliciesClient-endpoint-snippet`, allowing users to access version-specific details and configurations."],["The latest version is the release candidate `2.37.0-rc`, which is highlighted at the top of the list, showing it as the most recent update."],["Instructions are provided on how to configure the `RegionSecurityPoliciesClient` endpoint, demonstrating how to set up the connection with a specified endpoint using `private.googleapis.com` in the configuration options, which is also relevant to the Private Google Access."]]],[]]