Uses of Class
com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
-
Packages that use DescriptorProtos.ExtensionRangeOptions.VerificationState Package Description com.google.protobuf -
-
Uses of DescriptorProtos.ExtensionRangeOptions.VerificationState in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.ExtensionRangeOptions.VerificationState Modifier and Type Field Description private static DescriptorProtos.ExtensionRangeOptions.VerificationState[]
DescriptorProtos.ExtensionRangeOptions.VerificationState. VALUES
Fields in com.google.protobuf with type parameters of type DescriptorProtos.ExtensionRangeOptions.VerificationState Modifier and Type Field Description private static Internal.EnumLiteMap<DescriptorProtos.ExtensionRangeOptions.VerificationState>
DescriptorProtos.ExtensionRangeOptions.VerificationState. internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.ExtensionRangeOptions.VerificationState Modifier and Type Method Description static DescriptorProtos.ExtensionRangeOptions.VerificationState
DescriptorProtos.ExtensionRangeOptions.VerificationState. forNumber(int value)
DescriptorProtos.ExtensionRangeOptions.VerificationState
DescriptorProtos.ExtensionRangeOptions.Builder. getVerification()
The verification state of the range.DescriptorProtos.ExtensionRangeOptions.VerificationState
DescriptorProtos.ExtensionRangeOptions. getVerification()
The verification state of the range.DescriptorProtos.ExtensionRangeOptions.VerificationState
DescriptorProtos.ExtensionRangeOptionsOrBuilder. getVerification()
The verification state of the range.static DescriptorProtos.ExtensionRangeOptions.VerificationState
DescriptorProtos.ExtensionRangeOptions.VerificationState. valueOf(int value)
Deprecated.static DescriptorProtos.ExtensionRangeOptions.VerificationState
DescriptorProtos.ExtensionRangeOptions.VerificationState. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DescriptorProtos.ExtensionRangeOptions.VerificationState
DescriptorProtos.ExtensionRangeOptions.VerificationState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DescriptorProtos.ExtensionRangeOptions.VerificationState[]
DescriptorProtos.ExtensionRangeOptions.VerificationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.ExtensionRangeOptions.VerificationState Modifier and Type Method Description static Internal.EnumLiteMap<DescriptorProtos.ExtensionRangeOptions.VerificationState>
DescriptorProtos.ExtensionRangeOptions.VerificationState. internalGetValueMap()
Methods in com.google.protobuf with parameters of type DescriptorProtos.ExtensionRangeOptions.VerificationState Modifier and Type Method Description DescriptorProtos.ExtensionRangeOptions.Builder
DescriptorProtos.ExtensionRangeOptions.Builder. setVerification(DescriptorProtos.ExtensionRangeOptions.VerificationState value)
The verification state of the range.
-