Uses of Interface
com.google.api.gax.httpjson.HttpJsonStubCallableFactory
-
Packages that use HttpJsonStubCallableFactory Package Description com.google.api.gax.httpjson.longrunning.stub -
-
Uses of HttpJsonStubCallableFactory in com.google.api.gax.httpjson.longrunning.stub
Classes in com.google.api.gax.httpjson.longrunning.stub that implement HttpJsonStubCallableFactory Modifier and Type Class Description classHttpJsonOperationsCallableFactoryREST callable factory implementation for the Operations service API.Methods in com.google.api.gax.httpjson.longrunning.stub with parameters of type HttpJsonStubCallableFactory Modifier and Type Method Description static HttpJsonOperationsStubHttpJsonOperationsStub. create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)static HttpJsonOperationsStubHttpJsonOperationsStub. create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory, com.google.protobuf.TypeRegistry typeRegistry)Constructors in com.google.api.gax.httpjson.longrunning.stub with parameters of type HttpJsonStubCallableFactory Constructor Description HttpJsonOperationsStub(OperationsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory, com.google.protobuf.TypeRegistry typeRegistry)Constructs an instance of HttpJsonOperationsStub, using the given settings.
-