Uses of Enum Class
com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.VerificationState
Packages that use DescriptorProtos.ExtensionRangeOptions.VerificationState
-
Uses of DescriptorProtos.ExtensionRangeOptions.VerificationState in com.google.protobuf
Methods in com.google.protobuf 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.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 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 with parameters of type DescriptorProtos.ExtensionRangeOptions.VerificationStateModifier and TypeMethodDescriptionDescriptorProtos.ExtensionRangeOptions.Builder.setVerification(DescriptorProtos.ExtensionRangeOptions.VerificationState value) The verification state of the range.