Lists topics from project
topics_list(project = ps_project_get(), pageSize = NULL, pageToken = NULL)
character
GCP project id
numeric
Maximum number of topics to return
character
The value returned by the last ListTopicsResponse
; indicates
that this is a continuation of a prior ListTopics
call, and that the system should return the
next page of data.
A list
of topics
Other Topic functions:
topics_create()
,
topics_delete()
,
topics_exists()
,
topics_get()
,
topics_list_subscriptions()
,
topics_patch()
,
topics_publish()