| 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.ListReservationTopicsPagedResponse |
AdminServiceClient.listReservationTopics(ListReservationTopicsRequest request)
Lists the topics attached to the specified reservation.
|
AdminServiceClient.ListReservationTopicsPagedResponse |
AdminServiceClient.listReservationTopics(ReservationName name)
Lists the topics attached to the specified reservation.
|
AdminServiceClient.ListReservationTopicsPagedResponse |
AdminServiceClient.listReservationTopics(String name)
Lists the topics attached to the specified reservation.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AdminServiceClient.ListReservationTopicsPagedResponse> |
AdminServiceClient.ListReservationTopicsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListReservationTopicsRequest,ListReservationTopicsResponse,String> context,
com.google.api.core.ApiFuture<ListReservationTopicsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListReservationTopicsRequest,AdminServiceClient.ListReservationTopicsPagedResponse> |
AdminServiceClient.listReservationTopicsPagedCallable()
Lists the topics attached to the specified reservation.
|
com.google.api.gax.rpc.PagedCallSettings<ListReservationTopicsRequest,ListReservationTopicsResponse,AdminServiceClient.ListReservationTopicsPagedResponse> |
AdminServiceSettings.listReservationTopicsSettings()
Returns the object with the settings used for calls to listReservationTopics.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationTopicsRequest,ListReservationTopicsResponse,AdminServiceClient.ListReservationTopicsPagedResponse> |
AdminServiceSettings.Builder.listReservationTopicsSettings()
Returns the builder for the settings used for calls to listReservationTopics.
|
Copyright © 2022 Google LLC. All rights reserved.