wechat.protobuf.CDNClientConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface CDNClientConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.CDNClientConfig)
com.google.protobuf.MessageOrBuilder {
/**
* optional int32 c2CshowErrorDelayMs = 1;
* @return Whether the c2CshowErrorDelayMs field is set.
*/
boolean hasC2CshowErrorDelayMs();
/**
* optional int32 c2CshowErrorDelayMs = 1;
* @return The c2CshowErrorDelayMs.
*/
int getC2CshowErrorDelayMs();
/**
* optional int32 snsshowErrorDelayMs = 2;
* @return Whether the snsshowErrorDelayMs field is set.
*/
boolean hasSnsshowErrorDelayMs();
/**
* optional int32 snsshowErrorDelayMs = 2;
* @return The snsshowErrorDelayMs.
*/
int getSnsshowErrorDelayMs();
/**
* optional int32 c2CretryInterval = 3;
* @return Whether the c2CretryInterval field is set.
*/
boolean hasC2CretryInterval();
/**
* optional int32 c2CretryInterval = 3;
* @return The c2CretryInterval.
*/
int getC2CretryInterval();
/**
* optional int32 snsretryInterval = 4;
* @return Whether the snsretryInterval field is set.
*/
boolean hasSnsretryInterval();
/**
* optional int32 snsretryInterval = 4;
* @return The snsretryInterval.
*/
int getSnsretryInterval();
/**
* optional int32 c2Crwtimeout = 5;
* @return Whether the c2Crwtimeout field is set.
*/
boolean hasC2Crwtimeout();
/**
* optional int32 c2Crwtimeout = 5;
* @return The c2Crwtimeout.
*/
int getC2Crwtimeout();
/**
* optional int32 snsrwtimeout = 6;
* @return Whether the snsrwtimeout field is set.
*/
boolean hasSnsrwtimeout();
/**
* optional int32 snsrwtimeout = 6;
* @return The snsrwtimeout.
*/
int getSnsrwtimeout();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy