public static interface ListProtocol.LPutRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
String |
getValues(int index)
repeated string values = 2; |
com.google.protobuf.ByteString |
getValuesBytes(int index)
repeated string values = 2; |
int |
getValuesCount()
repeated string values = 2; |
List<String> |
getValuesList()
repeated string values = 2; |
boolean |
hasKey()
required string key = 1; |
boolean hasKey()
required string key = 1;String getKey()
required string key = 1;com.google.protobuf.ByteString getKeyBytes()
required string key = 1;int getValuesCount()
repeated string values = 2;String getValues(int index)
repeated string values = 2;com.google.protobuf.ByteString getValuesBytes(int index)
repeated string values = 2;Copyright © 2019. All rights reserved.