Uses of Class
com.google.protobuf.generated.DescriptorProtos.DescriptorProto.Builder
Packages that use DescriptorProtos.DescriptorProto.Builder
-
Uses of DescriptorProtos.DescriptorProto.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.DescriptorProto.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Describes a message type.Methods in com.google.protobuf.generated that return DescriptorProtos.DescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addAllEnumType
(Iterable<? extends DescriptorProtos.EnumDescriptorProto> values) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.addAllExtension
(Iterable<? extends DescriptorProtos.FieldDescriptorProto> values) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.addAllExtensionRange
(Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange> values) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.addAllField
(Iterable<? extends DescriptorProtos.FieldDescriptorProto> values) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.addAllNestedType
(Iterable<? extends DescriptorProtos.DescriptorProto> values) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.addAllOneofDecl
(Iterable<? extends DescriptorProtos.OneofDescriptorProto> values) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.addAllReservedName
(Iterable<String> values) Reserved field names, which may not be used by fields in the same message.DescriptorProtos.DescriptorProto.Builder.addAllReservedRange
(Iterable<? extends DescriptorProtos.DescriptorProto.ReservedRange> values) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.addEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.addEnumType
(DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.addExtension
(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.addExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.addExtension
(DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.addExtension
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.addExtensionRange
(int index, DescriptorProtos.DescriptorProto.ExtensionRange value) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.addExtensionRange
(int index, DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.addExtensionRange
(DescriptorProtos.DescriptorProto.ExtensionRange value) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.addExtensionRange
(DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.addField
(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.addField
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.addField
(DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.addField
(DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.FileDescriptorProto.Builder.addMessageTypeBuilder()
All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.addMessageTypeBuilder
(int index) All top-level definitions in this file.DescriptorProtos.DescriptorProto.Builder.addNestedType
(int index, DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.addNestedType
(int index, DescriptorProtos.DescriptorProto.Builder builderForValue) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.addNestedType
(DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.addNestedType
(DescriptorProtos.DescriptorProto.Builder builderForValue) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.addNestedTypeBuilder()
repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.addNestedTypeBuilder
(int index) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.addOneofDecl
(int index, DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.addOneofDecl
(int index, DescriptorProtos.OneofDescriptorProto.Builder builderForValue) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.addOneofDecl
(DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.addOneofDecl
(DescriptorProtos.OneofDescriptorProto.Builder builderForValue) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.addReservedName
(String value) Reserved field names, which may not be used by fields in the same message.DescriptorProtos.DescriptorProto.Builder.addReservedNameBytes
(com.google.protobuf.ByteString value) Reserved field names, which may not be used by fields in the same message.DescriptorProtos.DescriptorProto.Builder.addReservedRange
(int index, DescriptorProtos.DescriptorProto.ReservedRange value) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder.addReservedRange
(int index, DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder.addReservedRange
(DescriptorProtos.DescriptorProto.ReservedRange value) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder.addReservedRange
(DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder.clear()
DescriptorProtos.DescriptorProto.Builder.clearEnumType()
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.clearExtension()
repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.clearExtensionRange()
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.clearField()
repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.clearName()
optional string name = 1;
DescriptorProtos.DescriptorProto.Builder.clearNestedType()
repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.clearOneofDecl()
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.clearOptions()
optional .google.protobuf.MessageOptions options = 7;
DescriptorProtos.DescriptorProto.Builder.clearReservedName()
Reserved field names, which may not be used by fields in the same message.DescriptorProtos.DescriptorProto.Builder.clearReservedRange()
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.FileDescriptorProto.Builder.getMessageTypeBuilder
(int index) All top-level definitions in this file.DescriptorProtos.DescriptorProto.Builder.getNestedTypeBuilder
(int index) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.DescriptorProto.Builder.mergeFrom
(DescriptorProtos.DescriptorProto other) DescriptorProtos.DescriptorProto.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.DescriptorProto.Builder.mergeOptions
(DescriptorProtos.MessageOptions value) optional .google.protobuf.MessageOptions options = 7;
DescriptorProtos.DescriptorProto.newBuilder()
DescriptorProtos.DescriptorProto.newBuilder
(DescriptorProtos.DescriptorProto prototype) DescriptorProtos.DescriptorProto.newBuilderForType()
protected DescriptorProtos.DescriptorProto.Builder
DescriptorProtos.DescriptorProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorProtos.DescriptorProto.Builder.removeEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.removeExtension
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.removeExtensionRange
(int index) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.removeField
(int index) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.removeNestedType
(int index) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.removeOneofDecl
(int index) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.removeReservedRange
(int index) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto value) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.setEnumType
(int index, DescriptorProtos.EnumDescriptorProto.Builder builderForValue) repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
DescriptorProtos.DescriptorProto.Builder.setExtension
(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.setExtension
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto extension = 6;
DescriptorProtos.DescriptorProto.Builder.setExtensionRange
(int index, DescriptorProtos.DescriptorProto.ExtensionRange value) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.setExtensionRange
(int index, DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
DescriptorProtos.DescriptorProto.Builder.setField
(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto field = 2;
DescriptorProtos.DescriptorProto.Builder.setField
(int index, DescriptorProtos.FieldDescriptorProto.Builder builderForValue) repeated .google.protobuf.FieldDescriptorProto field = 2;
optional string name = 1;
DescriptorProtos.DescriptorProto.Builder.setNameBytes
(com.google.protobuf.ByteString value) optional string name = 1;
DescriptorProtos.DescriptorProto.Builder.setNestedType
(int index, DescriptorProtos.DescriptorProto value) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.setNestedType
(int index, DescriptorProtos.DescriptorProto.Builder builderForValue) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.setOneofDecl
(int index, DescriptorProtos.OneofDescriptorProto value) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.setOneofDecl
(int index, DescriptorProtos.OneofDescriptorProto.Builder builderForValue) repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
DescriptorProtos.DescriptorProto.Builder.setOptions
(DescriptorProtos.MessageOptions value) optional .google.protobuf.MessageOptions options = 7;
DescriptorProtos.DescriptorProto.Builder.setOptions
(DescriptorProtos.MessageOptions.Builder builderForValue) optional .google.protobuf.MessageOptions options = 7;
DescriptorProtos.DescriptorProto.Builder.setReservedName
(int index, String value) Reserved field names, which may not be used by fields in the same message.DescriptorProtos.DescriptorProto.Builder.setReservedRange
(int index, DescriptorProtos.DescriptorProto.ReservedRange value) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.Builder.setReservedRange
(int index, DescriptorProtos.DescriptorProto.ReservedRange.Builder builderForValue) repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
DescriptorProtos.DescriptorProto.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.DescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.getMessageTypeBuilderList()
All top-level definitions in this file.DescriptorProtos.DescriptorProto.Builder.getNestedTypeBuilderList()
repeated .google.protobuf.DescriptorProto nested_type = 3;
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.DescriptorProto.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.addMessageType
(int index, DescriptorProtos.DescriptorProto.Builder builderForValue) All top-level definitions in this file.DescriptorProtos.FileDescriptorProto.Builder.addMessageType
(DescriptorProtos.DescriptorProto.Builder builderForValue) All top-level definitions in this file.DescriptorProtos.DescriptorProto.Builder.addNestedType
(int index, DescriptorProtos.DescriptorProto.Builder builderForValue) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.DescriptorProto.Builder.addNestedType
(DescriptorProtos.DescriptorProto.Builder builderForValue) repeated .google.protobuf.DescriptorProto nested_type = 3;
DescriptorProtos.FileDescriptorProto.Builder.setMessageType
(int index, DescriptorProtos.DescriptorProto.Builder builderForValue) All top-level definitions in this file.DescriptorProtos.DescriptorProto.Builder.setNestedType
(int index, DescriptorProtos.DescriptorProto.Builder builderForValue) repeated .google.protobuf.DescriptorProto nested_type = 3;