com.pingcap.tidb.tipb.AnalyzeReqOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: analyze.proto
package com.pingcap.tidb.tipb;
public interface AnalyzeReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.AnalyzeReq)
com.google.protobuf.MessageOrBuilder {
/**
* optional .tipb.AnalyzeType tp = 1 [(.gogoproto.nullable) = false];
*/
boolean hasTp();
/**
* optional .tipb.AnalyzeType tp = 1 [(.gogoproto.nullable) = false];
*/
com.pingcap.tidb.tipb.AnalyzeType getTp();
/**
*
* Deprecated. Start Ts has been moved to coprocessor.Request.
*
*
* optional uint64 start_ts_fallback = 2;
*/
boolean hasStartTsFallback();
/**
*
* Deprecated. Start Ts has been moved to coprocessor.Request.
*
*
* optional uint64 start_ts_fallback = 2;
*/
long getStartTsFallback();
/**
* optional uint64 flags = 3 [(.gogoproto.nullable) = false];
*/
boolean hasFlags();
/**
* optional uint64 flags = 3 [(.gogoproto.nullable) = false];
*/
long getFlags();
/**
* optional int64 time_zone_offset = 4 [(.gogoproto.nullable) = false];
*/
boolean hasTimeZoneOffset();
/**
* optional int64 time_zone_offset = 4 [(.gogoproto.nullable) = false];
*/
long getTimeZoneOffset();
/**
* optional .tipb.AnalyzeIndexReq idx_req = 5;
*/
boolean hasIdxReq();
/**
* optional .tipb.AnalyzeIndexReq idx_req = 5;
*/
com.pingcap.tidb.tipb.AnalyzeIndexReq getIdxReq();
/**
* optional .tipb.AnalyzeIndexReq idx_req = 5;
*/
com.pingcap.tidb.tipb.AnalyzeIndexReqOrBuilder getIdxReqOrBuilder();
/**
* optional .tipb.AnalyzeColumnsReq col_req = 6;
*/
boolean hasColReq();
/**
* optional .tipb.AnalyzeColumnsReq col_req = 6;
*/
com.pingcap.tidb.tipb.AnalyzeColumnsReq getColReq();
/**
* optional .tipb.AnalyzeColumnsReq col_req = 6;
*/
com.pingcap.tidb.tipb.AnalyzeColumnsReqOrBuilder getColReqOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy