@BetaApi public class RequestParamsBuilder extends Object
RequestParamsExtractor.| Modifier and Type | Method and Description |
|---|---|
void |
add(String fieldValue,
String headerKey,
com.google.api.pathtemplate.PathTemplate pathTemplate)
Add an entry to paramsBuilder by match-and-extract field values from requests based on
pre-configured path templates.
|
Map<String,String> |
build() |
static RequestParamsBuilder |
create() |
public static RequestParamsBuilder create()
public void add(String fieldValue, String headerKey, com.google.api.pathtemplate.PathTemplate pathTemplate)
fieldValue - the field value from a requestheaderKey - the header key for the routing header parampathTemplate - PathTemplate the path template used for match-and-extract