Class DatabaseAdminClient.ListBackupSchedulesPage (6.120.0)

public static class DatabaseAdminClient.ListBackupSchedulesPage extends AbstractPage<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule,DatabaseAdminClient.ListBackupSchedulesPage>

Inheritance

java.lang.Object > AbstractPage > DatabaseAdminClient.ListBackupSchedulesPage

Methods

createPage(@Nullable PageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule> context, @Nullable ListBackupSchedulesResponse response)

protected DatabaseAdminClient.ListBackupSchedulesPage createPage(@Nullable PageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule> context, @Nullable ListBackupSchedulesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule>
response @org.jspecify.annotations.Nullable com.google.spanner.admin.database.v1.ListBackupSchedulesResponse
Returns
Type Description
DatabaseAdminClient.ListBackupSchedulesPage
Overrides

createPageAsync(@Nullable PageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule> context, ApiFuture<ListBackupSchedulesResponse> futureResponse)

public ApiFuture<DatabaseAdminClient.ListBackupSchedulesPage> createPageAsync(@Nullable PageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule> context, ApiFuture<ListBackupSchedulesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule>
futureResponse ApiFuture<ListBackupSchedulesResponse>
Returns
Type Description
ApiFuture<ListBackupSchedulesPage>
Overrides