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

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


Method Summary
 TungstenProtos.ProtobufReplDBMSEvent.Builder addAllChange(java.lang.Iterable<? extends TungstenProtos.ProtobufOneChange> values)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder addAllMetadata(java.lang.Iterable<? extends TungstenProtos.ProtobufEventOption> values)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder addAllOptions(java.lang.Iterable<? extends TungstenProtos.ProtobufEventOption> values)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder addChange(TungstenProtos.ProtobufOneChange.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder addChange(TungstenProtos.ProtobufOneChange value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder addMetadata(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder addMetadata(TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder addOptions(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder addOptions(TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufReplDBMSEvent build()
           
 TungstenProtos.ProtobufReplDBMSEvent buildPartial()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder clear()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder clearChange()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder clearMetadata()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder clearOptions()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder clone()
           
 TungstenProtos.ProtobufOneChange getChange(int index)
           
 int getChangeCount()
           
 java.util.List<TungstenProtos.ProtobufOneChange> getChangeList()
           
 TungstenProtos.ProtobufReplDBMSEvent getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 TungstenProtos.ProtobufEventOption getMetadata(int index)
           
 int getMetadataCount()
           
 java.util.List<TungstenProtos.ProtobufEventOption> getMetadataList()
           
 TungstenProtos.ProtobufEventOption getOptions(int index)
           
 int getOptionsCount()
           
 java.util.List<TungstenProtos.ProtobufEventOption> getOptionsList()
           
protected  TungstenProtos.ProtobufReplDBMSEvent internalGetResult()
           
 boolean isInitialized()
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder mergeFrom(TungstenProtos.ProtobufReplDBMSEvent other)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder setChange(int index, TungstenProtos.ProtobufOneChange.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder setChange(int index, TungstenProtos.ProtobufOneChange value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder setMetadata(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder setMetadata(int index, TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder setOptions(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufReplDBMSEvent.Builder setOptions(int index, TungstenProtos.ProtobufEventOption 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.ProtobufReplDBMSEvent internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufReplDBMSEvent.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

public TungstenProtos.ProtobufReplDBMSEvent build()

buildPartial

public TungstenProtos.ProtobufReplDBMSEvent buildPartial()

mergeFrom

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

mergeFrom

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

mergeFrom

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

getChangeList

public java.util.List<TungstenProtos.ProtobufOneChange> getChangeList()

getChangeCount

public int getChangeCount()

getChange

public TungstenProtos.ProtobufOneChange getChange(int index)

setChange

public TungstenProtos.ProtobufReplDBMSEvent.Builder setChange(int index,
                                                              TungstenProtos.ProtobufOneChange value)

setChange

public TungstenProtos.ProtobufReplDBMSEvent.Builder setChange(int index,
                                                              TungstenProtos.ProtobufOneChange.Builder builderForValue)

addChange

public TungstenProtos.ProtobufReplDBMSEvent.Builder addChange(TungstenProtos.ProtobufOneChange value)

addChange

public TungstenProtos.ProtobufReplDBMSEvent.Builder addChange(TungstenProtos.ProtobufOneChange.Builder builderForValue)

addAllChange

public TungstenProtos.ProtobufReplDBMSEvent.Builder addAllChange(java.lang.Iterable<? extends TungstenProtos.ProtobufOneChange> values)

clearChange

public TungstenProtos.ProtobufReplDBMSEvent.Builder clearChange()

getMetadataList

public java.util.List<TungstenProtos.ProtobufEventOption> getMetadataList()

getMetadataCount

public int getMetadataCount()

getMetadata

public TungstenProtos.ProtobufEventOption getMetadata(int index)

setMetadata

public TungstenProtos.ProtobufReplDBMSEvent.Builder setMetadata(int index,
                                                                TungstenProtos.ProtobufEventOption value)

setMetadata

public TungstenProtos.ProtobufReplDBMSEvent.Builder setMetadata(int index,
                                                                TungstenProtos.ProtobufEventOption.Builder builderForValue)

addMetadata

public TungstenProtos.ProtobufReplDBMSEvent.Builder addMetadata(TungstenProtos.ProtobufEventOption value)

addMetadata

public TungstenProtos.ProtobufReplDBMSEvent.Builder addMetadata(TungstenProtos.ProtobufEventOption.Builder builderForValue)

addAllMetadata

public TungstenProtos.ProtobufReplDBMSEvent.Builder addAllMetadata(java.lang.Iterable<? extends TungstenProtos.ProtobufEventOption> values)

clearMetadata

public TungstenProtos.ProtobufReplDBMSEvent.Builder clearMetadata()

getOptionsList

public java.util.List<TungstenProtos.ProtobufEventOption> getOptionsList()

getOptionsCount

public int getOptionsCount()

getOptions

public TungstenProtos.ProtobufEventOption getOptions(int index)

setOptions

public TungstenProtos.ProtobufReplDBMSEvent.Builder setOptions(int index,
                                                               TungstenProtos.ProtobufEventOption value)

setOptions

public TungstenProtos.ProtobufReplDBMSEvent.Builder setOptions(int index,
                                                               TungstenProtos.ProtobufEventOption.Builder builderForValue)

addOptions

public TungstenProtos.ProtobufReplDBMSEvent.Builder addOptions(TungstenProtos.ProtobufEventOption value)

addOptions

public TungstenProtos.ProtobufReplDBMSEvent.Builder addOptions(TungstenProtos.ProtobufEventOption.Builder builderForValue)

addAllOptions

public TungstenProtos.ProtobufReplDBMSEvent.Builder addAllOptions(java.lang.Iterable<? extends TungstenProtos.ProtobufEventOption> values)

clearOptions

public TungstenProtos.ProtobufReplDBMSEvent.Builder clearOptions()