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

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


Method Summary
 TungstenProtos.ProtobufStatementData.Builder addAllOptions(java.lang.Iterable<? extends TungstenProtos.ProtobufEventOption> values)
           
 TungstenProtos.ProtobufStatementData.Builder addOptions(TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufStatementData.Builder addOptions(TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufStatementData build()
           
 TungstenProtos.ProtobufStatementData buildPartial()
           
 TungstenProtos.ProtobufStatementData.Builder clear()
           
 TungstenProtos.ProtobufStatementData.Builder clearDefaultSchema()
           
 TungstenProtos.ProtobufStatementData.Builder clearErrorCode()
           
 TungstenProtos.ProtobufStatementData.Builder clearOptions()
           
 TungstenProtos.ProtobufStatementData.Builder clearQuery()
           
 TungstenProtos.ProtobufStatementData.Builder clearQueryBytes()
           
 TungstenProtos.ProtobufStatementData.Builder clearTimestamp()
           
 TungstenProtos.ProtobufStatementData.Builder clone()
           
 TungstenProtos.ProtobufStatementData getDefaultInstanceForType()
           
 java.lang.String getDefaultSchema()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getErrorCode()
           
 TungstenProtos.ProtobufEventOption getOptions(int index)
           
 int getOptionsCount()
           
 java.util.List<TungstenProtos.ProtobufEventOption> getOptionsList()
           
 java.lang.String getQuery()
           
 com.google.protobuf.ByteString getQueryBytes()
           
 long getTimestamp()
           
 boolean hasDefaultSchema()
           
 boolean hasErrorCode()
           
 boolean hasQuery()
           
 boolean hasQueryBytes()
           
 boolean hasTimestamp()
           
protected  TungstenProtos.ProtobufStatementData internalGetResult()
           
 boolean isInitialized()
           
 TungstenProtos.ProtobufStatementData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufStatementData.Builder mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufStatementData.Builder mergeFrom(TungstenProtos.ProtobufStatementData other)
           
 TungstenProtos.ProtobufStatementData.Builder setDefaultSchema(java.lang.String value)
           
 TungstenProtos.ProtobufStatementData.Builder setErrorCode(int value)
           
 TungstenProtos.ProtobufStatementData.Builder setOptions(int index, TungstenProtos.ProtobufEventOption.Builder builderForValue)
           
 TungstenProtos.ProtobufStatementData.Builder setOptions(int index, TungstenProtos.ProtobufEventOption value)
           
 TungstenProtos.ProtobufStatementData.Builder setQuery(java.lang.String value)
           
 TungstenProtos.ProtobufStatementData.Builder setQueryBytes(com.google.protobuf.ByteString value)
           
 TungstenProtos.ProtobufStatementData.Builder setTimestamp(long 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.ProtobufStatementData internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufStatementData.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

public TungstenProtos.ProtobufStatementData build()

buildPartial

public TungstenProtos.ProtobufStatementData buildPartial()

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasDefaultSchema

public boolean hasDefaultSchema()

getDefaultSchema

public java.lang.String getDefaultSchema()

setDefaultSchema

public TungstenProtos.ProtobufStatementData.Builder setDefaultSchema(java.lang.String value)

clearDefaultSchema

public TungstenProtos.ProtobufStatementData.Builder clearDefaultSchema()

hasTimestamp

public boolean hasTimestamp()

getTimestamp

public long getTimestamp()

setTimestamp

public TungstenProtos.ProtobufStatementData.Builder setTimestamp(long value)

clearTimestamp

public TungstenProtos.ProtobufStatementData.Builder clearTimestamp()

hasQuery

public boolean hasQuery()

getQuery

public java.lang.String getQuery()

setQuery

public TungstenProtos.ProtobufStatementData.Builder setQuery(java.lang.String value)

clearQuery

public TungstenProtos.ProtobufStatementData.Builder clearQuery()

getOptionsList

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

getOptionsCount

public int getOptionsCount()

getOptions

public TungstenProtos.ProtobufEventOption getOptions(int index)

setOptions

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

setOptions

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

addOptions

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

addOptions

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

addAllOptions

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

clearOptions

public TungstenProtos.ProtobufStatementData.Builder clearOptions()

hasErrorCode

public boolean hasErrorCode()

getErrorCode

public int getErrorCode()

setErrorCode

public TungstenProtos.ProtobufStatementData.Builder setErrorCode(int value)

clearErrorCode

public TungstenProtos.ProtobufStatementData.Builder clearErrorCode()

hasQueryBytes

public boolean hasQueryBytes()

getQueryBytes

public com.google.protobuf.ByteString getQueryBytes()

setQueryBytes

public TungstenProtos.ProtobufStatementData.Builder setQueryBytes(com.google.protobuf.ByteString value)

clearQueryBytes

public TungstenProtos.ProtobufStatementData.Builder clearQueryBytes()