Class FlowsClient.ListFlowsPage (0.106.0)

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

Inheritance

java.lang.Object > AbstractPage > FlowsClient.ListFlowsPage

Methods

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

protected FlowsClient.ListFlowsPage createPage(@Nullable PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, @Nullable ListFlowsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow>
response @org.jspecify.annotations.Nullable com.google.cloud.dialogflow.cx.v3.ListFlowsResponse
Returns
Type Description
FlowsClient.ListFlowsPage
Overrides

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

public ApiFuture<FlowsClient.ListFlowsPage> createPageAsync(@Nullable PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, ApiFuture<ListFlowsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow>
futureResponse ApiFuture<ListFlowsResponse>
Returns
Type Description
ApiFuture<ListFlowsPage>
Overrides