topics_list_subscriptions: List attached subscriptions to a topic.

View source: R/topics.R

topics_list_subscriptionsR Documentation

List attached subscriptions to a topic.

Description

List attached subscriptions to a topic.

Usage

topics_list_subscriptions(topic, pageToken = NULL, pageSize = NULL)

Arguments

topic

Topic, character Required, an instance of a Topic object or a topic name

pageToken

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

pageSize

numeric Maximum number of subscription names to return

Value

A character vector

See Also

Other Topic functions: topics_create(), topics_delete(), topics_exists(), topics_get(), topics_list(), topics_patch(), topics_publish()


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