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 TypeMethodDescriptiongetName()The name of the named route configurations.com.google.protobuf.ByteStringThe name of the named route configurations.getRouteConfig(int index) The route table of the dubbo connection manager.intThe route table of the dubbo connection manager.The route table of the dubbo connection manager.getRouteConfigOrBuilder(int index) The route table of the dubbo connection manager.List<? extends RouteConfigurationOrBuilder>The route table of the dubbo connection manager.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
The route table of the dubbo connection manager.
repeated .envoy.extensions.filters.network.dubbo_proxy.v3.RouteConfiguration route_config = 4;
-