Uses of Class
com.google.protobuf.DescriptorProtos.EnumValueOptions.Builder
Packages that use DescriptorProtos.EnumValueOptions.Builder
-
Uses of DescriptorProtos.EnumValueOptions.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.EnumValueOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.EnumValueOptions.Builder.addAllUninterpretedOption
(Iterable<? extends DescriptorProtos.UninterpretedOption> values) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption
(DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueOptions.Builder.addUninterpretedOption
(DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueOptions.Builder.clear()
DescriptorProtos.EnumValueOptions.Builder.clearDebugRedact()
optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
DescriptorProtos.EnumValueOptions.Builder.clearDeprecated()
optional bool deprecated = 1 [default = false, json_name = "deprecated"];
DescriptorProtos.EnumValueOptions.Builder.clearFeatures()
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
DescriptorProtos.EnumValueOptions.Builder.clearFeatureSupport()
optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];
DescriptorProtos.EnumValueOptions.Builder.clearUninterpretedOption()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueDescriptorProto.Builder.getOptionsBuilder()
optional .google.protobuf.EnumValueOptions options = 3 [json_name = "options"];
DescriptorProtos.EnumValueOptions.Builder.mergeFeatures
(DescriptorProtos.FeatureSet value) optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
DescriptorProtos.EnumValueOptions.Builder.mergeFeatureSupport
(DescriptorProtos.FieldOptions.FeatureSupport value) optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];
DescriptorProtos.EnumValueOptions.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.EnumValueOptions.Builder.mergeFrom
(DescriptorProtos.EnumValueOptions other) DescriptorProtos.EnumValueOptions.newBuilder()
DescriptorProtos.EnumValueOptions.newBuilder
(DescriptorProtos.EnumValueOptions prototype) DescriptorProtos.EnumValueOptions.newBuilderForType()
DescriptorProtos.EnumValueOptions.newBuilderForType
(AbstractMessage.BuilderParent parent) DescriptorProtos.EnumValueOptions.Builder.removeUninterpretedOption
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueOptions.Builder.setDebugRedact
(boolean value) optional bool debug_redact = 3 [default = false, json_name = "debugRedact"];
DescriptorProtos.EnumValueOptions.Builder.setDeprecated
(boolean value) optional bool deprecated = 1 [default = false, json_name = "deprecated"];
DescriptorProtos.EnumValueOptions.Builder.setFeatures
(DescriptorProtos.FeatureSet value) optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
DescriptorProtos.EnumValueOptions.Builder.setFeatures
(DescriptorProtos.FeatureSet.Builder builderForValue) optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];
DescriptorProtos.EnumValueOptions.Builder.setFeatureSupport
(DescriptorProtos.FieldOptions.FeatureSupport value) optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];
DescriptorProtos.EnumValueOptions.Builder.setFeatureSupport
(DescriptorProtos.FieldOptions.FeatureSupport.Builder builderForValue) optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4 [json_name = "featureSupport"];
DescriptorProtos.EnumValueOptions.Builder.setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueOptions.Builder.setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999 [json_name = "uninterpretedOption"];
DescriptorProtos.EnumValueOptions.toBuilder()
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 [json_name = "options"];