Class BackupForGKEClient.ListRestoresPage (0.41.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
Name Description
context PageContext<ListRestoresRequest,ListRestoresResponse,Restore>
response ListRestoresResponse
Returns
Type Description
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
Name Description
context PageContext<ListRestoresRequest,ListRestoresResponse,Restore>
futureResponse ApiFuture<ListRestoresResponse>
Returns
Type Description
ApiFuture<ListRestoresPage>
Overrides