Cloud Datastore V1 Client - Class AllocateIdsRequest (1.18.1)

Reference documentation and code samples for the Cloud Datastore V1 Client class AllocateIdsRequest.

The request for Datastore.AllocateIds.

Generated from protobuf message google.datastore.v1.AllocateIdsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

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

↳ database_id string

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

↳ keys array<Google\Cloud\Datastore\V1\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
var string
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 default database.

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 default database.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getKeys

Required. A list of keys with incomplete key paths for which to allocate IDs.

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 allocate IDs.

No key may be reserved/read-only.

Parameter
NameDescription
var array<Google\Cloud\Datastore\V1\Key>
Returns
TypeDescription
$this