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

    Modifier and Type
    Method
    Description
    getRoutes(int index)
    The list of routes that will be matched and run, in order.
    int
    The list of routes that will be matched and run, in order.
    The list of routes that will be matched and run, in order.
    getRoutesOrBuilder(int index)
    The list of routes that will be matched and run, in order.
    List<? extends RouteOrBuilder>
    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 Details

    • getRoutesList

      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

      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;