Class ListSnapshotsRequest (2.13.6)

ListSnapshotsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the ListSnapshots method.

Attributes

NameDescription
project str
Required. The name of the project in which to list snapshots. Format is ``projects/{project-id}``.
page_size int
Maximum number of snapshots to return.
page_token str
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.

Inheritance

builtins.object > proto.message.Message > ListSnapshotsRequest