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
-
(::Array<::Google::Cloud::Firestore::V1::WriteResult>) — The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.
#write_results=
def write_results=(value) -> ::Array<::Google::Cloud::Firestore::V1::WriteResult>
Parameter
-
value (::Array<::Google::Cloud::Firestore::V1::WriteResult>) — The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.
Returns
-
(::Array<::Google::Cloud::Firestore::V1::WriteResult>) — The result of applying the writes.
This i-th write result corresponds to the i-th write in the request.