// 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::pubsublite::AdminServiceClient(
google::cloud::pubsublite::MakeAdminServiceConnection(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-09 UTC."],[[["This webpage provides documentation for various versions of the `pubsublite::AdminServiceClient` within the C++ client library."],["Version 2.37.0-rc is the latest release candidate, and a full range of prior versions are available, starting from 2.11.0 up to 2.36.0."],["Each version links to documentation for configuring the `AdminServiceClient` endpoint, with each documentation version using an endpoint configuration snippet."],["The documentation includes an example of how to override the default endpoint configuration, specifically for Private Google Access, by setting the `EndpointOption`."],["The current displayed version is 2.29.0, and it contains a full list of the documentation for each past version."]]],[]]