// 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::appengine_v1::AuthorizedCertificatesClient(
google::cloud::appengine_v1::MakeAuthorizedCertificatesConnection(
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-05 UTC."],[[["This webpage provides access to various versions of the App Engine C++ client library, specifically for `appengine_v1_1_1AuthorizedCertificatesClient`."],["The most recent release candidate is version 2.37.0-rc, and links are provided to versions going back to 2.11.0."],["Each version listed includes a link to the documentation for that specific release of the `appengine_v1_1_1AuthorizedCertificatesClient` endpoint snippet."],["Instructions are provided for overriding the default endpoint configuration for `appengine_v1::AuthorizedCertificatesClient` to use `\"private.googleapis.com\"`."],["The content displayed covers the C++ library reference for the App Engine, from versions 2.11.0 up to 2.37.0-rc."]]],[]]