// 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_certificates_v1::SslCertificatesClient(
google::cloud::compute_ssl_certificates_v1::
MakeSslCertificatesConnectionRest(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-15 UTC."],[[["This webpage provides access to documentation for various versions of the `compute_ssl_certificates_v1` C++ client library."],["The latest release candidate version available is 2.37.0-rc, with a range of stable versions from 2.36.0 down to 2.15.1 also documented."],["Each version entry links to specific documentation pages related to the `SslCertificatesClient` endpoint within that release."],["The page includes an example code snippet demonstrating how to override the `SslCertificatesClient` endpoint configuration, for things such as Private Google Access, using the `EndpointOption`."]]],[]]