Uses of Interface
io.envoyproxy.envoy.config.route.v3.DecoratorOrBuilder
-
Packages that use DecoratorOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of DecoratorOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement DecoratorOrBuilder Modifier and Type Class Description class
Decorator
Protobuf typeenvoy.config.route.v3.Decorator
static class
Decorator.Builder
Protobuf typeenvoy.config.route.v3.Decorator
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type DecoratorOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Decorator,Decorator.Builder,DecoratorOrBuilder>
Route.Builder. decoratorBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return DecoratorOrBuilder Modifier and Type Method Description DecoratorOrBuilder
Route.Builder. getDecoratorOrBuilder()
Decorator for the matched route.DecoratorOrBuilder
Route. getDecoratorOrBuilder()
Decorator for the matched route.DecoratorOrBuilder
RouteOrBuilder. getDecoratorOrBuilder()
Decorator for the matched route.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type DecoratorOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Decorator,Decorator.Builder,DecoratorOrBuilder>
Route.Builder. getDecoratorFieldBuilder()
Decorator for the matched route.
-