Package com.google.cloud.aiplatform.v1
Class MigrationServiceClient.SearchMigratableResourcesPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource,MigrationServiceClient.SearchMigratableResourcesPage>
com.google.cloud.aiplatform.v1.MigrationServiceClient.SearchMigratableResourcesPage
- All Implemented Interfaces:
AsyncPage<MigratableResource>,Page<MigratableResource>
- Enclosing class:
- MigrationServiceClient
public static class MigrationServiceClient.SearchMigratableResourcesPage
extends AbstractPage<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource,MigrationServiceClient.SearchMigratableResourcesPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<SearchMigratableResourcesRequest, SearchMigratableResourcesResponse, MigratableResource> context, SearchMigratableResourcesResponse response) createPageAsync(PageContext<SearchMigratableResourcesRequest, SearchMigratableResourcesResponse, MigratableResource> context, ApiFuture<SearchMigratableResourcesResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected MigrationServiceClient.SearchMigratableResourcesPage createPage(PageContext<SearchMigratableResourcesRequest, SearchMigratableResourcesResponse, MigratableResource> context, SearchMigratableResourcesResponse response) -
createPageAsync
public ApiFuture<MigrationServiceClient.SearchMigratableResourcesPage> createPageAsync(PageContext<SearchMigratableResourcesRequest, SearchMigratableResourcesResponse, MigratableResource> context, ApiFuture<SearchMigratableResourcesResponse> futureResponse)
-