public static final class RowProcessorProtos.ProcessResponse.Builder extends <any> implements RowProcessorProtos.ProcessResponseOrBuilder
hbase.pb.ProcessResponse| Modifier and Type | Method and Description |
|---|---|
RowProcessorProtos.ProcessResponse |
build() |
RowProcessorProtos.ProcessResponse |
buildPartial() |
RowProcessorProtos.ProcessResponse.Builder |
clear() |
RowProcessorProtos.ProcessResponse.Builder |
clearRowProcessorResult()
required bytes row_processor_result = 1; |
RowProcessorProtos.ProcessResponse.Builder |
clone() |
RowProcessorProtos.ProcessResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getRowProcessorResult()
required bytes row_processor_result = 1; |
boolean |
hasRowProcessorResult()
required bytes row_processor_result = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RowProcessorProtos.ProcessResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RowProcessorProtos.ProcessResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
RowProcessorProtos.ProcessResponse.Builder |
setRowProcessorResult(com.google.protobuf.ByteString value)
required bytes row_processor_result = 1; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public RowProcessorProtos.ProcessResponse.Builder clear()
public RowProcessorProtos.ProcessResponse.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public RowProcessorProtos.ProcessResponse getDefaultInstanceForType()
public RowProcessorProtos.ProcessResponse build()
public RowProcessorProtos.ProcessResponse buildPartial()
public RowProcessorProtos.ProcessResponse.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public RowProcessorProtos.ProcessResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasRowProcessorResult()
required bytes row_processor_result = 1;hasRowProcessorResult in interface RowProcessorProtos.ProcessResponseOrBuilderpublic com.google.protobuf.ByteString getRowProcessorResult()
required bytes row_processor_result = 1;getRowProcessorResult in interface RowProcessorProtos.ProcessResponseOrBuilderpublic RowProcessorProtos.ProcessResponse.Builder setRowProcessorResult(com.google.protobuf.ByteString value)
required bytes row_processor_result = 1;public RowProcessorProtos.ProcessResponse.Builder clearRowProcessorResult()
required bytes row_processor_result = 1;