Class: Google::Cloud::Firestore::V1::BatchWriteResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::Google::Rpc::Status>)

    The status of applying the writes.

    This i-th write status corresponds to the i-th write in the request.



965
966
967
968
# File 'proto_docs/google/firestore/v1/firestore.rb', line 965

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.

Returns:



965
966
967
968
# File 'proto_docs/google/firestore/v1/firestore.rb', line 965

class BatchWriteResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end