Uses of Class
com.google.cloud.batch.v1alpha.BatchServiceClient.ListJobsPage
-
Packages that use BatchServiceClient.ListJobsPage Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of BatchServiceClient.ListJobsPage in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return BatchServiceClient.ListJobsPage Modifier and Type Method Description protected BatchServiceClient.ListJobsPage
BatchServiceClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
Methods in com.google.cloud.batch.v1alpha that return types with arguments of type BatchServiceClient.ListJobsPage Modifier and Type Method Description com.google.api.core.ApiFuture<BatchServiceClient.ListJobsPage>
BatchServiceClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
Method parameters in com.google.cloud.batch.v1alpha with type arguments of type BatchServiceClient.ListJobsPage Modifier and Type Method Description protected BatchServiceClient.ListJobsFixedSizeCollection
BatchServiceClient.ListJobsFixedSizeCollection. createCollection(List<BatchServiceClient.ListJobsPage> pages, int collectionSize)
-