Reference documentation and code samples for the Cloud Firestore V1beta1 Client class CommitResponse.
The response for Firestore.Commit.
Generated from protobuf message google.firestore.v1beta1.CommitResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ write_results |
array<Google\Cloud\Firestore\V1beta1\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. |
getWriteResults
The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\Firestore\V1beta1\WriteResult>
|
Returns | |
---|---|
Type | Description |
$this |
getCommitTime
The time at which the commit occurred.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp |
setCommitTime
The time at which the commit occurred.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |