Class NotebookServiceClient.ListExecutionsFixedSizeCollection (1.93.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotebookServiceClient.ListExecutionsFixedSizeCollection

Methods

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

protected NotebookServiceClient.ListExecutionsFixedSizeCollection createCollection(@Nullable List<NotebookServiceClient.ListExecutionsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListExecutionsPage>
collectionSize int
Returns
Type Description
NotebookServiceClient.ListExecutionsFixedSizeCollection
Overrides