Class BackupForGKEClient.ListRestoreChannelsPage (0.94.0)

public static class BackupForGKEClient.ListRestoreChannelsPage extends AbstractPage<ListRestoreChannelsRequest,ListRestoreChannelsResponse,RestoreChannel,BackupForGKEClient.ListRestoreChannelsPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListRestoreChannelsPage

Methods

createPage(@Nullable PageContext<ListRestoreChannelsRequest,ListRestoreChannelsResponse,RestoreChannel> context, @Nullable ListRestoreChannelsResponse response)

protected BackupForGKEClient.ListRestoreChannelsPage createPage(@Nullable PageContext<ListRestoreChannelsRequest,ListRestoreChannelsResponse,RestoreChannel> context, @Nullable ListRestoreChannelsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRestoreChannelsRequest,ListRestoreChannelsResponse,RestoreChannel>
response @org.jspecify.annotations.Nullable com.google.cloud.gkebackup.v1.ListRestoreChannelsResponse
Returns
Type Description
BackupForGKEClient.ListRestoreChannelsPage
Overrides

createPageAsync(@Nullable PageContext<ListRestoreChannelsRequest,ListRestoreChannelsResponse,RestoreChannel> context, ApiFuture<ListRestoreChannelsResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListRestoreChannelsPage> createPageAsync(@Nullable PageContext<ListRestoreChannelsRequest,ListRestoreChannelsResponse,RestoreChannel> context, ApiFuture<ListRestoreChannelsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRestoreChannelsRequest,ListRestoreChannelsResponse,RestoreChannel>
futureResponse ApiFuture<ListRestoreChannelsResponse>
Returns
Type Description
ApiFuture<ListRestoreChannelsPage>
Overrides