public static interface RiakKvPB.RpbListKeysRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDone()
optional bool done = 2; |
com.google.protobuf.ByteString |
getKeys(int index)
repeated bytes keys = 1; |
int |
getKeysCount()
repeated bytes keys = 1; |
List<com.google.protobuf.ByteString> |
getKeysList()
repeated bytes keys = 1; |
boolean |
hasDone()
optional bool done = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<com.google.protobuf.ByteString> getKeysList()
repeated bytes keys = 1;
int getKeysCount()
repeated bytes keys = 1;
com.google.protobuf.ByteString getKeys(int index)
repeated bytes keys = 1;
boolean hasDone()
optional bool done = 2;
boolean getDone()
optional bool done = 2;
Copyright © 2016. All rights reserved.