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

public static final class ClientProtos.GetRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClientProtos.GetRequest.Builder>
implements ClientProtos.GetRequestOrBuilder


Method Summary
 ClientProtos.GetRequest build()
           
 ClientProtos.GetRequest buildPartial()
           
 ClientProtos.GetRequest.Builder clear()
           
 ClientProtos.GetRequest.Builder clearClosestRowBefore()
           
 ClientProtos.GetRequest.Builder clearExistenceOnly()
           
 ClientProtos.GetRequest.Builder clearGet()
           
 ClientProtos.GetRequest.Builder clearRegion()
           
 ClientProtos.GetRequest.Builder clone()
           
 boolean getClosestRowBefore()
           
 ClientProtos.GetRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean getExistenceOnly()
           
 ClientProtos.Get getGet()
           
 ClientProtos.Get.Builder getGetBuilder()
           
 ClientProtos.GetOrBuilder getGetOrBuilder()
           
 HBaseProtos.RegionSpecifier getRegion()
           
 HBaseProtos.RegionSpecifier.Builder getRegionBuilder()
           
 HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
           
 boolean hasClosestRowBefore()
           
 boolean hasExistenceOnly()
           
 boolean hasGet()
           
 boolean hasRegion()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ClientProtos.GetRequest.Builder mergeFrom(ClientProtos.GetRequest other)
           
 ClientProtos.GetRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientProtos.GetRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 ClientProtos.GetRequest.Builder mergeGet(ClientProtos.Get value)
           
 ClientProtos.GetRequest.Builder mergeRegion(HBaseProtos.RegionSpecifier value)
           
 ClientProtos.GetRequest.Builder setClosestRowBefore(boolean value)
           
 ClientProtos.GetRequest.Builder setExistenceOnly(boolean value)
           
 ClientProtos.GetRequest.Builder setGet(ClientProtos.Get.Builder builderForValue)
           
 ClientProtos.GetRequest.Builder setGet(ClientProtos.Get value)
           
 ClientProtos.GetRequest.Builder setRegion(HBaseProtos.RegionSpecifier.Builder builderForValue)
           
 ClientProtos.GetRequest.Builder setRegion(HBaseProtos.RegionSpecifier value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, 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
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, 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.GetRequest.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

public ClientProtos.GetRequest.Builder mergeFrom(ClientProtos.GetRequest 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.GetRequest.Builder>

mergeFrom

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

hasRegion

public boolean hasRegion()
Specified by:
hasRegion in interface ClientProtos.GetRequestOrBuilder

getRegion

public HBaseProtos.RegionSpecifier getRegion()
Specified by:
getRegion in interface ClientProtos.GetRequestOrBuilder

setRegion

public ClientProtos.GetRequest.Builder setRegion(HBaseProtos.RegionSpecifier value)

setRegion

public ClientProtos.GetRequest.Builder setRegion(HBaseProtos.RegionSpecifier.Builder builderForValue)

mergeRegion

public ClientProtos.GetRequest.Builder mergeRegion(HBaseProtos.RegionSpecifier value)

clearRegion

public ClientProtos.GetRequest.Builder clearRegion()

getRegionBuilder

public HBaseProtos.RegionSpecifier.Builder getRegionBuilder()

getRegionOrBuilder

public HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
Specified by:
getRegionOrBuilder in interface ClientProtos.GetRequestOrBuilder

hasGet

public boolean hasGet()
Specified by:
hasGet in interface ClientProtos.GetRequestOrBuilder

getGet

public ClientProtos.Get getGet()
Specified by:
getGet in interface ClientProtos.GetRequestOrBuilder

setGet

public ClientProtos.GetRequest.Builder setGet(ClientProtos.Get value)

setGet

public ClientProtos.GetRequest.Builder setGet(ClientProtos.Get.Builder builderForValue)

mergeGet

public ClientProtos.GetRequest.Builder mergeGet(ClientProtos.Get value)

clearGet

public ClientProtos.GetRequest.Builder clearGet()

getGetBuilder

public ClientProtos.Get.Builder getGetBuilder()

getGetOrBuilder

public ClientProtos.GetOrBuilder getGetOrBuilder()
Specified by:
getGetOrBuilder in interface ClientProtos.GetRequestOrBuilder

hasClosestRowBefore

public boolean hasClosestRowBefore()
Specified by:
hasClosestRowBefore in interface ClientProtos.GetRequestOrBuilder

getClosestRowBefore

public boolean getClosestRowBefore()
Specified by:
getClosestRowBefore in interface ClientProtos.GetRequestOrBuilder

setClosestRowBefore

public ClientProtos.GetRequest.Builder setClosestRowBefore(boolean value)

clearClosestRowBefore

public ClientProtos.GetRequest.Builder clearClosestRowBefore()

hasExistenceOnly

public boolean hasExistenceOnly()
Specified by:
hasExistenceOnly in interface ClientProtos.GetRequestOrBuilder

getExistenceOnly

public boolean getExistenceOnly()
Specified by:
getExistenceOnly in interface ClientProtos.GetRequestOrBuilder

setExistenceOnly

public ClientProtos.GetRequest.Builder setExistenceOnly(boolean value)

clearExistenceOnly

public ClientProtos.GetRequest.Builder clearExistenceOnly()


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