Interface MultipleRouteConfigurationOrBuilder

    • Method Detail

      • 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;