2026-09-01
▼ ▲ datastore.projects.reserveIds
Flat Path : v1beta3/projects/{projectId}:reserveIds
Path : v1beta3/projects/{projectId}:reserveIds
Parameter Order : projectId
Description : Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore.
Scopes :
Parameters :
projectId
Location : path
Required : Yes
Type : string
Description : Required. The ID of the project against which to make the request.
HTTP Method : POST
▼ ▲ datastore.projects.runQuery
Parameters :
projectId
Location : path
Description : Required. The ID of the project against which to make the request.
Type : string
Required : Yes
Flat Path : v1beta3/projects/{projectId}:runQuery
HTTP Method : POST
Parameter Order : projectId
Path : v1beta3/projects/{projectId}:runQuery
Description : Queries for entities.
Scopes :
▼ ▲ datastore.projects.rollback
Parameters :
projectId
Location : path
Required : Yes
Description : Required. The ID of the project against which to make the request.
Type : string
Flat Path : v1beta3/projects/{projectId}:rollback
Path : v1beta3/projects/{projectId}:rollback
HTTP Method : POST
Parameter Order : projectId
Scopes :
Description : Rolls back a transaction.
▼ ▲ datastore.projects.lookup
Path : v1beta3/projects/{projectId}:lookup
HTTP Method : POST
Parameters :
projectId
Description : Required. The ID of the project against which to make the request.
Location : path
Type : string
Required : Yes
Description : Looks up entities by key.
Flat Path : v1beta3/projects/{projectId}:lookup
Scopes :
Parameter Order : projectId
▼ ▲ datastore.projects.beginTransaction
Path : v1beta3/projects/{projectId}:beginTransaction
Parameters :
projectId
Required : Yes
Description : Required. The ID of the project against which to make the request.
Type : string
Location : path
Flat Path : v1beta3/projects/{projectId}:beginTransaction
HTTP Method : POST
Scopes :
Parameter Order : projectId
Description : Begins a new transaction.
▼ ▲ datastore.projects.runAggregationQuery
Parameters :
projectId
Type : string
Required : Yes
Description : Required. The ID of the project against which to make the request.
Location : path
Scopes :
HTTP Method : POST
Path : v1beta3/projects/{projectId}:runAggregationQuery
Description : Runs an aggregation query.
Flat Path : v1beta3/projects/{projectId}:runAggregationQuery
Parameter Order : projectId
▼ ▲ datastore.projects.allocateIds
Scopes :
Description : Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted.
Path : v1beta3/projects/{projectId}:allocateIds
Parameters :
projectId
Description : Required. The ID of the project against which to make the request.
Type : string
Location : path
Required : Yes
Parameter Order : projectId
Flat Path : v1beta3/projects/{projectId}:allocateIds
HTTP Method : POST
▼ ▲ datastore.projects.commit
Parameters :
projectId
Location : path
Description : Required. The ID of the project against which to make the request.
Required : Yes
Type : string
Parameter Order : projectId
Scopes :
HTTP Method : POST
Flat Path : v1beta3/projects/{projectId}:commit
Path : v1beta3/projects/{projectId}:commit
Description : Commits a transaction, optionally creating, deleting or modifying some entities.