|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CellMessage.CellOrBuilder
Method Summary | |
---|---|
com.google.protobuf.ByteString |
getColumn()
optional bytes column = 2; |
com.google.protobuf.ByteString |
getData()
optional bytes data = 4; |
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; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
boolean hasRow()
optional bytes row = 1;
unused if Cell is in a CellSet
com.google.protobuf.ByteString getRow()
optional bytes row = 1;
unused if Cell is in a CellSet
boolean hasColumn()
optional bytes column = 2;
com.google.protobuf.ByteString getColumn()
optional bytes column = 2;
boolean hasTimestamp()
optional int64 timestamp = 3;
long getTimestamp()
optional int64 timestamp = 3;
boolean hasData()
optional bytes data = 4;
com.google.protobuf.ByteString getData()
optional bytes data = 4;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |