Uses of Interface
io.envoyproxy.envoy.config.route.v3.RouteOrBuilder
-
Packages that use RouteOrBuilder Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RouteOrBuilder in io.envoyproxy.envoy.config.route.v3
Classes in io.envoyproxy.envoy.config.route.v3 that implement RouteOrBuilder Modifier and Type Class Description classRouteA route is both a specification of how to match a request as well as an indication of what to do next (e.g., redirect, forward, rewrite, etc.).static classRoute.BuilderA route is both a specification of how to match a request as well as an indication of what to do next (e.g., redirect, forward, rewrite, etc.).Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Route,Route.Builder,RouteOrBuilder>RouteList.Builder. routesBuilder_private com.google.protobuf.RepeatedFieldBuilder<Route,Route.Builder,RouteOrBuilder>VirtualHost.Builder. routesBuilder_Methods in io.envoyproxy.envoy.config.route.v3 that return RouteOrBuilder Modifier and Type Method Description RouteOrBuilderRouteList.Builder. getRoutesOrBuilder(int index)The list of routes that will be matched and run, in order.RouteOrBuilderRouteList. getRoutesOrBuilder(int index)The list of routes that will be matched and run, in order.RouteOrBuilderRouteListOrBuilder. getRoutesOrBuilder(int index)The list of routes that will be matched and run, in order.RouteOrBuilderVirtualHost.Builder. getRoutesOrBuilder(int index)The list of routes that will be matched, in order, for incoming requests.RouteOrBuilderVirtualHost. getRoutesOrBuilder(int index)The list of routes that will be matched, in order, for incoming requests.RouteOrBuilderVirtualHostOrBuilder. getRoutesOrBuilder(int index)The list of routes that will be matched, in order, for incoming requests.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Route,Route.Builder,RouteOrBuilder>RouteList.Builder. getRoutesFieldBuilder()private com.google.protobuf.RepeatedFieldBuilder<Route,Route.Builder,RouteOrBuilder>VirtualHost.Builder. getRoutesFieldBuilder()java.util.List<? extends RouteOrBuilder>RouteList.Builder. getRoutesOrBuilderList()The list of routes that will be matched and run, in order.java.util.List<? extends RouteOrBuilder>RouteList. getRoutesOrBuilderList()The list of routes that will be matched and run, in order.java.util.List<? extends RouteOrBuilder>RouteListOrBuilder. getRoutesOrBuilderList()The list of routes that will be matched and run, in order.java.util.List<? extends RouteOrBuilder>VirtualHost.Builder. getRoutesOrBuilderList()The list of routes that will be matched, in order, for incoming requests.java.util.List<? extends RouteOrBuilder>VirtualHost. getRoutesOrBuilderList()The list of routes that will be matched, in order, for incoming requests.java.util.List<? extends RouteOrBuilder>VirtualHostOrBuilder. getRoutesOrBuilderList()The list of routes that will be matched, in order, for incoming requests.
-