Cloud Spanner V1 Client - Class PartitionResponse (1.60.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class PartitionResponse.

The response for PartitionQuery or PartitionRead

Generated from protobuf message google.spanner.v1.PartitionResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

โ†ณ partitions array<Google\Cloud\Spanner\V1\Partition>

Partitions created by this request.

โ†ณ transaction Google\Cloud\Spanner\V1\Transaction

Transaction created by this request.

getPartitions

Partitions created by this request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPartitions

Partitions created by this request.

Parameter
Name Description
var array<Google\Cloud\Spanner\V1\Partition>
Returns
Type Description
$this

getTransaction

Transaction created by this request.

Returns
Type Description
Google\Cloud\Spanner\V1\Transaction|null

hasTransaction

clearTransaction

setTransaction

Transaction created by this request.

Parameter
Name Description
var Google\Cloud\Spanner\V1\Transaction
Returns
Type Description
$this