// 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_v1::DatastoreClient(
google::cloud::datastore_v1::MakeDatastoreConnection(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."],[[["The latest version available for the Datastore client is 2.37.0-rc, and is the most up to date."],["The page provides links to documentation for various versions of the Datastore client, ranging from the latest down to version 2.15.1."],["The content provides a snippet for overriding the default `datastore_v1::DatastoreClient` endpoint configuration, showcasing how to set a custom endpoint like `\"private.googleapis.com\"`."],["The endpoint configuration snippet is also shown to be common with Private Google Access, as stated in the included comment."]]],[]]