Class BackupForGKEClient.ListBackupPlansPage (0.40.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
NameDescription
contextPageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan>
responseListBackupPlansResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan>
futureResponseApiFuture<ListBackupPlansResponse>
Returns
TypeDescription
ApiFuture<ListBackupPlansPage>
Overrides