Uses of Enum
io.envoyproxy.envoy.config.core.v3.KeyValueAppend.KeyValueAppendAction
Packages that use KeyValueAppend.KeyValueAppendAction
-
Uses of KeyValueAppend.KeyValueAppendAction in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as KeyValueAppend.KeyValueAppendActionModifier and TypeFieldDescriptionprivate static final KeyValueAppend.KeyValueAppendAction[]
KeyValueAppend.KeyValueAppendAction.VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeyValueAppend.KeyValueAppendActionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<KeyValueAppend.KeyValueAppendAction> KeyValueAppend.KeyValueAppendAction.internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueAppend.KeyValueAppendActionModifier and TypeMethodDescriptionKeyValueAppend.KeyValueAppendAction.forNumber
(int value) KeyValueAppend.Builder.getAction()
Describes the action taken to append/overwrite the given value for an existing key or to only add this key if it's absent.KeyValueAppend.getAction()
Describes the action taken to append/overwrite the given value for an existing key or to only add this key if it's absent.KeyValueAppendOrBuilder.getAction()
Describes the action taken to append/overwrite the given value for an existing key or to only add this key if it's absent.KeyValueAppend.KeyValueAppendAction.valueOf
(int value) Deprecated.KeyValueAppend.KeyValueAppendAction.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 KeyValueAppend.KeyValueAppendAction[]
KeyValueAppend.KeyValueAppendAction.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 KeyValueAppend.KeyValueAppendActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<KeyValueAppend.KeyValueAppendAction> KeyValueAppend.KeyValueAppendAction.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValueAppend.KeyValueAppendActionModifier and TypeMethodDescriptionKeyValueAppend.Builder.setAction
(KeyValueAppend.KeyValueAppendAction value) Describes the action taken to append/overwrite the given value for an existing key or to only add this key if it's absent.