org.apache.hadoop.hbase.rest.protobuf.generated
Class CellSetMessage.CellSet.Row.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<CellSetMessage.CellSet.Row.Builder>
              extended by org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, Cloneable
Enclosing class:
CellSetMessage.CellSet.Row

public static final class CellSetMessage.CellSet.Row.Builder
extends com.google.protobuf.GeneratedMessage.Builder<CellSetMessage.CellSet.Row.Builder>


Method Summary
 CellSetMessage.CellSet.Row.Builder addAllValues(Iterable<? extends CellMessage.Cell> values)
           
 CellSetMessage.CellSet.Row.Builder addValues(CellMessage.Cell.Builder builderForValue)
           
 CellSetMessage.CellSet.Row.Builder addValues(CellMessage.Cell value)
           
 CellSetMessage.CellSet.Row build()
           
 CellSetMessage.CellSet.Row buildPartial()
           
 CellSetMessage.CellSet.Row.Builder clear()
           
 CellSetMessage.CellSet.Row.Builder clearKey()
           
 CellSetMessage.CellSet.Row.Builder clearValues()
           
 CellSetMessage.CellSet.Row.Builder clone()
           
 CellSetMessage.CellSet.Row getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 com.google.protobuf.ByteString getKey()
           
 CellMessage.Cell getValues(int index)
           
 int getValuesCount()
           
 List<CellMessage.Cell> getValuesList()
           
 boolean hasKey()
           
protected  CellSetMessage.CellSet.Row internalGetResult()
           
 boolean isInitialized()
           
 CellSetMessage.CellSet.Row.Builder mergeFrom(CellSetMessage.CellSet.Row other)
           
 CellSetMessage.CellSet.Row.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 CellSetMessage.CellSet.Row.Builder mergeFrom(com.google.protobuf.Message other)
           
 CellSetMessage.CellSet.Row.Builder setKey(com.google.protobuf.ByteString value)
           
 CellSetMessage.CellSet.Row.Builder setValues(int index, CellMessage.Cell.Builder builderForValue)
           
 CellSetMessage.CellSet.Row.Builder setValues(int index, CellMessage.Cell 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 CellSetMessage.CellSet.Row internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<CellSetMessage.CellSet.Row.Builder>

clear

public CellSetMessage.CellSet.Row.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<CellSetMessage.CellSet.Row.Builder>

clone

public CellSetMessage.CellSet.Row.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<CellSetMessage.CellSet.Row.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<CellSetMessage.CellSet.Row.Builder>

getDefaultInstanceForType

public CellSetMessage.CellSet.Row getDefaultInstanceForType()

isInitialized

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

build

public CellSetMessage.CellSet.Row build()

buildPartial

public CellSetMessage.CellSet.Row buildPartial()

mergeFrom

public CellSetMessage.CellSet.Row.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<CellSetMessage.CellSet.Row.Builder>

mergeFrom

public CellSetMessage.CellSet.Row.Builder mergeFrom(CellSetMessage.CellSet.Row other)

mergeFrom

public CellSetMessage.CellSet.Row.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws 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<CellSetMessage.CellSet.Row.Builder>
Throws:
IOException

hasKey

public boolean hasKey()

getKey

public com.google.protobuf.ByteString getKey()

setKey

public CellSetMessage.CellSet.Row.Builder setKey(com.google.protobuf.ByteString value)

clearKey

public CellSetMessage.CellSet.Row.Builder clearKey()

getValuesList

public List<CellMessage.Cell> getValuesList()

getValuesCount

public int getValuesCount()

getValues

public CellMessage.Cell getValues(int index)

setValues

public CellSetMessage.CellSet.Row.Builder setValues(int index,
                                                    CellMessage.Cell value)

setValues

public CellSetMessage.CellSet.Row.Builder setValues(int index,
                                                    CellMessage.Cell.Builder builderForValue)

addValues

public CellSetMessage.CellSet.Row.Builder addValues(CellMessage.Cell value)

addValues

public CellSetMessage.CellSet.Row.Builder addValues(CellMessage.Cell.Builder builderForValue)

addAllValues

public CellSetMessage.CellSet.Row.Builder addAllValues(Iterable<? extends CellMessage.Cell> values)

clearValues

public CellSetMessage.CellSet.Row.Builder clearValues()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.