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

public static final class ClientProtos.CoprocessorServiceCall.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClientProtos.CoprocessorServiceCall.Builder>
implements ClientProtos.CoprocessorServiceCallOrBuilder


Method Summary
 ClientProtos.CoprocessorServiceCall build()
           
 ClientProtos.CoprocessorServiceCall buildPartial()
           
 ClientProtos.CoprocessorServiceCall.Builder clear()
           
 ClientProtos.CoprocessorServiceCall.Builder clearMethodName()
           
 ClientProtos.CoprocessorServiceCall.Builder clearRequest()
           
 ClientProtos.CoprocessorServiceCall.Builder clearRow()
           
 ClientProtos.CoprocessorServiceCall.Builder clearServiceName()
           
 ClientProtos.CoprocessorServiceCall.Builder clone()
           
 ClientProtos.CoprocessorServiceCall getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getMethodName()
           
 com.google.protobuf.ByteString getRequest()
           
 com.google.protobuf.ByteString getRow()
           
 String getServiceName()
           
 boolean hasMethodName()
           
 boolean hasRequest()
           
 boolean hasRow()
           
 boolean hasServiceName()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ClientProtos.CoprocessorServiceCall.Builder mergeFrom(ClientProtos.CoprocessorServiceCall other)
           
 ClientProtos.CoprocessorServiceCall.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientProtos.CoprocessorServiceCall.Builder mergeFrom(com.google.protobuf.Message other)
           
 ClientProtos.CoprocessorServiceCall.Builder setMethodName(String value)
           
 ClientProtos.CoprocessorServiceCall.Builder setRequest(com.google.protobuf.ByteString value)
           
 ClientProtos.CoprocessorServiceCall.Builder setRow(com.google.protobuf.ByteString value)
           
 ClientProtos.CoprocessorServiceCall.Builder setServiceName(String 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.CoprocessorServiceCall.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasRow

public boolean hasRow()
Specified by:
hasRow in interface ClientProtos.CoprocessorServiceCallOrBuilder

getRow

public com.google.protobuf.ByteString getRow()
Specified by:
getRow in interface ClientProtos.CoprocessorServiceCallOrBuilder

setRow

public ClientProtos.CoprocessorServiceCall.Builder setRow(com.google.protobuf.ByteString value)

clearRow

public ClientProtos.CoprocessorServiceCall.Builder clearRow()

hasServiceName

public boolean hasServiceName()
Specified by:
hasServiceName in interface ClientProtos.CoprocessorServiceCallOrBuilder

getServiceName

public String getServiceName()
Specified by:
getServiceName in interface ClientProtos.CoprocessorServiceCallOrBuilder

setServiceName

public ClientProtos.CoprocessorServiceCall.Builder setServiceName(String value)

clearServiceName

public ClientProtos.CoprocessorServiceCall.Builder clearServiceName()

hasMethodName

public boolean hasMethodName()
Specified by:
hasMethodName in interface ClientProtos.CoprocessorServiceCallOrBuilder

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface ClientProtos.CoprocessorServiceCallOrBuilder

setMethodName

public ClientProtos.CoprocessorServiceCall.Builder setMethodName(String value)

clearMethodName

public ClientProtos.CoprocessorServiceCall.Builder clearMethodName()

hasRequest

public boolean hasRequest()
Specified by:
hasRequest in interface ClientProtos.CoprocessorServiceCallOrBuilder

getRequest

public com.google.protobuf.ByteString getRequest()
Specified by:
getRequest in interface ClientProtos.CoprocessorServiceCallOrBuilder

setRequest

public ClientProtos.CoprocessorServiceCall.Builder setRequest(com.google.protobuf.ByteString value)

clearRequest

public ClientProtos.CoprocessorServiceCall.Builder clearRequest()


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