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 class
Route
A 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 class
Route.Builder
A 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 RouteOrBuilder
RouteList.Builder. getRoutesOrBuilder(int index)
The list of routes that will be matched and run, in order.RouteOrBuilder
RouteList. getRoutesOrBuilder(int index)
The list of routes that will be matched and run, in order.RouteOrBuilder
RouteListOrBuilder. getRoutesOrBuilder(int index)
The list of routes that will be matched and run, in order.RouteOrBuilder
VirtualHost.Builder. getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, for incoming requests.RouteOrBuilder
VirtualHost. getRoutesOrBuilder(int index)
The list of routes that will be matched, in order, for incoming requests.RouteOrBuilder
VirtualHostOrBuilder. 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.
-