// 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::spanner_admin::DatabaseAdminClient(
google::cloud::spanner_admin::MakeDatabaseAdminConnection(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-14 UTC."],[[["This page provides a comprehensive list of versions for the C++ Spanner DatabaseAdminClient, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["Each listed version links to documentation regarding the `DatabaseAdminClient-set-endpoint-snippet`."],["The latest stable version available is not directly specified but the list indicates a version lower than 2.37.0 is stable, with the oldest listed being 2.11.0."],["The `set_endpoint` function lets you override the default setting, as shown by the code snippet, and is commonly used for Private Google Access."]]],[]]