Learn R Programming

googlePubsubR (version 0.0.4)

Snapshot: Builds a Snapshot Object

Description

Builds a Snapshot Object

Usage

Snapshot(topic = NULL, expire_time = NULL, name = NULL, labels = NULL)

Value

Snapshot object

Arguments

topic

character, Topic The name of the topic from which this snapshot is retaining messages

expire_time

character The snapshot is guaranteed to exist up until this time

name

character The name of the snapshot

labels

list Key-value pairs for topic labels

See Also

Other Object functions: DeadLetterPolicy(), DlqPolicy(), ExpirationPolicy(), MessageStoragePolicy(), PubsubMessage(), PushConfig(), RetryPolicy(), SchemaSettings(), Schema(), Subscription(), Topic()