// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[[["The latest release candidate version available is 2.37.0-rc."],["A comprehensive list of versions is provided, ranging from 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to its respective documentation for datastore\\_admin\\_v1\\_1\\_1DatastoreAdminClient-endpoint-snippet."],["Instructions on overriding the default `DatastoreAdminClient` endpoint configuration are included, with a specific example using `private.googleapis.com`."],["The provided versions are associated with the C++ documentation for datastore."]]],[]]