public enum PluginProtos.CodeGeneratorResponse.Feature extends Enum<PluginProtos.CodeGeneratorResponse.Feature> implements ProtocolMessageEnum
Sync with code_generator.h.
Protobuf enum google.protobuf.compiler.CodeGeneratorResponse.Feature
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FEATURE_NONE |
|
FEATURE_NONE_VALUE |
|
FEATURE_PROTO3_OPTIONAL |
|
FEATURE_PROTO3_OPTIONAL_VALUE |
|
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
Return the enum type's descriptor, which contains information about each defined value, etc. |
getNumber() |
Return the value's numeric value as defined in the .proto file. |
getValueDescriptor() |
Return the value's descriptor, which contains information such as value name, number, and type. |