Uses of Class
com.google.cloud.batch.v1alpha.BatchServiceClient.ListTasksPage
-
Packages that use BatchServiceClient.ListTasksPage Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of BatchServiceClient.ListTasksPage in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha 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.v1alpha 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.v1alpha with type arguments of type BatchServiceClient.ListTasksPage Modifier and Type Method Description protected BatchServiceClient.ListTasksFixedSizeCollection
BatchServiceClient.ListTasksFixedSizeCollection. createCollection(List<BatchServiceClient.ListTasksPage> pages, int collectionSize)
-