org.apache.hadoop.hbase.protobuf.generated
Class ClientProtos.Result.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<ClientProtos.Result.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Result.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ClientProtos.ResultOrBuilder
Enclosing class:
ClientProtos.Result

public static final class ClientProtos.Result.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder>
implements ClientProtos.ResultOrBuilder

Protobuf type Result


Method Summary
 ClientProtos.Result.Builder addAllCell(Iterable<? extends CellProtos.Cell> values)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder addCell(CellProtos.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder addCell(CellProtos.Cell value)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder addCell(int index, CellProtos.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder addCell(int index, CellProtos.Cell value)
          repeated .Cell cell = 1;
 CellProtos.Cell.Builder addCellBuilder()
          repeated .Cell cell = 1;
 CellProtos.Cell.Builder addCellBuilder(int index)
          repeated .Cell cell = 1;
 ClientProtos.Result build()
           
 ClientProtos.Result buildPartial()
           
 ClientProtos.Result.Builder clear()
           
 ClientProtos.Result.Builder clearAssociatedCellCount()
          optional int32 associated_cell_count = 2;
 ClientProtos.Result.Builder clearCell()
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder clearExists()
          optional bool exists = 3;
 ClientProtos.Result.Builder clone()
           
 int getAssociatedCellCount()
          optional int32 associated_cell_count = 2;
 CellProtos.Cell getCell(int index)
          repeated .Cell cell = 1;
 CellProtos.Cell.Builder getCellBuilder(int index)
          repeated .Cell cell = 1;
 List<CellProtos.Cell.Builder> getCellBuilderList()
          repeated .Cell cell = 1;
 int getCellCount()
          repeated .Cell cell = 1;
 List<CellProtos.Cell> getCellList()
          repeated .Cell cell = 1;
 CellProtos.CellOrBuilder getCellOrBuilder(int index)
          repeated .Cell cell = 1;
 List<? extends CellProtos.CellOrBuilder> getCellOrBuilderList()
          repeated .Cell cell = 1;
 ClientProtos.Result getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean getExists()
          optional bool exists = 3;
 boolean hasAssociatedCellCount()
          optional int32 associated_cell_count = 2;
 boolean hasExists()
          optional bool exists = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ClientProtos.Result.Builder mergeFrom(ClientProtos.Result other)
           
 ClientProtos.Result.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientProtos.Result.Builder mergeFrom(com.google.protobuf.Message other)
           
 ClientProtos.Result.Builder removeCell(int index)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder setAssociatedCellCount(int value)
          optional int32 associated_cell_count = 2;
 ClientProtos.Result.Builder setCell(int index, CellProtos.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder setCell(int index, CellProtos.Cell value)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder setExists(boolean value)
          optional bool exists = 3;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, 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
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder>

clear

public ClientProtos.Result.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.GeneratedMessage.Builder<ClientProtos.Result.Builder>

clone

public ClientProtos.Result.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<ClientProtos.Result.Builder>

getDescriptorForType

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

getDefaultInstanceForType

public ClientProtos.Result getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public ClientProtos.Result build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ClientProtos.Result buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ClientProtos.Result.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<ClientProtos.Result.Builder>

mergeFrom

public ClientProtos.Result.Builder mergeFrom(ClientProtos.Result other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.Result.Builder>

mergeFrom

public ClientProtos.Result.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<ClientProtos.Result.Builder>
Throws:
IOException

getCellList

public List<CellProtos.Cell> getCellList()
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 

Specified by:
getCellList in interface ClientProtos.ResultOrBuilder

getCellCount

public int getCellCount()
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 

Specified by:
getCellCount in interface ClientProtos.ResultOrBuilder

getCell

public CellProtos.Cell getCell(int index)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 

Specified by:
getCell in interface ClientProtos.ResultOrBuilder

setCell

public ClientProtos.Result.Builder setCell(int index,
                                           CellProtos.Cell value)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


setCell

public ClientProtos.Result.Builder setCell(int index,
                                           CellProtos.Cell.Builder builderForValue)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


addCell

public ClientProtos.Result.Builder addCell(CellProtos.Cell value)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


addCell

public ClientProtos.Result.Builder addCell(int index,
                                           CellProtos.Cell value)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


addCell

public ClientProtos.Result.Builder addCell(CellProtos.Cell.Builder builderForValue)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


addCell

public ClientProtos.Result.Builder addCell(int index,
                                           CellProtos.Cell.Builder builderForValue)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


addAllCell

public ClientProtos.Result.Builder addAllCell(Iterable<? extends CellProtos.Cell> values)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


clearCell

public ClientProtos.Result.Builder clearCell()
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


removeCell

public ClientProtos.Result.Builder removeCell(int index)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


getCellBuilder

public CellProtos.Cell.Builder getCellBuilder(int index)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


getCellOrBuilder

public CellProtos.CellOrBuilder getCellOrBuilder(int index)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 

Specified by:
getCellOrBuilder in interface ClientProtos.ResultOrBuilder

getCellOrBuilderList

public List<? extends CellProtos.CellOrBuilder> getCellOrBuilderList()
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 

Specified by:
getCellOrBuilderList in interface ClientProtos.ResultOrBuilder

addCellBuilder

public CellProtos.Cell.Builder addCellBuilder()
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


addCellBuilder

public CellProtos.Cell.Builder addCellBuilder(int index)
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


getCellBuilderList

public List<CellProtos.Cell.Builder> getCellBuilderList()
repeated .Cell cell = 1;
 Result includes the Cells or else it just has a count of Cells
 that are carried otherwise.
 


hasAssociatedCellCount

public boolean hasAssociatedCellCount()
optional int32 associated_cell_count = 2;
 The below count is set when the associated cells are
 not part of this protobuf message; they are passed alongside
 and then this Message is just a placeholder with metadata.
 The count is needed to know how many to peel off the block of Cells as
 ours.  NOTE: This is different from the pb managed cell_count of the
 'cell' field above which is non-null when the cells are pb'd.
 

Specified by:
hasAssociatedCellCount in interface ClientProtos.ResultOrBuilder

getAssociatedCellCount

public int getAssociatedCellCount()
optional int32 associated_cell_count = 2;
 The below count is set when the associated cells are
 not part of this protobuf message; they are passed alongside
 and then this Message is just a placeholder with metadata.
 The count is needed to know how many to peel off the block of Cells as
 ours.  NOTE: This is different from the pb managed cell_count of the
 'cell' field above which is non-null when the cells are pb'd.
 

Specified by:
getAssociatedCellCount in interface ClientProtos.ResultOrBuilder

setAssociatedCellCount

public ClientProtos.Result.Builder setAssociatedCellCount(int value)
optional int32 associated_cell_count = 2;
 The below count is set when the associated cells are
 not part of this protobuf message; they are passed alongside
 and then this Message is just a placeholder with metadata.
 The count is needed to know how many to peel off the block of Cells as
 ours.  NOTE: This is different from the pb managed cell_count of the
 'cell' field above which is non-null when the cells are pb'd.
 


clearAssociatedCellCount

public ClientProtos.Result.Builder clearAssociatedCellCount()
optional int32 associated_cell_count = 2;
 The below count is set when the associated cells are
 not part of this protobuf message; they are passed alongside
 and then this Message is just a placeholder with metadata.
 The count is needed to know how many to peel off the block of Cells as
 ours.  NOTE: This is different from the pb managed cell_count of the
 'cell' field above which is non-null when the cells are pb'd.
 


hasExists

public boolean hasExists()
optional bool exists = 3;
 used for Get to check existence only. Not set if existence_only was not set to true
  in the query.
 

Specified by:
hasExists in interface ClientProtos.ResultOrBuilder

getExists

public boolean getExists()
optional bool exists = 3;
 used for Get to check existence only. Not set if existence_only was not set to true
  in the query.
 

Specified by:
getExists in interface ClientProtos.ResultOrBuilder

setExists

public ClientProtos.Result.Builder setExists(boolean value)
optional bool exists = 3;
 used for Get to check existence only. Not set if existence_only was not set to true
  in the query.
 


clearExists

public ClientProtos.Result.Builder clearExists()
optional bool exists = 3;
 used for Get to check existence only. Not set if existence_only was not set to true
  in the query.
 



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