Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::Target.
A specification of a set of documents to listen to.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#documents
def documents() -> ::Google::Cloud::Firestore::V1::Target::DocumentsTarget
- (::Google::Cloud::Firestore::V1::Target::DocumentsTarget) — A target specified by a set of document names.
#documents=
def documents=(value) -> ::Google::Cloud::Firestore::V1::Target::DocumentsTarget
- value (::Google::Cloud::Firestore::V1::Target::DocumentsTarget) — A target specified by a set of document names.
- (::Google::Cloud::Firestore::V1::Target::DocumentsTarget) — A target specified by a set of document names.
#once
def once() -> ::Boolean
- (::Boolean) — If the target should be removed once it is current and consistent.
#once=
def once=(value) -> ::Boolean
- value (::Boolean) — If the target should be removed once it is current and consistent.
- (::Boolean) — If the target should be removed once it is current and consistent.
#query
def query() -> ::Google::Cloud::Firestore::V1::Target::QueryTarget
- (::Google::Cloud::Firestore::V1::Target::QueryTarget) — A target specified by a query.
#query=
def query=(value) -> ::Google::Cloud::Firestore::V1::Target::QueryTarget
- value (::Google::Cloud::Firestore::V1::Target::QueryTarget) — A target specified by a query.
- (::Google::Cloud::Firestore::V1::Target::QueryTarget) — A target specified by a query.
#read_time
def read_time() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — Start listening after a specific
read_time
.The client must know the state of matching documents at this time.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — Start listening after a specific
read_time
.The client must know the state of matching documents at this time.
-
(::Google::Protobuf::Timestamp) — Start listening after a specific
read_time
.The client must know the state of matching documents at this time.
#resume_token
def resume_token() -> ::String
-
(::String) — A resume token from a prior
TargetChange for an identical target.
Using a resume token with a different target is unsupported and may fail.
#resume_token=
def resume_token=(value) -> ::String
-
value (::String) — A resume token from a prior
TargetChange for an identical target.
Using a resume token with a different target is unsupported and may fail.
-
(::String) — A resume token from a prior
TargetChange for an identical target.
Using a resume token with a different target is unsupported and may fail.
#target_id
def target_id() -> ::Integer
- (::Integer) — The target ID that identifies the target on the stream. Must be a positive number and non-zero.
#target_id=
def target_id=(value) -> ::Integer
- value (::Integer) — The target ID that identifies the target on the stream. Must be a positive number and non-zero.
- (::Integer) — The target ID that identifies the target on the stream. Must be a positive number and non-zero.