Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListTopicSubscriptionsPagedResponse
Packages that use AdminServiceClient.ListTopicSubscriptionsPagedResponse
Package
Description
A client to Pub/Sub Lite API
-
Uses of AdminServiceClient.ListTopicSubscriptionsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListTopicSubscriptionsPagedResponseModifier and TypeMethodDescriptionAdminServiceClient.listTopicSubscriptions(ListTopicSubscriptionsRequest request) Lists the subscriptions attached to the specified topic.AdminServiceClient.listTopicSubscriptions(TopicName name) Lists the subscriptions attached to the specified topic.AdminServiceClient.listTopicSubscriptions(String name) Lists the subscriptions attached to the specified topic.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type AdminServiceClient.ListTopicSubscriptionsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<AdminServiceClient.ListTopicSubscriptionsPagedResponse>AdminServiceClient.ListTopicSubscriptionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTopicSubscriptionsRequest, ListTopicSubscriptionsResponse, String> context, com.google.api.core.ApiFuture<ListTopicSubscriptionsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListTopicSubscriptionsRequest,AdminServiceClient.ListTopicSubscriptionsPagedResponse> AdminServiceClient.listTopicSubscriptionsPagedCallable()Lists the subscriptions attached to the specified topic.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse, AdminServiceClient.ListTopicSubscriptionsPagedResponse> AdminServiceSettings.Builder.listTopicSubscriptionsSettings()Returns the builder for the settings used for calls to listTopicSubscriptions.com.google.api.gax.rpc.PagedCallSettings<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse, AdminServiceClient.ListTopicSubscriptionsPagedResponse> AdminServiceSettings.listTopicSubscriptionsSettings()Returns the object with the settings used for calls to listTopicSubscriptions. -
Uses of AdminServiceClient.ListTopicSubscriptionsPagedResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type AdminServiceClient.ListTopicSubscriptionsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListTopicSubscriptionsRequest,AdminServiceClient.ListTopicSubscriptionsPagedResponse> AdminServiceStub.listTopicSubscriptionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTopicSubscriptionsRequest,AdminServiceClient.ListTopicSubscriptionsPagedResponse> GrpcAdminServiceStub.listTopicSubscriptionsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse, AdminServiceClient.ListTopicSubscriptionsPagedResponse> AdminServiceStubSettings.Builder.listTopicSubscriptionsSettings()Returns the builder for the settings used for calls to listTopicSubscriptions.com.google.api.gax.rpc.PagedCallSettings<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse, AdminServiceClient.ListTopicSubscriptionsPagedResponse> AdminServiceStubSettings.listTopicSubscriptionsSettings()Returns the object with the settings used for calls to listTopicSubscriptions.