Class MigrationServiceClient.SearchMigratableResourcesPage (3.96.0)

public static class MigrationServiceClient.SearchMigratableResourcesPage extends AbstractPage<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource,MigrationServiceClient.SearchMigratableResourcesPage>

Inheritance

java.lang.Object > AbstractPage > MigrationServiceClient.SearchMigratableResourcesPage

Methods

createPage(@Nullable PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource> context, @Nullable SearchMigratableResourcesResponse response)

protected MigrationServiceClient.SearchMigratableResourcesPage createPage(@Nullable PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource> context, @Nullable SearchMigratableResourcesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1.SearchMigratableResourcesResponse
Returns
Type Description
MigrationServiceClient.SearchMigratableResourcesPage
Overrides

createPageAsync(@Nullable PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource> context, ApiFuture<SearchMigratableResourcesResponse> futureResponse)

public ApiFuture<MigrationServiceClient.SearchMigratableResourcesPage> createPageAsync(@Nullable PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource> context, ApiFuture<SearchMigratableResourcesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource>
futureResponse ApiFuture<SearchMigratableResourcesResponse>
Returns
Type Description
ApiFuture<SearchMigratableResourcesPage>
Overrides