Class ListTopicSnapshotsRequest (2.13.9)

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

Request for the ListTopicSnapshots method.

Attributes

NameDescription
topic str
Required. The name of the topic that snapshots are attached to. Format is ``projects/{project}/topics/{topic}``.
page_size int
Maximum number of snapshot names to return.
page_token str
The value returned by the last ``ListTopicSnapshotsResponse``; indicates that this is a continuation of a prior ``ListTopicSnapshots`` call, and that the system should return the next page of data.

Inheritance

builtins.object > proto.message.Message > ListTopicSnapshotsRequest