public static enum DescriptorProtos.FeatureSet.FieldPresence extends Enum<DescriptorProtos.FeatureSet.FieldPresence> implements ProtocolMessageEnum
google.protobuf.FeatureSet.FieldPresence
Enum Constant and Description |
---|
EXPLICIT
EXPLICIT = 1; |
FIELD_PRESENCE_UNKNOWN
FIELD_PRESENCE_UNKNOWN = 0; |
IMPLICIT
IMPLICIT = 2; |
LEGACY_REQUIRED
LEGACY_REQUIRED = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
EXPLICIT_VALUE
EXPLICIT = 1; |
static int |
FIELD_PRESENCE_UNKNOWN_VALUE
FIELD_PRESENCE_UNKNOWN = 0; |
static int |
IMPLICIT_VALUE
IMPLICIT = 2; |
static int |
LEGACY_REQUIRED_VALUE
LEGACY_REQUIRED = 3; |
Modifier and Type | Method and Description |
---|---|
static DescriptorProtos.FeatureSet.FieldPresence |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType()
Return the enum type's descriptor, which contains information about each defined value, etc.
|
int |
getNumber()
Return the value's numeric value as defined in the .proto file.
|
Descriptors.EnumValueDescriptor |
getValueDescriptor()
Return the value's descriptor, which contains information such as value name, number, and type.
|
static Internal.EnumLiteMap<DescriptorProtos.FeatureSet.FieldPresence> |
internalGetValueMap() |
static DescriptorProtos.FeatureSet.FieldPresence |
valueOf(Descriptors.EnumValueDescriptor desc) |
static DescriptorProtos.FeatureSet.FieldPresence |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DescriptorProtos.FeatureSet.FieldPresence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorProtos.FeatureSet.FieldPresence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorProtos.FeatureSet.FieldPresence FIELD_PRESENCE_UNKNOWN
FIELD_PRESENCE_UNKNOWN = 0;
public static final DescriptorProtos.FeatureSet.FieldPresence EXPLICIT
EXPLICIT = 1;
public static final DescriptorProtos.FeatureSet.FieldPresence IMPLICIT
IMPLICIT = 2;
public static final DescriptorProtos.FeatureSet.FieldPresence LEGACY_REQUIRED
LEGACY_REQUIRED = 3;
public static final int FIELD_PRESENCE_UNKNOWN_VALUE
FIELD_PRESENCE_UNKNOWN = 0;
public static final int EXPLICIT_VALUE
EXPLICIT = 1;
public static final int IMPLICIT_VALUE
IMPLICIT = 2;
public static final int LEGACY_REQUIRED_VALUE
LEGACY_REQUIRED = 3;
public static DescriptorProtos.FeatureSet.FieldPresence[] values()
for (DescriptorProtos.FeatureSet.FieldPresence c : DescriptorProtos.FeatureSet.FieldPresence.values()) System.out.println(c);
public static DescriptorProtos.FeatureSet.FieldPresence 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()
ProtocolMessageEnum
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static DescriptorProtos.FeatureSet.FieldPresence valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static DescriptorProtos.FeatureSet.FieldPresence forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static Internal.EnumLiteMap<DescriptorProtos.FeatureSet.FieldPresence> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
ProtocolMessageEnum
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
ProtocolMessageEnum
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static DescriptorProtos.FeatureSet.FieldPresence valueOf(Descriptors.EnumValueDescriptor desc)
Copyright © 2008–2024. All rights reserved.