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
Modifier and TypeMethodDescriptiongetRoutes(int index) Deprecated.The route table for the filter.intDeprecated.The route table for the filter.Deprecated.The route table for the filter.getRoutesOrBuilder(int index) Deprecated.The route table for the filter.List<? extends TcpProxy.DeprecatedV1.TCPRouteOrBuilder>Deprecated.The route table for the filter.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
-
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
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
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) = { ... }
-