Class BackupForGKEClient.ListRestoresPage (0.94.0)

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

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListRestoresPage

Methods

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

protected BackupForGKEClient.ListRestoresPage createPage(@Nullable PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, @Nullable ListRestoresResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRestoresRequest,ListRestoresResponse,Restore>
response @org.jspecify.annotations.Nullable com.google.cloud.gkebackup.v1.ListRestoresResponse
Returns
Type Description
BackupForGKEClient.ListRestoresPage
Overrides

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

public ApiFuture<BackupForGKEClient.ListRestoresPage> createPageAsync(@Nullable PageContext<ListRestoresRequest,ListRestoresResponse,Restore> context, ApiFuture<ListRestoresResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRestoresRequest,ListRestoresResponse,Restore>
futureResponse ApiFuture<ListRestoresResponse>
Returns
Type Description
ApiFuture<ListRestoresPage>
Overrides