// 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 a list of historical versions for the `compute_ssl_policies_v1_1_1SslPoliciesClient-endpoint-snippet`."],["Version 2.37.0-rc is the latest available version, while version 2.22.0 is the page's current context version, with many others in between."],["Each listed version links to specific documentation for its respective `SslPoliciesClient` endpoint."],["The content includes instructions for overriding the `compute_ssl_policies_v1::SslPoliciesClient` endpoint configuration, notably for use with Private Google Access."],["The configuration override example uses `private.googleapis.com` for the endpoint, showcasing how to set custom endpoints."]]],[]]