class CommitResponse extends Message

The response for [Commit][google.spanner.v1.Spanner.Commit].

Protobuf type Google\Spanner\V1\CommitResponse

Methods

__construct()

No description

getCommitTimestamp()

The Cloud Spanner timestamp at which the transaction committed.

setCommitTimestamp(Timestamp $var)

The Cloud Spanner timestamp at which the transaction committed.

Details

at line 25
__construct()

at line 36
Timestamp getCommitTimestamp()

The Cloud Spanner timestamp at which the transaction committed.

Generated from protobuf field .google.protobuf.Timestamp commit_timestamp = 1;

Return Value

Timestamp

at line 47
setCommitTimestamp(Timestamp $var)

The Cloud Spanner timestamp at which the transaction committed.

Generated from protobuf field .google.protobuf.Timestamp commit_timestamp = 1;

Parameters

Timestamp $var