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