Class DataMigrationServiceClient.ListMigrationJobsPage (2.94.0)

public static class DataMigrationServiceClient.ListMigrationJobsPage extends AbstractPage<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob,DataMigrationServiceClient.ListMigrationJobsPage>

Inheritance

java.lang.Object > AbstractPage > DataMigrationServiceClient.ListMigrationJobsPage

Methods

createPage(@Nullable PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, @Nullable ListMigrationJobsResponse response)

protected DataMigrationServiceClient.ListMigrationJobsPage createPage(@Nullable PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, @Nullable ListMigrationJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob>
response @org.jspecify.annotations.Nullable com.google.cloud.clouddms.v1.ListMigrationJobsResponse
Returns
Type Description
DataMigrationServiceClient.ListMigrationJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, ApiFuture<ListMigrationJobsResponse> futureResponse)

public ApiFuture<DataMigrationServiceClient.ListMigrationJobsPage> createPageAsync(@Nullable PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob> context, ApiFuture<ListMigrationJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMigrationJobsRequest,ListMigrationJobsResponse,MigrationJob>
futureResponse ApiFuture<ListMigrationJobsResponse>
Returns
Type Description
ApiFuture<ListMigrationJobsPage>
Overrides