Uses of Class
com.google.cloud.batch.v1.BatchServiceClient.ListTasksPage
-
Packages that use BatchServiceClient.ListTasksPage Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of BatchServiceClient.ListTasksPage in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return BatchServiceClient.ListTasksPage Modifier and Type Method Description protected BatchServiceClient.ListTasksPage
BatchServiceClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)
Methods in com.google.cloud.batch.v1 that return types with arguments of type BatchServiceClient.ListTasksPage Modifier and Type Method Description com.google.api.core.ApiFuture<BatchServiceClient.ListTasksPage>
BatchServiceClient.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.batch.v1 with type arguments of type BatchServiceClient.ListTasksPage Modifier and Type Method Description protected BatchServiceClient.ListTasksFixedSizeCollection
BatchServiceClient.ListTasksFixedSizeCollection. createCollection(List<BatchServiceClient.ListTasksPage> pages, int collectionSize)
-