Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListSubscriptionsPagedResponse
-
Packages that use AdminServiceClient.ListSubscriptionsPagedResponse Package Description com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of AdminServiceClient.ListSubscriptionsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListSubscriptionsPagedResponse Modifier and Type Method Description AdminServiceClient.ListSubscriptionsPagedResponse
AdminServiceClient. listSubscriptions(ListSubscriptionsRequest request)
Returns the list of subscriptions for the given project.AdminServiceClient.ListSubscriptionsPagedResponse
AdminServiceClient. listSubscriptions(LocationName parent)
Returns the list of subscriptions for the given project.AdminServiceClient.ListSubscriptionsPagedResponse
AdminServiceClient. listSubscriptions(String parent)
Returns the list of subscriptions for the given project.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type AdminServiceClient.ListSubscriptionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AdminServiceClient.ListSubscriptionsPagedResponse>
AdminServiceClient.ListSubscriptionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSubscriptionsRequest,ListSubscriptionsResponse,Subscription> context, com.google.api.core.ApiFuture<ListSubscriptionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSubscriptionsRequest,AdminServiceClient.ListSubscriptionsPagedResponse>
AdminServiceClient. listSubscriptionsPagedCallable()
Returns the list of subscriptions for the given project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubscriptionsRequest,ListSubscriptionsResponse,AdminServiceClient.ListSubscriptionsPagedResponse>
AdminServiceSettings.Builder. listSubscriptionsSettings()
Returns the builder for the settings used for calls to listSubscriptions.com.google.api.gax.rpc.PagedCallSettings<ListSubscriptionsRequest,ListSubscriptionsResponse,AdminServiceClient.ListSubscriptionsPagedResponse>
AdminServiceSettings. listSubscriptionsSettings()
Returns the object with the settings used for calls to listSubscriptions. -
Uses of AdminServiceClient.ListSubscriptionsPagedResponse in com.google.cloud.pubsublite.v1.stub
-