Cloud Firestore V1 Client - Class WriteResponse (1.30.0)

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

The response for Firestore.Write.

Generated from protobuf message google.firestore.v1.WriteResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ stream_id string

The ID of the stream. Only set on the first message, when a new stream was created.

↳ stream_token string

A token that represents the position of this response in the stream. This can be used by a client to resume the stream at this point. This field is always set.

↳ 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 write.

getStreamId

The ID of the stream.

Only set on the first message, when a new stream was created.

Returns
TypeDescription
string

setStreamId

The ID of the stream.

Only set on the first message, when a new stream was created.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStreamToken

A token that represents the position of this response in the stream.

This can be used by a client to resume the stream at this point. This field is always set.

Returns
TypeDescription
string

setStreamToken

A token that represents the position of this response in the stream.

This can be used by a client to resume the stream at this point. This field is always set.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

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 write.

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 write.

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