public static final class ClientPB.CoprocessorServiceCall extends com.google.protobuf.GeneratedMessageLite implements ClientPB.CoprocessorServiceCallOrBuilder
CoprocessorServiceCall
Modifier and Type | Class and Description |
---|---|
static class |
ClientPB.CoprocessorServiceCall.Builder
Protobuf type
CoprocessorServiceCall |
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>
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> PARSER
public static final int ROW_FIELD_NUMBER
public static final int SERVICE_NAME_FIELD_NUMBER
public static final int METHOD_NAME_FIELD_NUMBER
public static final int REQUEST_FIELD_NUMBER
public static ClientPB.CoprocessorServiceCall getDefaultInstance()
public ClientPB.CoprocessorServiceCall getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasRow()
required bytes row = 1;
hasRow
in interface ClientPB.CoprocessorServiceCallOrBuilder
public com.google.protobuf.ByteString getRow()
required bytes row = 1;
getRow
in interface ClientPB.CoprocessorServiceCallOrBuilder
public boolean hasServiceName()
required string service_name = 2;
hasServiceName
in interface ClientPB.CoprocessorServiceCallOrBuilder
public String getServiceName()
required string service_name = 2;
getServiceName
in interface ClientPB.CoprocessorServiceCallOrBuilder
public com.google.protobuf.ByteString getServiceNameBytes()
required string service_name = 2;
getServiceNameBytes
in interface ClientPB.CoprocessorServiceCallOrBuilder
public boolean hasMethodName()
required string method_name = 3;
hasMethodName
in interface ClientPB.CoprocessorServiceCallOrBuilder
public String getMethodName()
required string method_name = 3;
getMethodName
in interface ClientPB.CoprocessorServiceCallOrBuilder
public com.google.protobuf.ByteString getMethodNameBytes()
required string method_name = 3;
getMethodNameBytes
in interface ClientPB.CoprocessorServiceCallOrBuilder
public boolean hasRequest()
required bytes request = 4;
hasRequest
in interface ClientPB.CoprocessorServiceCallOrBuilder
public com.google.protobuf.ByteString getRequest()
required bytes request = 4;
getRequest
in interface ClientPB.CoprocessorServiceCallOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.CoprocessorServiceCall parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.CoprocessorServiceCall parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.CoprocessorServiceCall parseFrom(InputStream input) throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.CoprocessorServiceCall.Builder newBuilder()
public ClientPB.CoprocessorServiceCall.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClientPB.CoprocessorServiceCall.Builder newBuilder(ClientPB.CoprocessorServiceCall prototype)
public ClientPB.CoprocessorServiceCall.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors