Uses of Class
com.google.longrunning.OperationsClient.ListOperationsPagedResponse
-
Packages that use OperationsClient.ListOperationsPagedResponse Package Description com.google.longrunning A client to Google Long Running Operations API.com.google.longrunning.stub -
-
Uses of OperationsClient.ListOperationsPagedResponse in com.google.longrunning
Methods in com.google.longrunning that return OperationsClient.ListOperationsPagedResponse Modifier and Type Method Description OperationsClient.ListOperationsPagedResponse
OperationsClient. listOperations(com.google.longrunning.ListOperationsRequest request)
Lists operations that match the specified filter in the request.OperationsClient.ListOperationsPagedResponse
OperationsClient. listOperations(String name, String filter)
Lists operations that match the specified filter in the request.Methods in com.google.longrunning that return types with arguments of type OperationsClient.ListOperationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<OperationsClient.ListOperationsPagedResponse>
OperationsClient.ListOperationsPagedResponse. createAsync(PageContext<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,com.google.longrunning.Operation> context, com.google.api.core.ApiFuture<com.google.longrunning.ListOperationsResponse> futureResponse)
UnaryCallable<com.google.longrunning.ListOperationsRequest,OperationsClient.ListOperationsPagedResponse>
OperationsClient. listOperationsPagedCallable()
Lists operations that match the specified filter in the request.PagedCallSettings.Builder<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>
OperationsSettings.Builder. listOperationsSettings()
Returns the builder for the settings used for calls to listOperations.PagedCallSettings<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>
OperationsSettings. listOperationsSettings()
Returns the object with the settings used for calls to listOperations. -
Uses of OperationsClient.ListOperationsPagedResponse in com.google.longrunning.stub
Methods in com.google.longrunning.stub that return types with arguments of type OperationsClient.ListOperationsPagedResponse Modifier and Type Method Description UnaryCallable<com.google.longrunning.ListOperationsRequest,OperationsClient.ListOperationsPagedResponse>
GrpcOperationsStub. listOperationsPagedCallable()
UnaryCallable<com.google.longrunning.ListOperationsRequest,OperationsClient.ListOperationsPagedResponse>
OperationsStub. listOperationsPagedCallable()
PagedCallSettings.Builder<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>
OperationsStubSettings.Builder. listOperationsSettings()
Returns the builder for the settings used for calls to listOperations.PagedCallSettings<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>
OperationsStubSettings. listOperationsSettings()
Returns the object with the settings used for calls to listOperations.
-