public interface KeyRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getHigh()
optional bytes high = 2; |
com.google.protobuf.ByteString |
getLow()
optional bytes low = 1; |
boolean |
hasHigh()
optional bytes high = 2; |
boolean |
hasLow()
optional bytes low = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLow()
optional bytes low = 1;
com.google.protobuf.ByteString getLow()
optional bytes low = 1;
boolean hasHigh()
optional bytes high = 2;
com.google.protobuf.ByteString getHigh()
optional bytes high = 2;
Copyright © 2024 PingCAP. All rights reserved.