List attached subscriptions to a topic.
topics_list_subscriptions(topic, pageToken = NULL, pageSize = NULL)
Topic
, character
Required, an instance of a Topic
object or a topic name
character
The value returned by the last response; indicates that this is a continuation
of a prior topics_list_subscriptions()
paged call, and that the system should return the next
page of data
numeric
Maximum number of subscription names to return
A character
vector
Other Topic functions:
topics_create()
,
topics_delete()
,
topics_exists()
,
topics_get()
,
topics_list()
,
topics_patch()
,
topics_publish()