Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListTopicSubscriptionsPagedResponse
-
Packages that use AdminServiceClient.ListTopicSubscriptionsPagedResponse Package Description com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of AdminServiceClient.ListTopicSubscriptionsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListTopicSubscriptionsPagedResponse Modifier and Type Method Description AdminServiceClient.ListTopicSubscriptionsPagedResponse
AdminServiceClient. listTopicSubscriptions(ListTopicSubscriptionsRequest request)
Lists the subscriptions attached to the specified topic.AdminServiceClient.ListTopicSubscriptionsPagedResponse
AdminServiceClient. listTopicSubscriptions(TopicName name)
Lists the subscriptions attached to the specified topic.AdminServiceClient.ListTopicSubscriptionsPagedResponse
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.ListTopicSubscriptionsPagedResponse Modifier and Type Method Description static 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)
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
-