Class: Google::Firestore::V1beta1::CommitResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb

Overview

The response for Firestore::Commit.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_timeGoogle::Protobuf::Timestamp

Returns The time at which the commit occurred.

Returns:



251
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 251

class CommitResponse; end

#write_resultsArray<Google::Firestore::V1beta1::WriteResult>

Returns The result of applying the writes.

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

Returns:



251
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 251

class CommitResponse; end