Class DatabaseAdminClient.ListBackupsPage (6.66.0)

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
Name Description
context PageContext<ListBackupsRequest,ListBackupsResponse,Backup>
response ListBackupsResponse
Returns
Type Description
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
Name Description
context PageContext<ListBackupsRequest,ListBackupsResponse,Backup>
futureResponse ApiFuture<ListBackupsResponse>
Returns
Type Description
ApiFuture<ListBackupsPage>
Overrides