// 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"]],[["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 the `pubsublite::AdminServiceClient` endpoint configuration for various versions, with version 2.37.0-rc being the latest available."],["The content provides a list of links to documentation for each version, ranging from 2.11.0 up to the latest release candidate, allowing users to select the documentation relevant to their specific version."],["The example code shows how to override the default endpoint configuration, using \"private.googleapis.com\" for configurations common with Private Google Access."],["Version 2.33.0 is indicated as the current version being viewed on the page, with the option to view older or newer versions."]]],[]]