de.huxhorn.lilith.data.logging.protobuf.generated
Class LoggingProto.EventIdentifier.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<LoggingProto.EventIdentifier.Builder>
              extended by de.huxhorn.lilith.data.logging.protobuf.generated.LoggingProto.EventIdentifier.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, java.lang.Cloneable
Enclosing class:
LoggingProto.EventIdentifier

public static final class LoggingProto.EventIdentifier.Builder
extends com.google.protobuf.GeneratedMessage.Builder<LoggingProto.EventIdentifier.Builder>


Method Summary
 LoggingProto.EventIdentifier build()
           
 LoggingProto.EventIdentifier buildPartial()
           
 LoggingProto.EventIdentifier.Builder clear()
           
 LoggingProto.EventIdentifier.Builder clearLocalId()
           
 LoggingProto.EventIdentifier.Builder clearSourceIdentifier()
           
 LoggingProto.EventIdentifier.Builder clone()
           
 LoggingProto.EventIdentifier getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 long getLocalId()
           
 LoggingProto.SourceIdentifier getSourceIdentifier()
           
 boolean hasLocalId()
           
 boolean hasSourceIdentifier()
           
protected  LoggingProto.EventIdentifier internalGetResult()
           
 boolean isInitialized()
           
 LoggingProto.EventIdentifier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 LoggingProto.EventIdentifier.Builder mergeFrom(LoggingProto.EventIdentifier other)
           
 LoggingProto.EventIdentifier.Builder mergeFrom(com.google.protobuf.Message other)
           
 LoggingProto.EventIdentifier.Builder mergeSourceIdentifier(LoggingProto.SourceIdentifier value)
           
 LoggingProto.EventIdentifier.Builder setLocalId(long value)
           
 LoggingProto.EventIdentifier.Builder setSourceIdentifier(LoggingProto.SourceIdentifier.Builder builderForValue)
           
 LoggingProto.EventIdentifier.Builder setSourceIdentifier(LoggingProto.SourceIdentifier 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 com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalGetResult

protected LoggingProto.EventIdentifier internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<LoggingProto.EventIdentifier.Builder>

clear

public LoggingProto.EventIdentifier.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.AbstractMessage.Builder<LoggingProto.EventIdentifier.Builder>

clone

public LoggingProto.EventIdentifier.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<LoggingProto.EventIdentifier.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<LoggingProto.EventIdentifier.Builder>

getDefaultInstanceForType

public LoggingProto.EventIdentifier getDefaultInstanceForType()

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLite.Builder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<LoggingProto.EventIdentifier.Builder>

build

public LoggingProto.EventIdentifier build()

buildPartial

public LoggingProto.EventIdentifier buildPartial()

mergeFrom

public LoggingProto.EventIdentifier.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoggingProto.EventIdentifier.Builder>

mergeFrom

public LoggingProto.EventIdentifier.Builder mergeFrom(LoggingProto.EventIdentifier other)

mergeFrom

public LoggingProto.EventIdentifier.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoggingProto.EventIdentifier.Builder>
Throws:
java.io.IOException

hasLocalId

public boolean hasLocalId()

getLocalId

public long getLocalId()

setLocalId

public LoggingProto.EventIdentifier.Builder setLocalId(long value)

clearLocalId

public LoggingProto.EventIdentifier.Builder clearLocalId()

hasSourceIdentifier

public boolean hasSourceIdentifier()

getSourceIdentifier

public LoggingProto.SourceIdentifier getSourceIdentifier()

setSourceIdentifier

public LoggingProto.EventIdentifier.Builder setSourceIdentifier(LoggingProto.SourceIdentifier value)

setSourceIdentifier

public LoggingProto.EventIdentifier.Builder setSourceIdentifier(LoggingProto.SourceIdentifier.Builder builderForValue)

mergeSourceIdentifier

public LoggingProto.EventIdentifier.Builder mergeSourceIdentifier(LoggingProto.SourceIdentifier value)

clearSourceIdentifier

public LoggingProto.EventIdentifier.Builder clearSourceIdentifier()