Interface protos.google.pubsub.v1.IListTopicSnapshotsRequest (2.17.0)

Properties of a ListTopicSnapshotsRequest.

Package

@google-cloud/pubsub!

Properties

pageSize

pageSize?: (number|null);

ListTopicSnapshotsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListTopicSnapshotsRequest pageToken

Property Value
TypeDescription
(string|null)

topic

topic?: (string|null);

ListTopicSnapshotsRequest topic

Property Value
TypeDescription
(string|null)