Package com.google.cloud.batch.v1alpha
Class BatchServiceClient.ListTasksFixedSizeCollection
- java.lang.Object
-
- com.google.api.gax.paging.AbstractFixedSizeCollection<ListTasksRequest,ListTasksResponse,Task,BatchServiceClient.ListTasksPage,BatchServiceClient.ListTasksFixedSizeCollection>
-
- com.google.cloud.batch.v1alpha.BatchServiceClient.ListTasksFixedSizeCollection
-
- All Implemented Interfaces:
com.google.api.gax.paging.FixedSizeCollection<Task>
- Enclosing class:
- BatchServiceClient
public static class BatchServiceClient.ListTasksFixedSizeCollection extends com.google.api.gax.paging.AbstractFixedSizeCollection<ListTasksRequest,ListTasksResponse,Task,BatchServiceClient.ListTasksPage,BatchServiceClient.ListTasksFixedSizeCollection>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchServiceClient.ListTasksFixedSizeCollection
createCollection(List<BatchServiceClient.ListTasksPage> pages, int collectionSize)
-
-
-
Method Detail
-
createCollection
protected BatchServiceClient.ListTasksFixedSizeCollection createCollection(List<BatchServiceClient.ListTasksPage> pages, int collectionSize)
- Specified by:
createCollection
in classcom.google.api.gax.paging.AbstractFixedSizeCollection<ListTasksRequest,ListTasksResponse,Task,BatchServiceClient.ListTasksPage,BatchServiceClient.ListTasksFixedSizeCollection>
-
-