// 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"]],[["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 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."],["The documentation for each version includes endpoint snippets for `compute_security_policies_v1_1_1SecurityPoliciesClient` allowing users to directly access the specific endpoint information."],["The latest version available is the release candidate `2.37.0-rc`, with `2.36.0` being the latest stable release, and the current version detailed on the page is `2.29.0`."],["The endpoint configuration override, which is commonly used with Private Google Access, is demonstrated by setting a `google::cloud::EndpointOption` to \"private.googleapis.com\" and creating a `SecurityPoliciesClient`."],["The versions documented are all related to the C++ environment, with specific references to the compute domain."]]],[]]