// 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::pubsub_admin::TopicAdminClient(
google::cloud::pubsub_admin::MakeTopicAdminConnection(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-14 UTC."],[[["The latest version of the C++ Pub/Sub library is 2.37.0-rc."],["This page lists all available versions of the C++ Pub/Sub library, ranging from the newest (2.37.0-rc) to older releases, with versions going as far back as 2.11.0."],["The page provides access to documentation for each version, including example code for `TopicAdminClient` endpoints, which can be used to override the default endpoint."],["The provided code snippet exemplifies setting the endpoint option to \"private.googleapis.com\", which is commonly used for Private Google Access."]]],[]]