// 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."],[[["The webpage provides a comprehensive list of versioned documentation for the `pubsublite::AdminServiceClient`, with the latest release candidate being version 2.37.0-rc."],["Users can access specific documentation for each version, ranging from the latest 2.37.0-rc down to version 2.11.0."],["The `AdminServiceClient` endpoint configuration can be overridden, specifically for scenarios involving Private Google Access by using `google::cloud::EndpointOption` within the options."],["The current version, which the user is on, is version 2.22.1."]]],[]]