Class FlowsClient.ListFlowsPage (0.52.0)

public static class FlowsClient.ListFlowsPage extends AbstractPage<ListFlowsRequest,ListFlowsResponse,Flow,FlowsClient.ListFlowsPage>

Inheritance

java.lang.Object > AbstractPage > FlowsClient.ListFlowsPage

Methods

createPage(PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, ListFlowsResponse response)

protected FlowsClient.ListFlowsPage createPage(PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, ListFlowsResponse response)
Parameters
NameDescription
contextPageContext<ListFlowsRequest,ListFlowsResponse,Flow>
responseListFlowsResponse
Returns
TypeDescription
FlowsClient.ListFlowsPage
Overrides

createPageAsync(PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, ApiFuture<ListFlowsResponse> futureResponse)

public ApiFuture<FlowsClient.ListFlowsPage> createPageAsync(PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, ApiFuture<ListFlowsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListFlowsRequest,ListFlowsResponse,Flow>
futureResponseApiFuture<ListFlowsResponse>
Returns
TypeDescription
ApiFuture<ListFlowsPage>
Overrides