com.pingcap.tidb.tipb.KeyRangeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: schema.proto
package com.pingcap.tidb.tipb;
public interface KeyRangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.KeyRange)
com.google.protobuf.MessageOrBuilder {
/**
* optional bytes low = 1;
*/
boolean hasLow();
/**
* optional bytes low = 1;
*/
com.google.protobuf.ByteString getLow();
/**
* optional bytes high = 2;
*/
boolean hasHigh();
/**
* optional bytes high = 2;
*/
com.google.protobuf.ByteString getHigh();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy