This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Datasets
For Datasets Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/datastore/v1beta2/datasets, unless otherwise noted | ||
allocateIds |
POST /
datasetId
/allocateIds
|
Allocate IDs for incomplete keys (useful for referencing an entity before it is inserted). |
beginTransaction |
POST /
datasetId
/beginTransaction
|
Begin a new transaction. |
commit |
POST /
datasetId
/commit
|
Commit a transaction, optionally creating, deleting or modifying some entities. |
lookup |
POST /
datasetId
/lookup
|
Look up some entities by key. |
rollback |
POST /
datasetId
/rollback
|
Roll back a transaction. |
runQuery |
POST /
datasetId
/runQuery
|
Query for entities. |