Class BackupForGKEClient.ListBackupPlanBindingsPage (0.94.0)

public static class BackupForGKEClient.ListBackupPlanBindingsPage extends AbstractPage<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding,BackupForGKEClient.ListBackupPlanBindingsPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListBackupPlanBindingsPage

Methods

createPage(@Nullable PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding> context, @Nullable ListBackupPlanBindingsResponse response)

protected BackupForGKEClient.ListBackupPlanBindingsPage createPage(@Nullable PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding> context, @Nullable ListBackupPlanBindingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding>
response @org.jspecify.annotations.Nullable com.google.cloud.gkebackup.v1.ListBackupPlanBindingsResponse
Returns
Type Description
BackupForGKEClient.ListBackupPlanBindingsPage
Overrides

createPageAsync(@Nullable PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding> context, ApiFuture<ListBackupPlanBindingsResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListBackupPlanBindingsPage> createPageAsync(@Nullable PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding> context, ApiFuture<ListBackupPlanBindingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding>
futureResponse ApiFuture<ListBackupPlanBindingsResponse>
Returns
Type Description
ApiFuture<ListBackupPlanBindingsPage>
Overrides