// 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::sql_v1::MakeSqlSslCertsServiceConnectionRest(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-09 UTC."],[[["This webpage documents the version history and endpoint configuration for the `SqlSslCertsServiceClient`."],["The latest release candidate version available is 2.37.0-rc, with the current version of the documentation being 2.31.0."],["Versions of the `SqlSslCertsServiceClient` are listed in descending order, from version 2.37.0-rc down to 2.11.0, with each version link providing access to the associated documentation."],["The page provides a code snippet for overriding the default endpoint configuration to `private.googleapis.com` for the `SqlSslCertsServiceClient`, which is used with Private Google Access."]]],[]]