Uses of Class
com.google.longrunning.OperationsClient.ListOperationsPage
-
Packages that use OperationsClient.ListOperationsPage Package Description com.google.longrunning A client to Google Long Running Operations API. -
-
Uses of OperationsClient.ListOperationsPage in com.google.longrunning
Methods in com.google.longrunning that return OperationsClient.ListOperationsPage Modifier and Type Method Description protected OperationsClient.ListOperationsPage
OperationsClient.ListOperationsPage. createPage(PageContext<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,com.google.longrunning.Operation> context, com.google.longrunning.ListOperationsResponse response)
Methods in com.google.longrunning that return types with arguments of type OperationsClient.ListOperationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<OperationsClient.ListOperationsPage>
OperationsClient.ListOperationsPage. createPageAsync(PageContext<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<com.google.longrunning.ListOperationsResponse> futureResponse)
Method parameters in com.google.longrunning with type arguments of type OperationsClient.ListOperationsPage Modifier and Type Method Description protected OperationsClient.ListOperationsFixedSizeCollection
OperationsClient.ListOperationsFixedSizeCollection. createCollection(List<OperationsClient.ListOperationsPage> pages, int collectionSize)
-