Class ListSnapshotsResponse (2.13.6)

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

Response for the ListSnapshots method.

Attributes

NameDescription
snapshots Sequence[google.pubsub_v1.types.Snapshot]
The resulting snapshots.
next_page_token str
If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new ``ListSnapshotsRequest``.

Inheritance

builtins.object > proto.message.Message > ListSnapshotsResponse