public static final class DescriptorProtos.FieldDescriptorProto.Builder extends GeneratedMessage.Builder <DescriptorProtos .FieldDescriptorProto .Builder > implements DescriptorProtos .FieldDescriptorProtoOrBuilder
google.protobuf.FieldDescriptorProto
Describes a field within a message.
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
build()
Constructs the message based on the state of the Builder.
|
DescriptorProtos |
buildPartial()
Like
MessageLite, but does not throw an exception if the message is missing required fields.
|
DescriptorProtos |
clear()
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.
|
DescriptorProtos |
clearDefaultValue()
optional string default_value = 7;
|
DescriptorProtos |
clearExtendee()
optional string extendee = 2;
|
DescriptorProtos |
clearLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
|
DescriptorProtos |
clearName()
optional string name = 1;
|
DescriptorProtos |
clearNumber()
optional int32 number = 3;
|
DescriptorProtos |
clearOneofIndex()
optional int32 oneof_index = 9;
|
DescriptorProtos |
clearOptions()
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos |
clearType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
|
DescriptorProtos |
clearTypeName()
optional string type_name = 6;
|
DescriptorProtos |
clone()
Clones the Builder.
|
DescriptorProtos |
getDefaultInstanceForType()
Get an instance of the type with no fields set.
|
String |
getDefaultValue()
optional string default_value = 7;
|
ByteString |
getDefaultValueBytes()
optional string default_value = 7;
|
static Descriptors |
getDescriptor()
|
Descriptors |
getDescriptorForType()
Get the message's type's descriptor.
|
String |
getExtendee()
optional string extendee = 2;
|
ByteString |
getExtendeeBytes()
optional string extendee = 2;
|
DescriptorProtos |
getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
|
String |
getName()
optional string name = 1;
|
ByteString |
getNameBytes()
optional string name = 1;
|
int |
getNumber()
optional int32 number = 3;
|
int |
getOneofIndex()
optional int32 oneof_index = 9;
|
DescriptorProtos |
getOptions()
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos |
getOptionsBuilder()
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos |
getOptionsOrBuilder()
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos |
getType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
|
String |
getTypeName()
optional string type_name = 6;
|
ByteString |
getTypeNameBytes()
optional string type_name = 6;
|
boolean |
hasDefaultValue()
optional string default_value = 7;
|
boolean |
hasExtendee()
optional string extendee = 2;
|
boolean |
hasLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
|
boolean |
hasName()
optional string name = 1;
|
boolean |
hasNumber()
optional int32 number = 3;
|
boolean |
hasOneofIndex()
optional int32 oneof_index = 9;
|
boolean |
hasOptions()
optional .google.protobuf.FieldOptions options = 8;
|
boolean |
hasType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
|
boolean |
hasTypeName()
optional string type_name = 6;
|
protected GeneratedMessage |
internalGetFieldAccessorTable()
Get the FieldAccessorTable for this type.
|
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
|
DescriptorProtos |
mergeFrom(CodedInputStream
Like
MessageLite, but also parses extensions.
|
DescriptorProtos |
mergeFrom(DescriptorProtos
|
DescriptorProtos |
mergeFrom(Message
Merge
other into the message being built.
|
DescriptorProtos |
mergeOptions(DescriptorProtos
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos |
setDefaultValue(String
optional string default_value = 7;
|
DescriptorProtos |
setDefaultValueBytes(ByteString
optional string default_value = 7;
|
DescriptorProtos |
setExtendee(String
optional string extendee = 2;
|
DescriptorProtos |
setExtendeeBytes(ByteString
optional string extendee = 2;
|
DescriptorProtos |
setLabel(DescriptorProtos
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
|
DescriptorProtos |
setName(String
optional string name = 1;
|
DescriptorProtos |
setNameBytes(ByteString
optional string name = 1;
|
DescriptorProtos |
setNumber(int value)
optional int32 number = 3;
|
DescriptorProtos |
setOneofIndex(int value)
optional int32 oneof_index = 9;
|
DescriptorProtos |
setOptions(DescriptorProtos
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos |
setOptions(DescriptorProtos
optional .google.protobuf.FieldOptions options = 8;
|
DescriptorProtos |
setType(DescriptorProtos
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
|
DescriptorProtos |
setTypeName(String
optional string type_name = 6;
|
DescriptorProtos |
setTypeNameBytes(ByteString
optional string type_name = 6;
|
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
GeneratedMessage.Builder
public DescriptorProtos.FieldDescriptorProto .Builder clear()
GeneratedMessage.Builder
public DescriptorProtos.FieldDescriptorProto .Builder clone()
MessageLite.Builder
clone in interface
Message.Builder
clone in interface
MessageLite.Builder
clone in class
GeneratedMessage.Builder <DescriptorProtos.FieldDescriptorProto.Builder >
Object.clone()
public Descriptors.Descriptor getDescriptorForType()
Message.Builder
MessageOrBuilder.getDescriptorForType() .
public DescriptorProtos.FieldDescriptorProto getDefaultInstanceForType()
MessageLiteOrBuilder
getDefaultInstance() method of generated message classes in that this method is an abstract method of the
MessageLite interface whereas
getDefaultInstance() is a static method of a specific class. They return the same thing.
public DescriptorProtos.FieldDescriptorProto build()
MessageLite.Builder
public DescriptorProtos.FieldDescriptorProto buildPartial()
MessageLite.Builder
MessageLite.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.
public DescriptorProtos.FieldDescriptorProto .Builder mergeFrom(Message other)
Message.Builder
other into the message being built.
other must have the exact same type as
this (i.e.
getDescriptorForType() == other.getDescriptorForType()). Merging occurs as follows. For each field:
other, then
other's value overwrites the value in this message.
other, it is merged into the corresponding sub-message of this message using the same merging rules.
other are concatenated with the elements in this message. This is equivalent to the
Message::MergeFrom method in C++.
public DescriptorProtos.FieldDescriptorProto .Builder mergeFrom(DescriptorProtos .FieldDescriptorProto other)
public final boolean isInitialized()
MessageLiteOrBuilder
public DescriptorProtos.FieldDescriptorProto .Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
MessageLite.Builder
MessageLite.Builder.mergeFrom(CodedInputStream) , but also parses extensions. The extensions that you want to be able to parse must be registered in
extensionRegistry. Extensions not in the registry will be treated as unknown fields.
mergeFrom in interface
Message.Builder
mergeFrom in interface
MessageLite.Builder
mergeFrom in class
AbstractMessage.Builder <DescriptorProtos.FieldDescriptorProto.Builder >
IOException
public boolean hasName()
optional string name = 1;
public StringgetName()
optional string name = 1;
public ByteStringgetNameBytes()
optional string name = 1;
public DescriptorProtos.FieldDescriptorProto .Builder setName(String value)
optional string name = 1;
public DescriptorProtos.FieldDescriptorProto .Builder clearName()
optional string name = 1;
public DescriptorProtos.FieldDescriptorProto .Builder setNameBytes(ByteString value)
optional string name = 1;
public boolean hasNumber()
optional int32 number = 3;
public int getNumber()
optional int32 number = 3;
public DescriptorProtos.FieldDescriptorProto .Builder setNumber(int value)
optional int32 number = 3;
public DescriptorProtos.FieldDescriptorProto .Builder clearNumber()
optional int32 number = 3;
public boolean hasLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
public DescriptorProtos.FieldDescriptorProto .Label getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
public DescriptorProtos.FieldDescriptorProto .Builder setLabel(DescriptorProtos .FieldDescriptorProto .Label value)
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
public DescriptorProtos.FieldDescriptorProto .Builder clearLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
public boolean hasType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
public DescriptorProtos.FieldDescriptorProto .Type getType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
public DescriptorProtos.FieldDescriptorProto .Builder setType(DescriptorProtos .FieldDescriptorProto .Type value)
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
public DescriptorProtos.FieldDescriptorProto .Builder clearType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;
If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
public boolean hasTypeName()
optional string type_name = 6;
For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
public StringgetTypeName()
optional string type_name = 6;
For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
public ByteStringgetTypeNameBytes()
optional string type_name = 6;
For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
public DescriptorProtos.FieldDescriptorProto .Builder setTypeName(String value)
optional string type_name = 6;
For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
public DescriptorProtos.FieldDescriptorProto .Builder clearTypeName()
optional string type_name = 6;
For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
public DescriptorProtos.FieldDescriptorProto .Builder setTypeNameBytes(ByteString value)
optional string type_name = 6;
For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
public boolean hasExtendee()
optional string extendee = 2;
For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
public StringgetExtendee()
optional string extendee = 2;
For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
public ByteStringgetExtendeeBytes()
optional string extendee = 2;
For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
public DescriptorProtos.FieldDescriptorProto .Builder setExtendee(String value)
optional string extendee = 2;
For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
public DescriptorProtos.FieldDescriptorProto .Builder clearExtendee()
optional string extendee = 2;
For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
public DescriptorProtos.FieldDescriptorProto .Builder setExtendeeBytes(ByteString value)
optional string extendee = 2;
For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
public boolean hasDefaultValue()
optional string default_value = 7;
For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
public StringgetDefaultValue()
optional string default_value = 7;
For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
public ByteStringgetDefaultValueBytes()
optional string default_value = 7;
For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
public DescriptorProtos.FieldDescriptorProto .Builder setDefaultValue(String value)
optional string default_value = 7;
For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
public DescriptorProtos.FieldDescriptorProto .Builder clearDefaultValue()
optional string default_value = 7;
For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
public DescriptorProtos.FieldDescriptorProto .Builder setDefaultValueBytes(ByteString value)
optional string default_value = 7;
For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
public boolean hasOneofIndex()
optional int32 oneof_index = 9;
If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof. Extensions of a oneof should not set this since the oneof to which they belong will be inferred based on the extension range containing the extension's field number.
public int getOneofIndex()
optional int32 oneof_index = 9;
If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof. Extensions of a oneof should not set this since the oneof to which they belong will be inferred based on the extension range containing the extension's field number.
public DescriptorProtos.FieldDescriptorProto .Builder setOneofIndex(int value)
optional int32 oneof_index = 9;
If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof. Extensions of a oneof should not set this since the oneof to which they belong will be inferred based on the extension range containing the extension's field number.
public DescriptorProtos.FieldDescriptorProto .Builder clearOneofIndex()
optional int32 oneof_index = 9;
If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof. Extensions of a oneof should not set this since the oneof to which they belong will be inferred based on the extension range containing the extension's field number.
public boolean hasOptions()
optional .google.protobuf.FieldOptions options = 8;
public DescriptorProtos.FieldOptions getOptions()
optional .google.protobuf.FieldOptions options = 8;
public DescriptorProtos.FieldDescriptorProto .Builder setOptions(DescriptorProtos .FieldOptions value)
optional .google.protobuf.FieldOptions options = 8;
public DescriptorProtos.FieldDescriptorProto .Builder setOptions(DescriptorProtos .FieldOptions .Builder builderForValue)
optional .google.protobuf.FieldOptions options = 8;
public DescriptorProtos.FieldDescriptorProto .Builder mergeOptions(DescriptorProtos .FieldOptions value)
optional .google.protobuf.FieldOptions options = 8;
public DescriptorProtos.FieldDescriptorProto .Builder clearOptions()
optional .google.protobuf.FieldOptions options = 8;
public DescriptorProtos.FieldOptions .Builder getOptionsBuilder()
optional .google.protobuf.FieldOptions options = 8;
public DescriptorProtos.FieldOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.FieldOptions options = 8;