Class BackupForGKEClient.ListBackupPlansPage (0.94.0)

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

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListBackupPlansPage

Methods

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

protected BackupForGKEClient.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.gkebackup.v1.ListBackupPlansResponse
Returns
Type Description
BackupForGKEClient.ListBackupPlansPage
Overrides

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

public ApiFuture<BackupForGKEClient.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