com.pingcap.tidb.tipb.ChecksumRewriteRuleOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: checksum.proto
package com.pingcap.tidb.tipb;
public interface ChecksumRewriteRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.ChecksumRewriteRule)
com.google.protobuf.MessageOrBuilder {
/**
* optional bytes old_prefix = 1;
*/
boolean hasOldPrefix();
/**
* optional bytes old_prefix = 1;
*/
com.google.protobuf.ByteString getOldPrefix();
/**
* optional bytes new_prefix = 2;
*/
boolean hasNewPrefix();
/**
* optional bytes new_prefix = 2;
*/
com.google.protobuf.ByteString getNewPrefix();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy