// 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-05-07 UTC."],[[["Version 2.26.0 is the currently displayed version, with a list of other versions also being available."],["The latest version available for reference is 2.37.0-rc, indicating a release candidate."],["The webpage provides documentation and snippets for different versions of the `TopicAdminClient` within the `pubsub` library."],["Each listed version provides a link to documentation pertaining to `TopicAdminClient-endpoint-snippet`."],["The documentation includes an example for overriding the `@c TopicAdminClient` Default Endpoint, showing how to set a custom endpoint."]]],[]]