Interface MultipleRouteConfigurationOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The name of the named route configurations.
    com.google.protobuf.ByteString
    The name of the named route configurations.
    getRouteConfig(int index)
    The route table of the dubbo connection manager.
    int
    The route table of the dubbo connection manager.
    The route table of the dubbo connection manager.
    The route table of the dubbo connection manager.
    The route table of the dubbo connection manager.

    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

    • getName

      String getName()
       The name of the named route configurations. This name is used in asynchronous route discovery.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name of the named route configurations. This name is used in asynchronous route discovery.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getRouteConfigList

      List<RouteConfiguration> getRouteConfigList()
       The route table of the dubbo connection manager.
       
      repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;
    • getRouteConfig

      RouteConfiguration getRouteConfig(int index)
       The route table of the dubbo connection manager.
       
      repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;
    • getRouteConfigCount

      int getRouteConfigCount()
       The route table of the dubbo connection manager.
       
      repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;
    • getRouteConfigOrBuilderList

      List<? extends RouteConfigurationOrBuilder> getRouteConfigOrBuilderList()
       The route table of the dubbo connection manager.
       
      repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;
    • getRouteConfigOrBuilder

      RouteConfigurationOrBuilder getRouteConfigOrBuilder(int index)
       The route table of the dubbo connection manager.
       
      repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;