public static final class CellMessage.Cell.Builder extends <any> implements CellMessage.CellOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.Cell| Modifier and Type | Method and Description |
|---|---|
CellMessage.Cell |
build() |
CellMessage.Cell |
buildPartial() |
CellMessage.Cell.Builder |
clear() |
CellMessage.Cell.Builder |
clearColumn()
optional bytes column = 2; |
CellMessage.Cell.Builder |
clearData()
optional bytes data = 4; |
CellMessage.Cell.Builder |
clearRow()
optional bytes row = 1; |
CellMessage.Cell.Builder |
clearTimestamp()
optional int64 timestamp = 3; |
CellMessage.Cell.Builder |
clone() |
com.google.protobuf.ByteString |
getColumn()
optional bytes column = 2; |
com.google.protobuf.ByteString |
getData()
optional bytes data = 4; |
CellMessage.Cell |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getRow()
optional bytes row = 1; |
long |
getTimestamp()
optional int64 timestamp = 3; |
boolean |
hasColumn()
optional bytes column = 2; |
boolean |
hasData()
optional bytes data = 4; |
boolean |
hasRow()
optional bytes row = 1; |
boolean |
hasTimestamp()
optional int64 timestamp = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CellMessage.Cell.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CellMessage.Cell.Builder |
mergeFrom(com.google.protobuf.Message other) |
CellMessage.Cell.Builder |
setColumn(com.google.protobuf.ByteString value)
optional bytes column = 2; |
CellMessage.Cell.Builder |
setData(com.google.protobuf.ByteString value)
optional bytes data = 4; |
CellMessage.Cell.Builder |
setRow(com.google.protobuf.ByteString value)
optional bytes row = 1; |
CellMessage.Cell.Builder |
setTimestamp(long value)
optional int64 timestamp = 3; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public CellMessage.Cell.Builder clear()
public CellMessage.Cell.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public CellMessage.Cell getDefaultInstanceForType()
public CellMessage.Cell build()
public CellMessage.Cell buildPartial()
public CellMessage.Cell.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public CellMessage.Cell.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasRow()
optional bytes row = 1;
unused if Cell is in a CellSet
hasRow in interface CellMessage.CellOrBuilderpublic com.google.protobuf.ByteString getRow()
optional bytes row = 1;
unused if Cell is in a CellSet
getRow in interface CellMessage.CellOrBuilderpublic CellMessage.Cell.Builder setRow(com.google.protobuf.ByteString value)
optional bytes row = 1;
unused if Cell is in a CellSet
public CellMessage.Cell.Builder clearRow()
optional bytes row = 1;
unused if Cell is in a CellSet
public boolean hasColumn()
optional bytes column = 2;hasColumn in interface CellMessage.CellOrBuilderpublic com.google.protobuf.ByteString getColumn()
optional bytes column = 2;getColumn in interface CellMessage.CellOrBuilderpublic CellMessage.Cell.Builder setColumn(com.google.protobuf.ByteString value)
optional bytes column = 2;public CellMessage.Cell.Builder clearColumn()
optional bytes column = 2;public boolean hasTimestamp()
optional int64 timestamp = 3;hasTimestamp in interface CellMessage.CellOrBuilderpublic long getTimestamp()
optional int64 timestamp = 3;getTimestamp in interface CellMessage.CellOrBuilderpublic CellMessage.Cell.Builder setTimestamp(long value)
optional int64 timestamp = 3;public CellMessage.Cell.Builder clearTimestamp()
optional int64 timestamp = 3;public boolean hasData()
optional bytes data = 4;hasData in interface CellMessage.CellOrBuilderpublic com.google.protobuf.ByteString getData()
optional bytes data = 4;getData in interface CellMessage.CellOrBuilderpublic CellMessage.Cell.Builder setData(com.google.protobuf.ByteString value)
optional bytes data = 4;public CellMessage.Cell.Builder clearData()
optional bytes data = 4;