Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub |
Modifier and Type | Method and Description |
---|---|
TopicAdminClient.ListTopicSubscriptionsPagedResponse |
TopicAdminClient.listTopicSubscriptions(ListTopicSubscriptionsRequest request)
Lists the names of the attached subscriptions on this topic.
|
TopicAdminClient.ListTopicSubscriptionsPagedResponse |
TopicAdminClient.listTopicSubscriptions(ProjectTopicName topic)
Deprecated.
Use
TopicAdminClient.listTopicSubscriptions(TopicName) instead. |
TopicAdminClient.ListTopicSubscriptionsPagedResponse |
TopicAdminClient.listTopicSubscriptions(String topic)
Lists the names of the attached subscriptions on this topic.
|
TopicAdminClient.ListTopicSubscriptionsPagedResponse |
TopicAdminClient.listTopicSubscriptions(TopicName topic)
Lists the names of the attached subscriptions on this topic.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<TopicAdminClient.ListTopicSubscriptionsPagedResponse> |
TopicAdminClient.ListTopicSubscriptionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,String> context,
com.google.api.core.ApiFuture<ListTopicSubscriptionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListTopicSubscriptionsRequest,TopicAdminClient.ListTopicSubscriptionsPagedResponse> |
TopicAdminClient.listTopicSubscriptionsPagedCallable()
Lists the names of the attached subscriptions on this topic.
|
com.google.api.gax.rpc.PagedCallSettings<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,TopicAdminClient.ListTopicSubscriptionsPagedResponse> |
TopicAdminSettings.listTopicSubscriptionsSettings()
Returns the object with the settings used for calls to listTopicSubscriptions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,TopicAdminClient.ListTopicSubscriptionsPagedResponse> |
TopicAdminSettings.Builder.listTopicSubscriptionsSettings()
Returns the builder for the settings used for calls to listTopicSubscriptions.
|
Copyright © 2023 Google LLC. All rights reserved.