ListTopicSubscriptionsResponse

Type Alias ListTopicSubscriptionsResponse 

Source
pub type ListTopicSubscriptionsResponse = ListTopicSubscriptionsResponse;
Expand description

ListTopicSubscriptionsResponse is the message including the list of the subscribing topics.

Aliased Type§

pub struct ListTopicSubscriptionsResponse {
    pub subscriptions: Vec<TopicSubscription>,
}

Fields§

§subscriptions: Vec<TopicSubscription>

The list of topics.

Implementations§

Source§

impl ListTopicSubscriptionsResponse

Source

pub fn topic(pubsub_name: String, topic: String) -> Self

Create ListTopicSubscriptionsResponse with a topic.