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