
wechat.protobuf.UnknowGLOrBuilder Maven / Gradle / Ivy
// 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 extends wechat.protobuf.UnknowGKOrBuilder>
getGkListOrBuilderList();
/**
* repeated .wechat_proto.UnknowGK gk_list = 2;
*/
wechat.protobuf.UnknowGKOrBuilder getGkListOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy