com.google.protobuf
Class DescriptorProtos.EnumDescriptorProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
      extended by com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.EnumDescriptorProto.Builder>
          extended by com.google.protobuf.DescriptorProtos.EnumDescriptorProto.Builder
All Implemented Interfaces:
Message.Builder, java.lang.Cloneable
Enclosing class:
DescriptorProtos.EnumDescriptorProto

public static final class DescriptorProtos.EnumDescriptorProto.Builder
extends GeneratedMessage.Builder<DescriptorProtos.EnumDescriptorProto.Builder>


Method Summary
 DescriptorProtos.EnumDescriptorProto.Builder addAllValue(java.lang.Iterable<? extends DescriptorProtos.EnumValueDescriptorProto> values)
           
 DescriptorProtos.EnumDescriptorProto.Builder addValue(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue)
           
 DescriptorProtos.EnumDescriptorProto.Builder addValue(DescriptorProtos.EnumValueDescriptorProto value)
           
 DescriptorProtos.EnumDescriptorProto build()
          Construct the final message.
 DescriptorProtos.EnumDescriptorProto buildPartial()
          Like Message.Builder.build(), but does not throw an exception if the message is missing required fields.
 DescriptorProtos.EnumDescriptorProto.Builder clear()
          Resets all fields to their default values.
 DescriptorProtos.EnumDescriptorProto.Builder clearName()
           
 DescriptorProtos.EnumDescriptorProto.Builder clearOptions()
           
 DescriptorProtos.EnumDescriptorProto.Builder clearValue()
           
 DescriptorProtos.EnumDescriptorProto.Builder clone()
          Clones the Builder.
 DescriptorProtos.EnumDescriptorProto getDefaultInstanceForType()
          Get the message's type's default instance.
 Descriptors.Descriptor getDescriptorForType()
          Get the message's type's descriptor.
 java.lang.String getName()
           
 DescriptorProtos.EnumOptions getOptions()
           
 DescriptorProtos.EnumValueDescriptorProto getValue(int index)
           
 int getValueCount()
           
 java.util.List<DescriptorProtos.EnumValueDescriptorProto> getValueList()
           
 boolean hasName()
           
 boolean hasOptions()
           
protected  DescriptorProtos.EnumDescriptorProto internalGetResult()
          Get the message being built.
 DescriptorProtos.EnumDescriptorProto.Builder mergeFrom(CodedInputStream input)
          Parses a message of this type from the input and merges it with this message, as if using Message.Builder.mergeFrom(Message).
 DescriptorProtos.EnumDescriptorProto.Builder mergeFrom(CodedInputStream input, ExtensionRegistry extensionRegistry)
          Like Message.Builder.mergeFrom(CodedInputStream), but also parses extensions.
 DescriptorProtos.EnumDescriptorProto.Builder mergeFrom(DescriptorProtos.EnumDescriptorProto other)
           
 DescriptorProtos.EnumDescriptorProto.Builder mergeFrom(Message other)
          Merge other into the message being built.
 DescriptorProtos.EnumDescriptorProto.Builder mergeOptions(DescriptorProtos.EnumOptions value)
           
 DescriptorProtos.EnumDescriptorProto.Builder setName(java.lang.String value)
           
 DescriptorProtos.EnumDescriptorProto.Builder setOptions(DescriptorProtos.EnumOptions.Builder builderForValue)
           
 DescriptorProtos.EnumDescriptorProto.Builder setOptions(DescriptorProtos.EnumOptions value)
           
 DescriptorProtos.EnumDescriptorProto.Builder setValue(int index, DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue)
           
 DescriptorProtos.EnumDescriptorProto.Builder setValue(int index, DescriptorProtos.EnumValueDescriptorProto value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addAll, addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isInitialized, 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalGetResult

protected DescriptorProtos.EnumDescriptorProto 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.EnumDescriptorProto.Builder>

clear

public DescriptorProtos.EnumDescriptorProto.Builder clear()
Description copied from interface: Message.Builder
Resets all fields to their default values.

Specified by:
clear in interface Message.Builder
Overrides:
clear in class AbstractMessage.Builder<DescriptorProtos.EnumDescriptorProto.Builder>

clone

public DescriptorProtos.EnumDescriptorProto.Builder clone()
Description copied from interface: Message.Builder
Clones the Builder.

Specified by:
clone in interface Message.Builder
Specified by:
clone in class AbstractMessage.Builder<DescriptorProtos.EnumDescriptorProto.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.EnumDescriptorProto.Builder>

getDefaultInstanceForType

public DescriptorProtos.EnumDescriptorProto getDefaultInstanceForType()
Description copied from interface: Message.Builder
Get the message's type's default instance. See Message.getDefaultInstanceForType().


build

public DescriptorProtos.EnumDescriptorProto build()
Description copied from interface: Message.Builder
Construct the final message. Once this is called, the Builder is no longer valid, and calling any other method may throw a NullPointerException. If you need to continue working with the builder after calling build(), clone() it first.


buildPartial

public DescriptorProtos.EnumDescriptorProto buildPartial()
Description copied from interface: Message.Builder
Like Message.Builder.build(), but does not throw an exception if the message is missing required fields. Instead, a partial message is returned.


mergeFrom

public DescriptorProtos.EnumDescriptorProto.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 GeneratedMessage.Builder<DescriptorProtos.EnumDescriptorProto.Builder>

mergeFrom

public DescriptorProtos.EnumDescriptorProto.Builder mergeFrom(DescriptorProtos.EnumDescriptorProto other)

mergeFrom

public DescriptorProtos.EnumDescriptorProto.Builder mergeFrom(CodedInputStream input)
                                                       throws java.io.IOException
Description copied from interface: Message.Builder
Parses a message of this type from the input and merges it with this message, as if using Message.Builder.mergeFrom(Message).

Warning: This does not verify that all required fields are present in the input message. If you call Message.Builder.build() without setting all required fields, it will throw an UninitializedMessageException, which is a RuntimeException and thus might not be caught. There are a few good ways to deal with this:

Note: The caller should call CodedInputStream.checkLastTagWas(int) after calling this to verify that the last tag seen was the appropriate end-group tag, or zero for EOF.

Specified by:
mergeFrom in interface Message.Builder
Overrides:
mergeFrom in class AbstractMessage.Builder<DescriptorProtos.EnumDescriptorProto.Builder>
Throws:
java.io.IOException

mergeFrom

public DescriptorProtos.EnumDescriptorProto.Builder mergeFrom(CodedInputStream input,
                                                              ExtensionRegistry extensionRegistry)
                                                       throws java.io.IOException
Description copied from interface: Message.Builder
Like Message.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
Overrides:
mergeFrom in class AbstractMessage.Builder<DescriptorProtos.EnumDescriptorProto.Builder>
Throws:
java.io.IOException

hasName

public boolean hasName()

getName

public java.lang.String getName()

setName

public DescriptorProtos.EnumDescriptorProto.Builder setName(java.lang.String value)

clearName

public DescriptorProtos.EnumDescriptorProto.Builder clearName()

getValueList

public java.util.List<DescriptorProtos.EnumValueDescriptorProto> getValueList()

getValueCount

public int getValueCount()

getValue

public DescriptorProtos.EnumValueDescriptorProto getValue(int index)

setValue

public DescriptorProtos.EnumDescriptorProto.Builder setValue(int index,
                                                             DescriptorProtos.EnumValueDescriptorProto value)

setValue

public DescriptorProtos.EnumDescriptorProto.Builder setValue(int index,
                                                             DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue)

addValue

public DescriptorProtos.EnumDescriptorProto.Builder addValue(DescriptorProtos.EnumValueDescriptorProto value)

addValue

public DescriptorProtos.EnumDescriptorProto.Builder addValue(DescriptorProtos.EnumValueDescriptorProto.Builder builderForValue)

addAllValue

public DescriptorProtos.EnumDescriptorProto.Builder addAllValue(java.lang.Iterable<? extends DescriptorProtos.EnumValueDescriptorProto> values)

clearValue

public DescriptorProtos.EnumDescriptorProto.Builder clearValue()

hasOptions

public boolean hasOptions()

getOptions

public DescriptorProtos.EnumOptions getOptions()

setOptions

public DescriptorProtos.EnumDescriptorProto.Builder setOptions(DescriptorProtos.EnumOptions value)

setOptions

public DescriptorProtos.EnumDescriptorProto.Builder setOptions(DescriptorProtos.EnumOptions.Builder builderForValue)

mergeOptions

public DescriptorProtos.EnumDescriptorProto.Builder mergeOptions(DescriptorProtos.EnumOptions value)

clearOptions

public DescriptorProtos.EnumDescriptorProto.Builder clearOptions()


Copyright © 2008-2009. All Rights Reserved.