Cloud Firestore V1 Client - Class CommitResponse (1.27.3)

Reference documentation and code samples for the Cloud Firestore V1 Client class CommitResponse.

The response for Firestore.Commit.

Generated from protobuf message google.firestore.v1.CommitResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ write_results array<Google\Cloud\Firestore\V1\WriteResult>

The result of applying the writes. This i-th write result corresponds to the i-th write in the request.

↳ commit_time Google\Protobuf\Timestamp

The time at which the commit occurred. Any read with an equal or greater read_time is guaranteed to see the effects of the commit.

getWriteResults

The result of applying the writes.

This i-th write result corresponds to the i-th write in the request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWriteResults

The result of applying the writes.

This i-th write result corresponds to the i-th write in the request.

Parameter
NameDescription
var array<Google\Cloud\Firestore\V1\WriteResult>
Returns
TypeDescription
$this

getCommitTime

The time at which the commit occurred. Any read with an equal or greater read_time is guaranteed to see the effects of the commit.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCommitTime

clearCommitTime

setCommitTime

The time at which the commit occurred. Any read with an equal or greater read_time is guaranteed to see the effects of the commit.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this