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

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
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 write.

#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 write.
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 write.

#stream_id

def stream_id() -> ::String
Returns
  • (::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
Parameter
  • value (::String) — The ID of the stream. Only set on the first message, when a new stream was created.
Returns
  • (::String) — The ID of the stream. Only set on the first message, when a new stream was created.

#stream_token

def stream_token() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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>
Returns

#write_results=

def write_results=(value) -> ::Array<::Google::Cloud::Firestore::V1::WriteResult>
Parameter
Returns