Class DatabaseAdminClient.ListBackupsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListBackupsRequest,ListBackupsResponse,Backup,DatabaseAdminClient.ListBackupsPage>
com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient.ListBackupsPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Backup>,com.google.api.gax.paging.Page<Backup>
- Enclosing class:
- DatabaseAdminClient
public static class DatabaseAdminClient.ListBackupsPage
extends com.google.api.gax.paging.AbstractPage<ListBackupsRequest,ListBackupsResponse,Backup,DatabaseAdminClient.ListBackupsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected DatabaseAdminClient.ListBackupsPagecreatePage(com.google.api.gax.rpc.PageContext<ListBackupsRequest, ListBackupsResponse, Backup> context, ListBackupsResponse response) com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupsRequest, ListBackupsResponse, Backup> context, com.google.api.core.ApiFuture<ListBackupsResponse> 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.ListBackupsPage createPage(com.google.api.gax.rpc.PageContext<ListBackupsRequest, ListBackupsResponse, Backup> context, ListBackupsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListBackupsRequest,ListBackupsResponse, Backup, DatabaseAdminClient.ListBackupsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DatabaseAdminClient.ListBackupsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupsRequest, ListBackupsResponse, Backup> context, com.google.api.core.ApiFuture<ListBackupsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListBackupsRequest,ListBackupsResponse, Backup, DatabaseAdminClient.ListBackupsPage>
-