// 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::datastore_admin_v1::DatastoreAdminClient(
google::cloud::datastore_admin_v1::MakeDatastoreAdminConnection(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 a comprehensive list of Datastore Admin Client versions, ranging from the latest release candidate 2.37.0-rc down to version 2.15.1."],["Each listed version, such as 2.36.0, 2.35.0, etc., is hyperlinked to its specific documentation page for the DatastoreAdminClient-endpoint-snippet."],["The content also contains instructions on how to override the default DatastoreAdminClient Endpoint Configuration, using the \"private.googleapis.com\" endpoint as an example."],["The webpage offers detailed documentation for the C++ library concerning the Datastore Admin, with version 2.28.0 as the version header of the page."]]],[]]