Class ListTopicSubscriptionsRequest (2.13.6)

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

Request for the ListTopicSubscriptions method.

Attributes

NameDescription
topic str
Required. The name of the topic that subscriptions are attached to. Format is ``projects/{project}/topics/{topic}``.
page_size int
Maximum number of subscription names to return.
page_token str
The value returned by the last ``ListTopicSubscriptionsResponse``; indicates that this is a continuation of a prior ``ListTopicSubscriptions`` call, and that the system should return the next page of data.

Inheritance

builtins.object > proto.message.Message > ListTopicSubscriptionsRequest