Class DatabaseAdminClient.ListDatabaseOperationsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse,com.google.longrunning.Operation,DatabaseAdminClient.ListDatabaseOperationsPage>
com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListDatabaseOperationsPage
- 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.ListDatabaseOperationsPage
extends com.google.api.gax.paging.AbstractPage<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse,com.google.longrunning.Operation,DatabaseAdminClient.ListDatabaseOperationsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(com.google.api.gax.rpc.PageContext<ListDatabaseOperationsRequest, ListDatabaseOperationsResponse, com.google.longrunning.Operation> context, ListDatabaseOperationsResponse response) com.google.api.core.ApiFuture<DatabaseAdminClient.ListDatabaseOperationsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListDatabaseOperationsRequest, ListDatabaseOperationsResponse, com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListDatabaseOperationsResponse> 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.ListDatabaseOperationsPage createPage(com.google.api.gax.rpc.PageContext<ListDatabaseOperationsRequest, ListDatabaseOperationsResponse, com.google.longrunning.Operation> context, ListDatabaseOperationsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse, com.google.longrunning.Operation, DatabaseAdminClient.ListDatabaseOperationsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DatabaseAdminClient.ListDatabaseOperationsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListDatabaseOperationsRequest, ListDatabaseOperationsResponse, com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<ListDatabaseOperationsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse, com.google.longrunning.Operation, DatabaseAdminClient.ListDatabaseOperationsPage>
-