Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListSubscriptionsPagedResponse
Packages that use AdminServiceClient.ListSubscriptionsPagedResponse
Package
Description
A client to Pub/Sub Lite API
-
Uses of AdminServiceClient.ListSubscriptionsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListSubscriptionsPagedResponseModifier and TypeMethodDescriptionAdminServiceClient.listSubscriptions(ListSubscriptionsRequest request) Returns the list of subscriptions for the given project.AdminServiceClient.listSubscriptions(LocationName parent) Returns the list of subscriptions for the given project.AdminServiceClient.listSubscriptions(String parent) Returns the list of subscriptions for the given project.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type AdminServiceClient.ListSubscriptionsPagedResponseModifier and TypeMethodDescriptionstatic 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) final 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.Builder<ListSubscriptionsRequest,ListSubscriptionsResponse, AdminServiceClient.ListSubscriptionsPagedResponse> AdminServiceSettings.Builder.listSubscriptionsSettings()Returns the builder for the settings used for calls to listSubscriptions.com.google.api.gax.rpc.PagedCallSettings<ListSubscriptionsRequest,ListSubscriptionsResponse, AdminServiceClient.ListSubscriptionsPagedResponse> AdminServiceSettings.listSubscriptionsSettings()Returns the object with the settings used for calls to listSubscriptions. -
Uses of AdminServiceClient.ListSubscriptionsPagedResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type AdminServiceClient.ListSubscriptionsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListSubscriptionsRequest,AdminServiceClient.ListSubscriptionsPagedResponse> AdminServiceStub.listSubscriptionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSubscriptionsRequest,AdminServiceClient.ListSubscriptionsPagedResponse> GrpcAdminServiceStub.listSubscriptionsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubscriptionsRequest,ListSubscriptionsResponse, AdminServiceClient.ListSubscriptionsPagedResponse> AdminServiceStubSettings.Builder.listSubscriptionsSettings()Returns the builder for the settings used for calls to listSubscriptions.com.google.api.gax.rpc.PagedCallSettings<ListSubscriptionsRequest,ListSubscriptionsResponse, AdminServiceClient.ListSubscriptionsPagedResponse> AdminServiceStubSettings.listSubscriptionsSettings()Returns the object with the settings used for calls to listSubscriptions.