Class DatabaseAdminClient.ListBackupOperationsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation,DatabaseAdminClient.ListBackupOperationsPage>
com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupOperationsPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<com.google.longrunning.Operation>,com.google.api.gax.paging.Page<com.google.longrunning.Operation>
- Enclosing class:
- DatabaseAdminClient
public static class DatabaseAdminClient.ListBackupOperationsPage
extends com.google.api.gax.paging.AbstractPage<ListBackupOperationsRequest,ListBackupOperationsResponse,com.google.longrunning.Operation,DatabaseAdminClient.ListBackupOperationsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest, ListBackupOperationsResponse, com.google.longrunning.Operation> context, ListBackupOperationsResponse response) com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupOperationsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest, ListBackupOperationsResponse, com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListBackupOperationsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected DatabaseAdminClient.ListBackupOperationsPage createPage(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest, ListBackupOperationsResponse, com.google.longrunning.Operation> context, ListBackupOperationsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListBackupOperationsRequest,ListBackupOperationsResponse, com.google.longrunning.Operation, DatabaseAdminClient.ListBackupOperationsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupOperationsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupOperationsRequest, ListBackupOperationsResponse, com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListBackupOperationsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListBackupOperationsRequest,ListBackupOperationsResponse, com.google.longrunning.Operation, DatabaseAdminClient.ListBackupOperationsPage>
-