Updates an existing snapshot
snapshots_patch(snapshot, topic = NULL, expire_time = NULL, labels = NULL)
Snapshot
, character
Required, an instance of a Snapshot
object or a
snapshot name
character
, Topic
Topic name or instance of a topic object
string
The snapshot is guaranteed to exist up until this time.
Must be formatted in RFC3339 UTC "Zulu" format
list
Key-value pairs for topic labels
An instance the patched Snapshot
object
Other Snapshot functions:
snapshots_create()
,
snapshots_delete()
,
snapshots_exists()
,
snapshots_list()