public static enum Config.ValueType extends Enum<Config.ValueType> implements com.google.protobuf.ProtocolMessageEnum
envoy.extensions.filters.http.header_to_metadata.v3.Config.ValueType| Enum Constant and Description |
|---|
NUMBER
NUMBER = 1; |
PROTOBUF_VALUE
The value is a serialized `protobuf.Value
<https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/struct.proto#L62>`_.
|
STRING
STRING = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NUMBER_VALUE
NUMBER = 1; |
static int |
PROTOBUF_VALUE_VALUE
The value is a serialized `protobuf.Value
<https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/struct.proto#L62>`_.
|
static int |
STRING_VALUE
STRING = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Config.ValueType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Config.ValueType> |
internalGetValueMap() |
static Config.ValueType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Config.ValueType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Config.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.ValueType STRING
STRING = 0;public static final Config.ValueType NUMBER
NUMBER = 1;public static final Config.ValueType PROTOBUF_VALUE
The value is a serialized `protobuf.Value <https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/struct.proto#L62>`_.
PROTOBUF_VALUE = 2;public static final Config.ValueType UNRECOGNIZED
public static final int STRING_VALUE
STRING = 0;public static final int NUMBER_VALUE
NUMBER = 1;public static final int PROTOBUF_VALUE_VALUE
The value is a serialized `protobuf.Value <https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/struct.proto#L62>`_.
PROTOBUF_VALUE = 2;public static Config.ValueType[] values()
for (Config.ValueType c : Config.ValueType.values()) System.out.println(c);
public static Config.ValueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Config.ValueType valueOf(int value)
forNumber(int) instead.public static Config.ValueType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Config.ValueType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Config.ValueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2021 The Envoy Project. All rights reserved.