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