Uses of Class
com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
Packages that use DescriptorProtos.EnumValueOptions.Builder
-
Uses of DescriptorProtos.EnumValueOptions.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.EnumValueOptions.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classProtobuf typegoogle.protobuf.EnumValueOptionsstatic final classProtobuf typegoogle.protobuf.EnumValueOptionsSubinterfaces with type arguments of type DescriptorProtos.EnumValueOptions.Builder in com.google.protobufMethods in com.google.protobuf that return DescriptorProtos.EnumValueOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumValueOptions.Builder.addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.clearDebugRedact()Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g.DescriptorProtos.EnumValueOptions.Builder.clearDeprecated()Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.DescriptorProtos.EnumValueOptions.Builder.clearFeatures()Any features defined in the specific edition.DescriptorProtos.EnumValueOptions.Builder.clearFeatureSupport()Information about the support window of a feature value.DescriptorProtos.EnumValueOptions.Builder.clearUninterpretedOption()The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.mergeFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.EnumValueOptions.Builder.mergeFeatureSupport(DescriptorProtos.FieldOptions.FeatureSupport value) Information about the support window of a feature value.DescriptorProtos.EnumValueOptions.newBuilder()DescriptorProtos.EnumValueOptions.newBuilder(DescriptorProtos.EnumValueOptions prototype) DescriptorProtos.EnumValueOptions.Builder.removeUninterpretedOption(int index) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.setDebugRedact(boolean value) Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g.DescriptorProtos.EnumValueOptions.Builder.setDeprecated(boolean value) Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.DescriptorProtos.EnumValueOptions.Builder.setFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.EnumValueOptions.Builder.setFeatures(DescriptorProtos.FeatureSet.Builder builderForValue) Any features defined in the specific edition.DescriptorProtos.EnumValueOptions.Builder.setFeatureSupport(DescriptorProtos.FieldOptions.FeatureSupport value) Information about the support window of a feature value.DescriptorProtos.EnumValueOptions.Builder.setFeatureSupport(DescriptorProtos.FieldOptions.FeatureSupport.Builder builderForValue) Information about the support window of a feature value.DescriptorProtos.EnumValueOptions.Builder.setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.EnumValueOptions.Builder.setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.Methods in com.google.protobuf with parameters of type DescriptorProtos.EnumValueOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumValueDescriptorProto.Builder.setOptions(DescriptorProtos.EnumValueOptions.Builder builderForValue) optional .google.protobuf.EnumValueOptions options = 3;