Class: Google::Cloud::Firestore::V1::CommitResponse

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 for Firestore.Commit.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_time::Google::Protobuf::Timestamp

Returns The time at which the commit occurred. Any read with an equal or greater read_time is guaranteed to see the effects of the commit.

Returns:

  • (::Google::Protobuf::Timestamp)

    The time at which the commit occurred. Any read with an equal or greater read_time is guaranteed to see the effects of the commit.



332
333
334
335
# File 'proto_docs/google/firestore/v1/firestore.rb', line 332

class CommitResponse
  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:



332
333
334
335
# File 'proto_docs/google/firestore/v1/firestore.rb', line 332

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