|
|
|
@ -2511,6 +2511,24 @@ public final class Family {
|
|
|
|
|
*/
|
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
|
getNameBytes();
|
|
|
|
|
|
|
|
|
|
// optional int32 gender = 5;
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional int32 gender = 5;</code>
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* 性别
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
boolean hasGender();
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional int32 gender = 5;</code>
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* 性别
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
int getGender();
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* Protobuf type {@code com.ljsd.jieling.protocols.FamilyWalkIndicaiton}
|
|
|
|
@ -2599,6 +2617,11 @@ public final class Family {
|
|
|
|
|
name_ = input.readBytes();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
case 40: {
|
|
|
|
|
bitField0_ |= 0x00000008;
|
|
|
|
|
gender_ = input.readInt32();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
@ -2780,11 +2803,36 @@ public final class Family {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// optional int32 gender = 5;
|
|
|
|
|
public static final int GENDER_FIELD_NUMBER = 5;
|
|
|
|
|
private int gender_;
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional int32 gender = 5;</code>
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* 性别
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
public boolean hasGender() {
|
|
|
|
|
return ((bitField0_ & 0x00000008) == 0x00000008);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional int32 gender = 5;</code>
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* 性别
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
public int getGender() {
|
|
|
|
|
return gender_;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void initFields() {
|
|
|
|
|
path_ = java.util.Collections.emptyList();
|
|
|
|
|
curPos_ = 0;
|
|
|
|
|
uid_ = 0;
|
|
|
|
|
name_ = "";
|
|
|
|
|
gender_ = 0;
|
|
|
|
|
}
|
|
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
@ -2810,6 +2858,9 @@ public final class Family {
|
|
|
|
|
if (((bitField0_ & 0x00000004) == 0x00000004)) {
|
|
|
|
|
output.writeBytes(4, getNameBytes());
|
|
|
|
|
}
|
|
|
|
|
if (((bitField0_ & 0x00000008) == 0x00000008)) {
|
|
|
|
|
output.writeInt32(5, gender_);
|
|
|
|
|
}
|
|
|
|
|
getUnknownFields().writeTo(output);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2840,6 +2891,10 @@ public final class Family {
|
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
|
.computeBytesSize(4, getNameBytes());
|
|
|
|
|
}
|
|
|
|
|
if (((bitField0_ & 0x00000008) == 0x00000008)) {
|
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
|
.computeInt32Size(5, gender_);
|
|
|
|
|
}
|
|
|
|
|
size += getUnknownFields().getSerializedSize();
|
|
|
|
|
memoizedSerializedSize = size;
|
|
|
|
|
return size;
|
|
|
|
@ -2964,6 +3019,8 @@ public final class Family {
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000004);
|
|
|
|
|
name_ = "";
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000008);
|
|
|
|
|
gender_ = 0;
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000010);
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3009,6 +3066,10 @@ public final class Family {
|
|
|
|
|
to_bitField0_ |= 0x00000004;
|
|
|
|
|
}
|
|
|
|
|
result.name_ = name_;
|
|
|
|
|
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
|
|
|
|
|
to_bitField0_ |= 0x00000008;
|
|
|
|
|
}
|
|
|
|
|
result.gender_ = gender_;
|
|
|
|
|
result.bitField0_ = to_bitField0_;
|
|
|
|
|
onBuilt();
|
|
|
|
|
return result;
|
|
|
|
@ -3046,6 +3107,9 @@ public final class Family {
|
|
|
|
|
name_ = other.name_;
|
|
|
|
|
onChanged();
|
|
|
|
|
}
|
|
|
|
|
if (other.hasGender()) {
|
|
|
|
|
setGender(other.getGender());
|
|
|
|
|
}
|
|
|
|
|
this.mergeUnknownFields(other.getUnknownFields());
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
@ -3363,6 +3427,55 @@ public final class Family {
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// optional int32 gender = 5;
|
|
|
|
|
private int gender_ ;
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional int32 gender = 5;</code>
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* 性别
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
public boolean hasGender() {
|
|
|
|
|
return ((bitField0_ & 0x00000010) == 0x00000010);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional int32 gender = 5;</code>
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* 性别
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
public int getGender() {
|
|
|
|
|
return gender_;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional int32 gender = 5;</code>
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* 性别
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
public Builder setGender(int value) {
|
|
|
|
|
bitField0_ |= 0x00000010;
|
|
|
|
|
gender_ = value;
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional int32 gender = 5;</code>
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* 性别
|
|
|
|
|
* </pre>
|
|
|
|
|
*/
|
|
|
|
|
public Builder clearGender() {
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000010);
|
|
|
|
|
gender_ = 0;
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:com.ljsd.jieling.protocols.FamilyWalkIndicaiton)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -36514,117 +36627,118 @@ public final class Family {
|
|
|
|
|
"uteToday\030\007 \001(\005\022\021\n\tsoulForce\030\010 \001(\005\022\014\n\004hea" +
|
|
|
|
|
"d\030\t \001(\005\022\r\n\005frame\030\n \001(\005\"9\n\rFamilyLogInfo\022" +
|
|
|
|
|
"\014\n\004name\030\001 \001(\t\022\014\n\004info\030\002 \001(\t\022\014\n\004time\030\003 \001(" +
|
|
|
|
|
"\005\"O\n\024FamilyWalkIndicaiton\022\014\n\004path\030\001 \003(\005\022" +
|
|
|
|
|
"\005\"_\n\024FamilyWalkIndicaiton\022\014\n\004path\030\001 \003(\005\022" +
|
|
|
|
|
"\016\n\006curPos\030\002 \001(\005\022\013\n\003uid\030\003 \001(\005\022\014\n\004name\030\004 \001",
|
|
|
|
|
"(\t\"\210\001\n\013FamilyApply\022\014\n\004name\030\001 \001(\t\022\017\n\007role" +
|
|
|
|
|
"Uid\030\002 \001(\005\022\014\n\004time\030\003 \001(\005\022\r\n\005frame\030\004 \001(\005\022\017" +
|
|
|
|
|
"\n\007outTime\030\005 \001(\005\022\r\n\005level\030\006 \001(\005\022\017\n\007forece" +
|
|
|
|
|
"s\030\007 \001(\005\022\014\n\004head\030\010 \001(\005\"l\n\020FamilyNoticeInf" +
|
|
|
|
|
"o\022\023\n\013guildNotice\030\001 \002(\t\022\022\n\nupdateTime\030\002 \002" +
|
|
|
|
|
"(\005\022\r\n\005steps\030\003 \003(\005\022\020\n\010adminres\030\004 \003(\005\022\016\n\006h" +
|
|
|
|
|
"asNew\030\005 \002(\005\"i\n\022FamilyRecomandInfo\022B\n\016fam" +
|
|
|
|
|
"ilyBaseInfo\030\001 \001(\0132*.com.ljsd.jieling.pro" +
|
|
|
|
|
"tocols.FamilyBaseInfo\022\017\n\007isApply\030\002 \001(\005\"U" +
|
|
|
|
|
"\n\020FamilyDefendInfo\022\013\n\003uid\030\001 \001(\005\022\021\n\tstarC",
|
|
|
|
|
"ount\030\002 \001(\005\022\017\n\007buildId\030\003 \001(\005\022\020\n\010curForce\030" +
|
|
|
|
|
"\004 \001(\005\"6\n\023FamilyBuildBuffInfo\022\017\n\007buildId\030" +
|
|
|
|
|
"\001 \001(\005\022\016\n\006buffId\030\002 \003(\005\"y\n\025FamilyFightPlay" +
|
|
|
|
|
"erInfo\022<\n\010userInfo\030\001 \001(\0132*.com.ljsd.jiel" +
|
|
|
|
|
"ing.protocols.FamilyUserInfo\022\021\n\tstarCoun" +
|
|
|
|
|
"t\030\002 \001(\005\022\017\n\007buildId\030\003 \001(\005\"\243\001\n\017FamilyFight" +
|
|
|
|
|
"Info\022\013\n\003gid\030\001 \001(\005\022B\n\tbuildBuff\030\002 \003(\0132/.c" +
|
|
|
|
|
"om.ljsd.jieling.protocols.FamilyBuildBuf" +
|
|
|
|
|
"fInfo\022?\n\004user\030\003 \003(\01321.com.ljsd.jieling.p" +
|
|
|
|
|
"rotocols.FamilyFightPlayerInfo\"\357\001\n\025GetFa",
|
|
|
|
|
"milyInfoResponse\022B\n\016familyBaseInfo\030\001 \001(\013" +
|
|
|
|
|
"2*.com.ljsd.jieling.protocols.FamilyBase" +
|
|
|
|
|
"Info\022B\n\016familyUserInfo\030\002 \001(\0132*.com.ljsd." +
|
|
|
|
|
"jieling.protocols.FamilyUserInfo\022N\n\024fami" +
|
|
|
|
|
"lyWalkIndicaiton\030\003 \003(\01320.com.ljsd.jielin" +
|
|
|
|
|
"g.protocols.FamilyWalkIndicaiton\"5\n\023Fami" +
|
|
|
|
|
"lyCreateReqeust\022\014\n\004name\030\001 \001(\t\022\020\n\010announc" +
|
|
|
|
|
"e\030\002 \001(\t\"\356\001\n\024FamilyCreateResponse\022B\n\016fami" +
|
|
|
|
|
"(\t\022\016\n\006gender\030\005 \001(\005\"\210\001\n\013FamilyApply\022\014\n\004na" +
|
|
|
|
|
"me\030\001 \001(\t\022\017\n\007roleUid\030\002 \001(\005\022\014\n\004time\030\003 \001(\005\022" +
|
|
|
|
|
"\r\n\005frame\030\004 \001(\005\022\017\n\007outTime\030\005 \001(\005\022\r\n\005level" +
|
|
|
|
|
"\030\006 \001(\005\022\017\n\007foreces\030\007 \001(\005\022\014\n\004head\030\010 \001(\005\"l\n" +
|
|
|
|
|
"\020FamilyNoticeInfo\022\023\n\013guildNotice\030\001 \002(\t\022\022" +
|
|
|
|
|
"\n\nupdateTime\030\002 \002(\005\022\r\n\005steps\030\003 \003(\005\022\020\n\010adm" +
|
|
|
|
|
"inres\030\004 \003(\005\022\016\n\006hasNew\030\005 \002(\005\"i\n\022FamilyRec" +
|
|
|
|
|
"omandInfo\022B\n\016familyBaseInfo\030\001 \001(\0132*.com." +
|
|
|
|
|
"ljsd.jieling.protocols.FamilyBaseInfo\022\017\n" +
|
|
|
|
|
"\007isApply\030\002 \001(\005\"U\n\020FamilyDefendInfo\022\013\n\003ui",
|
|
|
|
|
"d\030\001 \001(\005\022\021\n\tstarCount\030\002 \001(\005\022\017\n\007buildId\030\003 " +
|
|
|
|
|
"\001(\005\022\020\n\010curForce\030\004 \001(\005\"6\n\023FamilyBuildBuff" +
|
|
|
|
|
"Info\022\017\n\007buildId\030\001 \001(\005\022\016\n\006buffId\030\002 \003(\005\"y\n" +
|
|
|
|
|
"\025FamilyFightPlayerInfo\022<\n\010userInfo\030\001 \001(\013" +
|
|
|
|
|
"2*.com.ljsd.jieling.protocols.FamilyUser" +
|
|
|
|
|
"Info\022\021\n\tstarCount\030\002 \001(\005\022\017\n\007buildId\030\003 \001(\005" +
|
|
|
|
|
"\"\243\001\n\017FamilyFightInfo\022\013\n\003gid\030\001 \001(\005\022B\n\tbui" +
|
|
|
|
|
"ldBuff\030\002 \003(\0132/.com.ljsd.jieling.protocol" +
|
|
|
|
|
"s.FamilyBuildBuffInfo\022?\n\004user\030\003 \003(\01321.co" +
|
|
|
|
|
"m.ljsd.jieling.protocols.FamilyFightPlay",
|
|
|
|
|
"erInfo\"\357\001\n\025GetFamilyInfoResponse\022B\n\016fami" +
|
|
|
|
|
"lyBaseInfo\030\001 \001(\0132*.com.ljsd.jieling.prot" +
|
|
|
|
|
"ocols.FamilyBaseInfo\022B\n\016familyUserInfo\030\002",
|
|
|
|
|
"ocols.FamilyBaseInfo\022B\n\016familyUserInfo\030\002" +
|
|
|
|
|
" \001(\0132*.com.ljsd.jieling.protocols.Family" +
|
|
|
|
|
"UserInfo\022N\n\024familyWalkIndicaiton\030\003 \001(\01320" +
|
|
|
|
|
"UserInfo\022N\n\024familyWalkIndicaiton\030\003 \003(\01320" +
|
|
|
|
|
".com.ljsd.jieling.protocols.FamilyWalkIn" +
|
|
|
|
|
"dicaiton\"#\n\023FamilySearchReqeust\022\014\n\004name\030" +
|
|
|
|
|
"\001 \001(\t\"a\n\023FamilySeachResponse\022J\n\022familyRe" +
|
|
|
|
|
"comandInfo\030\001 \003(\0132..com.ljsd.jieling.prot" +
|
|
|
|
|
"ocols.FamilyRecomandInfo\"&\n\022FamilyApplyR" +
|
|
|
|
|
"equest\022\020\n\010familyId\030\001 \003(\005\"\235\001\n\023FamilyJoinI" +
|
|
|
|
|
"ndicaion\022B\n\016familyBaseInfo\030\001 \001(\0132*.com.l" +
|
|
|
|
|
"dicaiton\"5\n\023FamilyCreateReqeust\022\014\n\004name\030" +
|
|
|
|
|
"\001 \001(\t\022\020\n\010announce\030\002 \001(\t\"\356\001\n\024FamilyCreate" +
|
|
|
|
|
"Response\022B\n\016familyBaseInfo\030\001 \001(\0132*.com.l" +
|
|
|
|
|
"jsd.jieling.protocols.FamilyBaseInfo\022B\n\016",
|
|
|
|
|
"familyUserInfo\030\002 \001(\0132*.com.ljsd.jieling." +
|
|
|
|
|
"protocols.FamilyUserInfo\"%\n\021FamilyJoinRe" +
|
|
|
|
|
"quest\022\020\n\010familyId\030\001 \001(\005\"b\n\022FamilyJoinRes" +
|
|
|
|
|
"ponse\022L\n\023familyJoinIndicaion\030\001 \001(\0132/.com" +
|
|
|
|
|
".ljsd.jieling.protocols.FamilyJoinIndica" +
|
|
|
|
|
"ion\"e\n\027FamilyRecommandResponse\022J\n\022family" +
|
|
|
|
|
"RecomandInfo\030\001 \003(\0132..com.ljsd.jieling.pr" +
|
|
|
|
|
"otocols.FamilyRecomandInfo\"a\n\033GetFamilyM" +
|
|
|
|
|
"emberInfoResponse\022B\n\016familyUserInfo\030\001 \003(" +
|
|
|
|
|
"\0132*.com.ljsd.jieling.protocols.FamilyUse",
|
|
|
|
|
"rInfo\"X\n\024GetFamilyLogResponse\022@\n\rfamilyL" +
|
|
|
|
|
"ogInfo\030\001 \003(\0132).com.ljsd.jieling.protocol" +
|
|
|
|
|
"s.FamilyLogInfo\"V\n\026GetFamilyApplyRespons" +
|
|
|
|
|
"e\022<\n\013familyApply\030\001 \003(\0132\'.com.ljsd.jielin" +
|
|
|
|
|
"g.protocols.FamilyApply\"<\n\033FamilyOperati" +
|
|
|
|
|
"onApplyRequest\022\014\n\004type\030\001 \001(\005\022\017\n\007applyId\030" +
|
|
|
|
|
"\002 \001(\005\")\n\024FamilyKickOutRequest\022\021\n\ttargetU" +
|
|
|
|
|
"id\030\001 \001(\005\"?\n\030FamilyAppointmentReqeust\022\021\n\t" +
|
|
|
|
|
"targetUid\030\001 \001(\005\022\020\n\010position\030\002 \001(\005\"?\n\036Fam" +
|
|
|
|
|
"ilyPositionUpdateIndication\022\020\n\010position\030",
|
|
|
|
|
"\001 \001(\005\022\013\n\003uid\030\002 \001(\005\"4\n\023FamilyChangeReques" +
|
|
|
|
|
"t\022\014\n\004type\030\001 \001(\005\022\017\n\007content\030\002 \001(\t\"3\n\024Fami" +
|
|
|
|
|
"lyChangeResponse\022\016\n\006result\030\001 \001(\005\022\013\n\003err\030" +
|
|
|
|
|
"\002 \001(\t\">\n\033FamilyChangeJoinTypeRequest\022\014\n\004" +
|
|
|
|
|
"type\030\001 \001(\005\022\021\n\tintoLevel\030\002 \001(\005\"\\\n\026FamilyC" +
|
|
|
|
|
"hangeIndication\022B\n\016familyBaseInfo\030\001 \001(\0132" +
|
|
|
|
|
"*.com.ljsd.jieling.protocols.FamilyBaseI" +
|
|
|
|
|
"nfo\"0\n\033FamilyChairmanChangeRequest\022\021\n\tta" +
|
|
|
|
|
"rgetUid\030\001 \001(\005\"(\n\030FamilyDissolutionReques" +
|
|
|
|
|
"t\022\014\n\004type\030\001 \001(\005\"V\n\030FamilyDefendViewRespo",
|
|
|
|
|
"nse\022:\n\004info\030\001 \003(\0132,.com.ljsd.jieling.pro" +
|
|
|
|
|
"tocols.FamilyDefendInfo\">\n\035FamilyDefendD" +
|
|
|
|
|
"etailViewRequest\022\020\n\010playerId\030\001 \001(\005\022\013\n\003gi" +
|
|
|
|
|
"d\030\002 \001(\005\"_\n\036FamilyDefendDetailViewRespons" +
|
|
|
|
|
"e\022=\n\010teamInfo\030\001 \001(\0132+.com.ljsd.jieling.p" +
|
|
|
|
|
"rotocols.TeamOneTeamInfo\"8\n\030FamilyQuickD" +
|
|
|
|
|
"efendRequest\022\017\n\007buildId\030\001 \001(\005\022\013\n\003uid\030\002 \001" +
|
|
|
|
|
"(\005\"!\n\021FamilyWalkRequest\022\014\n\004path\030\001 \003(\005\"T\n" +
|
|
|
|
|
"\027FamilyFightInfoResponse\0229\n\004info\030\001 \003(\0132+" +
|
|
|
|
|
".com.ljsd.jieling.protocols.FamilyFightI",
|
|
|
|
|
"nfo\"q\n\013EnemyFamily\022\n\n\002id\030\001 \001(\005\022\014\n\004name\030\002" +
|
|
|
|
|
" \001(\t\022\r\n\005level\030\003 \001(\005\022\021\n\tpictureId\030\004 \001(\005\022\021" +
|
|
|
|
|
"\n\ttotalStar\030\005 \001(\005\022\023\n\013myTotalStar\030\006 \001(\005\"\310" +
|
|
|
|
|
"\001\n\030FamilyFightRoundResponse\022\014\n\004type\030\001 \001(" +
|
|
|
|
|
"\005\022\021\n\tstartTime\030\002 \001(\005\022\026\n\016roundStartTime\030\003" +
|
|
|
|
|
" \001(\005\022\024\n\014roundEndTime\030\004 \001(\005\022\020\n\010joinType\030\005" +
|
|
|
|
|
" \001(\005\0226\n\005enemy\030\006 \001(\0132\'.com.ljsd.jieling.p" +
|
|
|
|
|
"rotocols.EnemyFamily\022\023\n\013attackCount\030\007 \001(" +
|
|
|
|
|
"\005\":\n\030FamilyFightAttackRequest\022\021\n\tattackU" +
|
|
|
|
|
"id\030\001 \001(\005\022\013\n\003gid\030\002 \001(\005\"s\n\031FamilyFightAtta",
|
|
|
|
|
"ckResponse\022\016\n\006result\030\001 \001(\005\022\021\n\tstarCount\030" +
|
|
|
|
|
"\002 \001(\005\0223\n\004data\030\003 \001(\0132%.com.ljsd.jieling.p" +
|
|
|
|
|
"rotocols.FightData\"\231\001\n\023PersonalFightResu" +
|
|
|
|
|
"lt\022\014\n\004rank\030\001 \001(\005\022\013\n\003uid\030\002 \001(\005\022\014\n\004name\030\003 " +
|
|
|
|
|
"\001(\t\022\014\n\004head\030\004 \001(\005\022\021\n\theadFrame\030\005 \001(\005\022\020\n\010" +
|
|
|
|
|
"position\030\006 \001(\005\022\023\n\013attackCount\030\007 \001(\005\022\021\n\ts" +
|
|
|
|
|
"tarCount\030\010 \001(\005\"*\n\032PersonalFightResultReq" +
|
|
|
|
|
"uest\022\014\n\004type\030\001 \001(\005\"^\n\033PersonalFightResul" +
|
|
|
|
|
"tResponse\022?\n\006result\030\001 \003(\0132/.com.ljsd.jie" +
|
|
|
|
|
"ling.protocols.PersonalFightResult\"j\n\030Gu",
|
|
|
|
|
"ildFightResultResponse\022\016\n\006getExp\030\001 \001(\005\022\014" +
|
|
|
|
|
"\n\004star\030\002 \003(\005\022\021\n\textraStar\030\003 \003(\005\022\r\n\005level" +
|
|
|
|
|
"\030\004 \001(\005\022\016\n\006curExp\030\005 \001(\005\"3\n\016DefeatResponse" +
|
|
|
|
|
"\022\013\n\003uid\030\001 \001(\005\022\024\n\014teamLostStar\030\002 \001(\005\"#\n\021C" +
|
|
|
|
|
"hangeIconRequest\022\016\n\006iconId\030\001 \001(\005\"V\n\032GetA" +
|
|
|
|
|
"ttackHeroBloodResponse\0228\n\005blood\030\001 \003(\0132)." +
|
|
|
|
|
"com.ljsd.jieling.protocols.HeroBloodInfo" +
|
|
|
|
|
"\" \n\020RefuseJoinFamily\022\014\n\004name\030\001 \001(\t\" \n\021Ki" +
|
|
|
|
|
"ckOutIndication\022\013\n\003uid\030\001 \001(\005B\002H\001"
|
|
|
|
|
"protocols.FamilyUserInfo\022N\n\024familyWalkIn" +
|
|
|
|
|
"dicaiton\030\003 \001(\01320.com.ljsd.jieling.protoc" +
|
|
|
|
|
"ols.FamilyWalkIndicaiton\"#\n\023FamilySearch" +
|
|
|
|
|
"Reqeust\022\014\n\004name\030\001 \001(\t\"a\n\023FamilySeachResp" +
|
|
|
|
|
"onse\022J\n\022familyRecomandInfo\030\001 \003(\0132..com.l" +
|
|
|
|
|
"jsd.jieling.protocols.FamilyRecomandInfo" +
|
|
|
|
|
"\"&\n\022FamilyApplyRequest\022\020\n\010familyId\030\001 \003(\005" +
|
|
|
|
|
"\"\235\001\n\023FamilyJoinIndicaion\022B\n\016familyBaseIn" +
|
|
|
|
|
"fo\030\001 \001(\0132*.com.ljsd.jieling.protocols.Fa",
|
|
|
|
|
"milyBaseInfo\022B\n\016familyUserInfo\030\002 \001(\0132*.c" +
|
|
|
|
|
"om.ljsd.jieling.protocols.FamilyUserInfo" +
|
|
|
|
|
"\"%\n\021FamilyJoinRequest\022\020\n\010familyId\030\001 \001(\005\"" +
|
|
|
|
|
"b\n\022FamilyJoinResponse\022L\n\023familyJoinIndic" +
|
|
|
|
|
"aion\030\001 \001(\0132/.com.ljsd.jieling.protocols." +
|
|
|
|
|
"FamilyJoinIndicaion\"e\n\027FamilyRecommandRe" +
|
|
|
|
|
"sponse\022J\n\022familyRecomandInfo\030\001 \003(\0132..com" +
|
|
|
|
|
".ljsd.jieling.protocols.FamilyRecomandIn" +
|
|
|
|
|
"fo\"a\n\033GetFamilyMemberInfoResponse\022B\n\016fam" +
|
|
|
|
|
"ilyUserInfo\030\001 \003(\0132*.com.ljsd.jieling.pro",
|
|
|
|
|
"tocols.FamilyUserInfo\"X\n\024GetFamilyLogRes" +
|
|
|
|
|
"ponse\022@\n\rfamilyLogInfo\030\001 \003(\0132).com.ljsd." +
|
|
|
|
|
"jieling.protocols.FamilyLogInfo\"V\n\026GetFa" +
|
|
|
|
|
"milyApplyResponse\022<\n\013familyApply\030\001 \003(\0132\'" +
|
|
|
|
|
".com.ljsd.jieling.protocols.FamilyApply\"" +
|
|
|
|
|
"<\n\033FamilyOperationApplyRequest\022\014\n\004type\030\001" +
|
|
|
|
|
" \001(\005\022\017\n\007applyId\030\002 \001(\005\")\n\024FamilyKickOutRe" +
|
|
|
|
|
"quest\022\021\n\ttargetUid\030\001 \001(\005\"?\n\030FamilyAppoin" +
|
|
|
|
|
"tmentReqeust\022\021\n\ttargetUid\030\001 \001(\005\022\020\n\010posit" +
|
|
|
|
|
"ion\030\002 \001(\005\"?\n\036FamilyPositionUpdateIndicat",
|
|
|
|
|
"ion\022\020\n\010position\030\001 \001(\005\022\013\n\003uid\030\002 \001(\005\"4\n\023Fa" +
|
|
|
|
|
"milyChangeRequest\022\014\n\004type\030\001 \001(\005\022\017\n\007conte" +
|
|
|
|
|
"nt\030\002 \001(\t\"3\n\024FamilyChangeResponse\022\016\n\006resu" +
|
|
|
|
|
"lt\030\001 \001(\005\022\013\n\003err\030\002 \001(\t\">\n\033FamilyChangeJoi" +
|
|
|
|
|
"nTypeRequest\022\014\n\004type\030\001 \001(\005\022\021\n\tintoLevel\030" +
|
|
|
|
|
"\002 \001(\005\"\\\n\026FamilyChangeIndication\022B\n\016famil" +
|
|
|
|
|
"yBaseInfo\030\001 \001(\0132*.com.ljsd.jieling.proto" +
|
|
|
|
|
"cols.FamilyBaseInfo\"0\n\033FamilyChairmanCha" +
|
|
|
|
|
"ngeRequest\022\021\n\ttargetUid\030\001 \001(\005\"(\n\030FamilyD" +
|
|
|
|
|
"issolutionRequest\022\014\n\004type\030\001 \001(\005\"V\n\030Famil",
|
|
|
|
|
"yDefendViewResponse\022:\n\004info\030\001 \003(\0132,.com." +
|
|
|
|
|
"ljsd.jieling.protocols.FamilyDefendInfo\"" +
|
|
|
|
|
">\n\035FamilyDefendDetailViewRequest\022\020\n\010play" +
|
|
|
|
|
"erId\030\001 \001(\005\022\013\n\003gid\030\002 \001(\005\"_\n\036FamilyDefendD" +
|
|
|
|
|
"etailViewResponse\022=\n\010teamInfo\030\001 \001(\0132+.co" +
|
|
|
|
|
"m.ljsd.jieling.protocols.TeamOneTeamInfo" +
|
|
|
|
|
"\"8\n\030FamilyQuickDefendRequest\022\017\n\007buildId\030" +
|
|
|
|
|
"\001 \001(\005\022\013\n\003uid\030\002 \001(\005\"!\n\021FamilyWalkRequest\022" +
|
|
|
|
|
"\014\n\004path\030\001 \003(\005\"T\n\027FamilyFightInfoResponse" +
|
|
|
|
|
"\0229\n\004info\030\001 \003(\0132+.com.ljsd.jieling.protoc",
|
|
|
|
|
"ols.FamilyFightInfo\"q\n\013EnemyFamily\022\n\n\002id" +
|
|
|
|
|
"\030\001 \001(\005\022\014\n\004name\030\002 \001(\t\022\r\n\005level\030\003 \001(\005\022\021\n\tp" +
|
|
|
|
|
"ictureId\030\004 \001(\005\022\021\n\ttotalStar\030\005 \001(\005\022\023\n\013myT" +
|
|
|
|
|
"otalStar\030\006 \001(\005\"\310\001\n\030FamilyFightRoundRespo" +
|
|
|
|
|
"nse\022\014\n\004type\030\001 \001(\005\022\021\n\tstartTime\030\002 \001(\005\022\026\n\016" +
|
|
|
|
|
"roundStartTime\030\003 \001(\005\022\024\n\014roundEndTime\030\004 \001" +
|
|
|
|
|
"(\005\022\020\n\010joinType\030\005 \001(\005\0226\n\005enemy\030\006 \001(\0132\'.co" +
|
|
|
|
|
"m.ljsd.jieling.protocols.EnemyFamily\022\023\n\013" +
|
|
|
|
|
"attackCount\030\007 \001(\005\":\n\030FamilyFightAttackRe" +
|
|
|
|
|
"quest\022\021\n\tattackUid\030\001 \001(\005\022\013\n\003gid\030\002 \001(\005\"s\n",
|
|
|
|
|
"\031FamilyFightAttackResponse\022\016\n\006result\030\001 \001" +
|
|
|
|
|
"(\005\022\021\n\tstarCount\030\002 \001(\005\0223\n\004data\030\003 \001(\0132%.co" +
|
|
|
|
|
"m.ljsd.jieling.protocols.FightData\"\231\001\n\023P" +
|
|
|
|
|
"ersonalFightResult\022\014\n\004rank\030\001 \001(\005\022\013\n\003uid\030" +
|
|
|
|
|
"\002 \001(\005\022\014\n\004name\030\003 \001(\t\022\014\n\004head\030\004 \001(\005\022\021\n\thea" +
|
|
|
|
|
"dFrame\030\005 \001(\005\022\020\n\010position\030\006 \001(\005\022\023\n\013attack" +
|
|
|
|
|
"Count\030\007 \001(\005\022\021\n\tstarCount\030\010 \001(\005\"*\n\032Person" +
|
|
|
|
|
"alFightResultRequest\022\014\n\004type\030\001 \001(\005\"^\n\033Pe" +
|
|
|
|
|
"rsonalFightResultResponse\022?\n\006result\030\001 \003(" +
|
|
|
|
|
"\0132/.com.ljsd.jieling.protocols.PersonalF",
|
|
|
|
|
"ightResult\"j\n\030GuildFightResultResponse\022\016" +
|
|
|
|
|
"\n\006getExp\030\001 \001(\005\022\014\n\004star\030\002 \003(\005\022\021\n\textraSta" +
|
|
|
|
|
"r\030\003 \003(\005\022\r\n\005level\030\004 \001(\005\022\016\n\006curExp\030\005 \001(\005\"3" +
|
|
|
|
|
"\n\016DefeatResponse\022\013\n\003uid\030\001 \001(\005\022\024\n\014teamLos" +
|
|
|
|
|
"tStar\030\002 \001(\005\"#\n\021ChangeIconRequest\022\016\n\006icon" +
|
|
|
|
|
"Id\030\001 \001(\005\"V\n\032GetAttackHeroBloodResponse\0228" +
|
|
|
|
|
"\n\005blood\030\001 \003(\0132).com.ljsd.jieling.protoco" +
|
|
|
|
|
"ls.HeroBloodInfo\" \n\020RefuseJoinFamily\022\014\n\004" +
|
|
|
|
|
"name\030\001 \001(\t\" \n\021KickOutIndication\022\013\n\003uid\030\001" +
|
|
|
|
|
" \001(\005B\002H\001"
|
|
|
|
|
};
|
|
|
|
|
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
|
|
|
|
|
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
|
|
|
|
@ -36648,7 +36762,7 @@ public final class Family {
|
|
|
|
|
internal_static_com_ljsd_jieling_protocols_FamilyWalkIndicaiton_fieldAccessorTable = new
|
|
|
|
|
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
|
|
|
|
|
internal_static_com_ljsd_jieling_protocols_FamilyWalkIndicaiton_descriptor,
|
|
|
|
|
new java.lang.String[] { "Path", "CurPos", "Uid", "Name", });
|
|
|
|
|
new java.lang.String[] { "Path", "CurPos", "Uid", "Name", "Gender", });
|
|
|
|
|
internal_static_com_ljsd_jieling_protocols_FamilyApply_descriptor =
|
|
|
|
|
getDescriptor().getMessageTypes().get(3);
|
|
|
|
|
internal_static_com_ljsd_jieling_protocols_FamilyApply_fieldAccessorTable = new
|
|
|
|
|