
wechat.protobuf.CreateChatRoomRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface CreateChatRoomRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.CreateChatRoomRequest)
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 .wechat_proto.SKBuiltinString topic = 2;
* @return Whether the topic field is set.
*/
boolean hasTopic();
/**
* optional .wechat_proto.SKBuiltinString topic = 2;
* @return The topic.
*/
wechat.protobuf.SKBuiltinString getTopic();
/**
* optional .wechat_proto.SKBuiltinString topic = 2;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getTopicOrBuilder();
/**
* optional uint32 memberNum = 3;
* @return Whether the memberNum field is set.
*/
boolean hasMemberNum();
/**
* optional uint32 memberNum = 3;
* @return The memberNum.
*/
int getMemberNum();
/**
* repeated .wechat_proto.MemberReq memberList = 4;
*/
java.util.List
getMemberListList();
/**
* repeated .wechat_proto.MemberReq memberList = 4;
*/
wechat.protobuf.MemberReq getMemberList(int index);
/**
* repeated .wechat_proto.MemberReq memberList = 4;
*/
int getMemberListCount();
/**
* repeated .wechat_proto.MemberReq memberList = 4;
*/
java.util.List extends wechat.protobuf.MemberReqOrBuilder>
getMemberListOrBuilderList();
/**
* repeated .wechat_proto.MemberReq memberList = 4;
*/
wechat.protobuf.MemberReqOrBuilder getMemberListOrBuilder(
int index);
/**
* optional uint32 scene = 5;
* @return Whether the scene field is set.
*/
boolean hasScene();
/**
* optional uint32 scene = 5;
* @return The scene.
*/
int getScene();
/**
* optional .wechat_proto.SKBuiltinString_ extBuffer = 6;
* @return Whether the extBuffer field is set.
*/
boolean hasExtBuffer();
/**
* optional .wechat_proto.SKBuiltinString_ extBuffer = 6;
* @return The extBuffer.
*/
wechat.protobuf.SKBuiltinString_ getExtBuffer();
/**
* optional .wechat_proto.SKBuiltinString_ extBuffer = 6;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getExtBufferOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy