Interface TcpProxy.DeprecatedV1OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TcpProxy.DeprecatedV1,TcpProxy.DeprecatedV1.Builder
- Enclosing class:
- TcpProxy
@Deprecated public static interface TcpProxy.DeprecatedV1OrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TcpProxy.DeprecatedV1.TCPRoutegetRoutes(int index)Deprecated.The route table for the filter.intgetRoutesCount()Deprecated.The route table for the filter.List<TcpProxy.DeprecatedV1.TCPRoute>getRoutesList()Deprecated.The route table for the filter.TcpProxy.DeprecatedV1.TCPRouteOrBuildergetRoutesOrBuilder(int index)Deprecated.The route table for the filter.List<? extends TcpProxy.DeprecatedV1.TCPRouteOrBuilder>getRoutesOrBuilderList()Deprecated.The route table for the filter.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRoutesList
List<TcpProxy.DeprecatedV1.TCPRoute> getRoutesList()
Deprecated.The route table for the filter. All filter instances must have a route table, even if it is empty.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.DeprecatedV1.TCPRoute routes = 1 [(.validate.rules) = { ... }
-
getRoutes
TcpProxy.DeprecatedV1.TCPRoute getRoutes(int index)
Deprecated.The route table for the filter. All filter instances must have a route table, even if it is empty.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.DeprecatedV1.TCPRoute routes = 1 [(.validate.rules) = { ... }
-
getRoutesCount
int getRoutesCount()
Deprecated.The route table for the filter. All filter instances must have a route table, even if it is empty.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.DeprecatedV1.TCPRoute routes = 1 [(.validate.rules) = { ... }
-
getRoutesOrBuilderList
List<? extends TcpProxy.DeprecatedV1.TCPRouteOrBuilder> getRoutesOrBuilderList()
Deprecated.The route table for the filter. All filter instances must have a route table, even if it is empty.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.DeprecatedV1.TCPRoute routes = 1 [(.validate.rules) = { ... }
-
getRoutesOrBuilder
TcpProxy.DeprecatedV1.TCPRouteOrBuilder getRoutesOrBuilder(int index)
Deprecated.The route table for the filter. All filter instances must have a route table, even if it is empty.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.DeprecatedV1.TCPRoute routes = 1 [(.validate.rules) = { ... }
-
-