Uses of Class
com.google.protobuf.DescriptorProtos.MessageOptions.Builder
Packages that use DescriptorProtos.MessageOptions.Builder
-
Uses of DescriptorProtos.MessageOptions.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.MessageOptions.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classProtobuf typegoogle.protobuf.MessageOptionsstatic final classProtobuf typegoogle.protobuf.MessageOptionsSubinterfaces with type arguments of type DescriptorProtos.MessageOptions.Builder in com.google.protobufMethods 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.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.MessageOptions.Builder.mergeFeatures(DescriptorProtos.FeatureSet value) Any features defined in the specific edition.DescriptorProtos.MessageOptions.newBuilder()DescriptorProtos.MessageOptions.newBuilder(DescriptorProtos.MessageOptions prototype) 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.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;