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