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()
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptions.getVerification()
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptionsOrBuilder.getVerification()
optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification", retention = RETENTION_SOURCE];
DescriptorProtos.ExtensionRangeOptions.VerificationState.valueOf
(int value) Deprecated.DescriptorProtos.ExtensionRangeOptions.VerificationState.valueOf
(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 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) optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, json_name = "verification", retention = RETENTION_SOURCE];