Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListReservationTopicsPagedResponse
-
Packages that use AdminServiceClient.ListReservationTopicsPagedResponse Package Description com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of AdminServiceClient.ListReservationTopicsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListReservationTopicsPagedResponse Modifier and Type Method 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.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type AdminServiceClient.ListReservationTopicsPagedResponse Modifier and Type Method 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.Builder<ListReservationTopicsRequest,ListReservationTopicsResponse,AdminServiceClient.ListReservationTopicsPagedResponse>
AdminServiceSettings.Builder. listReservationTopicsSettings()
Returns the builder for the settings used for calls to listReservationTopics.com.google.api.gax.rpc.PagedCallSettings<ListReservationTopicsRequest,ListReservationTopicsResponse,AdminServiceClient.ListReservationTopicsPagedResponse>
AdminServiceSettings. listReservationTopicsSettings()
Returns the object with the settings used for calls to listReservationTopics. -
Uses of AdminServiceClient.ListReservationTopicsPagedResponse in com.google.cloud.pubsublite.v1.stub
-