Package com.google.api.gax.rpc
Interface RequestParamsEncoder<RequestT>
- Type Parameters:
RequestT- request message type
- All Known Implementing Classes:
RequestUrlParamsEncoder
@InternalApi("For use by transport-specific implementations")
public interface RequestParamsEncoder<RequestT>
A request params encoder takes a
request object and encodes some (or all) of its
parameters in a string form following specific parameter extraction and string encoding rules,
defined by concrete implementations of this interface.-
Method Summary
-
Method Details
-
encode
Encodesrequestmessage in a string.- Parameters:
request- request message
-