public static enum DescriptorProtos.FieldDescriptorProto.Label extends java.lang.Enum<DescriptorProtos.FieldDescriptorProto.Label> implements com.google.protobuf.ProtocolMessageEnum
google.protobuf.FieldDescriptorProto.Label
Enum Constant and Description |
---|
LABEL_OPTIONAL
LABEL_OPTIONAL = 1; |
LABEL_REPEATED
LABEL_REPEATED = 3; |
LABEL_REQUIRED
LABEL_REQUIRED = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
LABEL_OPTIONAL_VALUE
LABEL_OPTIONAL = 1; |
static int |
LABEL_REPEATED_VALUE
LABEL_REPEATED = 3; |
static int |
LABEL_REQUIRED_VALUE
LABEL_REQUIRED = 2; |
Modifier and Type | Method and Description |
---|---|
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<DescriptorProtos.FieldDescriptorProto.Label> |
internalGetValueMap() |
static DescriptorProtos.FieldDescriptorProto.Label |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DescriptorProtos.FieldDescriptorProto.Label |
valueOf(int value) |
static DescriptorProtos.FieldDescriptorProto.Label |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorProtos.FieldDescriptorProto.Label[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorProtos.FieldDescriptorProto.Label LABEL_OPTIONAL
LABEL_OPTIONAL = 1;
0 is reserved for errors
public static final DescriptorProtos.FieldDescriptorProto.Label LABEL_REQUIRED
LABEL_REQUIRED = 2;
public static final DescriptorProtos.FieldDescriptorProto.Label LABEL_REPEATED
LABEL_REPEATED = 3;
TODO(sanjay): Should we add LABEL_MAP?
public static final int LABEL_OPTIONAL_VALUE
LABEL_OPTIONAL = 1;
0 is reserved for errors
public static final int LABEL_REQUIRED_VALUE
LABEL_REQUIRED = 2;
public static final int LABEL_REPEATED_VALUE
LABEL_REPEATED = 3;
TODO(sanjay): Should we add LABEL_MAP?
public static DescriptorProtos.FieldDescriptorProto.Label[] values()
for (DescriptorProtos.FieldDescriptorProto.Label c : DescriptorProtos.FieldDescriptorProto.Label.values()) System.out.println(c);
public static DescriptorProtos.FieldDescriptorProto.Label valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static DescriptorProtos.FieldDescriptorProto.Label valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DescriptorProtos.FieldDescriptorProto.Label> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DescriptorProtos.FieldDescriptorProto.Label valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)