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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The name of the named route configurations.com.google.protobuf.ByteStringgetNameBytes()The name of the named route configurations.RouteConfigurationgetRouteConfig(int index)The route table of the dubbo connection manager.intgetRouteConfigCount()The route table of the dubbo connection manager.List<RouteConfiguration>getRouteConfigList()The route table of the dubbo connection manager.RouteConfigurationOrBuildergetRouteConfigOrBuilder(int index)The route table of the dubbo connection manager.List<? extends RouteConfigurationOrBuilder>getRouteConfigOrBuilderList()The route table of the dubbo connection manager.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-