Class BackupDRClient.ListBackupPlansPage (0.54.0)

public static class BackupDRClient.ListBackupPlansPage extends AbstractPage<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan,BackupDRClient.ListBackupPlansPage>

Inheritance

java.lang.Object > AbstractPage > BackupDRClient.ListBackupPlansPage

Methods

createPage(@Nullable PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, @Nullable ListBackupPlansResponse response)

protected BackupDRClient.ListBackupPlansPage createPage(@Nullable PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, @Nullable ListBackupPlansResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan>
response @org.jspecify.annotations.Nullable com.google.cloud.backupdr.v1.ListBackupPlansResponse
Returns
Type Description
BackupDRClient.ListBackupPlansPage
Overrides

createPageAsync(@Nullable PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ApiFuture<ListBackupPlansResponse> futureResponse)

public ApiFuture<BackupDRClient.ListBackupPlansPage> createPageAsync(@Nullable PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ApiFuture<ListBackupPlansResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan>
futureResponse ApiFuture<ListBackupPlansResponse>
Returns
Type Description
ApiFuture<ListBackupPlansPage>
Overrides