Class NotebookServiceClient.ListNotebookRuntimeTemplatesFixedSizeCollection (3.44.0)

public static class NotebookServiceClient.ListNotebookRuntimeTemplatesFixedSizeCollection extends AbstractFixedSizeCollection<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate,NotebookServiceClient.ListNotebookRuntimeTemplatesPage,NotebookServiceClient.ListNotebookRuntimeTemplatesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotebookServiceClient.ListNotebookRuntimeTemplatesFixedSizeCollection

Methods

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

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