Uses of Interface
com.google.api.gax.httpjson.HttpResponseParser
-
Packages that use HttpResponseParser Package Description com.google.api.gax.httpjson -
-
Uses of HttpResponseParser in com.google.api.gax.httpjson
Classes in com.google.api.gax.httpjson that implement HttpResponseParser Modifier and Type Class Description classProtoMessageResponseParser<ResponseT extends com.google.protobuf.Message>The implementation ofHttpResponseParserwhich works with protobuf messages.Methods in com.google.api.gax.httpjson that return HttpResponseParser Modifier and Type Method Description abstract HttpResponseParser<ResponseT>ApiMethodDescriptor. getResponseParser()Methods in com.google.api.gax.httpjson with parameters of type HttpResponseParser Modifier and Type Method Description abstract ApiMethodDescriptor.Builder<RequestT,ResponseT>ApiMethodDescriptor.Builder. setResponseParser(HttpResponseParser<ResponseT> responseParser)
-