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

wechat.protobuf.DelChatRoomMemberResponseOrBuilder 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 DelChatRoomMemberResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.DelChatRoomMemberResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .wechat_proto.BaseResponse baseResponse = 1;
   * @return Whether the baseResponse field is set.
   */
  boolean hasBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse baseResponse = 1;
   * @return The baseResponse.
   */
  wechat.protobuf.BaseResponse getBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse baseResponse = 1;
   */
  wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();

  /**
   * optional uint32 memberNum = 2;
   * @return Whether the memberNum field is set.
   */
  boolean hasMemberNum();
  /**
   * optional uint32 memberNum = 2;
   * @return The memberNum.
   */
  int getMemberNum();

  /**
   * repeated .wechat_proto.DelMemberResp memberList = 3;
   */
  java.util.List 
      getMemberListList();
  /**
   * repeated .wechat_proto.DelMemberResp memberList = 3;
   */
  wechat.protobuf.DelMemberResp getMemberList(int index);
  /**
   * repeated .wechat_proto.DelMemberResp memberList = 3;
   */
  int getMemberListCount();
  /**
   * repeated .wechat_proto.DelMemberResp memberList = 3;
   */
  java.util.List 
      getMemberListOrBuilderList();
  /**
   * repeated .wechat_proto.DelMemberResp memberList = 3;
   */
  wechat.protobuf.DelMemberRespOrBuilder getMemberListOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy