
wechat.protobuf.DelChatRoomMemberRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface DelChatRoomMemberRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.DelChatRoomMemberRequest)
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 memberNum = 2;
* @return Whether the memberNum field is set.
*/
boolean hasMemberNum();
/**
* optional uint32 memberNum = 2;
* @return The memberNum.
*/
int getMemberNum();
/**
* repeated .wechat_proto.DelMemberReq memberList = 3;
*/
java.util.List
getMemberListList();
/**
* repeated .wechat_proto.DelMemberReq memberList = 3;
*/
wechat.protobuf.DelMemberReq getMemberList(int index);
/**
* repeated .wechat_proto.DelMemberReq memberList = 3;
*/
int getMemberListCount();
/**
* repeated .wechat_proto.DelMemberReq memberList = 3;
*/
java.util.List extends wechat.protobuf.DelMemberReqOrBuilder>
getMemberListOrBuilderList();
/**
* repeated .wechat_proto.DelMemberReq memberList = 3;
*/
wechat.protobuf.DelMemberReqOrBuilder getMemberListOrBuilder(
int index);
/**
* optional string chatRoomName = 4;
* @return Whether the chatRoomName field is set.
*/
boolean hasChatRoomName();
/**
* optional string chatRoomName = 4;
* @return The chatRoomName.
*/
java.lang.String getChatRoomName();
/**
* optional string chatRoomName = 4;
* @return The bytes for chatRoomName.
*/
com.google.protobuf.ByteString
getChatRoomNameBytes();
/**
* optional uint32 scene = 5;
* @return Whether the scene field is set.
*/
boolean hasScene();
/**
* optional uint32 scene = 5;
* @return The scene.
*/
int getScene();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy