| Package | Description |
|---|---|
| com.google.cloud.pubsub |
A client to Google Cloud Pub/Sub.
|
| Modifier and Type | Method and Description |
|---|---|
Page<SubscriptionId> |
Topic.listSubscriptions(PubSub.ListOption... options)
Lists the identities of the subscriptions for this topic.
|
Page<SubscriptionId> |
PubSub.listSubscriptions(String topic,
PubSub.ListOption... options)
Lists the identities of the subscriptions for the provided topic.
|
Future<AsyncPage<SubscriptionId>> |
Topic.listSubscriptionsAsync(PubSub.ListOption... options)
Sends a request for listing the identities of subscriptions for this topic.
|
Future<AsyncPage<SubscriptionId>> |
PubSub.listSubscriptionsAsync(String topic,
PubSub.ListOption... options)
Sends a request for listing the identities of subscriptions for the provided topic.
|
Copyright © 2016 Google. All rights reserved.