Uses of Class
com.google.cloud.notebooks.v1.NotebookServiceClient.ListSchedulesPage
-
Packages that use NotebookServiceClient.ListSchedulesPage Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of NotebookServiceClient.ListSchedulesPage in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return NotebookServiceClient.ListSchedulesPage Modifier and Type Method Description protected NotebookServiceClient.ListSchedulesPage
NotebookServiceClient.ListSchedulesPage. createPage(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, ListSchedulesResponse response)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type NotebookServiceClient.ListSchedulesPage Modifier and Type Method Description com.google.api.core.ApiFuture<NotebookServiceClient.ListSchedulesPage>
NotebookServiceClient.ListSchedulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, com.google.api.core.ApiFuture<ListSchedulesResponse> futureResponse)
Method parameters in com.google.cloud.notebooks.v1 with type arguments of type NotebookServiceClient.ListSchedulesPage Modifier and Type Method Description protected NotebookServiceClient.ListSchedulesFixedSizeCollection
NotebookServiceClient.ListSchedulesFixedSizeCollection. createCollection(List<NotebookServiceClient.ListSchedulesPage> pages, int collectionSize)
-