Cloud Datastore V1 Client - Class ReserveIdsRequest (1.25.0)

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

The request for Datastore.ReserveIds .

Generated from protobuf message google.datastore.v1.ReserveIdsRequest

Namespace

Google \ Cloud \ Datastore \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
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 complete key paths whose numeric IDs should not be auto-allocated.

getProjectId

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

Returns
Type
Description
string

setProjectId

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

Parameter
Name
Description
var
string
Returns
Type
Description
$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
Type
Description
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
Name
Description
var
string
Returns
Type
Description
$this

getKeys

Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Returns
Type
Description

setKeys

Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Parameter
Name
Description
Returns
Type
Description
$this

static::build

Parameters
Name
Description
projectId
string

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

keys
array< Google\Cloud\Datastore\V1\Key >

Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Design a Mobile Site
View Site in Mobile | Classic
Share by: