Class DatabaseAdminClient.ListBackupOperationsPage (6.66.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
Name Description
context PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation>
response ListBackupOperationsResponse
Returns
Type Description
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
Name Description
context PageContext<ListBackupOperationsRequest,ListBackupOperationsResponse,Operation>
futureResponse ApiFuture<ListBackupOperationsResponse>
Returns
Type Description
ApiFuture<ListBackupOperationsPage>
Overrides