Uses of Class
com.google.protobuf.generated.DescriptorProtos.FieldOptions.FeatureSupport.Builder
Packages that use DescriptorProtos.FieldOptions.FeatureSupport.Builder
-
Uses of DescriptorProtos.FieldOptions.FeatureSupport.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.FieldOptions.FeatureSupport.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Information about the support window of a feature.Methods in com.google.protobuf.generated that return DescriptorProtos.FieldOptions.FeatureSupport.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.FeatureSupport.Builder.clear()
DescriptorProtos.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.EnumValueOptions.Builder.getFeatureSupportBuilder()
Information about the support window of a feature value.DescriptorProtos.FieldOptions.Builder.getFeatureSupportBuilder()
optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 22;
DescriptorProtos.FieldOptions.FeatureSupport.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldOptions.FeatureSupport.Builder.mergeFrom
(DescriptorProtos.FieldOptions.FeatureSupport other) DescriptorProtos.FieldOptions.FeatureSupport.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.FieldOptions.FeatureSupport.newBuilder()
DescriptorProtos.FieldOptions.FeatureSupport.newBuilder
(DescriptorProtos.FieldOptions.FeatureSupport prototype) DescriptorProtos.FieldOptions.FeatureSupport.newBuilderForType()
DescriptorProtos.FieldOptions.FeatureSupport.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) 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
(com.google.protobuf.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.DescriptorProtos.FieldOptions.FeatureSupport.toBuilder()
Methods in com.google.protobuf.generated 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;