| 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.ListSubscriptionsPagedResponse |
AdminServiceClient.listSubscriptions(ListSubscriptionsRequest request)
Returns the list of subscriptions for the given project.
|
AdminServiceClient.ListSubscriptionsPagedResponse |
AdminServiceClient.listSubscriptions(LocationName parent)
Returns the list of subscriptions for the given project.
|
AdminServiceClient.ListSubscriptionsPagedResponse |
AdminServiceClient.listSubscriptions(String parent)
Returns the list of subscriptions for the given project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AdminServiceClient.ListSubscriptionsPagedResponse> |
AdminServiceClient.ListSubscriptionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListSubscriptionsRequest,ListSubscriptionsResponse,Subscription> context,
com.google.api.core.ApiFuture<ListSubscriptionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListSubscriptionsRequest,AdminServiceClient.ListSubscriptionsPagedResponse> |
AdminServiceClient.listSubscriptionsPagedCallable()
Returns the list of subscriptions for the given project.
|
com.google.api.gax.rpc.PagedCallSettings<ListSubscriptionsRequest,ListSubscriptionsResponse,AdminServiceClient.ListSubscriptionsPagedResponse> |
AdminServiceSettings.listSubscriptionsSettings()
Returns the object with the settings used for calls to listSubscriptions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubscriptionsRequest,ListSubscriptionsResponse,AdminServiceClient.ListSubscriptionsPagedResponse> |
AdminServiceSettings.Builder.listSubscriptionsSettings()
Returns the builder for the settings used for calls to listSubscriptions.
|
Copyright © 2023 Google LLC. All rights reserved.