Uses of Class
com.google.api.gax.httpjson.longrunning.OperationsClient.ListOperationsPagedResponse
-
Packages that use OperationsClient.ListOperationsPagedResponse Package Description com.google.api.gax.httpjson.longrunning com.google.api.gax.httpjson.longrunning.stub -
-
Uses of OperationsClient.ListOperationsPagedResponse in com.google.api.gax.httpjson.longrunning
Methods in com.google.api.gax.httpjson.longrunning that return OperationsClient.ListOperationsPagedResponse Modifier and Type Method Description OperationsClient.ListOperationsPagedResponseOperationsClient. listOperations(com.google.longrunning.ListOperationsRequest request)Lists operations that match the specified filter in the request.OperationsClient.ListOperationsPagedResponseOperationsClient. listOperations(String name, String filter)Lists operations that match the specified filter in the request.Methods in com.google.api.gax.httpjson.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.api.gax.httpjson.longrunning.stub
Methods in com.google.api.gax.httpjson.longrunning.stub that return types with arguments of type OperationsClient.ListOperationsPagedResponse Modifier and Type Method Description UnaryCallable<com.google.longrunning.ListOperationsRequest,OperationsClient.ListOperationsPagedResponse>HttpJsonOperationsStub. 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.
-