
wechat.protobuf.NetworkSectRespOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface NetworkSectRespOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.NetworkSectResp)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.HostList newHostList = 1;
* @return Whether the newHostList field is set.
*/
boolean hasNewHostList();
/**
* optional .wechat_proto.HostList newHostList = 1;
* @return The newHostList.
*/
wechat.protobuf.HostList getNewHostList();
/**
* optional .wechat_proto.HostList newHostList = 1;
*/
wechat.protobuf.HostListOrBuilder getNewHostListOrBuilder();
/**
* optional .wechat_proto.NetworkControl networkControl = 2;
* @return Whether the networkControl field is set.
*/
boolean hasNetworkControl();
/**
* optional .wechat_proto.NetworkControl networkControl = 2;
* @return The networkControl.
*/
wechat.protobuf.NetworkControl getNetworkControl();
/**
* optional .wechat_proto.NetworkControl networkControl = 2;
*/
wechat.protobuf.NetworkControlOrBuilder getNetworkControlOrBuilder();
/**
* optional .wechat_proto.BuiltinIPList builtinIplist = 3;
* @return Whether the builtinIplist field is set.
*/
boolean hasBuiltinIplist();
/**
* optional .wechat_proto.BuiltinIPList builtinIplist = 3;
* @return The builtinIplist.
*/
wechat.protobuf.BuiltinIPList getBuiltinIplist();
/**
* optional .wechat_proto.BuiltinIPList builtinIplist = 3;
*/
wechat.protobuf.BuiltinIPListOrBuilder getBuiltinIplistOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy