public static interface RiakTsPB.TsGetReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RiakTsPB.TsCell |
getKey(int index)
repeated .TsCell key = 2; |
int |
getKeyCount()
repeated .TsCell key = 2; |
List<RiakTsPB.TsCell> |
getKeyList()
repeated .TsCell key = 2; |
RiakTsPB.TsCellOrBuilder |
getKeyOrBuilder(int index)
repeated .TsCell key = 2; |
List<? extends RiakTsPB.TsCellOrBuilder> |
getKeyOrBuilderList()
repeated .TsCell key = 2; |
com.google.protobuf.ByteString |
getTable()
required bytes table = 1; |
int |
getTimeout()
optional uint32 timeout = 3; |
boolean |
hasTable()
required bytes table = 1; |
boolean |
hasTimeout()
optional uint32 timeout = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTable()
required bytes table = 1;com.google.protobuf.ByteString getTable()
required bytes table = 1;List<RiakTsPB.TsCell> getKeyList()
repeated .TsCell key = 2;RiakTsPB.TsCell getKey(int index)
repeated .TsCell key = 2;int getKeyCount()
repeated .TsCell key = 2;List<? extends RiakTsPB.TsCellOrBuilder> getKeyOrBuilderList()
repeated .TsCell key = 2;RiakTsPB.TsCellOrBuilder getKeyOrBuilder(int index)
repeated .TsCell key = 2;boolean hasTimeout()
optional uint32 timeout = 3;int getTimeout()
optional uint32 timeout = 3;Copyright © 2016. All rights reserved.