Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::SeekRequest.
Request for the Seek method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#snapshot
def snapshot() -> ::String
    Returns
    
  - 
        (::String) — The snapshot to seek to. The snapshot's topic must be the same as that of
the provided subscription.
Format is projects/{project}/snapshots/{snap}.
#snapshot=
def snapshot=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The snapshot to seek to. The snapshot's topic must be the same as that of
the provided subscription.
Format is projects/{project}/snapshots/{snap}.
    Returns
    
  - 
        (::String) — The snapshot to seek to. The snapshot's topic must be the same as that of
the provided subscription.
Format is projects/{project}/snapshots/{snap}.
#subscription
def subscription() -> ::String
    Returns
    
  - (::String) — Required. The subscription to affect.
#subscription=
def subscription=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The subscription to affect.
    Returns
    
  - (::String) — Required. The subscription to affect.
#time
def time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - 
        (::Google::Protobuf::Timestamp) — The time to seek to.
Messages retained in the subscription that were published before this
time are marked as acknowledged, and messages retained in the
subscription that were published after this time are marked as
unacknowledged. Note that this operation affects only those messages
retained in the subscription (configured by the combination of
message_retention_durationandretain_acked_messages). For example, iftimecorresponds to a point before the message retention window (or to a point before the system's notion of the subscription creation time), only retained messages will be marked as unacknowledged, and already-expunged messages will not be restored.
#time=
def time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - 
        value (::Google::Protobuf::Timestamp) — The time to seek to.
Messages retained in the subscription that were published before this
time are marked as acknowledged, and messages retained in the
subscription that were published after this time are marked as
unacknowledged. Note that this operation affects only those messages
retained in the subscription (configured by the combination of
message_retention_durationandretain_acked_messages). For example, iftimecorresponds to a point before the message retention window (or to a point before the system's notion of the subscription creation time), only retained messages will be marked as unacknowledged, and already-expunged messages will not be restored.
    Returns
    
- 
        (::Google::Protobuf::Timestamp) — The time to seek to.
Messages retained in the subscription that were published before this
time are marked as acknowledged, and messages retained in the
subscription that were published after this time are marked as
unacknowledged. Note that this operation affects only those messages
retained in the subscription (configured by the combination of
message_retention_durationandretain_acked_messages). For example, iftimecorresponds to a point before the message retention window (or to a point before the system's notion of the subscription creation time), only retained messages will be marked as unacknowledged, and already-expunged messages will not be restored.