Class NotebookServiceClient.ListExecutionsFixedSizeCollection (1.39.0)

public static class NotebookServiceClient.ListExecutionsFixedSizeCollection extends AbstractFixedSizeCollection<ListExecutionsRequest,ListExecutionsResponse,Execution,NotebookServiceClient.ListExecutionsPage,NotebookServiceClient.ListExecutionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotebookServiceClient.ListExecutionsFixedSizeCollection

Methods

createCollection(List<NotebookServiceClient.ListExecutionsPage> pages, int collectionSize)

protected NotebookServiceClient.ListExecutionsFixedSizeCollection createCollection(List<NotebookServiceClient.ListExecutionsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListExecutionsPage>
collectionSizeint
Returns
TypeDescription
NotebookServiceClient.ListExecutionsFixedSizeCollection
Overrides