// 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::certificatemanager_v1::CertificateManagerClient(
google::cloud::certificatemanager_v1::MakeCertificateManagerConnection(
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-05-07 UTC."],[[["The latest release candidate version for the Certificate Manager client is 2.37.0-rc."],["The webpage provides documentation and endpoint snippets for various versions of the Certificate Manager client, ranging from 2.11.0 up to the latest release candidate."],["The current version documented on this page defaults to 2.31.0."],["There are multiple links available on the page referencing the Certificate Manager API client's endpoint snippet for each specified version."],["The provided code snippet shows how to override the default endpoint configuration to \"private.googleapis.com,\" which is often used with Private Google Access."]]],[]]