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

wechat.protobuf.GetContactLabelListRequestOrBuilder 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 GetContactLabelListRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.GetContactLabelListRequest)
    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();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy