topics_list {googlePubsubR} | R Documentation |
Lists topics from project
Description
Lists topics from project
Usage
topics_list(project = ps_project_get(), pageSize = NULL, pageToken = NULL)
Arguments
project |
|
pageSize |
|
pageToken |
|
Value
A list
of topics
See Also
Other Topic functions:
topics_create()
,
topics_delete()
,
topics_exists()
,
topics_get()
,
topics_list_subscriptions()
,
topics_patch()
,
topics_publish()
[Package googlePubsubR version 0.0.4 Index]