snapshots_list {googlePubsubR} | R Documentation |
Lists the existing snapshots
Description
Lists the existing snapshots
Usage
snapshots_list(project = ps_project_get(), pageSize = NULL, pageToken = NULL)
Arguments
project |
|
pageSize |
|
pageToken |
|
Value
A data.frame
containing all snapshots
See Also
Other Snapshot functions:
snapshots_create()
,
snapshots_delete()
,
snapshots_exists()
,
snapshots_patch()
[Package googlePubsubR version 0.0.4 Index]