Reference documentation and code samples for the Cloud Firestore V1 Client class BatchWriteResponse.
The response from Firestore.BatchWrite .
Generated from protobuf message google.firestore.v1.BatchWriteResponse
Methods
__construct
Constructor.
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.
↳ status
array< Google\Rpc\Status
>
The status of applying the writes. This i-th write status corresponds to the i-th write in the request.
getWriteResults
The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.
setWriteResults
The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.
$this
getStatus
The status of applying the writes.
This i-th write status corresponds to the i-th write in the request.
setStatus
The status of applying the writes.
This i-th write status corresponds to the i-th write in the request.
$this