public static interface Messages.RecordOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
required bytes data = 3; |
long |
getExplicitHashKeyIndex()
optional uint64 explicit_hash_key_index = 2; |
long |
getPartitionKeyIndex()
required uint64 partition_key_index = 1; |
Messages.Tag |
getTags(int index)
repeated .Tag tags = 4; |
int |
getTagsCount()
repeated .Tag tags = 4; |
java.util.List<Messages.Tag> |
getTagsList()
repeated .Tag tags = 4; |
Messages.TagOrBuilder |
getTagsOrBuilder(int index)
repeated .Tag tags = 4; |
java.util.List<? extends Messages.TagOrBuilder> |
getTagsOrBuilderList()
repeated .Tag tags = 4; |
boolean |
hasData()
required bytes data = 3; |
boolean |
hasExplicitHashKeyIndex()
optional uint64 explicit_hash_key_index = 2; |
boolean |
hasPartitionKeyIndex()
required uint64 partition_key_index = 1; |
boolean hasPartitionKeyIndex()
required uint64 partition_key_index = 1;long getPartitionKeyIndex()
required uint64 partition_key_index = 1;boolean hasExplicitHashKeyIndex()
optional uint64 explicit_hash_key_index = 2;long getExplicitHashKeyIndex()
optional uint64 explicit_hash_key_index = 2;boolean hasData()
required bytes data = 3;com.google.protobuf.ByteString getData()
required bytes data = 3;java.util.List<Messages.Tag> getTagsList()
repeated .Tag tags = 4;Messages.Tag getTags(int index)
repeated .Tag tags = 4;int getTagsCount()
repeated .Tag tags = 4;java.util.List<? extends Messages.TagOrBuilder> getTagsOrBuilderList()
repeated .Tag tags = 4;Messages.TagOrBuilder getTagsOrBuilder(int index)
repeated .Tag tags = 4;