Class VmMigrationClient.ListCloneJobsPage (1.95.0)

public static class VmMigrationClient.ListCloneJobsPage extends AbstractPage<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob,VmMigrationClient.ListCloneJobsPage>

Inheritance

java.lang.Object > AbstractPage > VmMigrationClient.ListCloneJobsPage

Methods

createPage(@Nullable PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, @Nullable ListCloneJobsResponse response)

protected VmMigrationClient.ListCloneJobsPage createPage(@Nullable PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, @Nullable ListCloneJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob>
response @org.jspecify.annotations.Nullable com.google.cloud.vmmigration.v1.ListCloneJobsResponse
Returns
Type Description
VmMigrationClient.ListCloneJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, ApiFuture<ListCloneJobsResponse> futureResponse)

public ApiFuture<VmMigrationClient.ListCloneJobsPage> createPageAsync(@Nullable PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob> context, ApiFuture<ListCloneJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCloneJobsRequest,ListCloneJobsResponse,CloneJob>
futureResponse ApiFuture<ListCloneJobsResponse>
Returns
Type Description
ApiFuture<ListCloneJobsPage>
Overrides