Uses of Class
com.google.protobuf.DescriptorProtos.FieldOptions.FeatureSupport.Builder
Packages that use DescriptorProtos.FieldOptions.FeatureSupport.Builder
-
Uses of DescriptorProtos.FieldOptions.FeatureSupport.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FieldOptions.FeatureSupport.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.FeatureSupport.Builder.clearDeprecationWarning()
The deprecation warning text if this feature is used after the edition it was marked deprecated in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.clearEditionDeprecated()
The edition this feature becomes deprecated in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.clearEditionIntroduced()
The edition that this feature was first available in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.clearEditionRemoved()
The edition this feature is no longer available in.DescriptorProtos.FieldOptions.FeatureSupport.newBuilder()
DescriptorProtos.FieldOptions.FeatureSupport.newBuilder
(DescriptorProtos.FieldOptions.FeatureSupport prototype) DescriptorProtos.FieldOptions.FeatureSupport.Builder.setDeprecationWarning
(String value) The deprecation warning text if this feature is used after the edition it was marked deprecated in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.setDeprecationWarningBytes
(ByteString value) The deprecation warning text if this feature is used after the edition it was marked deprecated in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.setEditionDeprecated
(DescriptorProtos.Edition value) The edition this feature becomes deprecated in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.setEditionIntroduced
(DescriptorProtos.Edition value) The edition that this feature was first available in.DescriptorProtos.FieldOptions.FeatureSupport.Builder.setEditionRemoved
(DescriptorProtos.Edition value) The edition this feature is no longer available in.Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldOptions.FeatureSupport.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumValueOptions.Builder.setFeatureSupport
(DescriptorProtos.FieldOptions.FeatureSupport.Builder builderForValue) Information about the support window of a feature value.DescriptorProtos.FieldOptions.Builder.setFeatureSupport
(DescriptorProtos.FieldOptions.FeatureSupport.Builder builderForValue) optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 22;