// This service supports specifying a regional or locational endpoint prefix
// when creating the SubscriptionAdminConnection.
// For example, to connect to "europe-central2-pubsub.googleapis.com":
auto client = google::cloud::pubsub_admin::SubscriptionAdminClient(
google::cloud::pubsub_admin::MakeSubscriptionAdminConnection(
"europe-central2"));
// 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 vpc_client = google::cloud::pubsub_admin::SubscriptionAdminClient(
google::cloud::pubsub_admin::MakeSubscriptionAdminConnection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The content provides a comprehensive list of historical versions, spanning from 2.11.0 up to the most recent release candidate."],["Each version, including the latest, has a direct link to its respective `SubscriptionAdminClient-endpoint-snippet` documentation."],["The webpage features an example code snippet for overriding the default `SubscriptionAdminClient` endpoint, using `private.googleapis.com`."],["Users have the ability to view every prior version of the docs up to 2.11.0."]]],[]]