public enum Syntax extends java.lang.Enum< Syntax > implements ProtocolMessageEnum
The syntax in which a protocol buffer element is defined.Protobuf enum
google.protobuf.Syntax
| Enum Constant and Description |
|---|
SYNTAX_PROTO2
Syntax `proto2`.
|
SYNTAX_PROTO3
Syntax `proto3`.
|
UNRECOGNIZED
|
| Modifier and Type | Field and Description |
|---|---|
static int
|
SYNTAX_PROTO2_VALUE
Syntax `proto2`.
|
static int
|
SYNTAX_PROTO3_VALUE
Syntax `proto3`.
|
| Modifier and Type | Method and Description |
|---|---|
static Syntax
|
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 com.google.protobuf.Internal.EnumLiteMap< Syntax
>
|
internalGetValueMap
()
|
static Syntax
|
valueOf
( Descriptors.EnumValueDescriptor
desc)
|
static Syntax
|
valueOf
(int value)
Deprecated.
Use
forNumber(int)
instead.
|
static Syntax
|
valueOf
(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Syntax
[]
|
values
()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Syntax SYNTAX_PROTO2
Syntax `proto2`.
SYNTAX_PROTO2 = 0;
public static final Syntax SYNTAX_PROTO3
Syntax `proto3`.
SYNTAX_PROTO3 = 1;
public static final Syntax UNRECOGNIZED
public static final int SYNTAX_PROTO2_VALUE
Syntax `proto2`.
SYNTAX_PROTO2 = 0;
public static final int SYNTAX_PROTO3_VALUE
Syntax `proto3`.
SYNTAX_PROTO3 = 1;
public static Syntax [] values()
for (Syntax c : Syntax.values()) System.out.println(c);
public static Syntax 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()
ProtocolMessageEnum
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static Syntax valueOf(int value)
forNumber(int)
instead.
value
- The numeric wire value of the corresponding enum entry.public static Syntax forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap< Syntax > 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 Syntax valueOf( Descriptors.EnumValueDescriptor desc)