Class RoutingHeaderRule
java.lang.Object
com.google.api.generator.gapic.model.RoutingHeaderRule
This model represents routing rules configured in rpc services. It will be used for generating
the logic to match-and-extract field values from request, the extracted values will be
concatenated to a request header that is used for routing purposes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoutingHeaderRule.Builderbuilder()abstract com.google.common.collect.ImmutableList<RoutingHeaderRule.RoutingHeaderParam>
-
Constructor Details
-
RoutingHeaderRule
public RoutingHeaderRule()
-
-
Method Details
-
routingHeaderParams
public abstract com.google.common.collect.ImmutableList<RoutingHeaderRule.RoutingHeaderParam> routingHeaderParams() -
builder
-