Class BackupForGKEClient.ListRestorePlansPage (0.94.0)

public static class BackupForGKEClient.ListRestorePlansPage extends AbstractPage<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan,BackupForGKEClient.ListRestorePlansPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListRestorePlansPage

Methods

createPage(@Nullable PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, @Nullable ListRestorePlansResponse response)

protected BackupForGKEClient.ListRestorePlansPage createPage(@Nullable PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, @Nullable ListRestorePlansResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan>
response @org.jspecify.annotations.Nullable com.google.cloud.gkebackup.v1.ListRestorePlansResponse
Returns
Type Description
BackupForGKEClient.ListRestorePlansPage
Overrides

createPageAsync(@Nullable PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, ApiFuture<ListRestorePlansResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListRestorePlansPage> createPageAsync(@Nullable PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, ApiFuture<ListRestorePlansResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan>
futureResponse ApiFuture<ListRestorePlansResponse>
Returns
Type Description
ApiFuture<ListRestorePlansPage>
Overrides