Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::BatchWriteResponse (v0.6.0)

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>
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.

#status=

def status=(value) -> ::Array<::Google::Rpc::Status>
Parameter
  • 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.

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.

#write_results

def write_results() -> ::Array<::Google::Cloud::Firestore::V1::WriteResult>
Returns

#write_results=

def write_results=(value) -> ::Array<::Google::Cloud::Firestore::V1::WriteResult>
Parameter
Returns