Class BackupForGKEClient.ListRestoresPage (0.36.0)

public static class BackupForGKEClient.ListRestoresPage extends AbstractPage<ListRestoresRequest,ListRestoresResponse,Restore,BackupForGKEClient.ListRestoresPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListRestoresPage

Methods

createPage(PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, ListRestoresResponse response)

protected BackupForGKEClient.ListRestoresPage createPage(PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, ListRestoresResponse response)
Parameters
NameDescription
contextPageContext<ListRestoresRequest,ListRestoresResponse,Restore>
responseListRestoresResponse
Returns
TypeDescription
BackupForGKEClient.ListRestoresPage
Overrides

createPageAsync(PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, ApiFuture<ListRestoresResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListRestoresPage> createPageAsync(PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, ApiFuture<ListRestoresResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListRestoresRequest,ListRestoresResponse,Restore>
futureResponseApiFuture<ListRestoresResponse>
Returns
TypeDescription
ApiFuture<ListRestoresPage>
Overrides