Uses of Class
com.google.cloud.run.v2.TasksClient.ListTasksPage
-
Packages that use TasksClient.ListTasksPage Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of TasksClient.ListTasksPage in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return TasksClient.ListTasksPage Modifier and Type Method Description protected TasksClient.ListTasksPage
TasksClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)
Methods in com.google.cloud.run.v2 that return types with arguments of type TasksClient.ListTasksPage Modifier and Type Method Description com.google.api.core.ApiFuture<TasksClient.ListTasksPage>
TasksClient.ListTasksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)
Method parameters in com.google.cloud.run.v2 with type arguments of type TasksClient.ListTasksPage Modifier and Type Method Description protected TasksClient.ListTasksFixedSizeCollection
TasksClient.ListTasksFixedSizeCollection. createCollection(List<TasksClient.ListTasksPage> pages, int collectionSize)
-