Cloud Spanner V1 Client - Class BatchWriteResponse (2.5.1)

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

The result of applying a batch of mutations.

Generated from protobuf message google.spanner.v1.BatchWriteResponse

Namespace

Google \ Cloud \ Spanner \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ indexes array

The mutation groups applied in this batch. The values index into the mutation_groups field in the corresponding BatchWriteRequest.

↳ status Google\Rpc\Status

An OK status indicates success. Any other status indicates a failure.

↳ commit_timestamp Google\Protobuf\Timestamp

The commit timestamp of the transaction that applied this batch. Present if status is OK and the mutation groups were applied, absent otherwise. For mutation groups with conditions, a status=OK and missing commit_timestamp means that the mutation groups were not applied due to the condition not being satisfied after evaluation.

getIndexes

The mutation groups applied in this batch. The values index into the mutation_groups field in the corresponding BatchWriteRequest.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIndexes

The mutation groups applied in this batch. The values index into the mutation_groups field in the corresponding BatchWriteRequest.

Parameter
Name Description
var int[]
Returns
Type Description
$this

getStatus

An OK status indicates success. Any other status indicates a failure.

Returns
Type Description
Google\Rpc\Status|null

hasStatus

clearStatus

setStatus

An OK status indicates success. Any other status indicates a failure.

Parameter
Name Description
var Google\Rpc\Status
Returns
Type Description
$this

getCommitTimestamp

The commit timestamp of the transaction that applied this batch.

Present if status is OK and the mutation groups were applied, absent otherwise. For mutation groups with conditions, a status=OK and missing commit_timestamp means that the mutation groups were not applied due to the condition not being satisfied after evaluation.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCommitTimestamp

clearCommitTimestamp

setCommitTimestamp

The commit timestamp of the transaction that applied this batch.

Present if status is OK and the mutation groups were applied, absent otherwise. For mutation groups with conditions, a status=OK and missing commit_timestamp means that the mutation groups were not applied due to the condition not being satisfied after evaluation.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this