Class DataformClient.QueryWorkflowInvocationActionsPage (0.94.0)

public static class DataformClient.QueryWorkflowInvocationActionsPage extends AbstractPage<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction,DataformClient.QueryWorkflowInvocationActionsPage>

Inheritance

java.lang.Object > AbstractPage > DataformClient.QueryWorkflowInvocationActionsPage

Methods

createPage(@Nullable PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, @Nullable QueryWorkflowInvocationActionsResponse response)

protected DataformClient.QueryWorkflowInvocationActionsPage createPage(@Nullable PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, @Nullable QueryWorkflowInvocationActionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction>
response @org.jspecify.annotations.Nullable com.google.cloud.dataform.v1.QueryWorkflowInvocationActionsResponse
Returns
Type Description
DataformClient.QueryWorkflowInvocationActionsPage
Overrides

createPageAsync(@Nullable PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, ApiFuture<QueryWorkflowInvocationActionsResponse> futureResponse)

public ApiFuture<DataformClient.QueryWorkflowInvocationActionsPage> createPageAsync(@Nullable PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, ApiFuture<QueryWorkflowInvocationActionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction>
futureResponse ApiFuture<QueryWorkflowInvocationActionsResponse>
Returns
Type Description
ApiFuture<QueryWorkflowInvocationActionsPage>
Overrides