Class ListSubscriptionsResponse (2.13.9)

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

Response for the ListSubscriptions method.

Attributes

NameDescription
subscriptions Sequence[google.pubsub_v1.types.Subscription]
The subscriptions that match the request.
next_page_token str
If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ``ListSubscriptionsRequest`` to get more subscriptions.

Inheritance

builtins.object > proto.message.Message > ListSubscriptionsResponse