public interface KVWriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIsDelete()
bool is_delete = 2 [json_name = "isDelete"]; |
String |
getKey()
string key = 1 [json_name = "key"]; |
com.google.protobuf.ByteString |
getKeyBytes()
string key = 1 [json_name = "key"]; |
com.google.protobuf.ByteString |
getValue()
bytes value = 3 [json_name = "value"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getKey()
string key = 1 [json_name = "key"];
com.google.protobuf.ByteString getKeyBytes()
string key = 1 [json_name = "key"];
boolean getIsDelete()
bool is_delete = 2 [json_name = "isDelete"];
com.google.protobuf.ByteString getValue()
bytes value = 3 [json_name = "value"];
Copyright © 2022. All rights reserved.