Class ListTopicSnapshotsResponse (2.13.9)

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

Response for the ListTopicSnapshots method.

Attributes

NameDescription
snapshots Sequence[str]
The names of the snapshots that match the request.
next_page_token str
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new ``ListTopicSnapshotsRequest`` to get more snapshots.

Inheritance

builtins.object > proto.message.Message > ListTopicSnapshotsResponse