Learn R Programming

googlePubsubR (version 0.0.4)

snapshots_list: Lists the existing snapshots

Description

Lists the existing snapshots

Usage

snapshots_list(project = ps_project_get(), pageSize = NULL, pageToken = NULL)

Value

A data.frame containing all snapshots

Arguments

project

character a GCP project ID

pageSize

numeric Maximum number of snapshots to return

pageToken

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

See Also

Other Snapshot functions: snapshots_create(), snapshots_delete(), snapshots_exists(), snapshots_patch()