snapshots_list: Lists the existing snapshots

View source: R/snapshots.R

snapshots_listR 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()


googlePubsubR documentation built on March 7, 2023, 6:38 p.m.