wechat.protobuf.DelContactLabelRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface DelContactLabelRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.DelContactLabelRequest)
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 string labelIdlist = 2;
* @return Whether the labelIdlist field is set.
*/
boolean hasLabelIdlist();
/**
* optional string labelIdlist = 2;
* @return The labelIdlist.
*/
java.lang.String getLabelIdlist();
/**
* optional string labelIdlist = 2;
* @return The bytes for labelIdlist.
*/
com.google.protobuf.ByteString
getLabelIdlistBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy