Uses of Enum
io.envoyproxy.envoy.config.core.v3.HeaderValueOption.HeaderAppendAction
Packages that use HeaderValueOption.HeaderAppendAction
-
Uses of HeaderValueOption.HeaderAppendAction in io.envoyproxy.envoy.config.core.v3
Subclasses with type arguments of type HeaderValueOption.HeaderAppendAction in io.envoyproxy.envoy.config.core.v3Modifier and TypeClassDescriptionstatic enumDescribes the supported actions types for header append action.Fields in io.envoyproxy.envoy.config.core.v3 declared as HeaderValueOption.HeaderAppendActionModifier and TypeFieldDescriptionprivate static final HeaderValueOption.HeaderAppendAction[]HeaderValueOption.HeaderAppendAction.VALUESFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HeaderValueOption.HeaderAppendActionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<HeaderValueOption.HeaderAppendAction> HeaderValueOption.HeaderAppendAction.internalValueMapMethods in io.envoyproxy.envoy.config.core.v3 that return HeaderValueOption.HeaderAppendActionModifier and TypeMethodDescriptionHeaderValueOption.HeaderAppendAction.forNumber(int value) 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.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.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.HeaderValueOption.HeaderAppendAction.valueOf(int value) Deprecated.HeaderValueOption.HeaderAppendAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified 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.HeaderAppendActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HeaderValueOption.HeaderAppendAction> HeaderValueOption.HeaderAppendAction.internalGetValueMap()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HeaderValueOption.HeaderAppendActionModifier and TypeMethodDescriptionHeaderValueOption.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.