Class VmMigrationClient.ListMigratingVmsPage (1.95.0)

public static class VmMigrationClient.ListMigratingVmsPage extends AbstractPage<ListMigratingVmsRequest,ListMigratingVmsResponse,MigratingVm,VmMigrationClient.ListMigratingVmsPage>

Inheritance

java.lang.Object > AbstractPage > VmMigrationClient.ListMigratingVmsPage

Methods

createPage(@Nullable PageContext<ListMigratingVmsRequest,ListMigratingVmsResponse,MigratingVm> context, @Nullable ListMigratingVmsResponse response)

protected VmMigrationClient.ListMigratingVmsPage createPage(@Nullable PageContext<ListMigratingVmsRequest,ListMigratingVmsResponse,MigratingVm> context, @Nullable ListMigratingVmsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMigratingVmsRequest,ListMigratingVmsResponse,MigratingVm>
response @org.jspecify.annotations.Nullable com.google.cloud.vmmigration.v1.ListMigratingVmsResponse
Returns
Type Description
VmMigrationClient.ListMigratingVmsPage
Overrides

createPageAsync(@Nullable PageContext<ListMigratingVmsRequest,ListMigratingVmsResponse,MigratingVm> context, ApiFuture<ListMigratingVmsResponse> futureResponse)

public ApiFuture<VmMigrationClient.ListMigratingVmsPage> createPageAsync(@Nullable PageContext<ListMigratingVmsRequest,ListMigratingVmsResponse,MigratingVm> context, ApiFuture<ListMigratingVmsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMigratingVmsRequest,ListMigratingVmsResponse,MigratingVm>
futureResponse ApiFuture<ListMigratingVmsResponse>
Returns
Type Description
ApiFuture<ListMigratingVmsPage>
Overrides