Class BackupForGKEClient.ListRestorePlansPage (0.20.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
NameDescription
contextPageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan>
responseListRestorePlansResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan>
futureResponseApiFuture<ListRestorePlansResponse>
Returns
TypeDescription
ApiFuture<ListRestorePlansPage>
Overrides