topics_list: Lists topics from project

View source: R/topics.R

topics_listR Documentation

Lists topics from project

Description

Lists topics from project

Usage

topics_list(project = ps_project_get(), pageSize = NULL, pageToken = NULL)

Arguments

project

character GCP project id

pageSize

numeric Maximum number of topics to return

pageToken

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.

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()


googlePubsubR documentation built on March 7, 2023, 6:38 p.m.