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