com.google.protobuf
Class DescriptorProtos.DescriptorProto.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
com.google.protobuf.DescriptorProtos.DescriptorProto.Builder
- All Implemented Interfaces:
- Message.Builder, MessageLite.Builder, java.lang.Cloneable
- Enclosing class:
- DescriptorProtos.DescriptorProto
public static final class DescriptorProtos.DescriptorProto.Builder
- extends GeneratedMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
|
Method Summary |
DescriptorProtos.DescriptorProto.Builder |
addAllEnumType(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto> values)
|
DescriptorProtos.DescriptorProto.Builder |
addAllExtension(java.lang.Iterable<? extends DescriptorProtos.FieldDescriptorProto> values)
|
DescriptorProtos.DescriptorProto.Builder |
addAllExtensionRange(java.lang.Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange> values)
|
DescriptorProtos.DescriptorProto.Builder |
addAllField(java.lang.Iterable<? extends DescriptorProtos.FieldDescriptorProto> values)
|
DescriptorProtos.DescriptorProto.Builder |
addAllNestedType(java.lang.Iterable<? extends DescriptorProtos.DescriptorProto> values)
|
DescriptorProtos.DescriptorProto.Builder |
addEnumType(DescriptorProtos.EnumDescriptorProto.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
addEnumType(DescriptorProtos.EnumDescriptorProto value)
|
DescriptorProtos.DescriptorProto.Builder |
addExtension(DescriptorProtos.FieldDescriptorProto.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
addExtension(DescriptorProtos.FieldDescriptorProto value)
|
DescriptorProtos.DescriptorProto.Builder |
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange value)
|
DescriptorProtos.DescriptorProto.Builder |
addField(DescriptorProtos.FieldDescriptorProto.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
addField(DescriptorProtos.FieldDescriptorProto value)
|
DescriptorProtos.DescriptorProto.Builder |
addNestedType(DescriptorProtos.DescriptorProto.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
addNestedType(DescriptorProtos.DescriptorProto value)
|
DescriptorProtos.DescriptorProto |
build()
Construct the final message. |
DescriptorProtos.DescriptorProto |
buildPartial()
Like MessageLite.Builder.build(), but does not throw an exception if the message
is missing required fields. |
DescriptorProtos.DescriptorProto.Builder |
clear()
Resets all fields to their default values. |
DescriptorProtos.DescriptorProto.Builder |
clearEnumType()
|
DescriptorProtos.DescriptorProto.Builder |
clearExtension()
|
DescriptorProtos.DescriptorProto.Builder |
clearExtensionRange()
|
DescriptorProtos.DescriptorProto.Builder |
clearField()
|
DescriptorProtos.DescriptorProto.Builder |
clearName()
|
DescriptorProtos.DescriptorProto.Builder |
clearNestedType()
|
DescriptorProtos.DescriptorProto.Builder |
clearOptions()
|
DescriptorProtos.DescriptorProto.Builder |
clone()
Clones the Builder. |
DescriptorProtos.DescriptorProto |
getDefaultInstanceForType()
Get the message's type's default instance. |
Descriptors.Descriptor |
getDescriptorForType()
Get the message's type's descriptor. |
DescriptorProtos.EnumDescriptorProto |
getEnumType(int index)
|
int |
getEnumTypeCount()
|
java.util.List<DescriptorProtos.EnumDescriptorProto> |
getEnumTypeList()
|
DescriptorProtos.FieldDescriptorProto |
getExtension(int index)
|
int |
getExtensionCount()
|
java.util.List<DescriptorProtos.FieldDescriptorProto> |
getExtensionList()
|
DescriptorProtos.DescriptorProto.ExtensionRange |
getExtensionRange(int index)
|
int |
getExtensionRangeCount()
|
java.util.List<DescriptorProtos.DescriptorProto.ExtensionRange> |
getExtensionRangeList()
|
DescriptorProtos.FieldDescriptorProto |
getField(int index)
|
int |
getFieldCount()
|
java.util.List<DescriptorProtos.FieldDescriptorProto> |
getFieldList()
|
java.lang.String |
getName()
|
DescriptorProtos.DescriptorProto |
getNestedType(int index)
|
int |
getNestedTypeCount()
|
java.util.List<DescriptorProtos.DescriptorProto> |
getNestedTypeList()
|
DescriptorProtos.MessageOptions |
getOptions()
|
boolean |
hasName()
|
boolean |
hasOptions()
|
protected DescriptorProtos.DescriptorProto |
internalGetResult()
Get the message being built. |
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded
messages are set, false otherwise. |
DescriptorProtos.DescriptorProto.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry)
Like MessageLite.Builder.mergeFrom(CodedInputStream), but also
parses extensions. |
DescriptorProtos.DescriptorProto.Builder |
mergeFrom(DescriptorProtos.DescriptorProto other)
|
DescriptorProtos.DescriptorProto.Builder |
mergeFrom(Message other)
Merge other into the message being built. |
DescriptorProtos.DescriptorProto.Builder |
mergeOptions(DescriptorProtos.MessageOptions value)
|
DescriptorProtos.DescriptorProto.Builder |
setEnumType(int index,
DescriptorProtos.EnumDescriptorProto.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
setEnumType(int index,
DescriptorProtos.EnumDescriptorProto value)
|
DescriptorProtos.DescriptorProto.Builder |
setExtension(int index,
DescriptorProtos.FieldDescriptorProto.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
setExtension(int index,
DescriptorProtos.FieldDescriptorProto value)
|
DescriptorProtos.DescriptorProto.Builder |
setExtensionRange(int index,
DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
setExtensionRange(int index,
DescriptorProtos.DescriptorProto.ExtensionRange value)
|
DescriptorProtos.DescriptorProto.Builder |
setField(int index,
DescriptorProtos.FieldDescriptorProto.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
setField(int index,
DescriptorProtos.FieldDescriptorProto value)
|
DescriptorProtos.DescriptorProto.Builder |
setName(java.lang.String value)
|
DescriptorProtos.DescriptorProto.Builder |
setNestedType(int index,
DescriptorProtos.DescriptorProto.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
setNestedType(int index,
DescriptorProtos.DescriptorProto value)
|
DescriptorProtos.DescriptorProto.Builder |
setOptions(DescriptorProtos.MessageOptions.Builder builderForValue)
|
DescriptorProtos.DescriptorProto.Builder |
setOptions(DescriptorProtos.MessageOptions value)
|
| Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, parseUnknownField, setField, setRepeatedField, setUnknownFields |
| Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
internalGetResult
protected DescriptorProtos.DescriptorProto internalGetResult()
- Description copied from class:
GeneratedMessage.Builder
- Get the message being built. We don't just pass this to the
constructor because it becomes null when build() is called.
- Specified by:
internalGetResult in class GeneratedMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
clear
public DescriptorProtos.DescriptorProto.Builder clear()
- Description copied from interface:
MessageLite.Builder
- Resets all fields to their default values.
- Specified by:
clear in interface Message.Builder- Specified by:
clear in interface MessageLite.Builder- Overrides:
clear in class AbstractMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
clone
public DescriptorProtos.DescriptorProto.Builder clone()
- Description copied from interface:
MessageLite.Builder
- Clones the Builder.
- Specified by:
clone in interface Message.Builder- Specified by:
clone in interface MessageLite.Builder- Overrides:
clone in class GeneratedMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
- See Also:
Object.clone()
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
- Description copied from interface:
Message.Builder
- Get the message's type's descriptor.
See
Message.getDescriptorForType().
- Specified by:
getDescriptorForType in interface Message.Builder- Overrides:
getDescriptorForType in class GeneratedMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
getDefaultInstanceForType
public DescriptorProtos.DescriptorProto getDefaultInstanceForType()
- Description copied from interface:
MessageLite.Builder
- Get the message's type's default instance.
See
MessageLite.getDefaultInstanceForType().
isInitialized
public boolean isInitialized()
- Description copied from interface:
MessageLite.Builder
- Returns true if all required fields in the message and all embedded
messages are set, false otherwise.
- Specified by:
isInitialized in interface MessageLite.Builder- Overrides:
isInitialized in class GeneratedMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
build
public DescriptorProtos.DescriptorProto build()
- Description copied from interface:
MessageLite.Builder
- Construct the final message. Once this is called, the Builder is no
longer valid, and calling any other method will result in undefined
behavior and may throw a NullPointerException. If you need to continue
working with the builder after calling
build(), clone()
it first.
buildPartial
public DescriptorProtos.DescriptorProto buildPartial()
- Description copied from interface:
MessageLite.Builder
- Like
MessageLite.Builder.build(), but does not throw an exception if the message
is missing required fields. Instead, a partial message is returned.
Once this is called, the Builder is no longer valid, and calling any
will result in undefined behavior and may throw a NullPointerException.
If you need to continue working with the builder after calling
buildPartial(), clone() it first.
mergeFrom
public DescriptorProtos.DescriptorProto.Builder mergeFrom(Message other)
- Description copied from interface:
Message.Builder
- Merge
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:
* For singular primitive fields, if the field is set in other,
then other's value overwrites the value in this message.
* For singular message fields, if the field is set in other,
it is merged into the corresponding sub-message of this message
using the same merging rules.
* For repeated fields, the elements in other are concatenated
with the elements in this message.
This is equivalent to the Message::MergeFrom method in C++.
- Specified by:
mergeFrom in interface Message.Builder- Overrides:
mergeFrom in class AbstractMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
mergeFrom
public DescriptorProtos.DescriptorProto.Builder mergeFrom(DescriptorProtos.DescriptorProto other)
mergeFrom
public DescriptorProtos.DescriptorProto.Builder mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Description copied from interface:
MessageLite.Builder
- Like
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.
- Specified by:
mergeFrom in interface Message.Builder- Specified by:
mergeFrom in interface MessageLite.Builder- Overrides:
mergeFrom in class AbstractMessage.Builder<DescriptorProtos.DescriptorProto.Builder>
- Throws:
java.io.IOException
hasName
public boolean hasName()
getName
public java.lang.String getName()
setName
public DescriptorProtos.DescriptorProto.Builder setName(java.lang.String value)
clearName
public DescriptorProtos.DescriptorProto.Builder clearName()
getFieldList
public java.util.List<DescriptorProtos.FieldDescriptorProto> getFieldList()
getFieldCount
public int getFieldCount()
getField
public DescriptorProtos.FieldDescriptorProto getField(int index)
setField
public DescriptorProtos.DescriptorProto.Builder setField(int index,
DescriptorProtos.FieldDescriptorProto value)
setField
public DescriptorProtos.DescriptorProto.Builder setField(int index,
DescriptorProtos.FieldDescriptorProto.Builder builderForValue)
addField
public DescriptorProtos.DescriptorProto.Builder addField(DescriptorProtos.FieldDescriptorProto value)
addField
public DescriptorProtos.DescriptorProto.Builder addField(DescriptorProtos.FieldDescriptorProto.Builder builderForValue)
addAllField
public DescriptorProtos.DescriptorProto.Builder addAllField(java.lang.Iterable<? extends DescriptorProtos.FieldDescriptorProto> values)
clearField
public DescriptorProtos.DescriptorProto.Builder clearField()
getExtensionList
public java.util.List<DescriptorProtos.FieldDescriptorProto> getExtensionList()
getExtensionCount
public int getExtensionCount()
getExtension
public DescriptorProtos.FieldDescriptorProto getExtension(int index)
setExtension
public DescriptorProtos.DescriptorProto.Builder setExtension(int index,
DescriptorProtos.FieldDescriptorProto value)
setExtension
public DescriptorProtos.DescriptorProto.Builder setExtension(int index,
DescriptorProtos.FieldDescriptorProto.Builder builderForValue)
addExtension
public DescriptorProtos.DescriptorProto.Builder addExtension(DescriptorProtos.FieldDescriptorProto value)
addExtension
public DescriptorProtos.DescriptorProto.Builder addExtension(DescriptorProtos.FieldDescriptorProto.Builder builderForValue)
addAllExtension
public DescriptorProtos.DescriptorProto.Builder addAllExtension(java.lang.Iterable<? extends DescriptorProtos.FieldDescriptorProto> values)
clearExtension
public DescriptorProtos.DescriptorProto.Builder clearExtension()
getNestedTypeList
public java.util.List<DescriptorProtos.DescriptorProto> getNestedTypeList()
getNestedTypeCount
public int getNestedTypeCount()
getNestedType
public DescriptorProtos.DescriptorProto getNestedType(int index)
setNestedType
public DescriptorProtos.DescriptorProto.Builder setNestedType(int index,
DescriptorProtos.DescriptorProto value)
setNestedType
public DescriptorProtos.DescriptorProto.Builder setNestedType(int index,
DescriptorProtos.DescriptorProto.Builder builderForValue)
addNestedType
public DescriptorProtos.DescriptorProto.Builder addNestedType(DescriptorProtos.DescriptorProto value)
addNestedType
public DescriptorProtos.DescriptorProto.Builder addNestedType(DescriptorProtos.DescriptorProto.Builder builderForValue)
addAllNestedType
public DescriptorProtos.DescriptorProto.Builder addAllNestedType(java.lang.Iterable<? extends DescriptorProtos.DescriptorProto> values)
clearNestedType
public DescriptorProtos.DescriptorProto.Builder clearNestedType()
getEnumTypeList
public java.util.List<DescriptorProtos.EnumDescriptorProto> getEnumTypeList()
getEnumTypeCount
public int getEnumTypeCount()
getEnumType
public DescriptorProtos.EnumDescriptorProto getEnumType(int index)
setEnumType
public DescriptorProtos.DescriptorProto.Builder setEnumType(int index,
DescriptorProtos.EnumDescriptorProto value)
setEnumType
public DescriptorProtos.DescriptorProto.Builder setEnumType(int index,
DescriptorProtos.EnumDescriptorProto.Builder builderForValue)
addEnumType
public DescriptorProtos.DescriptorProto.Builder addEnumType(DescriptorProtos.EnumDescriptorProto value)
addEnumType
public DescriptorProtos.DescriptorProto.Builder addEnumType(DescriptorProtos.EnumDescriptorProto.Builder builderForValue)
addAllEnumType
public DescriptorProtos.DescriptorProto.Builder addAllEnumType(java.lang.Iterable<? extends DescriptorProtos.EnumDescriptorProto> values)
clearEnumType
public DescriptorProtos.DescriptorProto.Builder clearEnumType()
getExtensionRangeList
public java.util.List<DescriptorProtos.DescriptorProto.ExtensionRange> getExtensionRangeList()
getExtensionRangeCount
public int getExtensionRangeCount()
getExtensionRange
public DescriptorProtos.DescriptorProto.ExtensionRange getExtensionRange(int index)
setExtensionRange
public DescriptorProtos.DescriptorProto.Builder setExtensionRange(int index,
DescriptorProtos.DescriptorProto.ExtensionRange value)
setExtensionRange
public DescriptorProtos.DescriptorProto.Builder setExtensionRange(int index,
DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue)
addExtensionRange
public DescriptorProtos.DescriptorProto.Builder addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange value)
addExtensionRange
public DescriptorProtos.DescriptorProto.Builder addExtensionRange(DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue)
addAllExtensionRange
public DescriptorProtos.DescriptorProto.Builder addAllExtensionRange(java.lang.Iterable<? extends DescriptorProtos.DescriptorProto.ExtensionRange> values)
clearExtensionRange
public DescriptorProtos.DescriptorProto.Builder clearExtensionRange()
hasOptions
public boolean hasOptions()
getOptions
public DescriptorProtos.MessageOptions getOptions()
setOptions
public DescriptorProtos.DescriptorProto.Builder setOptions(DescriptorProtos.MessageOptions value)
setOptions
public DescriptorProtos.DescriptorProto.Builder setOptions(DescriptorProtos.MessageOptions.Builder builderForValue)
mergeOptions
public DescriptorProtos.DescriptorProto.Builder mergeOptions(DescriptorProtos.MessageOptions value)
clearOptions
public DescriptorProtos.DescriptorProto.Builder clearOptions()
Copyright © 2008-2009 Google. All Rights Reserved.