Snapshot {googlePubsubR}R Documentation

Builds a Snapshot Object

Description

Builds a Snapshot Object

Usage

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

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

Value

Snapshot object

See Also

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


[Package googlePubsubR version 0.0.4 Index]