Uses of Class
com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicSubscriptionsPagedResponse
Packages that use TopicAdminClient.ListTopicSubscriptionsPagedResponse
Package
Description
A client to Cloud Pub/Sub API
-
Uses of TopicAdminClient.ListTopicSubscriptionsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return TopicAdminClient.ListTopicSubscriptionsPagedResponseModifier and TypeMethodDescriptionTopicAdminClient.listTopicSubscriptions(ListTopicSubscriptionsRequest request) Lists the names of the attached subscriptions on this topic.TopicAdminClient.listTopicSubscriptions(ProjectTopicName topic) Deprecated.TopicAdminClient.listTopicSubscriptions(TopicName topic) Lists the names of the attached subscriptions on this topic.TopicAdminClient.listTopicSubscriptions(String topic) Lists the names of the attached subscriptions on this topic.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type TopicAdminClient.ListTopicSubscriptionsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<TopicAdminClient.ListTopicSubscriptionsPagedResponse>TopicAdminClient.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,TopicAdminClient.ListTopicSubscriptionsPagedResponse> TopicAdminClient.listTopicSubscriptionsPagedCallable()Lists the names of the attached subscriptions on this topic.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse, TopicAdminClient.ListTopicSubscriptionsPagedResponse> TopicAdminSettings.Builder.listTopicSubscriptionsSettings()Returns the builder for the settings used for calls to listTopicSubscriptions.com.google.api.gax.rpc.PagedCallSettings<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse, TopicAdminClient.ListTopicSubscriptionsPagedResponse> TopicAdminSettings.listTopicSubscriptionsSettings()Returns the object with the settings used for calls to listTopicSubscriptions. -
Uses of TopicAdminClient.ListTopicSubscriptionsPagedResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type TopicAdminClient.ListTopicSubscriptionsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListTopicSubscriptionsRequest,TopicAdminClient.ListTopicSubscriptionsPagedResponse> GrpcPublisherStub.listTopicSubscriptionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTopicSubscriptionsRequest,TopicAdminClient.ListTopicSubscriptionsPagedResponse> HttpJsonPublisherStub.listTopicSubscriptionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTopicSubscriptionsRequest,TopicAdminClient.ListTopicSubscriptionsPagedResponse> PublisherStub.listTopicSubscriptionsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse, TopicAdminClient.ListTopicSubscriptionsPagedResponse> PublisherStubSettings.Builder.listTopicSubscriptionsSettings()Returns the builder for the settings used for calls to listTopicSubscriptions.com.google.api.gax.rpc.PagedCallSettings<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse, TopicAdminClient.ListTopicSubscriptionsPagedResponse> PublisherStubSettings.listTopicSubscriptionsSettings()Returns the object with the settings used for calls to listTopicSubscriptions.
TopicAdminClient.listTopicSubscriptions(TopicName)instead.