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

public static final class RPCProtos.ResponseHeader.Builder
extends com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>
implements RPCProtos.ResponseHeaderOrBuilder

Protobuf type ResponseHeader


Method Summary
 RPCProtos.ResponseHeader build()
           
 RPCProtos.ResponseHeader buildPartial()
           
 RPCProtos.ResponseHeader.Builder clear()
           
 RPCProtos.ResponseHeader.Builder clearCallId()
          optional uint32 call_id = 1;
 RPCProtos.ResponseHeader.Builder clearCellBlockMeta()
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.ResponseHeader.Builder clearException()
          optional .ExceptionResponse exception = 2;
 RPCProtos.ResponseHeader.Builder clone()
           
 int getCallId()
          optional uint32 call_id = 1;
 RPCProtos.CellBlockMeta getCellBlockMeta()
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.CellBlockMeta.Builder getCellBlockMetaBuilder()
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.ResponseHeader getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 RPCProtos.ExceptionResponse getException()
          optional .ExceptionResponse exception = 2;
 RPCProtos.ExceptionResponse.Builder getExceptionBuilder()
          optional .ExceptionResponse exception = 2;
 RPCProtos.ExceptionResponseOrBuilder getExceptionOrBuilder()
          optional .ExceptionResponse exception = 2;
 boolean hasCallId()
          optional uint32 call_id = 1;
 boolean hasCellBlockMeta()
          optional .CellBlockMeta cell_block_meta = 3;
 boolean hasException()
          optional .ExceptionResponse exception = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RPCProtos.ResponseHeader.Builder mergeCellBlockMeta(RPCProtos.CellBlockMeta value)
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.ResponseHeader.Builder mergeException(RPCProtos.ExceptionResponse value)
          optional .ExceptionResponse exception = 2;
 RPCProtos.ResponseHeader.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RPCProtos.ResponseHeader.Builder mergeFrom(com.google.protobuf.Message other)
           
 RPCProtos.ResponseHeader.Builder mergeFrom(RPCProtos.ResponseHeader other)
           
 RPCProtos.ResponseHeader.Builder setCallId(int value)
          optional uint32 call_id = 1;
 RPCProtos.ResponseHeader.Builder setCellBlockMeta(RPCProtos.CellBlockMeta.Builder builderForValue)
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.ResponseHeader.Builder setCellBlockMeta(RPCProtos.CellBlockMeta value)
          optional .CellBlockMeta cell_block_meta = 3;
 RPCProtos.ResponseHeader.Builder setException(RPCProtos.ExceptionResponse.Builder builderForValue)
          optional .ExceptionResponse exception = 2;
 RPCProtos.ResponseHeader.Builder setException(RPCProtos.ExceptionResponse value)
          optional .ExceptionResponse exception = 2;
 
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<RPCProtos.ResponseHeader.Builder>

clear

public RPCProtos.ResponseHeader.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<RPCProtos.ResponseHeader.Builder>

clone

public RPCProtos.ResponseHeader.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<RPCProtos.ResponseHeader.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<RPCProtos.ResponseHeader.Builder>

getDefaultInstanceForType

public RPCProtos.ResponseHeader getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public RPCProtos.ResponseHeader.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<RPCProtos.ResponseHeader.Builder>

mergeFrom

public RPCProtos.ResponseHeader.Builder mergeFrom(RPCProtos.ResponseHeader other)

isInitialized

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

mergeFrom

public RPCProtos.ResponseHeader.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<RPCProtos.ResponseHeader.Builder>
Throws:
IOException

hasCallId

public boolean hasCallId()
optional uint32 call_id = 1;

Specified by:
hasCallId in interface RPCProtos.ResponseHeaderOrBuilder

getCallId

public int getCallId()
optional uint32 call_id = 1;

Specified by:
getCallId in interface RPCProtos.ResponseHeaderOrBuilder

setCallId

public RPCProtos.ResponseHeader.Builder setCallId(int value)
optional uint32 call_id = 1;


clearCallId

public RPCProtos.ResponseHeader.Builder clearCallId()
optional uint32 call_id = 1;


hasException

public boolean hasException()
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 

Specified by:
hasException in interface RPCProtos.ResponseHeaderOrBuilder

getException

public RPCProtos.ExceptionResponse getException()
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 

Specified by:
getException in interface RPCProtos.ResponseHeaderOrBuilder

setException

public RPCProtos.ResponseHeader.Builder setException(RPCProtos.ExceptionResponse value)
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 


setException

public RPCProtos.ResponseHeader.Builder setException(RPCProtos.ExceptionResponse.Builder builderForValue)
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 


mergeException

public RPCProtos.ResponseHeader.Builder mergeException(RPCProtos.ExceptionResponse value)
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 


clearException

public RPCProtos.ResponseHeader.Builder clearException()
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 


getExceptionBuilder

public RPCProtos.ExceptionResponse.Builder getExceptionBuilder()
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 


getExceptionOrBuilder

public RPCProtos.ExceptionResponseOrBuilder getExceptionOrBuilder()
optional .ExceptionResponse exception = 2;
 If present, then request threw an exception and no response message (else we presume one)
 

Specified by:
getExceptionOrBuilder in interface RPCProtos.ResponseHeaderOrBuilder

hasCellBlockMeta

public boolean hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 

Specified by:
hasCellBlockMeta in interface RPCProtos.ResponseHeaderOrBuilder

getCellBlockMeta

public RPCProtos.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 

Specified by:
getCellBlockMeta in interface RPCProtos.ResponseHeaderOrBuilder

setCellBlockMeta

public RPCProtos.ResponseHeader.Builder setCellBlockMeta(RPCProtos.CellBlockMeta value)
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 


setCellBlockMeta

public RPCProtos.ResponseHeader.Builder setCellBlockMeta(RPCProtos.CellBlockMeta.Builder builderForValue)
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 


mergeCellBlockMeta

public RPCProtos.ResponseHeader.Builder mergeCellBlockMeta(RPCProtos.CellBlockMeta value)
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 


clearCellBlockMeta

public RPCProtos.ResponseHeader.Builder clearCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 


getCellBlockMetaBuilder

public RPCProtos.CellBlockMeta.Builder getCellBlockMetaBuilder()
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 


getCellBlockMetaOrBuilder

public RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
optional .CellBlockMeta cell_block_meta = 3;
 If present, then an encoded data block follows.
 

Specified by:
getCellBlockMetaOrBuilder in interface RPCProtos.ResponseHeaderOrBuilder


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