Package com.google.cloud.notebooks.v1
Class ManagedNotebookServiceClient.ListRuntimesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListRuntimesRequest,ListRuntimesResponse,Runtime,ManagedNotebookServiceClient.ListRuntimesPage>
-
- com.google.cloud.notebooks.v1.ManagedNotebookServiceClient.ListRuntimesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Runtime>
,com.google.api.gax.paging.Page<Runtime>
- Enclosing class:
- ManagedNotebookServiceClient
public static class ManagedNotebookServiceClient.ListRuntimesPage extends com.google.api.gax.paging.AbstractPage<ListRuntimesRequest,ListRuntimesResponse,Runtime,ManagedNotebookServiceClient.ListRuntimesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ManagedNotebookServiceClient.ListRuntimesPage
createPage(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ListRuntimesResponse response)
com.google.api.core.ApiFuture<ManagedNotebookServiceClient.ListRuntimesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, com.google.api.core.ApiFuture<ListRuntimesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected ManagedNotebookServiceClient.ListRuntimesPage createPage(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ListRuntimesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListRuntimesRequest,ListRuntimesResponse,Runtime,ManagedNotebookServiceClient.ListRuntimesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ManagedNotebookServiceClient.ListRuntimesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, com.google.api.core.ApiFuture<ListRuntimesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListRuntimesRequest,ListRuntimesResponse,Runtime,ManagedNotebookServiceClient.ListRuntimesPage>
-
-