Uses of Enum Class
com.google.protobuf.generated.DescriptorProtos.ExtensionRangeOptions.VerificationState
Packages that use DescriptorProtos.ExtensionRangeOptions.VerificationState
-
Uses of DescriptorProtos.ExtensionRangeOptions.VerificationState in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.ExtensionRangeOptions.VerificationState in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic enum
The verification state of the extension range.Methods in com.google.protobuf.generated that return DescriptorProtos.ExtensionRangeOptions.VerificationStateModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.VerificationState.forNumber
(int value) DescriptorProtos.ExtensionRangeOptions.Builder.getVerification()
The verification state of the range.DescriptorProtos.ExtensionRangeOptions.getVerification()
The verification state of the range.DescriptorProtos.ExtensionRangeOptionsOrBuilder.getVerification()
The verification state of the range.DescriptorProtos.ExtensionRangeOptions.VerificationState.valueOf
(int value) Deprecated.DescriptorProtos.ExtensionRangeOptions.VerificationState.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.DescriptorProtos.ExtensionRangeOptions.VerificationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.ExtensionRangeOptions.VerificationStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DescriptorProtos.ExtensionRangeOptions.VerificationState> DescriptorProtos.ExtensionRangeOptions.VerificationState.internalGetValueMap()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.ExtensionRangeOptions.VerificationStateModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.setVerification
(DescriptorProtos.ExtensionRangeOptions.VerificationState value) The verification state of the range.