Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore.
HTTP request
POST https://datastore.googleapis.com/v1beta3/projects/{projectId}:reserveIds
The URL uses Google API HTTP annotation syntax.
Path parameters
Parameters | |
---|---|
projectId |
The ID of the project against which to make the request. |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"databaseId": string,
"keys": [
{
object( |
Fields | |
---|---|
databaseId |
If not empty, the ID of the database against which to make the request. |
keys[] |
A list of keys with complete key paths whose numeric IDs should not be auto-allocated. |
Response body
If successful, the response body will be empty.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/datastore
https://www.googleapis.com/auth/cloud-platform
For more information, see the Auth Guide.