public static enum PluginProtos.CodeGeneratorResponse.Feature extends java.lang.Enum<PluginProtos.CodeGeneratorResponse.Feature> implements ProtocolMessageEnum
Sync with code_generator.h.Protobuf enum
google.protobuf.compiler.CodeGeneratorResponse.Feature
Enum Constant and Description |
---|
FEATURE_NONE
FEATURE_NONE = 0; |
FEATURE_PROTO3_OPTIONAL
FEATURE_PROTO3_OPTIONAL = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
FEATURE_NONE_VALUE
FEATURE_NONE = 0; |
static int |
FEATURE_PROTO3_OPTIONAL_VALUE
FEATURE_PROTO3_OPTIONAL = 1; |
Modifier and Type | Method and Description |
---|---|
static PluginProtos.CodeGeneratorResponse.Feature |
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<PluginProtos.CodeGeneratorResponse.Feature> |
internalGetValueMap() |
static PluginProtos.CodeGeneratorResponse.Feature |
valueOf(Descriptors.EnumValueDescriptor desc) |
static PluginProtos.CodeGeneratorResponse.Feature |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PluginProtos.CodeGeneratorResponse.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginProtos.CodeGeneratorResponse.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginProtos.CodeGeneratorResponse.Feature FEATURE_NONE
FEATURE_NONE = 0;
public static final PluginProtos.CodeGeneratorResponse.Feature FEATURE_PROTO3_OPTIONAL
FEATURE_PROTO3_OPTIONAL = 1;
public static final int FEATURE_NONE_VALUE
FEATURE_NONE = 0;
public static final int FEATURE_PROTO3_OPTIONAL_VALUE
FEATURE_PROTO3_OPTIONAL = 1;
public static PluginProtos.CodeGeneratorResponse.Feature[] values()
for (PluginProtos.CodeGeneratorResponse.Feature c : PluginProtos.CodeGeneratorResponse.Feature.values()) System.out.println(c);
public static PluginProtos.CodeGeneratorResponse.Feature 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 PluginProtos.CodeGeneratorResponse.Feature valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static PluginProtos.CodeGeneratorResponse.Feature forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PluginProtos.CodeGeneratorResponse.Feature> 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 PluginProtos.CodeGeneratorResponse.Feature valueOf(Descriptors.EnumValueDescriptor desc)