Class DatabaseAdminClient.ListBackupSchedulesPage (6.89.0)

publicstaticclassDatabaseAdminClient.ListBackupSchedulesPageextendsAbstractPage<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule,DatabaseAdminClient.ListBackupSchedulesPage>

Inheritance

java.lang.Object > AbstractPage > DatabaseAdminClient.ListBackupSchedulesPage

Methods

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

protectedDatabaseAdminClient.ListBackupSchedulesPagecreatePage(PageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule>context,ListBackupSchedulesResponseresponse)
Parameters
NameDescription
contextPageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule>
responseListBackupSchedulesResponse
Returns
TypeDescription
DatabaseAdminClient.ListBackupSchedulesPage
Overrides

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

publicApiFuture<DatabaseAdminClient.ListBackupSchedulesPage>createPageAsync(PageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule>context,ApiFuture<ListBackupSchedulesResponse>futureResponse)
Parameters
NameDescription
contextPageContext<ListBackupSchedulesRequest,ListBackupSchedulesResponse,BackupSchedule>
futureResponseApiFuture<ListBackupSchedulesResponse>
Returns
TypeDescription
ApiFuture<ListBackupSchedulesPage>
Overrides