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