public static enum DescriptorProtos.FileOptions.OptimizeMode extends Enum<DescriptorProtos .FileOptions .OptimizeMode > implements ProtocolMessageEnum
google.protobuf.FileOptions.OptimizeMode
Generated classes can be optimized for speed or code size.
| Enum Constant and Description |
|---|
CODE_SIZE
CODE_SIZE = 2;
|
LITE_RUNTIME
LITE_RUNTIME = 3;
|
SPEED
SPEED = 1;
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_SIZE_VALUE
CODE_SIZE = 2;
|
static int |
LITE_RUNTIME_VALUE
LITE_RUNTIME = 3;
|
static int |
SPEED_VALUE
SPEED = 1;
|
| Modifier and Type | Method and Description |
|---|---|
static Descriptors |
getDescriptor()
|
Descriptors |
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 |
getValueDescriptor()
Return the value's descriptor, which contains information such as value name, number, and type.
|
static Internal |
internalGetValueMap()
|
static DescriptorProtos |
valueOf(Descriptors
|
static DescriptorProtos |
valueOf(int value)
|
static DescriptorProtos |
valueOf(String
Returns the enum constant of this type with the specified name.
|
static DescriptorProtos |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final DescriptorProtos.FileOptions .OptimizeMode SPEED
SPEED = 1;
Generate complete code for parsing, serialization,
public static final DescriptorProtos.FileOptions .OptimizeMode CODE_SIZE
CODE_SIZE = 2;
etc.
public static final DescriptorProtos.FileOptions .OptimizeMode LITE_RUNTIME
LITE_RUNTIME = 3;
Generate code using MessageLite and the lite runtime.
public static final int SPEED_VALUE
SPEED = 1;
Generate complete code for parsing, serialization,
public static final int CODE_SIZE_VALUE
CODE_SIZE = 2;
etc.
public static final int LITE_RUNTIME_VALUE
LITE_RUNTIME = 3;
Generate code using MessageLite and the lite runtime.
public static DescriptorProtos.FileOptions .OptimizeMode [] values()
for (DescriptorProtos.FileOptions.OptimizeMode c : DescriptorProtos.FileOptions.OptimizeMode.values()) System.out.println(c);
public static DescriptorProtos.FileOptions .OptimizeMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
public final int getNumber()
ProtocolMessageEnum
public static DescriptorProtos.FileOptions .OptimizeMode valueOf(int value)
public static Internal.EnumLiteMap <DescriptorProtos .FileOptions .OptimizeMode > internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static DescriptorProtos.FileOptions .OptimizeMode valueOf(Descriptors .EnumValueDescriptor desc)