public static enum DescriptorProtos.ExtensionRangeOptions.VerificationState extends Enum<DescriptorProtos.ExtensionRangeOptions.VerificationState> implements ProtocolMessageEnum
The verification state of the extension range.Protobuf enum
google.protobuf.ExtensionRangeOptions.VerificationState| Enum Constant and Description |
|---|
DECLARATION
All the extensions of the range must be declared.
|
UNVERIFIED
UNVERIFIED = 1; |
| Modifier and Type | Field and Description |
|---|---|
static int |
DECLARATION_VALUE
All the extensions of the range must be declared.
|
static int |
UNVERIFIED_VALUE
UNVERIFIED = 1; |
public static final DescriptorProtos.ExtensionRangeOptions.VerificationState DECLARATION
All the extensions of the range must be declared.
DECLARATION = 0;public static final DescriptorProtos.ExtensionRangeOptions.VerificationState UNVERIFIED
UNVERIFIED = 1;public static final int DECLARATION_VALUE
All the extensions of the range must be declared.
DECLARATION = 0;public static final int UNVERIFIED_VALUE
UNVERIFIED = 1;public static DescriptorProtos.ExtensionRangeOptions.VerificationState[] values()
for (DescriptorProtos.ExtensionRangeOptions.VerificationState c : DescriptorProtos.ExtensionRangeOptions.VerificationState.values()) System.out.println(c);
public static DescriptorProtos.ExtensionRangeOptions.VerificationState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
ProtocolMessageEnumgetNumber in interface Internal.EnumLitegetNumber in interface ProtocolMessageEnum@Deprecated public static DescriptorProtos.ExtensionRangeOptions.VerificationState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DescriptorProtos.ExtensionRangeOptions.VerificationState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static Internal.EnumLiteMap<DescriptorProtos.ExtensionRangeOptions.VerificationState> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
ProtocolMessageEnumgetValueDescriptor in interface ProtocolMessageEnumpublic final Descriptors.EnumDescriptor getDescriptorForType()
ProtocolMessageEnumgetDescriptorForType in interface ProtocolMessageEnumpublic static final Descriptors.EnumDescriptor getDescriptor()
public static DescriptorProtos.ExtensionRangeOptions.VerificationState valueOf(Descriptors.EnumValueDescriptor desc)
Copyright © 2008–2023. All rights reserved.