@BetaApi
public interface HttpRequestFormatter<MessageFormatT>
| Modifier and Type | Method and Description |
|---|---|
String |
getPath(MessageFormatT apiMessage) |
com.google.api.pathtemplate.PathTemplate |
getPathTemplate()
Path template for endpoint URL path.
|
Map<String,List<String>> |
getQueryParamNames(MessageFormatT apiMessage)
Return a map where each entry is the name of a query param mapped to the values of the param.
|
String |
getRequestBody(MessageFormatT apiMessage)
Return the serialized inner request body of the given message.
|
Map<String,List<String>> getQueryParamNames(MessageFormatT apiMessage)
String getRequestBody(MessageFormatT apiMessage)
String getPath(MessageFormatT apiMessage)
com.google.api.pathtemplate.PathTemplate getPathTemplate()