Interface RouteListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RouteList, RouteList.Builder

    public interface RouteListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Route getRoutes​(int index)
      The list of routes that will be matched and run, in order.
      int getRoutesCount()
      The list of routes that will be matched and run, in order.
      java.util.List<Route> getRoutesList()
      The list of routes that will be matched and run, in order.
      RouteOrBuilder getRoutesOrBuilder​(int index)
      The list of routes that will be matched and run, in order.
      java.util.List<? extends RouteOrBuilder> getRoutesOrBuilderList()
      The list of routes that will be matched and run, in order.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRoutesList

        java.util.List<Route> getRoutesList()
         The list of routes that will be matched and run, in order. The first route that matches will be used.
         
        repeated .envoy.config.route.v3.Route routes = 1;
      • getRoutes

        Route getRoutes​(int index)
         The list of routes that will be matched and run, in order. The first route that matches will be used.
         
        repeated .envoy.config.route.v3.Route routes = 1;
      • getRoutesCount

        int getRoutesCount()
         The list of routes that will be matched and run, in order. The first route that matches will be used.
         
        repeated .envoy.config.route.v3.Route routes = 1;
      • getRoutesOrBuilderList

        java.util.List<? extends RouteOrBuilder> getRoutesOrBuilderList()
         The list of routes that will be matched and run, in order. The first route that matches will be used.
         
        repeated .envoy.config.route.v3.Route routes = 1;
      • getRoutesOrBuilder

        RouteOrBuilder getRoutesOrBuilder​(int index)
         The list of routes that will be matched and run, in order. The first route that matches will be used.
         
        repeated .envoy.config.route.v3.Route routes = 1;