Class BackupForGKEClient.ListVolumeRestoresPage (0.28.0)

public static class BackupForGKEClient.ListVolumeRestoresPage extends AbstractPage<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore,BackupForGKEClient.ListVolumeRestoresPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListVolumeRestoresPage

Methods

createPage(PageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore> context, ListVolumeRestoresResponse response)

protected BackupForGKEClient.ListVolumeRestoresPage createPage(PageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore> context, ListVolumeRestoresResponse response)
Parameters
NameDescription
contextPageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore>
responseListVolumeRestoresResponse
Returns
TypeDescription
BackupForGKEClient.ListVolumeRestoresPage
Overrides

createPageAsync(PageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore> context, ApiFuture<ListVolumeRestoresResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListVolumeRestoresPage> createPageAsync(PageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore> context, ApiFuture<ListVolumeRestoresResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListVolumeRestoresRequest,ListVolumeRestoresResponse,VolumeRestore>
futureResponseApiFuture<ListVolumeRestoresResponse>
Returns
TypeDescription
ApiFuture<ListVolumeRestoresPage>
Overrides