All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.NetworkSectRespOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// 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