Reference documentation and code samples for the Google Cloud Datastore v1 API class Datastore.
Each RPC normalizes the partition IDs of the keys in its input entities,
and always returns entities with keys with normalized partition IDs.
This applies to all keys and entities, including those in values, except keys
with both an empty path and an empty or unset partition ID. Normalization of
input keys sets the project ID (if not already set) to the project ID from
the request.
public static void BindService(ServiceBinderBase serviceBinder, Datastore.DatastoreBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-21 UTC."],[[["This page provides documentation for the Google Cloud Datastore v1 API, specifically the `Datastore` class, with version 4.15.0 being the latest and 4.6.0 being the version the user is currently looking at."],["The `Datastore` class normalizes partition IDs of keys in entities for each RPC, ensuring consistency across all input and returned keys, excluding those with empty paths and unset partition IDs."],["The page lists multiple versions of the API, from 4.15.0 down to 3.2.0, along with links to each version's specific documentation, allowing users to navigate to the documentation for any particular version they are interested in."],["The `Datastore` class includes methods for binding service logic to a server, specifically `BindService(DatastoreBase)` and `BindService(ServiceBinderBase, DatastoreBase)`."],["The `Datastore` class inherits from the `object` class, providing standard methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]