Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::CommitResponse (v0.4.8)

Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::CommitResponse.

The response for Firestore.Commit.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#commit_time

def commit_time() -> ::Google::Protobuf::Timestamp
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.

#commit_time=

def commit_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::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.
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.

#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