Class LineageClient.ListRunsPage (0.87.0)

public static class LineageClient.ListRunsPage extends AbstractPage<ListRunsRequest,ListRunsResponse,Run,LineageClient.ListRunsPage>

Inheritance

java.lang.Object > AbstractPage > LineageClient.ListRunsPage

Methods

createPage(@Nullable PageContext<ListRunsRequest,ListRunsResponse,Run> context, @Nullable ListRunsResponse response)

protected LineageClient.ListRunsPage createPage(@Nullable PageContext<ListRunsRequest,ListRunsResponse,Run> context, @Nullable ListRunsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRunsRequest,ListRunsResponse,Run>
response @org.jspecify.annotations.Nullable com.google.cloud.datacatalog.lineage.v1.ListRunsResponse
Returns
Type Description
LineageClient.ListRunsPage
Overrides

createPageAsync(@Nullable PageContext<ListRunsRequest,ListRunsResponse,Run> context, ApiFuture<ListRunsResponse> futureResponse)

public ApiFuture<LineageClient.ListRunsPage> createPageAsync(@Nullable PageContext<ListRunsRequest,ListRunsResponse,Run> context, ApiFuture<ListRunsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRunsRequest,ListRunsResponse,Run>
futureResponse ApiFuture<ListRunsResponse>
Returns
Type Description
ApiFuture<ListRunsPage>
Overrides