update gc 3.4 (#2041)

* update 3.4

* update3.4

* update 3.4

* update 3.4

* Add files via upload

* Delete SetPropCommand.java

* update 3.4 area id

* update version

* exchange cmdid

* exchange cmdid

* exchange cmdid

* my fault

* update AiSyncInfo
This commit is contained in:
yeyeye
2023-02-19 11:18:27 +08:00
committed by GitHub
Unverified
parent 39b4aa1387
commit 71a1e31d37
1191 changed files with 459994 additions and 172995 deletions
@@ -19,52 +19,42 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo>
getShowAvatarInfoListList();
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo getShowAvatarInfoList(int index);
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
int getShowAvatarInfoListCount();
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
java.util.List<? extends emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder>
getShowAvatarInfoListOrBuilderList();
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder getShowAvatarInfoListOrBuilder(
int index);
/**
* <code>uint32 uid = 9;</code>
* @return The uid.
*/
int getUid();
/**
* <code>int32 retcode = 1;</code>
* <code>int32 retcode = 12;</code>
* @return The retcode.
*/
int getRetcode();
/**
* <code>uint32 uid = 13;</code>
* @return The uid.
*/
int getUid();
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 4091;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code GetFriendShowAvatarInfoRsp}
*/
public static final class GetFriendShowAvatarInfoRsp extends
@@ -111,12 +101,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
case 0:
done = true;
break;
case 8: {
retcode_ = input.readInt32();
break;
}
case 42: {
case 26: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
showAvatarInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo>();
mutable_bitField0_ |= 0x00000001;
@@ -125,7 +110,12 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
input.readMessage(emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.parser(), extensionRegistry));
break;
}
case 72: {
case 96: {
retcode_ = input.readInt32();
break;
}
case 104: {
uid_ = input.readUInt32();
break;
@@ -165,17 +155,148 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
emu.grasscutter.net.proto.GetFriendShowAvatarInfoRspOuterClass.GetFriendShowAvatarInfoRsp.class, emu.grasscutter.net.proto.GetFriendShowAvatarInfoRspOuterClass.GetFriendShowAvatarInfoRsp.Builder.class);
}
public static final int SHOW_AVATAR_INFO_LIST_FIELD_NUMBER = 5;
/**
* Protobuf enum {@code GetFriendShowAvatarInfoRsp.DBNKIEDKCKB}
*/
public enum DBNKIEDKCKB
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>NONE = 0;</code>
*/
NONE(0, 0),
/**
* <code>PEPPOHPHJOJ = 4027;</code>
*/
PEPPOHPHJOJ(1, 4027),
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
NNBKOLMPOEA(3, 1),
UNRECOGNIZED(-1, -1),
;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final DBNKIEDKCKB DCDNILFDFLB = NONE;
/**
* <code>NONE = 0;</code>
*/
public static final int NONE_VALUE = 0;
/**
* <code>PEPPOHPHJOJ = 4027;</code>
*/
public static final int PEPPOHPHJOJ_VALUE = 4027;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final int DCDNILFDFLB_VALUE = 0;
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
public static final int NNBKOLMPOEA_VALUE = 1;
public final int getNumber() {
if (index == -1) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static DBNKIEDKCKB valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static DBNKIEDKCKB forNumber(int value) {
switch (value) {
case 0: return NONE;
case 4027: return PEPPOHPHJOJ;
case 1: return NNBKOLMPOEA;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap<DBNKIEDKCKB>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
DBNKIEDKCKB> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<DBNKIEDKCKB>() {
public DBNKIEDKCKB findValueByNumber(int number) {
return DBNKIEDKCKB.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
if (index == -1) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(index);
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return emu.grasscutter.net.proto.GetFriendShowAvatarInfoRspOuterClass.GetFriendShowAvatarInfoRsp.getDescriptor().getEnumTypes().get(0);
}
private static final DBNKIEDKCKB[] VALUES = getStaticValuesArray();
private static DBNKIEDKCKB[] getStaticValuesArray() {
return new DBNKIEDKCKB[] {
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
};
}
public static DBNKIEDKCKB valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int index;
private final int value;
private DBNKIEDKCKB(int index, int value) {
this.index = index;
this.value = value;
}
// @@protoc_insertion_point(enum_scope:GetFriendShowAvatarInfoRsp.DBNKIEDKCKB)
}
public static final int SHOWAVATARINFOLIST_FIELD_NUMBER = 3;
private java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo> showAvatarInfoList_;
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
@java.lang.Override
public java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo> getShowAvatarInfoListList() {
return showAvatarInfoList_;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
@java.lang.Override
public java.util.List<? extends emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder>
@@ -183,21 +304,21 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return showAvatarInfoList_;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
@java.lang.Override
public int getShowAvatarInfoListCount() {
return showAvatarInfoList_.size();
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo getShowAvatarInfoList(int index) {
return showAvatarInfoList_.get(index);
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder getShowAvatarInfoListOrBuilder(
@@ -205,21 +326,10 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return showAvatarInfoList_.get(index);
}
public static final int UID_FIELD_NUMBER = 9;
private int uid_;
/**
* <code>uint32 uid = 9;</code>
* @return The uid.
*/
@java.lang.Override
public int getUid() {
return uid_;
}
public static final int RETCODE_FIELD_NUMBER = 1;
public static final int RETCODE_FIELD_NUMBER = 12;
private int retcode_;
/**
* <code>int32 retcode = 1;</code>
* <code>int32 retcode = 12;</code>
* @return The retcode.
*/
@java.lang.Override
@@ -227,6 +337,17 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return retcode_;
}
public static final int UID_FIELD_NUMBER = 13;
private int uid_;
/**
* <code>uint32 uid = 13;</code>
* @return The uid.
*/
@java.lang.Override
public int getUid() {
return uid_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -241,14 +362,14 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (retcode_ != 0) {
output.writeInt32(1, retcode_);
}
for (int i = 0; i < showAvatarInfoList_.size(); i++) {
output.writeMessage(5, showAvatarInfoList_.get(i));
output.writeMessage(3, showAvatarInfoList_.get(i));
}
if (retcode_ != 0) {
output.writeInt32(12, retcode_);
}
if (uid_ != 0) {
output.writeUInt32(9, uid_);
output.writeUInt32(13, uid_);
}
unknownFields.writeTo(output);
}
@@ -259,17 +380,17 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
if (size != -1) return size;
size = 0;
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, retcode_);
}
for (int i = 0; i < showAvatarInfoList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(5, showAvatarInfoList_.get(i));
.computeMessageSize(3, showAvatarInfoList_.get(i));
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(12, retcode_);
}
if (uid_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, uid_);
.computeUInt32Size(13, uid_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -288,10 +409,10 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
if (!getShowAvatarInfoListList()
.equals(other.getShowAvatarInfoListList())) return false;
if (getUid()
!= other.getUid()) return false;
if (getRetcode()
!= other.getRetcode()) return false;
if (getUid()
!= other.getUid()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -304,13 +425,13 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getShowAvatarInfoListCount() > 0) {
hash = (37 * hash) + SHOW_AVATAR_INFO_LIST_FIELD_NUMBER;
hash = (37 * hash) + SHOWAVATARINFOLIST_FIELD_NUMBER;
hash = (53 * hash) + getShowAvatarInfoListList().hashCode();
}
hash = (37 * hash) + UID_FIELD_NUMBER;
hash = (53 * hash) + getUid();
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
hash = (37 * hash) + UID_FIELD_NUMBER;
hash = (53 * hash) + getUid();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -407,16 +528,6 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return builder;
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 4091;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code GetFriendShowAvatarInfoRsp}
*/
public static final class Builder extends
@@ -461,10 +572,10 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
} else {
showAvatarInfoListBuilder_.clear();
}
uid_ = 0;
retcode_ = 0;
uid_ = 0;
return this;
}
@@ -501,8 +612,8 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
} else {
result.showAvatarInfoList_ = showAvatarInfoListBuilder_.build();
}
result.uid_ = uid_;
result.retcode_ = retcode_;
result.uid_ = uid_;
onBuilt();
return result;
}
@@ -577,12 +688,12 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
}
}
}
if (other.getUid() != 0) {
setUid(other.getUid());
}
if (other.getRetcode() != 0) {
setRetcode(other.getRetcode());
}
if (other.getUid() != 0) {
setUid(other.getUid());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -626,7 +737,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder> showAvatarInfoListBuilder_;
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo> getShowAvatarInfoListList() {
if (showAvatarInfoListBuilder_ == null) {
@@ -636,7 +747,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
}
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public int getShowAvatarInfoListCount() {
if (showAvatarInfoListBuilder_ == null) {
@@ -646,7 +757,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
}
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo getShowAvatarInfoList(int index) {
if (showAvatarInfoListBuilder_ == null) {
@@ -656,7 +767,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
}
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder setShowAvatarInfoList(
int index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo value) {
@@ -673,7 +784,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder setShowAvatarInfoList(
int index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder builderForValue) {
@@ -687,7 +798,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder addShowAvatarInfoList(emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo value) {
if (showAvatarInfoListBuilder_ == null) {
@@ -703,7 +814,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder addShowAvatarInfoList(
int index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo value) {
@@ -720,7 +831,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder addShowAvatarInfoList(
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder builderForValue) {
@@ -734,7 +845,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder addShowAvatarInfoList(
int index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder builderForValue) {
@@ -748,7 +859,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder addAllShowAvatarInfoList(
java.lang.Iterable<? extends emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo> values) {
@@ -763,7 +874,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder clearShowAvatarInfoList() {
if (showAvatarInfoListBuilder_ == null) {
@@ -776,7 +887,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public Builder removeShowAvatarInfoList(int index) {
if (showAvatarInfoListBuilder_ == null) {
@@ -789,14 +900,14 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder getShowAvatarInfoListBuilder(
int index) {
return getShowAvatarInfoListFieldBuilder().getBuilder(index);
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder getShowAvatarInfoListOrBuilder(
int index) {
@@ -806,7 +917,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
}
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public java.util.List<? extends emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder>
getShowAvatarInfoListOrBuilderList() {
@@ -817,14 +928,14 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
}
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder addShowAvatarInfoListBuilder() {
return getShowAvatarInfoListFieldBuilder().addBuilder(
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.getDefaultInstance());
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder addShowAvatarInfoListBuilder(
int index) {
@@ -832,7 +943,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.getDefaultInstance());
}
/**
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 5;</code>
* <code>repeated .ShowAvatarInfo showAvatarInfoList = 3;</code>
*/
public java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder>
getShowAvatarInfoListBuilderList() {
@@ -853,40 +964,9 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return showAvatarInfoListBuilder_;
}
private int uid_ ;
/**
* <code>uint32 uid = 9;</code>
* @return The uid.
*/
@java.lang.Override
public int getUid() {
return uid_;
}
/**
* <code>uint32 uid = 9;</code>
* @param value The uid to set.
* @return This builder for chaining.
*/
public Builder setUid(int value) {
uid_ = value;
onChanged();
return this;
}
/**
* <code>uint32 uid = 9;</code>
* @return This builder for chaining.
*/
public Builder clearUid() {
uid_ = 0;
onChanged();
return this;
}
private int retcode_ ;
/**
* <code>int32 retcode = 1;</code>
* <code>int32 retcode = 12;</code>
* @return The retcode.
*/
@java.lang.Override
@@ -894,7 +974,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return retcode_;
}
/**
* <code>int32 retcode = 1;</code>
* <code>int32 retcode = 12;</code>
* @param value The retcode to set.
* @return This builder for chaining.
*/
@@ -905,7 +985,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
return this;
}
/**
* <code>int32 retcode = 1;</code>
* <code>int32 retcode = 12;</code>
* @return This builder for chaining.
*/
public Builder clearRetcode() {
@@ -914,6 +994,37 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
onChanged();
return this;
}
private int uid_ ;
/**
* <code>uint32 uid = 13;</code>
* @return The uid.
*/
@java.lang.Override
public int getUid() {
return uid_;
}
/**
* <code>uint32 uid = 13;</code>
* @param value The uid to set.
* @return This builder for chaining.
*/
public Builder setUid(int value) {
uid_ = value;
onChanged();
return this;
}
/**
* <code>uint32 uid = 13;</code>
* @return This builder for chaining.
*/
public Builder clearUid() {
uid_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -982,11 +1093,12 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
static {
java.lang.String[] descriptorData = {
"\n GetFriendShowAvatarInfoRsp.proto\032\024Show" +
"AvatarInfo.proto\"j\n\032GetFriendShowAvatarI" +
"nfoRsp\022.\n\025show_avatar_info_list\030\005 \003(\0132\017." +
"ShowAvatarInfo\022\013\n\003uid\030\t \001(\r\022\017\n\007retcode\030\001" +
" \001(\005B\033\n\031emu.grasscutter.net.protob\006proto" +
"3"
"AvatarInfo.proto\"\270\001\n\032GetFriendShowAvatar" +
"InfoRsp\022+\n\022showAvatarInfoList\030\003 \003(\0132\017.Sh" +
"owAvatarInfo\022\017\n\007retcode\030\014 \001(\005\022\013\n\003uid\030\r \001" +
"(\r\"O\n\013DBNKIEDKCKB\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJ" +
"OJ\020\273\037\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032" +
"\002\020\001B\033\n\031emu.grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -998,7 +1110,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
internal_static_GetFriendShowAvatarInfoRsp_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_GetFriendShowAvatarInfoRsp_descriptor,
new java.lang.String[] { "ShowAvatarInfoList", "Uid", "Retcode", });
new java.lang.String[] { "ShowAvatarInfoList", "Retcode", "Uid", });
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.getDescriptor();
}