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
Subclasses with type arguments of type RouteList.Builder in io.envoyproxy.envoy.config.route.v3Modifier and TypeClassDescriptionstatic final classThis can be used in route matcher :ref:`VirtualHost.matcher <envoy_v3_api_field_config.route.v3.VirtualHost.matcher>`.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.BuilderRouteList.newBuilder()static RouteList.BuilderRouteList.newBuilder(RouteList prototype) RouteList.newBuilderForType()protected RouteList.BuilderRouteList.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()