Uses of Class
com.google.api.gax.httpjson.ApiMethodDescriptor
-
Packages that use ApiMethodDescriptor Package Description com.google.api.gax.httpjson com.google.api.gax.httpjson.longrunning.stub -
-
Uses of ApiMethodDescriptor in com.google.api.gax.httpjson
Methods in com.google.api.gax.httpjson that return ApiMethodDescriptor Modifier and Type Method Description abstract ApiMethodDescriptor<RequestT,ResponseT>ApiMethodDescriptor.Builder. build()ApiMethodDescriptor<RequestT,ResponseT>HttpJsonCallSettings. getMethodDescriptor()Methods in com.google.api.gax.httpjson with parameters of type ApiMethodDescriptor Modifier and Type Method Description static <RequestT,ResponseT>
HttpJsonCallSettings<RequestT,ResponseT>HttpJsonCallSettings. create(ApiMethodDescriptor<RequestT,ResponseT> methodDescriptor)<ReqT,RespT>
HttpJsonClientCall<ReqT,RespT>HttpJsonClientInterceptor. interceptCall(ApiMethodDescriptor<ReqT,RespT> method, HttpJsonCallOptions callOptions, HttpJsonChannel next)<RequestT,ResponseT>
HttpJsonClientCall<RequestT,ResponseT>HttpJsonChannel. newCall(ApiMethodDescriptor<RequestT,ResponseT> methodDescriptor, HttpJsonCallOptions callOptions)<RequestT,ResponseT>
HttpJsonClientCall<RequestT,ResponseT>ManagedHttpJsonChannel. newCall(ApiMethodDescriptor<RequestT,ResponseT> methodDescriptor, HttpJsonCallOptions callOptions)HttpJsonCallSettings.Builder<RequestT,ResponseT>HttpJsonCallSettings.Builder. setMethodDescriptor(ApiMethodDescriptor<RequestT,ResponseT> methodDescriptor) -
Uses of ApiMethodDescriptor in com.google.api.gax.httpjson.longrunning.stub
Methods in com.google.api.gax.httpjson.longrunning.stub that return types with arguments of type ApiMethodDescriptor Modifier and Type Method Description static List<ApiMethodDescriptor>HttpJsonOperationsStub. getMethodDescriptors()
-