
wechat.protobuf.HostListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface HostListOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.HostList)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 count = 1;
* @return Whether the count field is set.
*/
boolean hasCount();
/**
* optional uint32 count = 1;
* @return The count.
*/
int getCount();
/**
* repeated .wechat_proto.Host list = 2;
*/
java.util.List
getListList();
/**
* repeated .wechat_proto.Host list = 2;
*/
wechat.protobuf.Host getList(int index);
/**
* repeated .wechat_proto.Host list = 2;
*/
int getListCount();
/**
* repeated .wechat_proto.Host list = 2;
*/
java.util.List extends wechat.protobuf.HostOrBuilder>
getListOrBuilderList();
/**
* repeated .wechat_proto.Host list = 2;
*/
wechat.protobuf.HostOrBuilder getListOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy