Class DataformClient.ListWorkflowInvocationsPage (0.94.0)

public static class DataformClient.ListWorkflowInvocationsPage extends AbstractPage<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation,DataformClient.ListWorkflowInvocationsPage>

Inheritance

java.lang.Object > AbstractPage > DataformClient.ListWorkflowInvocationsPage

Methods

createPage(@Nullable PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, @Nullable ListWorkflowInvocationsResponse response)

protected DataformClient.ListWorkflowInvocationsPage createPage(@Nullable PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, @Nullable ListWorkflowInvocationsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation>
response @org.jspecify.annotations.Nullable com.google.cloud.dataform.v1.ListWorkflowInvocationsResponse
Returns
Type Description
DataformClient.ListWorkflowInvocationsPage
Overrides

createPageAsync(@Nullable PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ApiFuture<ListWorkflowInvocationsResponse> futureResponse)

public ApiFuture<DataformClient.ListWorkflowInvocationsPage> createPageAsync(@Nullable PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ApiFuture<ListWorkflowInvocationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation>
futureResponse ApiFuture<ListWorkflowInvocationsResponse>
Returns
Type Description
ApiFuture<ListWorkflowInvocationsPage>
Overrides