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