Uses of Class
com.google.protobuf.DescriptorProtos.OneofOptions.Builder
Packages that use DescriptorProtos.OneofOptions.Builder
-
Uses of DescriptorProtos.OneofOptions.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.OneofOptions.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classProtobuf typegoogle.protobuf.OneofOptionsstatic final classProtobuf typegoogle.protobuf.OneofOptionsSubinterfaces with type arguments of type DescriptorProtos.OneofOptions.Builder in com.google.protobufMethods in com.google.protobuf that return DescriptorProtos.OneofOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.OneofOptions.Builder.addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values) The parser stores options it doesn't recognize here.DescriptorProtos.OneofOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.OneofOptions.Builder.addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.OneofOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.OneofOptions.Builder.addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.OneofOptions.Builder.clearFeatures()Any features defined in the specific edition.DescriptorProtos.OneofOptions.Builder.clearUninterpretedOption()The parser stores options it doesn't recognize here.DescriptorProtos.OneofOptions.Builder.mergeFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.OneofOptions.newBuilder()DescriptorProtos.OneofOptions.newBuilder(DescriptorProtos.OneofOptions prototype) DescriptorProtos.OneofOptions.Builder.removeUninterpretedOption(int index) The parser stores options it doesn't recognize here.DescriptorProtos.OneofOptions.Builder.setFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.OneofOptions.Builder.setFeatures(DescriptorProtos.FeatureSet.Builder builderForValue) Any features defined in the specific edition.DescriptorProtos.OneofOptions.Builder.setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.OneofOptions.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.OneofOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.OneofDescriptorProto.Builder.setOptions(DescriptorProtos.OneofOptions.Builder builderForValue) optional .google.protobuf.OneofOptions options = 2;