Uses of Class
com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicSubscriptionsPagedResponse
-
Packages that use TopicAdminClient.ListTopicSubscriptionsPagedResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub -
-
Uses of TopicAdminClient.ListTopicSubscriptionsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return TopicAdminClient.ListTopicSubscriptionsPagedResponse Modifier and Type Method Description TopicAdminClient.ListTopicSubscriptionsPagedResponseTopicAdminClient. listTopicSubscriptions(ListTopicSubscriptionsRequest request)Lists the names of the attached subscriptions on this topic.TopicAdminClient.ListTopicSubscriptionsPagedResponseTopicAdminClient. listTopicSubscriptions(ProjectTopicName topic)Deprecated.UseTopicAdminClient.listTopicSubscriptions(TopicName)instead.TopicAdminClient.ListTopicSubscriptionsPagedResponseTopicAdminClient. listTopicSubscriptions(TopicName topic)Lists the names of the attached subscriptions on this topic.TopicAdminClient.ListTopicSubscriptionsPagedResponseTopicAdminClient. 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.ListTopicSubscriptionsPagedResponse Modifier and Type Method Description static 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)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
-