Class OperationsClient.ListOperationsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListOperationsRequest,ListOperationsResponse,Operation,OperationsClient.ListOperationsPage>
com.google.api.gax.httpjson.longrunning.OperationsClient.ListOperationsPage
- Enclosing class:
- OperationsClient
public static class OperationsClient.ListOperationsPage
extends AbstractPage<ListOperationsRequest,ListOperationsResponse,Operation,OperationsClient.ListOperationsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected OperationsClient.ListOperationsPagecreatePage(PageContext<ListOperationsRequest, ListOperationsResponse, Operation> context, ListOperationsResponse response) createPageAsync(PageContext<ListOperationsRequest, ListOperationsResponse, Operation> context, ApiFuture<ListOperationsResponse> 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 OperationsClient.ListOperationsPage createPage(PageContext<ListOperationsRequest, ListOperationsResponse, Operation> context, ListOperationsResponse response) - Specified by:
createPagein classAbstractPage<ListOperationsRequest,ListOperationsResponse, Operation, OperationsClient.ListOperationsPage>
-
createPageAsync
public ApiFuture<OperationsClient.ListOperationsPage> createPageAsync(PageContext<ListOperationsRequest, ListOperationsResponse, Operation> context, ApiFuture<ListOperationsResponse> futureResponse)
-