// 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::SubscriptionAdminClient(
google::cloud::pubsub_admin::MakeSubscriptionAdminConnection(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-04-17 UTC."],[[["This webpage provides access to documentation for various versions of the `SubscriptionAdminClient` within the Google Cloud Pub/Sub C++ library."],["The most recent release candidate version available is `2.37.0-rc`, with links to documentation for versions all the way down to `2.11.0`."],["Each linked version's documentation provides specific information regarding `SubscriptionAdminClient-endpoint-snippet`."],["The page provides a snippet of code, which demonstrates how to override the default endpoint for the `SubscriptionAdminClient`."],["Overriding the default endpoint using `private.googleapis.com` is a common configuration for Private Google Access."]]],[]]