Class BackupDRClient.ListBackupVaultsPage (0.54.0)

public static class BackupDRClient.ListBackupVaultsPage extends AbstractPage<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault,BackupDRClient.ListBackupVaultsPage>

Inheritance

java.lang.Object > AbstractPage > BackupDRClient.ListBackupVaultsPage

Methods

createPage(@Nullable PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, @Nullable ListBackupVaultsResponse response)

protected BackupDRClient.ListBackupVaultsPage createPage(@Nullable PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, @Nullable ListBackupVaultsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault>
response @org.jspecify.annotations.Nullable com.google.cloud.backupdr.v1.ListBackupVaultsResponse
Returns
Type Description
BackupDRClient.ListBackupVaultsPage
Overrides

createPageAsync(@Nullable PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, ApiFuture<ListBackupVaultsResponse> futureResponse)

public ApiFuture<BackupDRClient.ListBackupVaultsPage> createPageAsync(@Nullable PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, ApiFuture<ListBackupVaultsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault>
futureResponse ApiFuture<ListBackupVaultsResponse>
Returns
Type Description
ApiFuture<ListBackupVaultsPage>
Overrides