Cloud Datastore V1 Client - Class AllocateIdsResponse (1.17.1)

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

The response for Datastore.AllocateIds.

Generated from protobuf message google.datastore.v1.AllocateIdsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.

getKeys

The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.

Generated from protobuf field repeated .google.datastore.v1.Key keys = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setKeys

The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.

Generated from protobuf field repeated .google.datastore.v1.Key keys = 1;

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