Cloud Datastore V1 Client - Class AllocateIdsRequest (2.0.3)

Namespace

Google \ Cloud \ Datastore \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ project_idstring

Required. The ID of the project against which to make the request.

↳ database_idstring

The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.

↳ keysarray<Key>

Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.

getProjectId

Required. The ID of the project against which to make the request.

Returns
TypeDescription
string

setProjectId

Required. The ID of the project against which to make the request.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getDatabaseId

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the defaultdatabase.

Returns
TypeDescription
string

setDatabaseId

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the defaultdatabase.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getKeys

Required. A list of keys with incomplete key paths for which to allocateIDs. No key may be reserved/read-only.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setKeys

Required. A list of keys with incomplete key paths for which to allocateIDs. No key may be reserved/read-only.

Parameter
NameDescription
vararray<Key>
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
projectIdstring

Required. The ID of the project against which to make the request.

keysarray<Key>

Required. A list of keys with incomplete key paths for which to allocateIDs. No key may be reserved/read-only.

Returns
TypeDescription
AllocateIdsRequest

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-24 UTC.