
wechat.protobuf.BatchGetContactBriefInfoReqOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface BatchGetContactBriefInfoReqOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.BatchGetContactBriefInfoReq)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string contactUsernameList = 1;
* @return A list containing the contactUsernameList.
*/
java.util.List
getContactUsernameListList();
/**
* repeated string contactUsernameList = 1;
* @return The count of contactUsernameList.
*/
int getContactUsernameListCount();
/**
* repeated string contactUsernameList = 1;
* @param index The index of the element to return.
* @return The contactUsernameList at the given index.
*/
java.lang.String getContactUsernameList(int index);
/**
* repeated string contactUsernameList = 1;
* @param index The index of the value to return.
* @return The bytes of the contactUsernameList at the given index.
*/
com.google.protobuf.ByteString
getContactUsernameListBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy