Uses of Class
io.envoyproxy.envoy.config.core.v3.HeaderValueOption.HeaderAppendAction
-
Packages that use HeaderValueOption.HeaderAppendAction Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of HeaderValueOption.HeaderAppendAction in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HeaderValueOption.HeaderAppendAction Modifier and Type Field Description private static HeaderValueOption.HeaderAppendAction[]
HeaderValueOption.HeaderAppendAction. VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HeaderValueOption.HeaderAppendAction Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<HeaderValueOption.HeaderAppendAction>
HeaderValueOption.HeaderAppendAction. internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return HeaderValueOption.HeaderAppendAction Modifier and Type Method Description static HeaderValueOption.HeaderAppendAction
HeaderValueOption.HeaderAppendAction. forNumber(int value)
HeaderValueOption.HeaderAppendAction
HeaderValueOption.Builder. getAppendAction()
Describes the action taken to append/overwrite the given value for an existing header or to only add this header if it's absent.HeaderValueOption.HeaderAppendAction
HeaderValueOption. getAppendAction()
Describes the action taken to append/overwrite the given value for an existing header or to only add this header if it's absent.HeaderValueOption.HeaderAppendAction
HeaderValueOptionOrBuilder. getAppendAction()
Describes the action taken to append/overwrite the given value for an existing header or to only add this header if it's absent.static HeaderValueOption.HeaderAppendAction
HeaderValueOption.HeaderAppendAction. valueOf(int value)
Deprecated.static HeaderValueOption.HeaderAppendAction
HeaderValueOption.HeaderAppendAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HeaderValueOption.HeaderAppendAction
HeaderValueOption.HeaderAppendAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HeaderValueOption.HeaderAppendAction[]
HeaderValueOption.HeaderAppendAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HeaderValueOption.HeaderAppendAction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HeaderValueOption.HeaderAppendAction>
HeaderValueOption.HeaderAppendAction. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HeaderValueOption.HeaderAppendAction Modifier and Type Method Description HeaderValueOption.Builder
HeaderValueOption.Builder. setAppendAction(HeaderValueOption.HeaderAppendAction value)
Describes the action taken to append/overwrite the given value for an existing header or to only add this header if it's absent.
-