Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::BatchWriteResponse.
The response from Firestore.BatchWrite.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#status
def status() -> ::Array<::Google::Rpc::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.
#status=
def status=(value) -> ::Array<::Google::Rpc::Status>
-
value (::Array<::Google::Rpc::Status>) — The status of applying the writes.
This i-th write status corresponds to the i-th write in the request.
-
(::Array<::Google::Rpc::Status>) — The status of applying the writes.
This i-th write status corresponds to the i-th write in the request.
#write_results
def write_results() -> ::Array<::Google::Cloud::Firestore::V1::WriteResult>
-
(::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.
#write_results=
def write_results=(value) -> ::Array<::Google::Cloud::Firestore::V1::WriteResult>
-
value (::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.
-
(::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.