Uses of Class
com.google.protobuf.DescriptorProtos.OneofOptions.Builder
-
Uses of DescriptorProtos.OneofOptions.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.OneofOptions.BuilderModifier and TypeFieldDescriptionprivate SingleFieldBuilder
<DescriptorProtos.OneofOptions, DescriptorProtos.OneofOptions.Builder, DescriptorProtos.OneofOptionsOrBuilder> DescriptorProtos.OneofDescriptorProto.Builder.optionsBuilder_
Methods 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.clear()
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.OneofDescriptorProto.Builder.getOptionsBuilder()
optional .google.protobuf.OneofOptions options = 2;
DescriptorProtos.OneofOptions.Builder.mergeFeatures
(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.OneofOptions.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.OneofOptions.Builder.mergeFrom
(DescriptorProtos.OneofOptions other) DescriptorProtos.OneofOptions.newBuilder()
DescriptorProtos.OneofOptions.newBuilder
(DescriptorProtos.OneofOptions prototype) DescriptorProtos.OneofOptions.newBuilderForType()
protected DescriptorProtos.OneofOptions.Builder
DescriptorProtos.OneofOptions.newBuilderForType
(AbstractMessage.BuilderParent parent) 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.DescriptorProtos.OneofOptions.toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.OneofOptions.BuilderModifier and TypeMethodDescriptionprivate SingleFieldBuilder
<DescriptorProtos.OneofOptions, DescriptorProtos.OneofOptions.Builder, DescriptorProtos.OneofOptionsOrBuilder> DescriptorProtos.OneofDescriptorProto.Builder.internalGetOptionsFieldBuilder()
optional .google.protobuf.OneofOptions options = 2;
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;