Class WorkflowTemplateServiceClient.ListWorkflowTemplatesPage (4.91.1)

public static class WorkflowTemplateServiceClient.ListWorkflowTemplatesPage extends AbstractPage<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate,WorkflowTemplateServiceClient.ListWorkflowTemplatesPage>

Inheritance

java.lang.Object > AbstractPage > WorkflowTemplateServiceClient.ListWorkflowTemplatesPage

Methods

createPage(@Nullable PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate> context, @Nullable ListWorkflowTemplatesResponse response)

protected WorkflowTemplateServiceClient.ListWorkflowTemplatesPage createPage(@Nullable PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate> context, @Nullable ListWorkflowTemplatesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate>
response @org.jspecify.annotations.Nullable com.google.cloud.dataproc.v1.ListWorkflowTemplatesResponse
Returns
Type Description
WorkflowTemplateServiceClient.ListWorkflowTemplatesPage
Overrides

createPageAsync(@Nullable PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate> context, ApiFuture<ListWorkflowTemplatesResponse> futureResponse)

public ApiFuture<WorkflowTemplateServiceClient.ListWorkflowTemplatesPage> createPageAsync(@Nullable PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate> context, ApiFuture<ListWorkflowTemplatesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse,WorkflowTemplate>
futureResponse ApiFuture<ListWorkflowTemplatesResponse>
Returns
Type Description
ApiFuture<ListWorkflowTemplatesPage>
Overrides