Uses of Class
com.google.api.gax.httpjson.ApiMethodDescriptor
Packages that use ApiMethodDescriptor
-
Uses of ApiMethodDescriptor in com.google.api.gax.httpjson
Methods in com.google.api.gax.httpjson that return ApiMethodDescriptorModifier and TypeMethodDescriptionabstract ApiMethodDescriptor<RequestT,ResponseT> ApiMethodDescriptor.Builder.build()HttpJsonCallSettings.getMethodDescriptor()Methods in com.google.api.gax.httpjson with parameters of type ApiMethodDescriptorModifier and TypeMethodDescriptionstatic <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) <ReqT,RespT>
HttpJsonClientCall<ReqT,RespT> HttpJsonLoggingInterceptor.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.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 ApiMethodDescriptorModifier and TypeMethodDescriptionHttpJsonOperationsStub.getAllMethodDescriptors()static List<ApiMethodDescriptor>HttpJsonOperationsStub.getMethodDescriptors()