| 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.ListTopicsPagedResponse |
AdminServiceClient.listTopics(ListTopicsRequest request)
Returns the list of topics for the given project.
|
AdminServiceClient.ListTopicsPagedResponse |
AdminServiceClient.listTopics(LocationName parent)
Returns the list of topics for the given project.
|
AdminServiceClient.ListTopicsPagedResponse |
AdminServiceClient.listTopics(String parent)
Returns the list of topics for the given project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AdminServiceClient.ListTopicsPagedResponse> |
AdminServiceClient.ListTopicsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTopicsRequest,ListTopicsResponse,Topic> context,
com.google.api.core.ApiFuture<ListTopicsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,AdminServiceClient.ListTopicsPagedResponse> |
AdminServiceClient.listTopicsPagedCallable()
Returns the list of topics for the given project.
|
com.google.api.gax.rpc.PagedCallSettings<ListTopicsRequest,ListTopicsResponse,AdminServiceClient.ListTopicsPagedResponse> |
AdminServiceSettings.listTopicsSettings()
Returns the object with the settings used for calls to listTopics.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse,AdminServiceClient.ListTopicsPagedResponse> |
AdminServiceSettings.Builder.listTopicsSettings()
Returns the builder for the settings used for calls to listTopics.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,AdminServiceClient.ListTopicsPagedResponse> |
GrpcAdminServiceStub.listTopicsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,AdminServiceClient.ListTopicsPagedResponse> |
AdminServiceStub.listTopicsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListTopicsRequest,ListTopicsResponse,AdminServiceClient.ListTopicsPagedResponse> |
AdminServiceStubSettings.listTopicsSettings()
Returns the object with the settings used for calls to listTopics.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse,AdminServiceClient.ListTopicsPagedResponse> |
AdminServiceStubSettings.Builder.listTopicsSettings()
Returns the builder for the settings used for calls to listTopics.
|
Copyright © 2023 Google LLC. All rights reserved.