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