Class DatabaseAdminClient.ListBackupOperationsPage (6.60.0)

public static class DatabaseAdminClient.ListBackupOperationsPage extends AbstractPage<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation,DatabaseAdminClient.ListBackupOperationsPage>

Inheritance

java.lang.Object > AbstractPage > DatabaseAdminClient.ListBackupOperationsPage

Methods

createPage(PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation> context, ListBackupOperationsResponse response)

protected DatabaseAdminClient.ListBackupOperationsPage createPage(PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation> context, ListBackupOperationsResponse response)
Parameters
NameDescription
contextPageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation>
responseListBackupOperationsResponse
Returns
TypeDescription
DatabaseAdminClient.ListBackupOperationsPage
Overrides

createPageAsync(PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation> context, ApiFuture<ListBackupOperationsResponse> futureResponse)

public ApiFuture<DatabaseAdminClient.ListBackupOperationsPage> createPageAsync(PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation> context, ApiFuture<ListBackupOperationsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation>
futureResponseApiFuture<ListBackupOperationsResponse>
Returns
TypeDescription
ApiFuture<ListBackupOperationsPage>
Overrides