Uses of Class
com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicsPagedResponse
Packages that use TopicAdminClient.ListTopicsPagedResponse
Package
Description
A client to Cloud Pub/Sub API
-
Uses of TopicAdminClient.ListTopicsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return TopicAdminClient.ListTopicsPagedResponseModifier and TypeMethodDescriptionTopicAdminClient.listTopics(ListTopicsRequest request) Lists matching topics.TopicAdminClient.listTopics(ProjectName project) Lists matching topics.TopicAdminClient.listTopics(String project) Lists matching topics.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type TopicAdminClient.ListTopicsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<TopicAdminClient.ListTopicsPagedResponse>TopicAdminClient.ListTopicsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTopicsRequest, ListTopicsResponse, Topic> context, com.google.api.core.ApiFuture<ListTopicsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,TopicAdminClient.ListTopicsPagedResponse> TopicAdminClient.listTopicsPagedCallable()Lists matching topics.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse, TopicAdminClient.ListTopicsPagedResponse> TopicAdminSettings.Builder.listTopicsSettings()Returns the builder for the settings used for calls to listTopics.com.google.api.gax.rpc.PagedCallSettings<ListTopicsRequest,ListTopicsResponse, TopicAdminClient.ListTopicsPagedResponse> TopicAdminSettings.listTopicsSettings()Returns the object with the settings used for calls to listTopics. -
Uses of TopicAdminClient.ListTopicsPagedResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type TopicAdminClient.ListTopicsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,TopicAdminClient.ListTopicsPagedResponse> GrpcPublisherStub.listTopicsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,TopicAdminClient.ListTopicsPagedResponse> HttpJsonPublisherStub.listTopicsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTopicsRequest,TopicAdminClient.ListTopicsPagedResponse> PublisherStub.listTopicsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicsRequest,ListTopicsResponse, TopicAdminClient.ListTopicsPagedResponse> PublisherStubSettings.Builder.listTopicsSettings()Returns the builder for the settings used for calls to listTopics.com.google.api.gax.rpc.PagedCallSettings<ListTopicsRequest,ListTopicsResponse, TopicAdminClient.ListTopicsPagedResponse> PublisherStubSettings.listTopicsSettings()Returns the object with the settings used for calls to listTopics.