
wechat.protobuf.CreateChatRoomResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface CreateChatRoomResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.CreateChatRoomResponse)
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 .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 .wechat_proto.SKBuiltinString pyinitial = 3;
* @return Whether the pyinitial field is set.
*/
boolean hasPyinitial();
/**
* optional .wechat_proto.SKBuiltinString pyinitial = 3;
* @return The pyinitial.
*/
wechat.protobuf.SKBuiltinString getPyinitial();
/**
* optional .wechat_proto.SKBuiltinString pyinitial = 3;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getPyinitialOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString quanPin = 4;
* @return Whether the quanPin field is set.
*/
boolean hasQuanPin();
/**
* optional .wechat_proto.SKBuiltinString quanPin = 4;
* @return The quanPin.
*/
wechat.protobuf.SKBuiltinString getQuanPin();
/**
* optional .wechat_proto.SKBuiltinString quanPin = 4;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getQuanPinOrBuilder();
/**
* optional uint32 memberNum = 5;
* @return Whether the memberNum field is set.
*/
boolean hasMemberNum();
/**
* optional uint32 memberNum = 5;
* @return The memberNum.
*/
int getMemberNum();
/**
* repeated .wechat_proto.MemberReq memberList = 6;
*/
java.util.List
getMemberListList();
/**
* repeated .wechat_proto.MemberReq memberList = 6;
*/
wechat.protobuf.MemberReq getMemberList(int index);
/**
* repeated .wechat_proto.MemberReq memberList = 6;
*/
int getMemberListCount();
/**
* repeated .wechat_proto.MemberReq memberList = 6;
*/
java.util.List extends wechat.protobuf.MemberReqOrBuilder>
getMemberListOrBuilderList();
/**
* repeated .wechat_proto.MemberReq memberList = 6;
*/
wechat.protobuf.MemberReqOrBuilder getMemberListOrBuilder(
int index);
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 7;
* @return Whether the chatRoomName field is set.
*/
boolean hasChatRoomName();
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 7;
* @return The chatRoomName.
*/
wechat.protobuf.SKBuiltinString getChatRoomName();
/**
* optional .wechat_proto.SKBuiltinString chatRoomName = 7;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getChatRoomNameOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString_ imgBuf = 8;
* @return Whether the imgBuf field is set.
*/
boolean hasImgBuf();
/**
* optional .wechat_proto.SKBuiltinString_ imgBuf = 8;
* @return The imgBuf.
*/
wechat.protobuf.SKBuiltinString_ getImgBuf();
/**
* optional .wechat_proto.SKBuiltinString_ imgBuf = 8;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getImgBufOrBuilder();
/**
* optional string bigHeadImgUrl = 9;
* @return Whether the bigHeadImgUrl field is set.
*/
boolean hasBigHeadImgUrl();
/**
* optional string bigHeadImgUrl = 9;
* @return The bigHeadImgUrl.
*/
java.lang.String getBigHeadImgUrl();
/**
* optional string bigHeadImgUrl = 9;
* @return The bytes for bigHeadImgUrl.
*/
com.google.protobuf.ByteString
getBigHeadImgUrlBytes();
/**
* optional string smallHeadImgUrl = 10;
* @return Whether the smallHeadImgUrl field is set.
*/
boolean hasSmallHeadImgUrl();
/**
* optional string smallHeadImgUrl = 10;
* @return The smallHeadImgUrl.
*/
java.lang.String getSmallHeadImgUrl();
/**
* optional string smallHeadImgUrl = 10;
* @return The bytes for smallHeadImgUrl.
*/
com.google.protobuf.ByteString
getSmallHeadImgUrlBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy