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(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. -
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<ListOperationsRequest,OperationsClient.ListOperationsPagedResponse>HttpJsonOperationsStub. listOperationsPagedCallable()UnaryCallable<ListOperationsRequest,OperationsClient.ListOperationsPagedResponse>OperationsStub. listOperationsPagedCallable()PagedCallSettings.Builder<ListOperationsRequest,ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>OperationsStubSettings.Builder. listOperationsSettings()Returns the builder for the settings used for calls to listOperations.PagedCallSettings<ListOperationsRequest,ListOperationsResponse,OperationsClient.ListOperationsPagedResponse>OperationsStubSettings. listOperationsSettings()Returns the object with the settings used for calls to listOperations.
-