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