// 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_ssl_policies_v1::SslPoliciesClient(
google::cloud::compute_ssl_policies_v1::MakeSslPoliciesConnectionRest(
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-09 UTC."],[[["The webpage provides documentation and reference for various versions of `compute_ssl_policies_v1_1_1SslPoliciesClient`."],["The latest release candidate version available is 2.37.0-rc, and it is linked at the top of the version list."],["The webpage lists versions from 2.15.1 up to 2.37.0-rc, all of which link to documentation pages related to the `SslPoliciesClient`."],["Instructions are provided for overriding the `compute_ssl_policies_v1::SslPoliciesClient` endpoint configuration, specifically for use with Private Google Access."],["The base version for this set of documents is version 2.33.0, displayed at the top."]]],[]]