Class DatabaseAdminClient.ListBackupsPage

public static class DatabaseAdminClient.ListBackupsPage extends AbstractPage<ListBackupsRequest,ListBackupsResponse,Backup,DatabaseAdminClient.ListBackupsPage>

Inheritance

java.lang.Object > AbstractPage > DatabaseAdminClient.ListBackupsPage

Methods

createPage(PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, ListBackupsResponse response)

protected DatabaseAdminClient.ListBackupsPage createPage(PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, ListBackupsResponse response)
Parameters
NameDescription
contextPageContext<ListBackupsRequest,ListBackupsResponse,Backup>
responseListBackupsResponse
Returns
TypeDescription
DatabaseAdminClient.ListBackupsPage
Overrides

createPageAsync(PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, ApiFuture<ListBackupsResponse> futureResponse)

public ApiFuture<DatabaseAdminClient.ListBackupsPage> createPageAsync(PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, ApiFuture<ListBackupsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListBackupsRequest,ListBackupsResponse,Backup>
futureResponseApiFuture<ListBackupsResponse>
Returns
TypeDescription
ApiFuture<ListBackupsPage>
Overrides