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 arequestobject 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringencode(RequestT request)Encodesrequestmessage in a string.
-