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. VALUESFields 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. internalValueMapMethods in io.envoyproxy.envoy.config.core.v3 that return HeaderValueOption.HeaderAppendAction Modifier and Type Method Description static HeaderValueOption.HeaderAppendActionHeaderValueOption.HeaderAppendAction. forNumber(int value)HeaderValueOption.HeaderAppendActionHeaderValueOption.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.HeaderAppendActionHeaderValueOption. 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.HeaderAppendActionHeaderValueOptionOrBuilder. 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.HeaderAppendActionHeaderValueOption.HeaderAppendAction. valueOf(int value)Deprecated.static HeaderValueOption.HeaderAppendActionHeaderValueOption.HeaderAppendAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HeaderValueOption.HeaderAppendActionHeaderValueOption.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.BuilderHeaderValueOption.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.
-