Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListReservationTopicsPagedResponse
Packages that use AdminServiceClient.ListReservationTopicsPagedResponse
Package
Description
A client to Pub/Sub Lite API
-
Uses of AdminServiceClient.ListReservationTopicsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListReservationTopicsPagedResponseModifier and TypeMethodDescriptionAdminServiceClient.listReservationTopics(ListReservationTopicsRequest request) Lists the topics attached to the specified reservation.AdminServiceClient.listReservationTopics(ReservationName name) Lists the topics attached to the specified reservation.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.ListReservationTopicsPagedResponseModifier and TypeMethodDescriptionstatic 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) final 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
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type AdminServiceClient.ListReservationTopicsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListReservationTopicsRequest,AdminServiceClient.ListReservationTopicsPagedResponse> AdminServiceStub.listReservationTopicsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListReservationTopicsRequest,AdminServiceClient.ListReservationTopicsPagedResponse> GrpcAdminServiceStub.listReservationTopicsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationTopicsRequest,ListReservationTopicsResponse, AdminServiceClient.ListReservationTopicsPagedResponse> AdminServiceStubSettings.Builder.listReservationTopicsSettings()Returns the builder for the settings used for calls to listReservationTopics.com.google.api.gax.rpc.PagedCallSettings<ListReservationTopicsRequest,ListReservationTopicsResponse, AdminServiceClient.ListReservationTopicsPagedResponse> AdminServiceStubSettings.listReservationTopicsSettings()Returns the object with the settings used for calls to listReservationTopics.