// 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::alloydb_v1::AlloyDBAdminClient(
google::cloud::alloydb_v1::MakeAlloyDBAdminConnection(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-03-05 UTC."],[[["This webpage provides access to different versions of the AlloyDB Admin Client, ranging from the latest release candidate version 2.37.0-rc down to version 2.11.0."],["Each version listed links to the corresponding documentation for the `alloydb_v1_1_1AlloyDBAdminClient-endpoint-snippet`, allowing users to review the details for that specific release."],["The page includes an example configuration to override the AlloyDBAdminClient endpoint, specifically for use with Private Google Access, utilizing `private.googleapis.com` as the endpoint."],["The current version that is displayed as the base version is 2.20.0."]]],[]]