Interface ConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config,Config.Builder
public interface ConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterStateValuegetOnNewConnection(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.intgetOnNewConnectionCount()A sequence of the filter state values to apply in the specified order when a new connection is received.List<FilterStateValue>getOnNewConnectionList()A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValueOrBuildergetOnNewConnectionOrBuilder(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.List<? extends FilterStateValueOrBuilder>getOnNewConnectionOrBuilderList()A sequence of the filter state values to apply in the specified order when a new connection is received.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOnNewConnectionList
List<FilterStateValue> getOnNewConnectionList()
A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
-
getOnNewConnection
FilterStateValue getOnNewConnection(int index)
A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
-
getOnNewConnectionCount
int getOnNewConnectionCount()
A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
-
getOnNewConnectionOrBuilderList
List<? extends FilterStateValueOrBuilder> getOnNewConnectionOrBuilderList()
A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
-
getOnNewConnectionOrBuilder
FilterStateValueOrBuilder getOnNewConnectionOrBuilder(int index)
A sequence of the filter state values to apply in the specified order when a new connection is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_new_connection = 1;
-
-