Class BackupForGKEClient.ListBackupPlansPage (0.41.0)

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

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListBackupPlansPage

Methods

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

protected BackupForGKEClient.ListBackupPlansPage createPage(PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ListBackupPlansResponse response)
Parameters
Name Description
context PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan>
response ListBackupPlansResponse
Returns
Type Description
BackupForGKEClient.ListBackupPlansPage
Overrides

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

public ApiFuture<BackupForGKEClient.ListBackupPlansPage> createPageAsync(PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ApiFuture<ListBackupPlansResponse> futureResponse)
Parameters
Name Description
context PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan>
futureResponse ApiFuture<ListBackupPlansResponse>
Returns
Type Description
ApiFuture<ListBackupPlansPage>
Overrides