public static interface RaftCmdpb.DeleteRangeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCf()
string cf = 1; |
com.google.protobuf.ByteString |
getCfBytes()
string cf = 1; |
com.google.protobuf.ByteString |
getEndKey()
bytes end_key = 3; |
boolean |
getNotifyOnly()
bool notify_only = 4; |
com.google.protobuf.ByteString |
getStartKey()
bytes start_key = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getCf()
string cf = 1;
com.google.protobuf.ByteString getCfBytes()
string cf = 1;
com.google.protobuf.ByteString getStartKey()
bytes start_key = 2;
com.google.protobuf.ByteString getEndKey()
bytes end_key = 3;
boolean getNotifyOnly()
bool notify_only = 4;
Copyright © 2024 PingCAP. All rights reserved.