Package com.google.cloud.notebooks.v1
Class NotebookServiceClient.ListExecutionsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,NotebookServiceClient.ListExecutionsPage>
-
- com.google.cloud.notebooks.v1.NotebookServiceClient.ListExecutionsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Execution>
,com.google.api.gax.paging.Page<Execution>
- Enclosing class:
- NotebookServiceClient
public static class NotebookServiceClient.ListExecutionsPage extends com.google.api.gax.paging.AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,NotebookServiceClient.ListExecutionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NotebookServiceClient.ListExecutionsPage
createPage(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)
com.google.api.core.ApiFuture<NotebookServiceClient.ListExecutionsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> 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 NotebookServiceClient.ListExecutionsPage createPage(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,NotebookServiceClient.ListExecutionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<NotebookServiceClient.ListExecutionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,NotebookServiceClient.ListExecutionsPage>
-
-