Lists the existing snapshots
snapshots_list(project = ps_project_get(), pageSize = NULL, pageToken = NULL)
character
a GCP project ID
numeric
Maximum number of snapshots to return
character
The value returned by the last ListSnapshotsResponse
;
indicates that this is a continuation of a prior ListSnapshots
call, and that the
system should return the next page of data
A data.frame
containing all snapshots
Other Snapshot functions:
snapshots_create()
,
snapshots_delete()
,
snapshots_exists()
,
snapshots_patch()