| Package | Description |
|---|---|
| com.google.cloud.pubsublite.v1 |
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.pubsublite.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
AdminServiceClient.ListTopicSubscriptionsPagedResponse |
AdminServiceClient.listTopicSubscriptions(ListTopicSubscriptionsRequest request)
Lists the subscriptions attached to the specified topic.
|
AdminServiceClient.ListTopicSubscriptionsPagedResponse |
AdminServiceClient.listTopicSubscriptions(String name)
Lists the subscriptions attached to the specified topic.
|
AdminServiceClient.ListTopicSubscriptionsPagedResponse |
AdminServiceClient.listTopicSubscriptions(TopicName name)
Lists the subscriptions attached to the specified topic.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AdminServiceClient.ListTopicSubscriptionsPagedResponse> |
AdminServiceClient.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,AdminServiceClient.ListTopicSubscriptionsPagedResponse> |
AdminServiceClient.listTopicSubscriptionsPagedCallable()
Lists the subscriptions attached to the specified topic.
|
com.google.api.gax.rpc.PagedCallSettings<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,AdminServiceClient.ListTopicSubscriptionsPagedResponse> |
AdminServiceSettings.listTopicSubscriptionsSettings()
Returns the object with the settings used for calls to listTopicSubscriptions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse,AdminServiceClient.ListTopicSubscriptionsPagedResponse> |
AdminServiceSettings.Builder.listTopicSubscriptionsSettings()
Returns the builder for the settings used for calls to listTopicSubscriptions.
|
Copyright © 2021 Google LLC. All rights reserved.