Uses of Class
com.google.protobuf.DescriptorProtos.MessageOptions.Builder
-
Uses of DescriptorProtos.MessageOptions.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.MessageOptions.BuilderModifier and TypeFieldDescriptionprivate SingleFieldBuilder
<DescriptorProtos.MessageOptions, DescriptorProtos.MessageOptions.Builder, DescriptorProtos.MessageOptionsOrBuilder> DescriptorProtos.DescriptorProto.Builder.optionsBuilder_
Methods in com.google.protobuf that return DescriptorProtos.MessageOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.MessageOptions.Builder.addAllUninterpretedOption
(Iterable<? extends DescriptorProtos.UninterpretedOption> values) The parser stores options it doesn't recognize here.DescriptorProtos.MessageOptions.Builder.addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.MessageOptions.Builder.addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.MessageOptions.Builder.addUninterpretedOption
(DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.MessageOptions.Builder.addUninterpretedOption
(DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.MessageOptions.Builder.clear()
DescriptorProtos.MessageOptions.Builder.clearDeprecated()
Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.DescriptorProtos.MessageOptions.Builder.clearDeprecatedLegacyJsonFieldConflicts()
Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated.DescriptorProtos.MessageOptions.Builder.clearFeatures()
Any features defined in the specific edition.DescriptorProtos.MessageOptions.Builder.clearMapEntry()
Whether the message is an automatically generated map entry type for the maps field.DescriptorProtos.MessageOptions.Builder.clearMessageSetWireFormat()
Set true to use the old proto1 MessageSet wire format for extensions.DescriptorProtos.MessageOptions.Builder.clearNoStandardDescriptorAccessor()
Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.DescriptorProtos.MessageOptions.Builder.clearUninterpretedOption()
The parser stores options it doesn't recognize here.DescriptorProtos.DescriptorProto.Builder.getOptionsBuilder()
optional .google.protobuf.MessageOptions options = 7;
DescriptorProtos.MessageOptions.Builder.mergeFeatures
(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.MessageOptions.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.MessageOptions.Builder.mergeFrom
(DescriptorProtos.MessageOptions other) DescriptorProtos.MessageOptions.newBuilder()
DescriptorProtos.MessageOptions.newBuilder
(DescriptorProtos.MessageOptions prototype) DescriptorProtos.MessageOptions.newBuilderForType()
protected DescriptorProtos.MessageOptions.Builder
DescriptorProtos.MessageOptions.newBuilderForType
(AbstractMessage.BuilderParent parent) DescriptorProtos.MessageOptions.Builder.removeUninterpretedOption
(int index) The parser stores options it doesn't recognize here.DescriptorProtos.MessageOptions.Builder.setDeprecated
(boolean value) Is this message deprecated? Depending on the target platform, this can emit Deprecated annotations for the message, or it will be completely ignored; in the very least, this is a formalization for deprecating messages.DescriptorProtos.MessageOptions.Builder.setDeprecatedLegacyJsonFieldConflicts
(boolean value) Deprecated.google.protobuf.MessageOptions.deprecated_legacy_json_field_conflicts is deprecated.DescriptorProtos.MessageOptions.Builder.setFeatures
(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.MessageOptions.Builder.setFeatures
(DescriptorProtos.FeatureSet.Builder builderForValue) Any features defined in the specific edition.DescriptorProtos.MessageOptions.Builder.setMapEntry
(boolean value) Whether the message is an automatically generated map entry type for the maps field.DescriptorProtos.MessageOptions.Builder.setMessageSetWireFormat
(boolean value) Set true to use the old proto1 MessageSet wire format for extensions.DescriptorProtos.MessageOptions.Builder.setNoStandardDescriptorAccessor
(boolean value) Disables the generation of the standard "descriptor()" accessor, which can conflict with a field of the same name.DescriptorProtos.MessageOptions.Builder.setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) The parser stores options it doesn't recognize here.DescriptorProtos.MessageOptions.Builder.setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) The parser stores options it doesn't recognize here.DescriptorProtos.MessageOptions.toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.MessageOptions.BuilderModifier and TypeMethodDescriptionprivate SingleFieldBuilder
<DescriptorProtos.MessageOptions, DescriptorProtos.MessageOptions.Builder, DescriptorProtos.MessageOptionsOrBuilder> DescriptorProtos.DescriptorProto.Builder.internalGetOptionsFieldBuilder()
optional .google.protobuf.MessageOptions options = 7;
Methods in com.google.protobuf with parameters of type DescriptorProtos.MessageOptions.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.setOptions
(DescriptorProtos.MessageOptions.Builder builderForValue) optional .google.protobuf.MessageOptions options = 7;