// 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::sql_v1::SqlSslCertsServiceClient(
google::cloud::ExperimentalTag{},
google::cloud::sql_v1::MakeSqlSslCertsServiceConnectionRest(
google::cloud::ExperimentalTag{}, 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-21 UTC."],[[["This page documents the various versions of the `sql_v1_1_1SqlSslCertsServiceClient` available, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version, from 2.11.0 through 2.36.0, corresponds to a unique documentation page with reference materials for the `sql_v1_1_1SqlSslCertsServiceClient`."],["The latest release candidate version, 2.37.0-rc, is presented as the most up-to-date resource for the `sql_v1_1_1SqlSslCertsServiceClient`."],["The page also includes information on overriding the `sql_v1::SqlSslCertsServiceClient` Endpoint Configuration, illustrating how to configure the endpoint to \"private.googleapis.com\"."],["This page lists all the versions available for users to view from version 2.11.0 and the latest being 2.37.0-rc, while also offering an override on endpoint configuration."]]],[]]