Class: Google::Cloud::Firestore::V1::BatchWriteResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::BatchWriteResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/firestore.rb
Overview
The response from Firestore.BatchWrite.
Instance Attribute Summary collapse
-
#status ⇒ ::Array<::Google::Rpc::Status>
The status of applying the writes.
-
#write_results ⇒ ::Array<::Google::Cloud::Firestore::V1::WriteResult>
The result of applying the writes.
Instance Attribute Details
#status ⇒ ::Array<::Google::Rpc::Status>
Returns The status of applying the writes.
This i-th write status corresponds to the i-th write in the request.
787 788 789 790 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 787 class BatchWriteResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#write_results ⇒ ::Array<::Google::Cloud::Firestore::V1::WriteResult>
Returns The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.
787 788 789 790 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 787 class BatchWriteResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |