Class MetadataServiceClient.ListExecutionsPage (3.3.0)

public static class MetadataServiceClient.ListExecutionsPage extends AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,MetadataServiceClient.ListExecutionsPage>

Inheritance

java.lang.Object > AbstractPage > MetadataServiceClient.ListExecutionsPage

Methods

createPage(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)

protected MetadataServiceClient.ListExecutionsPage createPage(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)
Parameters
NameDescription
contextPageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
responseListExecutionsResponse
Returns
TypeDescription
MetadataServiceClient.ListExecutionsPage
Overrides

createPageAsync(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)

public ApiFuture<MetadataServiceClient.ListExecutionsPage> createPageAsync(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
futureResponseApiFuture<ListExecutionsResponse>
Returns
TypeDescription
ApiFuture<ListExecutionsPage>
Overrides