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

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

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]