Class VmMigrationClient.FetchStorageInventoryPage (1.95.0)

public static class VmMigrationClient.FetchStorageInventoryPage extends AbstractPage<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource,VmMigrationClient.FetchStorageInventoryPage>

Inheritance

java.lang.Object > AbstractPage > VmMigrationClient.FetchStorageInventoryPage

Methods

createPage(@Nullable PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource> context, @Nullable FetchStorageInventoryResponse response)

protected VmMigrationClient.FetchStorageInventoryPage createPage(@Nullable PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource> context, @Nullable FetchStorageInventoryResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource>
response @org.jspecify.annotations.Nullable com.google.cloud.vmmigration.v1.FetchStorageInventoryResponse
Returns
Type Description
VmMigrationClient.FetchStorageInventoryPage
Overrides

createPageAsync(@Nullable PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource> context, ApiFuture<FetchStorageInventoryResponse> futureResponse)

public ApiFuture<VmMigrationClient.FetchStorageInventoryPage> createPageAsync(@Nullable PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource> context, ApiFuture<FetchStorageInventoryResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<FetchStorageInventoryRequest,FetchStorageInventoryResponse,SourceStorageResource>
futureResponse ApiFuture<FetchStorageInventoryResponse>
Returns
Type Description
ApiFuture<FetchStorageInventoryPage>
Overrides