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

wechat.protobuf.BuiltinIPListOrBuilder 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 BuiltinIPListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.BuiltinIPList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint32 longConnectIpcount = 1;
   * @return Whether the longConnectIpcount field is set.
   */
  boolean hasLongConnectIpcount();
  /**
   * optional uint32 longConnectIpcount = 1;
   * @return The longConnectIpcount.
   */
  int getLongConnectIpcount();

  /**
   * optional uint32 shortConnectIpcount = 2;
   * @return Whether the shortConnectIpcount field is set.
   */
  boolean hasShortConnectIpcount();
  /**
   * optional uint32 shortConnectIpcount = 2;
   * @return The shortConnectIpcount.
   */
  int getShortConnectIpcount();

  /**
   * repeated .wechat_proto.BuiltinIP longConnectIplist = 3;
   */
  java.util.List 
      getLongConnectIplistList();
  /**
   * repeated .wechat_proto.BuiltinIP longConnectIplist = 3;
   */
  wechat.protobuf.BuiltinIP getLongConnectIplist(int index);
  /**
   * repeated .wechat_proto.BuiltinIP longConnectIplist = 3;
   */
  int getLongConnectIplistCount();
  /**
   * repeated .wechat_proto.BuiltinIP longConnectIplist = 3;
   */
  java.util.List 
      getLongConnectIplistOrBuilderList();
  /**
   * repeated .wechat_proto.BuiltinIP longConnectIplist = 3;
   */
  wechat.protobuf.BuiltinIPOrBuilder getLongConnectIplistOrBuilder(
      int index);

  /**
   * repeated .wechat_proto.BuiltinIP shortConnectIplist = 4;
   */
  java.util.List 
      getShortConnectIplistList();
  /**
   * repeated .wechat_proto.BuiltinIP shortConnectIplist = 4;
   */
  wechat.protobuf.BuiltinIP getShortConnectIplist(int index);
  /**
   * repeated .wechat_proto.BuiltinIP shortConnectIplist = 4;
   */
  int getShortConnectIplistCount();
  /**
   * repeated .wechat_proto.BuiltinIP shortConnectIplist = 4;
   */
  java.util.List 
      getShortConnectIplistOrBuilderList();
  /**
   * repeated .wechat_proto.BuiltinIP shortConnectIplist = 4;
   */
  wechat.protobuf.BuiltinIPOrBuilder getShortConnectIplistOrBuilder(
      int index);

  /**
   * optional uint32 seq = 5;
   * @return Whether the seq field is set.
   */
  boolean hasSeq();
  /**
   * optional uint32 seq = 5;
   * @return The seq.
   */
  int getSeq();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy