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

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

  /**
   * optional uint32 size = 1;
   * @return Whether the size field is set.
   */
  boolean hasSize();
  /**
   * optional uint32 size = 1;
   * @return The size.
   */
  int getSize();

  /**
   * repeated .wechat_proto.UnknowGK gk_list = 2;
   */
  java.util.List 
      getGkListList();
  /**
   * repeated .wechat_proto.UnknowGK gk_list = 2;
   */
  wechat.protobuf.UnknowGK getGkList(int index);
  /**
   * repeated .wechat_proto.UnknowGK gk_list = 2;
   */
  int getGkListCount();
  /**
   * repeated .wechat_proto.UnknowGK gk_list = 2;
   */
  java.util.List 
      getGkListOrBuilderList();
  /**
   * repeated .wechat_proto.UnknowGK gk_list = 2;
   */
  wechat.protobuf.UnknowGKOrBuilder getGkListOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy