wechat.protobuf.AddContactLabelRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface AddContactLabelRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.AddContactLabelRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional uint32 labelNum = 2;
* @return Whether the labelNum field is set.
*/
boolean hasLabelNum();
/**
* optional uint32 labelNum = 2;
* @return The labelNum.
*/
int getLabelNum();
/**
* repeated .wechat_proto.LabelPair labelPairList = 3;
*/
java.util.List
getLabelPairListList();
/**
* repeated .wechat_proto.LabelPair labelPairList = 3;
*/
wechat.protobuf.LabelPair getLabelPairList(int index);
/**
* repeated .wechat_proto.LabelPair labelPairList = 3;
*/
int getLabelPairListCount();
/**
* repeated .wechat_proto.LabelPair labelPairList = 3;
*/
java.util.List extends wechat.protobuf.LabelPairOrBuilder>
getLabelPairListOrBuilderList();
/**
* repeated .wechat_proto.LabelPair labelPairList = 3;
*/
wechat.protobuf.LabelPairOrBuilder getLabelPairListOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy