Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::WriteResponse.
The response for Firestore.Write.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#commit_time
def commit_time() -> ::Google::Protobuf::Timestamp
-
(::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 write.
#commit_time=
def commit_time=(value) -> ::Google::Protobuf::Timestamp
-
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 write.
-
(::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 write.
#stream_id
def stream_id() -> ::String
- (::String) — The ID of the stream. Only set on the first message, when a new stream was created.
#stream_id=
def stream_id=(value) -> ::String
- value (::String) — The ID of the stream. Only set on the first message, when a new stream was created.
- (::String) — The ID of the stream. Only set on the first message, when a new stream was created.
#stream_token
def stream_token() -> ::String
-
(::String) — A token that represents the position of this response in the stream.
This can be used by a client to resume the stream at this point.
This field is always set.
#stream_token=
def stream_token=(value) -> ::String
-
value (::String) — A token that represents the position of this response in the stream.
This can be used by a client to resume the stream at this point.
This field is always set.
-
(::String) — A token that represents the position of this response in the stream.
This can be used by a client to resume the stream at this point.
This field is always set.
#write_results
def write_results() -> ::Array<::Google::Cloud::Firestore::V1::WriteResult>
-
(::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>
-
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.
-
(::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.