Accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application.
Service: datastore.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://datastore.googleapis.com
REST Resource: v1beta3.projects
| Methods | |
|---|---|
| allocateIds | POST /v1beta3/projects/{projectId}:allocateIdsAllocates IDs for the given keys, which is useful for referencing an entity before it is inserted. | 
| beginTransaction | POST /v1beta3/projects/{projectId}:beginTransactionBegins a new transaction. | 
| commit | POST /v1beta3/projects/{projectId}:commitCommits a transaction, optionally creating, deleting or modifying some entities. | 
| lookup | POST /v1beta3/projects/{projectId}:lookupLooks up entities by key. | 
| reserveIds | POST /v1beta3/projects/{projectId}:reserveIdsPrevents the supplied keys' IDs from being auto-allocated by Cloud Datastore. | 
| rollback | POST /v1beta3/projects/{projectId}:rollbackRolls back a transaction. | 
| runAggregationQuery | POST /v1beta3/projects/{projectId}:runAggregationQueryRuns an aggregation query. | 
| runQuery | POST /v1beta3/projects/{projectId}:runQueryQueries for entities. | 
REST Resource: v1.projects
| Methods | |
|---|---|
| allocateIds | POST /v1/projects/{projectId}:allocateIdsAllocates IDs for the given keys, which is useful for referencing an entity before it is inserted. | 
| beginTransaction | POST /v1/projects/{projectId}:beginTransactionBegins a new transaction. | 
| commit | POST /v1/projects/{projectId}:commitCommits a transaction, optionally creating, deleting or modifying some entities. | 
| lookup | POST /v1/projects/{projectId}:lookupLooks up entities by key. | 
| reserveIds | POST /v1/projects/{projectId}:reserveIdsPrevents the supplied keys' IDs from being auto-allocated by Cloud Datastore. | 
| rollback | POST /v1/projects/{projectId}:rollbackRolls back a transaction. | 
| runAggregationQuery | POST /v1/projects/{projectId}:runAggregationQueryRuns an aggregation query. | 
| runQuery | POST /v1/projects/{projectId}:runQueryQueries for entities. | 
REST Resource: v1.projects.operations
| Methods | |
|---|---|
| cancel | POST /v1/{name=projects/*/operations/*}:cancelStarts asynchronous cancellation on a long-running operation. | 
| delete | DELETE /v1/{name=projects/*/operations/*}Deletes a long-running operation. | 
| get | GET /v1/{name=projects/*/operations/*}Gets the latest state of a long-running operation. | 
| list | GET /v1/{name=projects/*}/operationsLists operations that match the specified filter in the request. |