org.hbase.async.generated
Class ClientPB.CoprocessorServiceCall

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.ClientPB.CoprocessorServiceCall
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, ClientPB.CoprocessorServiceCallOrBuilder
Enclosing class:
ClientPB

public static final class ClientPB.CoprocessorServiceCall
extends com.google.protobuf.GeneratedMessageLite
implements ClientPB.CoprocessorServiceCallOrBuilder

Protobuf type CoprocessorServiceCall

See Also:
Serialized Form

Nested Class Summary
static class ClientPB.CoprocessorServiceCall.Builder
          Protobuf type CoprocessorServiceCall
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
 
Field Summary
static int METHOD_NAME_FIELD_NUMBER
           
static com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> PARSER
           
static int REQUEST_FIELD_NUMBER
           
static int ROW_FIELD_NUMBER
           
static int SERVICE_NAME_FIELD_NUMBER
           
 
Method Summary
static ClientPB.CoprocessorServiceCall getDefaultInstance()
           
 ClientPB.CoprocessorServiceCall getDefaultInstanceForType()
           
 String getMethodName()
          required string method_name = 3;
 com.google.protobuf.ByteString getMethodNameBytes()
          required string method_name = 3;
 com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> getParserForType()
           
 com.google.protobuf.ByteString getRequest()
          required bytes request = 4;
 com.google.protobuf.ByteString getRow()
          required bytes row = 1;
 int getSerializedSize()
           
 String getServiceName()
          required string service_name = 2;
 com.google.protobuf.ByteString getServiceNameBytes()
          required string service_name = 2;
 boolean hasMethodName()
          required string method_name = 3;
 boolean hasRequest()
          required bytes request = 4;
 boolean hasRow()
          required bytes row = 1;
 boolean hasServiceName()
          required string service_name = 2;
 boolean isInitialized()
           
static ClientPB.CoprocessorServiceCall.Builder newBuilder()
           
static ClientPB.CoprocessorServiceCall.Builder newBuilder(ClientPB.CoprocessorServiceCall prototype)
           
 ClientPB.CoprocessorServiceCall.Builder newBuilderForType()
           
static ClientPB.CoprocessorServiceCall parseDelimitedFrom(InputStream input)
           
static ClientPB.CoprocessorServiceCall parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientPB.CoprocessorServiceCall parseFrom(byte[] data)
           
static ClientPB.CoprocessorServiceCall parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.ByteString data)
           
static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientPB.CoprocessorServiceCall parseFrom(InputStream input)
           
static ClientPB.CoprocessorServiceCall parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientPB.CoprocessorServiceCall.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> PARSER

ROW_FIELD_NUMBER

public static final int ROW_FIELD_NUMBER
See Also:
Constant Field Values

SERVICE_NAME_FIELD_NUMBER

public static final int SERVICE_NAME_FIELD_NUMBER
See Also:
Constant Field Values

METHOD_NAME_FIELD_NUMBER

public static final int METHOD_NAME_FIELD_NUMBER
See Also:
Constant Field Values

REQUEST_FIELD_NUMBER

public static final int REQUEST_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ClientPB.CoprocessorServiceCall getDefaultInstance()

getDefaultInstanceForType

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

getParserForType

public com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasRow

public boolean hasRow()
required bytes row = 1;

Specified by:
hasRow in interface ClientPB.CoprocessorServiceCallOrBuilder

getRow

public com.google.protobuf.ByteString getRow()
required bytes row = 1;

Specified by:
getRow in interface ClientPB.CoprocessorServiceCallOrBuilder

hasServiceName

public boolean hasServiceName()
required string service_name = 2;

Specified by:
hasServiceName in interface ClientPB.CoprocessorServiceCallOrBuilder

getServiceName

public String getServiceName()
required string service_name = 2;

Specified by:
getServiceName in interface ClientPB.CoprocessorServiceCallOrBuilder

getServiceNameBytes

public com.google.protobuf.ByteString getServiceNameBytes()
required string service_name = 2;

Specified by:
getServiceNameBytes in interface ClientPB.CoprocessorServiceCallOrBuilder

hasMethodName

public boolean hasMethodName()
required string method_name = 3;

Specified by:
hasMethodName in interface ClientPB.CoprocessorServiceCallOrBuilder

getMethodName

public String getMethodName()
required string method_name = 3;

Specified by:
getMethodName in interface ClientPB.CoprocessorServiceCallOrBuilder

getMethodNameBytes

public com.google.protobuf.ByteString getMethodNameBytes()
required string method_name = 3;

Specified by:
getMethodNameBytes in interface ClientPB.CoprocessorServiceCallOrBuilder

hasRequest

public boolean hasRequest()
required bytes request = 4;

Specified by:
hasRequest in interface ClientPB.CoprocessorServiceCallOrBuilder

getRequest

public com.google.protobuf.ByteString getRequest()
required bytes request = 4;

Specified by:
getRequest in interface ClientPB.CoprocessorServiceCallOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.ByteString data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientPB.CoprocessorServiceCall parseFrom(byte[] data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientPB.CoprocessorServiceCall parseFrom(byte[] data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientPB.CoprocessorServiceCall parseFrom(InputStream input)
                                                 throws IOException
Throws:
IOException

parseFrom

public static ClientPB.CoprocessorServiceCall parseFrom(InputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClientPB.CoprocessorServiceCall parseDelimitedFrom(InputStream input)
                                                          throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClientPB.CoprocessorServiceCall parseDelimitedFrom(InputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws IOException
Throws:
IOException

parseFrom

public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.CodedInputStream input)
                                                 throws IOException
Throws:
IOException

parseFrom

public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Throws:
IOException

newBuilder

public static ClientPB.CoprocessorServiceCall.Builder newBuilder()

newBuilderForType

public ClientPB.CoprocessorServiceCall.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static ClientPB.CoprocessorServiceCall.Builder newBuilder(ClientPB.CoprocessorServiceCall prototype)

toBuilder

public ClientPB.CoprocessorServiceCall.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors