// 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"]],[["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 webpage provides access to different versions of the compute_ssl_policies_v1, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["Each version listed on the page links to its specific documentation, such as the compute_ssl_policies_v1_1_1SslPoliciesClient-endpoint-snippet, offering details for that version."],["The most current available version of the compute_ssl_policies_v1 is 2.37.0-rc, which is designated as the latest release candidate."],["The page includes instructions on how to override the compute_ssl_policies_v1::SslPoliciesClient endpoint configuration, notably for settings common with Private Google Access."],["The current page version is 2.35.0."]]],[]]