Class DataformClient.ListWorkflowConfigsPage (0.94.0)

public static class DataformClient.ListWorkflowConfigsPage extends AbstractPage<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig,DataformClient.ListWorkflowConfigsPage>

Inheritance

java.lang.Object > AbstractPage > DataformClient.ListWorkflowConfigsPage

Methods

createPage(@Nullable PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig> context, @Nullable ListWorkflowConfigsResponse response)

protected DataformClient.ListWorkflowConfigsPage createPage(@Nullable PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig> context, @Nullable ListWorkflowConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.dataform.v1.ListWorkflowConfigsResponse
Returns
Type Description
DataformClient.ListWorkflowConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig> context, ApiFuture<ListWorkflowConfigsResponse> futureResponse)

public ApiFuture<DataformClient.ListWorkflowConfigsPage> createPageAsync(@Nullable PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig> context, ApiFuture<ListWorkflowConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse,WorkflowConfig>
futureResponse ApiFuture<ListWorkflowConfigsResponse>
Returns
Type Description
ApiFuture<ListWorkflowConfigsPage>
Overrides