public interface KeyModificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIsDelete()
bool is_delete = 4 [json_name = "isDelete"]; |
com.google.protobuf.Timestamp |
getTimestamp()
.google.protobuf.Timestamp timestamp = 3 [json_name = "timestamp"]; |
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 3 [json_name = "timestamp"]; |
String |
getTxId()
string tx_id = 1 [json_name = "txId"]; |
com.google.protobuf.ByteString |
getTxIdBytes()
string tx_id = 1 [json_name = "txId"]; |
com.google.protobuf.ByteString |
getValue()
bytes value = 2 [json_name = "value"]; |
boolean |
hasTimestamp()
.google.protobuf.Timestamp timestamp = 3 [json_name = "timestamp"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTxId()
string tx_id = 1 [json_name = "txId"];
com.google.protobuf.ByteString getTxIdBytes()
string tx_id = 1 [json_name = "txId"];
com.google.protobuf.ByteString getValue()
bytes value = 2 [json_name = "value"];
boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 3 [json_name = "timestamp"];
com.google.protobuf.Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 3 [json_name = "timestamp"];
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 3 [json_name = "timestamp"];
boolean getIsDelete()
bool is_delete = 4 [json_name = "isDelete"];
Copyright © 2022. All rights reserved.