Accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application.
Service: datastore.googleapis.com
The Service name datastore.googleapis.com
is needed to create RPC client stubs.
Methods |
AllocateIds
|
Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted. |
BeginTransaction
|
Begins a new transaction. |
Commit
|
Commits a transaction, optionally creating, deleting or modifying some entities. |
Lookup
|
Looks up entities by key. |
ReserveIds
|
Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore. |
Rollback
|
Rolls back a transaction. |
RunQuery
|
Queries for entities. |
Methods |
AllocateIds
|
Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted. |
BeginTransaction
|
Begins a new transaction. |
Commit
|
Commits a transaction, optionally creating, deleting or modifying some entities. |
Lookup
|
Looks up entities by key. |
ReserveIds
|
Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore. |
Rollback
|
Rolls back a transaction. |
RunQuery
|
Queries for entities. |