Package com.google.cloud.workflows.v1
Class WorkflowsClient.ListWorkflowsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListWorkflowsRequest,ListWorkflowsResponse,Workflow,WorkflowsClient.ListWorkflowsPage>
-
- com.google.cloud.workflows.v1.WorkflowsClient.ListWorkflowsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Workflow>
,com.google.api.gax.paging.Page<Workflow>
- Enclosing class:
- WorkflowsClient
public static class WorkflowsClient.ListWorkflowsPage extends com.google.api.gax.paging.AbstractPage<ListWorkflowsRequest,ListWorkflowsResponse,Workflow,WorkflowsClient.ListWorkflowsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowsClient.ListWorkflowsPage
createPage(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ListWorkflowsResponse response)
com.google.api.core.ApiFuture<WorkflowsClient.ListWorkflowsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, com.google.api.core.ApiFuture<ListWorkflowsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected WorkflowsClient.ListWorkflowsPage createPage(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ListWorkflowsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListWorkflowsRequest,ListWorkflowsResponse,Workflow,WorkflowsClient.ListWorkflowsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<WorkflowsClient.ListWorkflowsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, com.google.api.core.ApiFuture<ListWorkflowsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListWorkflowsRequest,ListWorkflowsResponse,Workflow,WorkflowsClient.ListWorkflowsPage>
-
-