Snapshot: Builds a Snapshot Object

View source: R/objects.R

SnapshotR 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()


googlePubsubR documentation built on March 7, 2023, 6:38 p.m.