// 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."],[[["The webpage provides documentation and reference for various versions of the `datastore_admin_v1_1_1DatastoreAdminClient` C++ library, ranging from version 2.15.1 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate available for the `datastore_admin_v1_1_1DatastoreAdminClient`, offering the newest features and improvements."],["The content demonstrates how to override the default endpoint configuration for the `DatastoreAdminClient` to use a private Google API endpoint, which can be used with Private Google Access."],["Each version listed, such as 2.36.0, 2.35.0, down to 2.15.1, has its own dedicated documentation link detailing the specific features and changes in that release."],["Version 2.21.0 is the initial version that is specified in the information, signifying the starting point of the available documented versions."]]],[]]