Class BackupForGKEClient.ListRestorePlanBindingsPage (0.94.0)

public static class BackupForGKEClient.ListRestorePlanBindingsPage extends AbstractPage<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding,BackupForGKEClient.ListRestorePlanBindingsPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListRestorePlanBindingsPage

Methods

createPage(@Nullable PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding> context, @Nullable ListRestorePlanBindingsResponse response)

protected BackupForGKEClient.ListRestorePlanBindingsPage createPage(@Nullable PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding> context, @Nullable ListRestorePlanBindingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding>
response @org.jspecify.annotations.Nullable com.google.cloud.gkebackup.v1.ListRestorePlanBindingsResponse
Returns
Type Description
BackupForGKEClient.ListRestorePlanBindingsPage
Overrides

createPageAsync(@Nullable PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding> context, ApiFuture<ListRestorePlanBindingsResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListRestorePlanBindingsPage> createPageAsync(@Nullable PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding> context, ApiFuture<ListRestorePlanBindingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding>
futureResponse ApiFuture<ListRestorePlanBindingsResponse>
Returns
Type Description
ApiFuture<ListRestorePlanBindingsPage>
Overrides