Class NotebookServiceClient.ListSchedulesFixedSizeCollection (1.93.0)

public static class NotebookServiceClient.ListSchedulesFixedSizeCollection extends AbstractFixedSizeCollection<ListSchedulesRequest,ListSchedulesResponse,Schedule,NotebookServiceClient.ListSchedulesPage,NotebookServiceClient.ListSchedulesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NotebookServiceClient.ListSchedulesFixedSizeCollection

Methods

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

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