Uses of Class
com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicsPagedResponse
-
Packages that use TopicAdminClient.ListTopicsPagedResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub -
-
Uses of TopicAdminClient.ListTopicsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return TopicAdminClient.ListTopicsPagedResponse Modifier and Type Method Description TopicAdminClient.ListTopicsPagedResponse
TopicAdminClient. listTopics(ListTopicsRequest request)
Lists matching topics.TopicAdminClient.ListTopicsPagedResponse
TopicAdminClient. listTopics(ProjectName project)
Lists matching topics.TopicAdminClient.ListTopicsPagedResponse
TopicAdminClient. listTopics(String project)
Lists matching topics.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type TopicAdminClient.ListTopicsPagedResponse Modifier and Type Method Description static 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)
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.ListTopicsPagedResponse Modifier and Type Method Description com.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.
-