Uses of Interface
com.google.api.gax.httpjson.HttpRequestFormatter
-
Packages that use HttpRequestFormatter Package Description com.google.api.gax.httpjson -
-
Uses of HttpRequestFormatter in com.google.api.gax.httpjson
Classes in com.google.api.gax.httpjson that implement HttpRequestFormatter Modifier and Type Class Description classProtoMessageRequestFormatter<RequestT extends com.google.protobuf.Message>Creates parts of a HTTP request from a protobuf message.Methods in com.google.api.gax.httpjson that return HttpRequestFormatter Modifier and Type Method Description abstract HttpRequestFormatter<RequestT>ApiMethodDescriptor.Builder. getRequestFormatter()abstract HttpRequestFormatter<RequestT>ApiMethodDescriptor. getRequestFormatter()Methods in com.google.api.gax.httpjson with parameters of type HttpRequestFormatter Modifier and Type Method Description abstract ApiMethodDescriptor.Builder<RequestT,ResponseT>ApiMethodDescriptor.Builder. setRequestFormatter(HttpRequestFormatter<RequestT> requestFormatter)
-