// 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_security_policies_v1::SecurityPoliciesClient(
google::cloud::compute_security_policies_v1::
MakeSecurityPoliciesConnectionRest(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."],[[["The webpage provides access to documentation for various versions of the `compute_security_policies_v1_1_1SecurityPoliciesClient` component, ranging from version 2.15.1 up to the release candidate 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate available, while 2.36.0 is the most recent fully released version."],["Each listed version links to its specific documentation regarding the `compute_security_policies_v1_1_1SecurityPoliciesClient-endpoint-snippet`."],["The page also includes an example of how to override the `compute_security_policies_v1::SecurityPoliciesClient` endpoint configuration, which is compatible with Private Google Access settings."],["The endpoint configuration example shows how to set the `EndpointOption` to `\"private.googleapis.com\"`, when using `MakeSecurityPoliciesConnectionRest`."]]],[]]