Uses of Enum Class
com.google.protobuf.generated.DescriptorProtos.FieldOptions.OptionRetention
Packages that use DescriptorProtos.FieldOptions.OptionRetention
-
Uses of DescriptorProtos.FieldOptions.OptionRetention in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.FieldOptions.OptionRetention in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic enum
If set to RETENTION_SOURCE, the option will be omitted from the binary.Methods in com.google.protobuf.generated that return DescriptorProtos.FieldOptions.OptionRetentionModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.OptionRetention.forNumber
(int value) DescriptorProtos.FieldOptions.Builder.getRetention()
optional .google.protobuf.FieldOptions.OptionRetention retention = 17;
DescriptorProtos.FieldOptions.getRetention()
optional .google.protobuf.FieldOptions.OptionRetention retention = 17;
DescriptorProtos.FieldOptionsOrBuilder.getRetention()
optional .google.protobuf.FieldOptions.OptionRetention retention = 17;
DescriptorProtos.FieldOptions.OptionRetention.valueOf
(int value) Deprecated.DescriptorProtos.FieldOptions.OptionRetention.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.FieldOptions.OptionRetention.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.FieldOptions.OptionRetentionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DescriptorProtos.FieldOptions.OptionRetention> DescriptorProtos.FieldOptions.OptionRetention.internalGetValueMap()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.FieldOptions.OptionRetentionModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.Builder.setRetention
(DescriptorProtos.FieldOptions.OptionRetention value) optional .google.protobuf.FieldOptions.OptionRetention retention = 17;