Uses of Class
com.google.cloud.notebooks.v2.NotebookServiceClient.ListLocationsPage
-
Packages that use NotebookServiceClient.ListLocationsPage Package Description com.google.cloud.notebooks.v2 A client to Notebooks API -
-
Uses of NotebookServiceClient.ListLocationsPage in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return NotebookServiceClient.ListLocationsPage Modifier and Type Method Description protected NotebookServiceClient.ListLocationsPage
NotebookServiceClient.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.v2 that return types with arguments of type NotebookServiceClient.ListLocationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<NotebookServiceClient.ListLocationsPage>
NotebookServiceClient.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.v2 with type arguments of type NotebookServiceClient.ListLocationsPage Modifier and Type Method Description protected NotebookServiceClient.ListLocationsFixedSizeCollection
NotebookServiceClient.ListLocationsFixedSizeCollection. createCollection(List<NotebookServiceClient.ListLocationsPage> pages, int collectionSize)
-