com.continuent.tungsten.replicator.thl.protobuf
Class TungstenProtos.ProtobufEventOption.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<TungstenProtos.ProtobufEventOption.Builder>
              extended by com.continuent.tungsten.replicator.thl.protobuf.TungstenProtos.ProtobufEventOption.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, java.lang.Cloneable
Enclosing class:
TungstenProtos.ProtobufEventOption

public static final class TungstenProtos.ProtobufEventOption.Builder
extends com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufEventOption.Builder>


Method Summary
 TungstenProtos.ProtobufEventOption build()
           
 TungstenProtos.ProtobufEventOption buildPartial()
           
 TungstenProtos.ProtobufEventOption.Builder clear()
           
 TungstenProtos.ProtobufEventOption.Builder clearName()
           
 TungstenProtos.ProtobufEventOption.Builder clearValue()
           
 TungstenProtos.ProtobufEventOption.Builder clone()
           
 TungstenProtos.ProtobufEventOption getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 boolean hasName()
           
 boolean hasValue()
           
protected  TungstenProtos.ProtobufEventOption internalGetResult()
           
 boolean isInitialized()
           
 TungstenProtos.ProtobufEventOption.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufEventOption.Builder mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufEventOption.Builder mergeFrom(TungstenProtos.ProtobufEventOption other)
           
 TungstenProtos.ProtobufEventOption.Builder setName(java.lang.String value)
           
 TungstenProtos.ProtobufEventOption.Builder setValue(java.lang.String 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 TungstenProtos.ProtobufEventOption internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufEventOption.Builder>

clear

public TungstenProtos.ProtobufEventOption.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<TungstenProtos.ProtobufEventOption.Builder>

clone

public TungstenProtos.ProtobufEventOption.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<TungstenProtos.ProtobufEventOption.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<TungstenProtos.ProtobufEventOption.Builder>

getDefaultInstanceForType

public TungstenProtos.ProtobufEventOption getDefaultInstanceForType()

isInitialized

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

build

public TungstenProtos.ProtobufEventOption build()

buildPartial

public TungstenProtos.ProtobufEventOption buildPartial()

mergeFrom

public TungstenProtos.ProtobufEventOption.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<TungstenProtos.ProtobufEventOption.Builder>

mergeFrom

public TungstenProtos.ProtobufEventOption.Builder mergeFrom(TungstenProtos.ProtobufEventOption other)

mergeFrom

public TungstenProtos.ProtobufEventOption.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<TungstenProtos.ProtobufEventOption.Builder>
Throws:
java.io.IOException

hasName

public boolean hasName()

getName

public java.lang.String getName()

setName

public TungstenProtos.ProtobufEventOption.Builder setName(java.lang.String value)

clearName

public TungstenProtos.ProtobufEventOption.Builder clearName()

hasValue

public boolean hasValue()

getValue

public java.lang.String getValue()

setValue

public TungstenProtos.ProtobufEventOption.Builder setValue(java.lang.String value)

clearValue

public TungstenProtos.ProtobufEventOption.Builder clearValue()