Class DataformClient.ListWorkflowInvocationsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation,DataformClient.ListWorkflowInvocationsPage>
-
- com.google.cloud.dataform.v1alpha2.DataformClient.ListWorkflowInvocationsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<WorkflowInvocation>
,com.google.api.gax.paging.Page<WorkflowInvocation>
- Enclosing class:
- DataformClient
public static class DataformClient.ListWorkflowInvocationsPage extends com.google.api.gax.paging.AbstractPage<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation,DataformClient.ListWorkflowInvocationsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DataformClient.ListWorkflowInvocationsPage
createPage(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ListWorkflowInvocationsResponse response)
com.google.api.core.ApiFuture<DataformClient.ListWorkflowInvocationsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, com.google.api.core.ApiFuture<ListWorkflowInvocationsResponse> 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 DataformClient.ListWorkflowInvocationsPage createPage(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, ListWorkflowInvocationsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation,DataformClient.ListWorkflowInvocationsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DataformClient.ListWorkflowInvocationsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation> context, com.google.api.core.ApiFuture<ListWorkflowInvocationsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,WorkflowInvocation,DataformClient.ListWorkflowInvocationsPage>
-
-