public static final class ClientProtos.CoprocessorServiceCall.Builder extends <any> implements ClientProtos.CoprocessorServiceCallOrBuilder
CoprocessorServiceCall| Modifier and Type | Method and Description | 
|---|---|
ClientProtos.CoprocessorServiceCall | 
build()  | 
ClientProtos.CoprocessorServiceCall | 
buildPartial()  | 
ClientProtos.CoprocessorServiceCall.Builder | 
clear()  | 
ClientProtos.CoprocessorServiceCall.Builder | 
clearMethodName()
required string method_name = 3; | 
ClientProtos.CoprocessorServiceCall.Builder | 
clearRequest()
required bytes request = 4; | 
ClientProtos.CoprocessorServiceCall.Builder | 
clearRow()
required bytes row = 1; | 
ClientProtos.CoprocessorServiceCall.Builder | 
clearServiceName()
required string service_name = 2; | 
ClientProtos.CoprocessorServiceCall.Builder | 
clone()  | 
ClientProtos.CoprocessorServiceCall | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
String | 
getMethodName()
required string method_name = 3; | 
com.google.protobuf.ByteString | 
getMethodNameBytes()
required string method_name = 3; | 
com.google.protobuf.ByteString | 
getRequest()
required bytes request = 4; | 
com.google.protobuf.ByteString | 
getRow()
required bytes row = 1; | 
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; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
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)
required string method_name = 3; | 
ClientProtos.CoprocessorServiceCall.Builder | 
setMethodNameBytes(com.google.protobuf.ByteString value)
required string method_name = 3; | 
ClientProtos.CoprocessorServiceCall.Builder | 
setRequest(com.google.protobuf.ByteString value)
required bytes request = 4; | 
ClientProtos.CoprocessorServiceCall.Builder | 
setRow(com.google.protobuf.ByteString value)
required bytes row = 1; | 
ClientProtos.CoprocessorServiceCall.Builder | 
setServiceName(String value)
required string service_name = 2; | 
ClientProtos.CoprocessorServiceCall.Builder | 
setServiceNameBytes(com.google.protobuf.ByteString value)
required string service_name = 2; | 
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public ClientProtos.CoprocessorServiceCall.Builder clear()
public ClientProtos.CoprocessorServiceCall.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public ClientProtos.CoprocessorServiceCall getDefaultInstanceForType()
public ClientProtos.CoprocessorServiceCall build()
public ClientProtos.CoprocessorServiceCall buildPartial()
public ClientProtos.CoprocessorServiceCall.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public ClientProtos.CoprocessorServiceCall.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasRow()
required bytes row = 1;hasRow in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic com.google.protobuf.ByteString getRow()
required bytes row = 1;getRow in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic ClientProtos.CoprocessorServiceCall.Builder setRow(com.google.protobuf.ByteString value)
required bytes row = 1;public ClientProtos.CoprocessorServiceCall.Builder clearRow()
required bytes row = 1;public boolean hasServiceName()
required string service_name = 2;hasServiceName in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic String getServiceName()
required string service_name = 2;getServiceName in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic com.google.protobuf.ByteString getServiceNameBytes()
required string service_name = 2;getServiceNameBytes in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic ClientProtos.CoprocessorServiceCall.Builder setServiceName(String value)
required string service_name = 2;public ClientProtos.CoprocessorServiceCall.Builder clearServiceName()
required string service_name = 2;public ClientProtos.CoprocessorServiceCall.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
required string service_name = 2;public boolean hasMethodName()
required string method_name = 3;hasMethodName in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic String getMethodName()
required string method_name = 3;getMethodName in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic com.google.protobuf.ByteString getMethodNameBytes()
required string method_name = 3;getMethodNameBytes in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic ClientProtos.CoprocessorServiceCall.Builder setMethodName(String value)
required string method_name = 3;public ClientProtos.CoprocessorServiceCall.Builder clearMethodName()
required string method_name = 3;public ClientProtos.CoprocessorServiceCall.Builder setMethodNameBytes(com.google.protobuf.ByteString value)
required string method_name = 3;public boolean hasRequest()
required bytes request = 4;hasRequest in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic com.google.protobuf.ByteString getRequest()
required bytes request = 4;getRequest in interface ClientProtos.CoprocessorServiceCallOrBuilderpublic ClientProtos.CoprocessorServiceCall.Builder setRequest(com.google.protobuf.ByteString value)
required bytes request = 4;public ClientProtos.CoprocessorServiceCall.Builder clearRequest()
required bytes request = 4;