Class WorkflowsClient.ListWorkflowsPage (2.95.0)

public static class WorkflowsClient.ListWorkflowsPage extends AbstractPage<ListWorkflowsRequest,ListWorkflowsResponse,Workflow,WorkflowsClient.ListWorkflowsPage>

Inheritance

java.lang.Object > AbstractPage > WorkflowsClient.ListWorkflowsPage

Methods

createPage(@Nullable PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, @Nullable ListWorkflowsResponse response)

protected WorkflowsClient.ListWorkflowsPage createPage(@Nullable PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, @Nullable ListWorkflowsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow>
response @org.jspecify.annotations.Nullable com.google.cloud.workflows.v1beta.ListWorkflowsResponse
Returns
Type Description
WorkflowsClient.ListWorkflowsPage
Overrides

createPageAsync(@Nullable PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ApiFuture<ListWorkflowsResponse> futureResponse)

public ApiFuture<WorkflowsClient.ListWorkflowsPage> createPageAsync(@Nullable PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ApiFuture<ListWorkflowsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow>
futureResponse ApiFuture<ListWorkflowsResponse>
Returns
Type Description
ApiFuture<ListWorkflowsPage>
Overrides