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

Properties of a ListTopicSubscriptionsRequest.

Package

@google-cloud/pubsub!

Properties

pageSize

pageSize?: (number|null);

ListTopicSubscriptionsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListTopicSubscriptionsRequest pageToken

Property Value
TypeDescription
(string|null)

topic

topic?: (string|null);

ListTopicSubscriptionsRequest topic

Property Value
TypeDescription
(string|null)