Package com.google.protobuf
Class DescriptorProtos.FieldDescriptorProto.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
- All Implemented Interfaces:
DescriptorProtos.FieldDescriptorProtoOrBuilder,Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,Cloneable
- Enclosing class:
- DescriptorProtos.FieldDescriptorProto
public static final class DescriptorProtos.FieldDescriptorProto.Builder
extends GeneratedMessageV3.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
implements DescriptorProtos.FieldDescriptorProtoOrBuilder
Protobuf type
google.protobuf.FieldDescriptorProto-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constructs the message based on the state of the Builder.LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.clear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.optional string default_value = 7 [json_name = "defaultValue"];optional string extendee = 2 [json_name = "extendee"];optional string json_name = 10 [json_name = "jsonName"];optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];optional string name = 1 [json_name = "name"];optional int32 number = 3 [json_name = "number"];optional int32 oneof_index = 9 [json_name = "oneofIndex"];optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];optional bool proto3_optional = 17 [json_name = "proto3Optional"];optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];optional string type_name = 6 [json_name = "typeName"];Get an instance of the type with no fields set.optional string default_value = 7 [json_name = "defaultValue"];optional string default_value = 7 [json_name = "defaultValue"];static final Descriptors.DescriptorGet the message's type's descriptor.optional string extendee = 2 [json_name = "extendee"];optional string extendee = 2 [json_name = "extendee"];optional string json_name = 10 [json_name = "jsonName"];optional string json_name = 10 [json_name = "jsonName"];getLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];getName()optional string name = 1 [json_name = "name"];optional string name = 1 [json_name = "name"];intoptional int32 number = 3 [json_name = "number"];intoptional int32 oneof_index = 9 [json_name = "oneofIndex"];optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];booleanoptional bool proto3_optional = 17 [json_name = "proto3Optional"];getType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];optional string type_name = 6 [json_name = "typeName"];optional string type_name = 6 [json_name = "typeName"];booleanoptional string default_value = 7 [json_name = "defaultValue"];booleanoptional string extendee = 2 [json_name = "extendee"];booleanoptional string json_name = 10 [json_name = "jsonName"];booleanhasLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];booleanhasName()optional string name = 1 [json_name = "name"];booleanoptional int32 number = 3 [json_name = "number"];booleanoptional int32 oneof_index = 9 [json_name = "oneofIndex"];booleanoptional .google.protobuf.FieldOptions options = 8 [json_name = "options"];booleanoptional bool proto3_optional = 17 [json_name = "proto3Optional"];booleanhasType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];booleanoptional string type_name = 6 [json_name = "typeName"];protected GeneratedMessageV3.FieldAccessorTableGet the FieldAccessorTable for this type.final booleanReturns true if all required fields in the message and all embedded messages are set, false otherwise.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.Mergeotherinto the message being built.optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];mergeUnknownFields(UnknownFieldSet unknownFields) Merge some unknown fields into theUnknownFieldSetfor this message.setDefaultValue(String value) optional string default_value = 7 [json_name = "defaultValue"];setDefaultValueBytes(ByteString value) optional string default_value = 7 [json_name = "defaultValue"];setExtendee(String value) optional string extendee = 2 [json_name = "extendee"];setExtendeeBytes(ByteString value) optional string extendee = 2 [json_name = "extendee"];setJsonName(String value) optional string json_name = 10 [json_name = "jsonName"];setJsonNameBytes(ByteString value) optional string json_name = 10 [json_name = "jsonName"];optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];optional string name = 1 [json_name = "name"];setNameBytes(ByteString value) optional string name = 1 [json_name = "name"];setNumber(int value) optional int32 number = 3 [json_name = "number"];setOneofIndex(int value) optional int32 oneof_index = 9 [json_name = "oneofIndex"];optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];setOptions(DescriptorProtos.FieldOptions.Builder builderForValue) optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];setProto3Optional(boolean value) optional bool proto3_optional = 17 [json_name = "proto3Optional"];optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];setTypeName(String value) optional string type_name = 6 [json_name = "typeName"];setTypeNameBytes(ByteString value) optional string type_name = 6 [json_name = "typeName"];setUnknownFields(UnknownFieldSet unknownFields) Set theUnknownFieldSetfor this message.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
Description copied from class:GeneratedMessageV3.BuilderGet the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
clear
Description copied from class:GeneratedMessageV3.BuilderCalled by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
getDescriptorForType
Description copied from interface:Message.BuilderGet the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType().- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
getDefaultInstanceForType
Description copied from interface:MessageLiteOrBuilderGet an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()method of generated message classes in that this method is an abstract method of theMessageLiteinterface whereasgetDefaultInstance()is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
Description copied from interface:MessageLite.BuilderConstructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields. Instead, a partial message is returned. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
mergeFrom
Description copied from interface:Message.BuilderMergeotherinto the message being built.othermust have the exact same type asthis(i.e.getDescriptorForType() == other.getDescriptorForType()).Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set inother, thenother's value overwrites the value in this message.
* For singular message fields, if the field is set inother, it is merged into the corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements inotherare concatenated with the elements in this message.
* For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.This is equivalent to the
Message::MergeFrommethod in C++.- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
mergeFrom
public DescriptorProtos.FieldDescriptorProto.Builder mergeFrom(DescriptorProtos.FieldDescriptorProto other) -
isInitialized
public final boolean isInitialized()Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
mergeFrom
public DescriptorProtos.FieldDescriptorProto.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. The extensions that you want to be able to parse must be registered inextensionRegistry. Extensions not in the registry will be treated as unknown fields.- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>- Throws:
InvalidProtocolBufferException- the bytes read are not syntactically correct according to the protobuf wire format specification. The data is corrupt, incomplete, or was never a protobuf in the first place.IOException- an I/O error reading from the stream
-
hasName
public boolean hasName()optional string name = 1 [json_name = "name"];- Specified by:
hasNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the name field is set.
-
getName
optional string name = 1 [json_name = "name"];- Specified by:
getNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The name.
-
getNameBytes
optional string name = 1 [json_name = "name"];- Specified by:
getNameBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for name.
-
setName
optional string name = 1 [json_name = "name"];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
optional string name = 1 [json_name = "name"];- Returns:
- This builder for chaining.
-
setNameBytes
optional string name = 1 [json_name = "name"];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasNumber
public boolean hasNumber()optional int32 number = 3 [json_name = "number"];- Specified by:
hasNumberin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the number field is set.
-
getNumber
public int getNumber()optional int32 number = 3 [json_name = "number"];- Specified by:
getNumberin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The number.
-
setNumber
optional int32 number = 3 [json_name = "number"];- Parameters:
value- The number to set.- Returns:
- This builder for chaining.
-
clearNumber
optional int32 number = 3 [json_name = "number"];- Returns:
- This builder for chaining.
-
hasLabel
public boolean hasLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];- Specified by:
hasLabelin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the label field is set.
-
getLabel
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];- Specified by:
getLabelin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The label.
-
setLabel
public DescriptorProtos.FieldDescriptorProto.Builder setLabel(DescriptorProtos.FieldDescriptorProto.Label value) optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];- Parameters:
value- The label to set.- Returns:
- This builder for chaining.
-
clearLabel
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];- Returns:
- This builder for chaining.
-
hasType
public boolean hasType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];- Specified by:
hasTypein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the type field is set.
-
getType
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];- Specified by:
getTypein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The type.
-
setType
public DescriptorProtos.FieldDescriptorProto.Builder setType(DescriptorProtos.FieldDescriptorProto.Type value) optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];- Returns:
- This builder for chaining.
-
hasTypeName
public boolean hasTypeName()optional string type_name = 6 [json_name = "typeName"];- Specified by:
hasTypeNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the typeName field is set.
-
getTypeName
optional string type_name = 6 [json_name = "typeName"];- Specified by:
getTypeNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The typeName.
-
getTypeNameBytes
optional string type_name = 6 [json_name = "typeName"];- Specified by:
getTypeNameBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for typeName.
-
setTypeName
optional string type_name = 6 [json_name = "typeName"];- Parameters:
value- The typeName to set.- Returns:
- This builder for chaining.
-
clearTypeName
optional string type_name = 6 [json_name = "typeName"];- Returns:
- This builder for chaining.
-
setTypeNameBytes
optional string type_name = 6 [json_name = "typeName"];- Parameters:
value- The bytes for typeName to set.- Returns:
- This builder for chaining.
-
hasExtendee
public boolean hasExtendee()optional string extendee = 2 [json_name = "extendee"];- Specified by:
hasExtendeein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the extendee field is set.
-
getExtendee
optional string extendee = 2 [json_name = "extendee"];- Specified by:
getExtendeein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The extendee.
-
getExtendeeBytes
optional string extendee = 2 [json_name = "extendee"];- Specified by:
getExtendeeBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for extendee.
-
setExtendee
optional string extendee = 2 [json_name = "extendee"];- Parameters:
value- The extendee to set.- Returns:
- This builder for chaining.
-
clearExtendee
optional string extendee = 2 [json_name = "extendee"];- Returns:
- This builder for chaining.
-
setExtendeeBytes
optional string extendee = 2 [json_name = "extendee"];- Parameters:
value- The bytes for extendee to set.- Returns:
- This builder for chaining.
-
hasDefaultValue
public boolean hasDefaultValue()optional string default_value = 7 [json_name = "defaultValue"];- Specified by:
hasDefaultValuein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the defaultValue field is set.
-
getDefaultValue
optional string default_value = 7 [json_name = "defaultValue"];- Specified by:
getDefaultValuein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The defaultValue.
-
getDefaultValueBytes
optional string default_value = 7 [json_name = "defaultValue"];- Specified by:
getDefaultValueBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for defaultValue.
-
setDefaultValue
optional string default_value = 7 [json_name = "defaultValue"];- Parameters:
value- The defaultValue to set.- Returns:
- This builder for chaining.
-
clearDefaultValue
optional string default_value = 7 [json_name = "defaultValue"];- Returns:
- This builder for chaining.
-
setDefaultValueBytes
optional string default_value = 7 [json_name = "defaultValue"];- Parameters:
value- The bytes for defaultValue to set.- Returns:
- This builder for chaining.
-
hasOneofIndex
public boolean hasOneofIndex()optional int32 oneof_index = 9 [json_name = "oneofIndex"];- Specified by:
hasOneofIndexin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the oneofIndex field is set.
-
getOneofIndex
public int getOneofIndex()optional int32 oneof_index = 9 [json_name = "oneofIndex"];- Specified by:
getOneofIndexin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The oneofIndex.
-
setOneofIndex
optional int32 oneof_index = 9 [json_name = "oneofIndex"];- Parameters:
value- The oneofIndex to set.- Returns:
- This builder for chaining.
-
clearOneofIndex
optional int32 oneof_index = 9 [json_name = "oneofIndex"];- Returns:
- This builder for chaining.
-
hasJsonName
public boolean hasJsonName()optional string json_name = 10 [json_name = "jsonName"];- Specified by:
hasJsonNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the jsonName field is set.
-
getJsonName
optional string json_name = 10 [json_name = "jsonName"];- Specified by:
getJsonNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The jsonName.
-
getJsonNameBytes
optional string json_name = 10 [json_name = "jsonName"];- Specified by:
getJsonNameBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for jsonName.
-
setJsonName
optional string json_name = 10 [json_name = "jsonName"];- Parameters:
value- The jsonName to set.- Returns:
- This builder for chaining.
-
clearJsonName
optional string json_name = 10 [json_name = "jsonName"];- Returns:
- This builder for chaining.
-
setJsonNameBytes
optional string json_name = 10 [json_name = "jsonName"];- Parameters:
value- The bytes for jsonName to set.- Returns:
- This builder for chaining.
-
hasOptions
public boolean hasOptions()optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];- Specified by:
hasOptionsin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the options field is set.
-
getOptions
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];- Specified by:
getOptionsin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The options.
-
setOptions
public DescriptorProtos.FieldDescriptorProto.Builder setOptions(DescriptorProtos.FieldOptions value) optional .google.protobuf.FieldOptions options = 8 [json_name = "options"]; -
setOptions
public DescriptorProtos.FieldDescriptorProto.Builder setOptions(DescriptorProtos.FieldOptions.Builder builderForValue) optional .google.protobuf.FieldOptions options = 8 [json_name = "options"]; -
mergeOptions
public DescriptorProtos.FieldDescriptorProto.Builder mergeOptions(DescriptorProtos.FieldOptions value) optional .google.protobuf.FieldOptions options = 8 [json_name = "options"]; -
clearOptions
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"]; -
getOptionsBuilder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"]; -
getOptionsOrBuilder
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];- Specified by:
getOptionsOrBuilderin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
hasProto3Optional
public boolean hasProto3Optional()optional bool proto3_optional = 17 [json_name = "proto3Optional"];- Specified by:
hasProto3Optionalin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the proto3Optional field is set.
-
getProto3Optional
public boolean getProto3Optional()optional bool proto3_optional = 17 [json_name = "proto3Optional"];- Specified by:
getProto3Optionalin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The proto3Optional.
-
setProto3Optional
optional bool proto3_optional = 17 [json_name = "proto3Optional"];- Parameters:
value- The proto3Optional to set.- Returns:
- This builder for chaining.
-
clearProto3Optional
optional bool proto3_optional = 17 [json_name = "proto3Optional"];- Returns:
- This builder for chaining.
-
setUnknownFields
public final DescriptorProtos.FieldDescriptorProto.Builder setUnknownFields(UnknownFieldSet unknownFields) Description copied from interface:Message.BuilderSet theUnknownFieldSetfor this message.- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
mergeUnknownFields
public final DescriptorProtos.FieldDescriptorProto.Builder mergeUnknownFields(UnknownFieldSet unknownFields) Description copied from interface:Message.BuilderMerge some unknown fields into theUnknownFieldSetfor this message.- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-