Class NotebookServiceClient.ListNotebookRuntimesFixedSizeCollection (3.44.0)

public static class NotebookServiceClient.ListNotebookRuntimesFixedSizeCollection extends AbstractFixedSizeCollection<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime,NotebookServiceClient.ListNotebookRuntimesPage,NotebookServiceClient.ListNotebookRuntimesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotebookServiceClient.ListNotebookRuntimesFixedSizeCollection

Methods

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

protected NotebookServiceClient.ListNotebookRuntimesFixedSizeCollection createCollection(List<NotebookServiceClient.ListNotebookRuntimesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListNotebookRuntimesPage>
collectionSize int
Returns
Type Description
NotebookServiceClient.ListNotebookRuntimesFixedSizeCollection
Overrides