Class BackupDRClient.ListBackupPlanRevisionsPage (0.54.0)

public static class BackupDRClient.ListBackupPlanRevisionsPage extends AbstractPage<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision,BackupDRClient.ListBackupPlanRevisionsPage>

Inheritance

java.lang.Object > AbstractPage > BackupDRClient.ListBackupPlanRevisionsPage

Methods

createPage(@Nullable PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision> context, @Nullable ListBackupPlanRevisionsResponse response)

protected BackupDRClient.ListBackupPlanRevisionsPage createPage(@Nullable PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision> context, @Nullable ListBackupPlanRevisionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision>
response @org.jspecify.annotations.Nullable com.google.cloud.backupdr.v1.ListBackupPlanRevisionsResponse
Returns
Type Description
BackupDRClient.ListBackupPlanRevisionsPage
Overrides

createPageAsync(@Nullable PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision> context, ApiFuture<ListBackupPlanRevisionsResponse> futureResponse)

public ApiFuture<BackupDRClient.ListBackupPlanRevisionsPage> createPageAsync(@Nullable PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision> context, ApiFuture<ListBackupPlanRevisionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupPlanRevisionsRequest,ListBackupPlanRevisionsResponse,BackupPlanRevision>
futureResponse ApiFuture<ListBackupPlanRevisionsResponse>
Returns
Type Description
ApiFuture<ListBackupPlanRevisionsPage>
Overrides