com.pingcap.tidb.tipb.ChecksumResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: checksum.proto
package com.pingcap.tidb.tipb;
public interface ChecksumResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.ChecksumResponse)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint64 checksum = 1 [(.gogoproto.nullable) = false];
*/
boolean hasChecksum();
/**
* optional uint64 checksum = 1 [(.gogoproto.nullable) = false];
*/
long getChecksum();
/**
* optional uint64 total_kvs = 2 [(.gogoproto.nullable) = false];
*/
boolean hasTotalKvs();
/**
* optional uint64 total_kvs = 2 [(.gogoproto.nullable) = false];
*/
long getTotalKvs();
/**
* optional uint64 total_bytes = 3 [(.gogoproto.nullable) = false];
*/
boolean hasTotalBytes();
/**
* optional uint64 total_bytes = 3 [(.gogoproto.nullable) = false];
*/
long getTotalBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy