// 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-21 UTC."],[[["This page provides a comprehensive list of historical versions for the `appengine_v1_1_1AuthorizedCertificatesClient` component."],["Version 2.37.0-rc is the most recent release candidate, and is denoted as the latest version available."],["The list shows a chronological sequence of releases from version 2.37.0-rc down to 2.11.0, allowing users to locate and navigate to the documentation for each version."],["The documentation includes information about overriding the endpoint configuration for the `appengine_v1::AuthorizedCertificatesClient`, particularly for Private Google Access using the `private.googleapis.com` endpoint."]]],[]]