Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteList.Builder
Packages that use RouteList.Builder
-
Uses of RouteList.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteList.BuilderModifier and TypeMethodDescriptionRouteList.Builder.addAllRoutes
(Iterable<? extends Route> values) The list of routes that will be matched and run, in order.The list of routes that will be matched and run, in order.RouteList.Builder.addRoutes
(int index, Route.Builder builderForValue) The list of routes that will be matched and run, in order.The list of routes that will be matched and run, in order.RouteList.Builder.addRoutes
(Route.Builder builderForValue) The list of routes that will be matched and run, in order.RouteList.Builder.clear()
RouteList.Builder.clearRoutes()
The list of routes that will be matched and run, in order.RouteList.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteList.Builder.mergeFrom
(com.google.protobuf.Message other) static RouteList.Builder
RouteList.newBuilder()
static RouteList.Builder
RouteList.newBuilder
(RouteList prototype) RouteList.newBuilderForType()
protected RouteList.Builder
RouteList.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RouteList.Builder.removeRoutes
(int index) The list of routes that will be matched and run, in order.The list of routes that will be matched and run, in order.RouteList.Builder.setRoutes
(int index, Route.Builder builderForValue) The list of routes that will be matched and run, in order.RouteList.toBuilder()