subscriptions_seek {googlePubsubR}R Documentation

Seek a subscription to a point in time

Description

A subscription can be seeked to a point in time or to a given snapshot.

Usage

subscriptions_seek(subscription, time = NULL, snapshot = NULL)

Arguments

subscription

character, Subscription Required, a snapshot name or a Snapshot object

time

character A timestamp in RFC3339 UTC "Zulu" format

snapshot

character, Snapshot A Snapshot name or a Snapshot object

Value

logical TRUE when succesfull seeked

See Also

Other Subscription functions: subscriptions_ack(), subscriptions_create(), subscriptions_delete(), subscriptions_detach(), subscriptions_exists(), subscriptions_get(), subscriptions_list(), subscriptions_modify_ack_deadline(), subscriptions_modify_pushconf(), subscriptions_patch(), subscriptions_pull()


[Package googlePubsubR version 0.0.4 Index]