Package com.google.api.gax.httpjson
Class HttpJsonCallSettings<RequestT,ResponseT>
java.lang.Object
com.google.api.gax.httpjson.HttpJsonCallSettings<RequestT,ResponseT>
HTTP-specific settings for creating callables.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <RequestT,ResponseT>
HttpJsonCallSettings<RequestT,ResponseT> create(ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor) com.google.protobuf.TypeRegistrystatic <RequestT,ResponseT>
HttpJsonCallSettings.Builder<RequestT,ResponseT>
-
Method Details
-
getMethodDescriptor
-
getParamsExtractor
-
getRequestMutator
-
getTypeRegistry
public com.google.protobuf.TypeRegistry getTypeRegistry() -
newBuilder
-
create
public static <RequestT,ResponseT> HttpJsonCallSettings<RequestT,ResponseT> create(ApiMethodDescriptor<RequestT, ResponseT> methodDescriptor) -
toBuilder
-