All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.DelContactLabelRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// 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