// 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"]],[["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-02 UTC."],[[["The latest available release candidate version is 2.37.0-rc, and it contains information on the `sql_v1_1_1SqlSslCertsServiceClient-endpoint-snippet`."],["The webpage provides a comprehensive list of previous versions, ranging from 2.36.0 down to 2.11.0, each linked to their respective documentation on the `sql_v1_1_1SqlSslCertsServiceClient-endpoint-snippet`."],["Version 2.13.0 represents a specific release, alongside 25 other older versions, and each version is linked to a specific documentation page."],["The page includes instructions for overriding the `sql_v1::SqlSslCertsServiceClient` Endpoint Configuration using `private.googleapis.com` and `MakeSqlSslCertsServiceConnectionRest` in the code."]]],[]]