Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValueAppend.KeyValueAppendAction
-
Packages that use KeyValueAppend.KeyValueAppendAction Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of KeyValueAppend.KeyValueAppendAction in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as KeyValueAppend.KeyValueAppendAction Modifier and Type Field Description private static KeyValueAppend.KeyValueAppendAction[]
KeyValueAppend.KeyValueAppendAction. VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeyValueAppend.KeyValueAppendAction Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<KeyValueAppend.KeyValueAppendAction>
KeyValueAppend.KeyValueAppendAction. internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueAppend.KeyValueAppendAction Modifier and Type Method Description static KeyValueAppend.KeyValueAppendAction
KeyValueAppend.KeyValueAppendAction. forNumber(int value)
KeyValueAppend.KeyValueAppendAction
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.KeyValueAppendAction
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.KeyValueAppend.KeyValueAppendAction
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.static KeyValueAppend.KeyValueAppendAction
KeyValueAppend.KeyValueAppendAction. valueOf(int value)
Deprecated.static KeyValueAppend.KeyValueAppendAction
KeyValueAppend.KeyValueAppendAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static KeyValueAppend.KeyValueAppendAction
KeyValueAppend.KeyValueAppendAction. valueOf(java.lang.String 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.KeyValueAppendAction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<KeyValueAppend.KeyValueAppendAction>
KeyValueAppend.KeyValueAppendAction. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValueAppend.KeyValueAppendAction Modifier and Type Method Description KeyValueAppend.Builder
KeyValueAppend.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.
-