// 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_target_ssl_proxies_v1::TargetSslProxiesClient(
google::cloud::compute_target_ssl_proxies_v1::
MakeTargetSslProxiesConnectionRest(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 latest release candidate version available is 2.37.0-rc."],["A comprehensive list of versions is provided, ranging from 2.15.1 to 2.37.0-rc, allowing users to access documentation for specific releases."],["The content is related to the compute target SSL proxies, and more specifically the `TargetSslProxiesClient` in the version v1_1_1."],["The provided code snippet demonstrates how to override the endpoint configuration for `compute_target_ssl_proxies_v1::TargetSslProxiesClient`, including an example using \"private.googleapis.com\"."],["Version 2.18.0 is being used as the current baseline version to show where everything else is relative to."]]],[]]