Class BackupForGKEClient.ListRestorePlansPage (0.44.0)

public static class BackupForGKEClient.ListRestorePlansPage extends AbstractPage<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan,BackupForGKEClient.ListRestorePlansPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListRestorePlansPage

Methods

createPage(PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, ListRestorePlansResponse response)

protected BackupForGKEClient.ListRestorePlansPage createPage(PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, ListRestorePlansResponse response)
Parameters
Name Description
context PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan>
response ListRestorePlansResponse
Returns
Type Description
BackupForGKEClient.ListRestorePlansPage
Overrides

createPageAsync(PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, ApiFuture<ListRestorePlansResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListRestorePlansPage> createPageAsync(PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, ApiFuture<ListRestorePlansResponse> futureResponse)
Parameters
Name Description
context PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan>
futureResponse ApiFuture<ListRestorePlansResponse>
Returns
Type Description
ApiFuture<ListRestorePlansPage>
Overrides