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 FilterStateValuegetOnRequestHeaders(int index)A sequence of the filter state values to apply in the specified order when a new request is received.intgetOnRequestHeadersCount()A sequence of the filter state values to apply in the specified order when a new request is received.List<FilterStateValue>getOnRequestHeadersList()A sequence of the filter state values to apply in the specified order when a new request is received.FilterStateValueOrBuildergetOnRequestHeadersOrBuilder(int index)A sequence of the filter state values to apply in the specified order when a new request is received.List<? extends FilterStateValueOrBuilder>getOnRequestHeadersOrBuilderList()A sequence of the filter state values to apply in the specified order when a new request is received.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOnRequestHeadersList
List<FilterStateValue> getOnRequestHeadersList()
A sequence of the filter state values to apply in the specified order when a new request is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_request_headers = 1;
-
getOnRequestHeaders
FilterStateValue getOnRequestHeaders(int index)
A sequence of the filter state values to apply in the specified order when a new request is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_request_headers = 1;
-
getOnRequestHeadersCount
int getOnRequestHeadersCount()
A sequence of the filter state values to apply in the specified order when a new request is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_request_headers = 1;
-
getOnRequestHeadersOrBuilderList
List<? extends FilterStateValueOrBuilder> getOnRequestHeadersOrBuilderList()
A sequence of the filter state values to apply in the specified order when a new request is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_request_headers = 1;
-
getOnRequestHeadersOrBuilder
FilterStateValueOrBuilder getOnRequestHeadersOrBuilder(int index)
A sequence of the filter state values to apply in the specified order when a new request is received.
repeated .envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue on_request_headers = 1;
-
-