subscriptions

@JvmName(name = "listSubscriptionsResponseSubscription")
fun Flow<ListSubscriptionsResponse>.subscriptions(): Flow<Subscription>

This paginator transforms the flow returned by listSubscriptionsPaginated to access the nested member Subscription

Return

A kotlinx.coroutines.flow.Flow that can collect Subscription


@JvmName(name = "listSubscriptionsByTopicResponseSubscription")
fun Flow<ListSubscriptionsByTopicResponse>.subscriptions(): Flow<Subscription>

This paginator transforms the flow returned by listSubscriptionsByTopicPaginated to access the nested member Subscription

Return

A kotlinx.coroutines.flow.Flow that can collect Subscription