Class MigrationServiceClient.ListMigrationWorkflowsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow,MigrationServiceClient.ListMigrationWorkflowsPage>
-
- com.google.cloud.bigquery.migration.v2.MigrationServiceClient.ListMigrationWorkflowsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<MigrationWorkflow>
,com.google.api.gax.paging.Page<MigrationWorkflow>
- Enclosing class:
- MigrationServiceClient
public static class MigrationServiceClient.ListMigrationWorkflowsPage extends com.google.api.gax.paging.AbstractPage<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow,MigrationServiceClient.ListMigrationWorkflowsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MigrationServiceClient.ListMigrationWorkflowsPage
createPage(com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ListMigrationWorkflowsResponse response)
com.google.api.core.ApiFuture<MigrationServiceClient.ListMigrationWorkflowsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, com.google.api.core.ApiFuture<ListMigrationWorkflowsResponse> 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 MigrationServiceClient.ListMigrationWorkflowsPage createPage(com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, ListMigrationWorkflowsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow,MigrationServiceClient.ListMigrationWorkflowsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<MigrationServiceClient.ListMigrationWorkflowsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow> context, com.google.api.core.ApiFuture<ListMigrationWorkflowsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListMigrationWorkflowsRequest,ListMigrationWorkflowsResponse,MigrationWorkflow,MigrationServiceClient.ListMigrationWorkflowsPage>
-
-