Fix some protos that didnt get updated

This commit is contained in:
Melledy
2023-10-15 07:46:35 -07:00
parent de599440d7
commit 60ab978068
2 changed files with 32 additions and 153 deletions

View File

@@ -19,12 +19,12 @@ public final class GetCurChallengeScRspOuterClass {
private static final long serialVersionUID = 0L; private static final long serialVersionUID = 0L;
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 6;</code>
*/ */
private int retcode; private int retcode;
/** /**
* <code>optional .ChallengeInfo challenge_info = 15;</code> * <code>optional .ChallengeInfo challenge_info = 10;</code>
*/ */
private final ChallengeInfoOuterClass.ChallengeInfo challengeInfo = ChallengeInfoOuterClass.ChallengeInfo.newInstance(); private final ChallengeInfoOuterClass.ChallengeInfo challengeInfo = ChallengeInfoOuterClass.ChallengeInfo.newInstance();
@@ -39,7 +39,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 6;</code>
* @return whether the retcode field is set * @return whether the retcode field is set
*/ */
public boolean hasRetcode() { public boolean hasRetcode() {
@@ -47,7 +47,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 6;</code>
* @return this * @return this
*/ */
public GetCurChallengeScRsp clearRetcode() { public GetCurChallengeScRsp clearRetcode() {
@@ -57,7 +57,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 6;</code>
* @return the retcode * @return the retcode
*/ */
public int getRetcode() { public int getRetcode() {
@@ -65,7 +65,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 6;</code>
* @param value the retcode to set * @param value the retcode to set
* @return this * @return this
*/ */
@@ -76,7 +76,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional .ChallengeInfo challenge_info = 15;</code> * <code>optional .ChallengeInfo challenge_info = 10;</code>
* @return whether the challengeInfo field is set * @return whether the challengeInfo field is set
*/ */
public boolean hasChallengeInfo() { public boolean hasChallengeInfo() {
@@ -84,7 +84,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional .ChallengeInfo challenge_info = 15;</code> * <code>optional .ChallengeInfo challenge_info = 10;</code>
* @return this * @return this
*/ */
public GetCurChallengeScRsp clearChallengeInfo() { public GetCurChallengeScRsp clearChallengeInfo() {
@@ -94,7 +94,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional .ChallengeInfo challenge_info = 15;</code> * <code>optional .ChallengeInfo challenge_info = 10;</code>
* *
* This method returns the internal storage object without modifying any has state. * This method returns the internal storage object without modifying any has state.
* The returned object should not be modified and be treated as read-only. * The returned object should not be modified and be treated as read-only.
@@ -108,7 +108,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional .ChallengeInfo challenge_info = 15;</code> * <code>optional .ChallengeInfo challenge_info = 10;</code>
* *
* This method returns the internal storage object and sets the corresponding * This method returns the internal storage object and sets the corresponding
* has state. The returned object will become part of this message and its * has state. The returned object will become part of this message and its
@@ -122,7 +122,7 @@ public final class GetCurChallengeScRspOuterClass {
} }
/** /**
* <code>optional .ChallengeInfo challenge_info = 15;</code> * <code>optional .ChallengeInfo challenge_info = 10;</code>
* @param value the challengeInfo to set * @param value the challengeInfo to set
* @return this * @return this
*/ */
@@ -199,11 +199,11 @@ public final class GetCurChallengeScRspOuterClass {
@Override @Override
public void writeTo(final ProtoSink output) throws IOException { public void writeTo(final ProtoSink output) throws IOException {
if ((bitField0_ & 0x00000001) != 0) { if ((bitField0_ & 0x00000001) != 0) {
output.writeRawByte((byte) 8); output.writeRawByte((byte) 48);
output.writeUInt32NoTag(retcode); output.writeUInt32NoTag(retcode);
} }
if ((bitField0_ & 0x00000002) != 0) { if ((bitField0_ & 0x00000002) != 0) {
output.writeRawByte((byte) 122); output.writeRawByte((byte) 82);
output.writeMessageNoTag(challengeInfo); output.writeMessageNoTag(challengeInfo);
} }
} }
@@ -227,16 +227,16 @@ public final class GetCurChallengeScRspOuterClass {
int tag = input.readTag(); int tag = input.readTag();
while (true) { while (true) {
switch (tag) { switch (tag) {
case 8: { case 48: {
// retcode // retcode
retcode = input.readUInt32(); retcode = input.readUInt32();
bitField0_ |= 0x00000001; bitField0_ |= 0x00000001;
tag = input.readTag(); tag = input.readTag();
if (tag != 122) { if (tag != 82) {
break; break;
} }
} }
case 122: { case 82: {
// challengeInfo // challengeInfo
input.readMessage(challengeInfo); input.readMessage(challengeInfo);
bitField0_ |= 0x00000002; bitField0_ |= 0x00000002;

View File

@@ -10,7 +10,6 @@ import us.hebi.quickbuf.MessageFactory;
import us.hebi.quickbuf.ProtoMessage; import us.hebi.quickbuf.ProtoMessage;
import us.hebi.quickbuf.ProtoSink; import us.hebi.quickbuf.ProtoSink;
import us.hebi.quickbuf.ProtoSource; import us.hebi.quickbuf.ProtoSource;
import us.hebi.quickbuf.RepeatedInt;
public final class GetNpcTakenRewardScRspOuterClass { public final class GetNpcTakenRewardScRspOuterClass {
/** /**
@@ -20,20 +19,15 @@ public final class GetNpcTakenRewardScRspOuterClass {
private static final long serialVersionUID = 0L; private static final long serialVersionUID = 0L;
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 2;</code>
*/ */
private int retcode; private int retcode;
/** /**
* <code>optional uint32 npc_id = 2;</code> * <code>optional uint32 npc_id = 9;</code>
*/ */
private int npcId; private int npcId;
/**
* <code>repeated uint32 OABGIDHGGHI = 4;</code>
*/
private final RepeatedInt oABGIDHGGHI = RepeatedInt.newEmptyInstance();
private GetNpcTakenRewardScRsp() { private GetNpcTakenRewardScRsp() {
} }
@@ -45,7 +39,7 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 2;</code>
* @return whether the retcode field is set * @return whether the retcode field is set
*/ */
public boolean hasRetcode() { public boolean hasRetcode() {
@@ -53,7 +47,7 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 2;</code>
* @return this * @return this
*/ */
public GetNpcTakenRewardScRsp clearRetcode() { public GetNpcTakenRewardScRsp clearRetcode() {
@@ -63,7 +57,7 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 2;</code>
* @return the retcode * @return the retcode
*/ */
public int getRetcode() { public int getRetcode() {
@@ -71,7 +65,7 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
/** /**
* <code>optional uint32 retcode = 1;</code> * <code>optional uint32 retcode = 2;</code>
* @param value the retcode to set * @param value the retcode to set
* @return this * @return this
*/ */
@@ -82,7 +76,7 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
/** /**
* <code>optional uint32 npc_id = 2;</code> * <code>optional uint32 npc_id = 9;</code>
* @return whether the npcId field is set * @return whether the npcId field is set
*/ */
public boolean hasNpcId() { public boolean hasNpcId() {
@@ -90,7 +84,7 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
/** /**
* <code>optional uint32 npc_id = 2;</code> * <code>optional uint32 npc_id = 9;</code>
* @return this * @return this
*/ */
public GetNpcTakenRewardScRsp clearNpcId() { public GetNpcTakenRewardScRsp clearNpcId() {
@@ -100,7 +94,7 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
/** /**
* <code>optional uint32 npc_id = 2;</code> * <code>optional uint32 npc_id = 9;</code>
* @return the npcId * @return the npcId
*/ */
public int getNpcId() { public int getNpcId() {
@@ -108,7 +102,7 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
/** /**
* <code>optional uint32 npc_id = 2;</code> * <code>optional uint32 npc_id = 9;</code>
* @param value the npcId to set * @param value the npcId to set
* @return this * @return this
*/ */
@@ -118,74 +112,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
return this; return this;
} }
/**
* <code>repeated uint32 OABGIDHGGHI = 4;</code>
* @return whether the oABGIDHGGHI field is set
*/
public boolean hasOABGIDHGGHI() {
return (bitField0_ & 0x00000004) != 0;
}
/**
* <code>repeated uint32 OABGIDHGGHI = 4;</code>
* @return this
*/
public GetNpcTakenRewardScRsp clearOABGIDHGGHI() {
bitField0_ &= ~0x00000004;
oABGIDHGGHI.clear();
return this;
}
/**
* <code>repeated uint32 OABGIDHGGHI = 4;</code>
*
* This method returns the internal storage object without modifying any has state.
* The returned object should not be modified and be treated as read-only.
*
* Use {@link #getMutableOABGIDHGGHI()} if you want to modify it.
*
* @return internal storage object for reading
*/
public RepeatedInt getOABGIDHGGHI() {
return oABGIDHGGHI;
}
/**
* <code>repeated uint32 OABGIDHGGHI = 4;</code>
*
* This method returns the internal storage object and sets the corresponding
* has state. The returned object will become part of this message and its
* contents may be modified as long as the has state is not cleared.
*
* @return internal storage object for modifications
*/
public RepeatedInt getMutableOABGIDHGGHI() {
bitField0_ |= 0x00000004;
return oABGIDHGGHI;
}
/**
* <code>repeated uint32 OABGIDHGGHI = 4;</code>
* @param value the oABGIDHGGHI to add
* @return this
*/
public GetNpcTakenRewardScRsp addOABGIDHGGHI(final int value) {
bitField0_ |= 0x00000004;
oABGIDHGGHI.add(value);
return this;
}
/**
* <code>repeated uint32 OABGIDHGGHI = 4;</code>
* @param values the oABGIDHGGHI to add
* @return this
*/
public GetNpcTakenRewardScRsp addAllOABGIDHGGHI(final int... values) {
bitField0_ |= 0x00000004;
oABGIDHGGHI.addAll(values);
return this;
}
@Override @Override
public GetNpcTakenRewardScRsp copyFrom(final GetNpcTakenRewardScRsp other) { public GetNpcTakenRewardScRsp copyFrom(final GetNpcTakenRewardScRsp other) {
cachedSize = other.cachedSize; cachedSize = other.cachedSize;
@@ -193,7 +119,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
bitField0_ = other.bitField0_; bitField0_ = other.bitField0_;
retcode = other.retcode; retcode = other.retcode;
npcId = other.npcId; npcId = other.npcId;
oABGIDHGGHI.copyFrom(other.oABGIDHGGHI);
} }
return this; return this;
} }
@@ -210,9 +135,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
if (other.hasNpcId()) { if (other.hasNpcId()) {
setNpcId(other.npcId); setNpcId(other.npcId);
} }
if (other.hasOABGIDHGGHI()) {
getMutableOABGIDHGGHI().addAll(other.oABGIDHGGHI);
}
return this; return this;
} }
@@ -225,7 +147,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
bitField0_ = 0; bitField0_ = 0;
retcode = 0; retcode = 0;
npcId = 0; npcId = 0;
oABGIDHGGHI.clear();
return this; return this;
} }
@@ -236,7 +157,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
cachedSize = -1; cachedSize = -1;
bitField0_ = 0; bitField0_ = 0;
oABGIDHGGHI.clear();
return this; return this;
} }
@@ -251,26 +171,19 @@ public final class GetNpcTakenRewardScRspOuterClass {
GetNpcTakenRewardScRsp other = (GetNpcTakenRewardScRsp) o; GetNpcTakenRewardScRsp other = (GetNpcTakenRewardScRsp) o;
return bitField0_ == other.bitField0_ return bitField0_ == other.bitField0_
&& (!hasRetcode() || retcode == other.retcode) && (!hasRetcode() || retcode == other.retcode)
&& (!hasNpcId() || npcId == other.npcId) && (!hasNpcId() || npcId == other.npcId);
&& (!hasOABGIDHGGHI() || oABGIDHGGHI.equals(other.oABGIDHGGHI));
} }
@Override @Override
public void writeTo(final ProtoSink output) throws IOException { public void writeTo(final ProtoSink output) throws IOException {
if ((bitField0_ & 0x00000001) != 0) { if ((bitField0_ & 0x00000001) != 0) {
output.writeRawByte((byte) 8); output.writeRawByte((byte) 16);
output.writeUInt32NoTag(retcode); output.writeUInt32NoTag(retcode);
} }
if ((bitField0_ & 0x00000002) != 0) { if ((bitField0_ & 0x00000002) != 0) {
output.writeRawByte((byte) 16); output.writeRawByte((byte) 72);
output.writeUInt32NoTag(npcId); output.writeUInt32NoTag(npcId);
} }
if ((bitField0_ & 0x00000004) != 0) {
for (int i = 0; i < oABGIDHGGHI.length(); i++) {
output.writeRawByte((byte) 32);
output.writeUInt32NoTag(oABGIDHGGHI.array()[i]);
}
}
} }
@Override @Override
@@ -282,9 +195,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
if ((bitField0_ & 0x00000002) != 0) { if ((bitField0_ & 0x00000002) != 0) {
size += 1 + ProtoSink.computeUInt32SizeNoTag(npcId); size += 1 + ProtoSink.computeUInt32SizeNoTag(npcId);
} }
if ((bitField0_ & 0x00000004) != 0) {
size += (1 * oABGIDHGGHI.length()) + ProtoSink.computeRepeatedUInt32SizeNoTag(oABGIDHGGHI);
}
return size; return size;
} }
@@ -295,29 +205,20 @@ public final class GetNpcTakenRewardScRspOuterClass {
int tag = input.readTag(); int tag = input.readTag();
while (true) { while (true) {
switch (tag) { switch (tag) {
case 8: { case 16: {
// retcode // retcode
retcode = input.readUInt32(); retcode = input.readUInt32();
bitField0_ |= 0x00000001; bitField0_ |= 0x00000001;
tag = input.readTag(); tag = input.readTag();
if (tag != 16) { if (tag != 72) {
break; break;
} }
} }
case 16: { case 72: {
// npcId // npcId
npcId = input.readUInt32(); npcId = input.readUInt32();
bitField0_ |= 0x00000002; bitField0_ |= 0x00000002;
tag = input.readTag(); tag = input.readTag();
if (tag != 34) {
break;
}
}
case 34: {
// oABGIDHGGHI [packed=true]
input.readPackedUInt32(oABGIDHGGHI, tag);
bitField0_ |= 0x00000004;
tag = input.readTag();
if (tag != 0) { if (tag != 0) {
break; break;
} }
@@ -332,12 +233,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
tag = input.readTag(); tag = input.readTag();
break; break;
} }
case 32: {
// oABGIDHGGHI [packed=false]
tag = input.readRepeatedUInt32(oABGIDHGGHI, tag);
bitField0_ |= 0x00000004;
break;
}
} }
} }
} }
@@ -351,9 +246,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
if ((bitField0_ & 0x00000002) != 0) { if ((bitField0_ & 0x00000002) != 0) {
output.writeUInt32(FieldNames.npcId, npcId); output.writeUInt32(FieldNames.npcId, npcId);
} }
if ((bitField0_ & 0x00000004) != 0) {
output.writeRepeatedUInt32(FieldNames.oABGIDHGGHI, oABGIDHGGHI);
}
output.endObject(); output.endObject();
} }
@@ -387,17 +279,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
} }
break; break;
} }
case -1877387145: {
if (input.isAtField(FieldNames.oABGIDHGGHI)) {
if (!input.trySkipNullValue()) {
input.readRepeatedUInt32(oABGIDHGGHI);
bitField0_ |= 0x00000004;
}
} else {
input.skipUnknownField();
}
break;
}
default: { default: {
input.skipUnknownField(); input.skipUnknownField();
break; break;
@@ -454,8 +335,6 @@ public final class GetNpcTakenRewardScRspOuterClass {
static final FieldName retcode = FieldName.forField("retcode"); static final FieldName retcode = FieldName.forField("retcode");
static final FieldName npcId = FieldName.forField("npcId", "npc_id"); static final FieldName npcId = FieldName.forField("npcId", "npc_id");
static final FieldName oABGIDHGGHI = FieldName.forField("OABGIDHGGHI");
} }
} }
} }