mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-26 13:49:51 +08:00
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:
committed by
GitHub
Unverified
parent
39b4aa1387
commit
71a1e31d37
+229
-116
@@ -19,17 +19,11 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
int getExpeditionInfoMapCount();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
boolean containsExpeditionInfoMap(
|
||||
long key);
|
||||
@@ -40,35 +34,31 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
java.util.Map<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
getExpeditionInfoMapMap();
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrDefault(
|
||||
long key,
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo defaultValue);
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
|
||||
emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrThrow(
|
||||
long key);
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1646;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartRsp}
|
||||
*/
|
||||
public static final class AvatarExpeditionStartRsp extends
|
||||
@@ -114,12 +104,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 32: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 66: {
|
||||
case 58: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
expeditionInfoMap_ = com.google.protobuf.MapField.newMapField(
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry);
|
||||
@@ -132,6 +117,11 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
expeditionInfoMap__.getKey(), expeditionInfoMap__.getValue());
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -161,7 +151,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 8:
|
||||
case 7:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -176,18 +166,138 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.class, emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 4;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @return The retcode.
|
||||
* Protobuf enum {@code AvatarExpeditionStartRsp.PGOGFJNPCBG}
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
public enum PGOGFJNPCBG
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1653;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 1653),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final PGOGFJNPCBG DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 1653;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 1653;
|
||||
/**
|
||||
* <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 PGOGFJNPCBG 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 PGOGFJNPCBG forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 1653: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<PGOGFJNPCBG>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
PGOGFJNPCBG> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<PGOGFJNPCBG>() {
|
||||
public PGOGFJNPCBG findValueByNumber(int number) {
|
||||
return PGOGFJNPCBG.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.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final PGOGFJNPCBG[] VALUES = getStaticValuesArray();
|
||||
private static PGOGFJNPCBG[] getStaticValuesArray() {
|
||||
return new PGOGFJNPCBG[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
|
||||
};
|
||||
}
|
||||
public static PGOGFJNPCBG 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 PGOGFJNPCBG(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:AvatarExpeditionStartRsp.PGOGFJNPCBG)
|
||||
}
|
||||
|
||||
public static final int EXPEDITION_INFO_MAP_FIELD_NUMBER = 8;
|
||||
public static final int EXPEDITIONINFOMAP_FIELD_NUMBER = 7;
|
||||
private static final class ExpeditionInfoMapDefaultEntryHolder {
|
||||
static final com.google.protobuf.MapEntry<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> defaultEntry =
|
||||
@@ -214,7 +324,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -232,7 +342,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -240,7 +350,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -253,7 +363,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -268,6 +378,17 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 10;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -282,15 +403,15 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(4, retcode_);
|
||||
}
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeLongMapTo(
|
||||
output,
|
||||
internalGetExpeditionInfoMap(),
|
||||
ExpeditionInfoMapDefaultEntryHolder.defaultEntry,
|
||||
8);
|
||||
7);
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(10, retcode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -300,10 +421,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(4, retcode_);
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> entry
|
||||
: internalGetExpeditionInfoMap().getMap().entrySet()) {
|
||||
com.google.protobuf.MapEntry<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
@@ -312,7 +429,11 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
.setValue(entry.getValue())
|
||||
.build();
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(8, expeditionInfoMap__);
|
||||
.computeMessageSize(7, expeditionInfoMap__);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(10, retcode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -329,10 +450,10 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp other = (emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp) obj;
|
||||
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!internalGetExpeditionInfoMap().equals(
|
||||
other.internalGetExpeditionInfoMap())) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -344,12 +465,12 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (!internalGetExpeditionInfoMap().getMap().isEmpty()) {
|
||||
hash = (37 * hash) + EXPEDITION_INFO_MAP_FIELD_NUMBER;
|
||||
hash = (37 * hash) + EXPEDITIONINFOMAP_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetExpeditionInfoMap().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -446,16 +567,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 1646;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarExpeditionStartRsp}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -471,7 +582,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 8:
|
||||
case 7:
|
||||
return internalGetExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -482,7 +593,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
protected com.google.protobuf.MapField internalGetMutableMapField(
|
||||
int number) {
|
||||
switch (number) {
|
||||
case 8:
|
||||
case 7:
|
||||
return internalGetMutableExpeditionInfoMap();
|
||||
default:
|
||||
throw new RuntimeException(
|
||||
@@ -515,9 +626,9 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
internalGetMutableExpeditionInfoMap().clear();
|
||||
retcode_ = 0;
|
||||
|
||||
internalGetMutableExpeditionInfoMap().clear();
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -545,9 +656,9 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
public emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp result = new emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.retcode_ = retcode_;
|
||||
result.expeditionInfoMap_ = internalGetExpeditionInfoMap();
|
||||
result.expeditionInfoMap_.makeImmutable();
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -596,11 +707,11 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.AvatarExpeditionStartRspOuterClass.AvatarExpeditionStartRsp.getDefaultInstance()) return this;
|
||||
internalGetMutableExpeditionInfoMap().mergeFrom(
|
||||
other.internalGetExpeditionInfoMap());
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
internalGetMutableExpeditionInfoMap().mergeFrom(
|
||||
other.internalGetExpeditionInfoMap());
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -631,37 +742,6 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.MapField<
|
||||
java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> expeditionInfoMap_;
|
||||
private com.google.protobuf.MapField<java.lang.Long, emu.grasscutter.net.proto.AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo>
|
||||
@@ -689,7 +769,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap().size();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
|
||||
@java.lang.Override
|
||||
@@ -707,7 +787,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return getExpeditionInfoMapMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -715,7 +795,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetExpeditionInfoMap().getMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -728,7 +808,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return map.containsKey(key) ? map.get(key) : defaultValue;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
||||
@@ -749,7 +829,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
|
||||
public Builder removeExpeditionInfoMap(
|
||||
@@ -768,7 +848,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return internalGetMutableExpeditionInfoMap().getMutableMap();
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
public Builder putExpeditionInfoMap(
|
||||
long key,
|
||||
@@ -780,7 +860,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expedition_info_map = 8;</code>
|
||||
* <code>map<uint64, .AvatarExpeditionInfo> expeditionInfoMap = 7;</code>
|
||||
*/
|
||||
|
||||
public Builder putAllExpeditionInfoMap(
|
||||
@@ -789,6 +869,37 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRetcode(int value) {
|
||||
|
||||
retcode_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -862,13 +973,15 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AvatarExpeditionStartRsp.proto\032\032Avatar" +
|
||||
"ExpeditionInfo.proto\"\313\001\n\030AvatarExpeditio" +
|
||||
"nStartRsp\022\017\n\007retcode\030\004 \001(\005\022M\n\023expedition" +
|
||||
"_info_map\030\010 \003(\01320.AvatarExpeditionStartR" +
|
||||
"sp.ExpeditionInfoMapEntry\032O\n\026ExpeditionI" +
|
||||
"nfoMapEntry\022\013\n\003key\030\001 \001(\004\022$\n\005value\030\002 \001(\0132" +
|
||||
"\025.AvatarExpeditionInfo:\0028\001B\033\n\031emu.grassc" +
|
||||
"utter.net.protob\006proto3"
|
||||
"ExpeditionInfo.proto\"\232\002\n\030AvatarExpeditio" +
|
||||
"nStartRsp\022K\n\021expeditionInfoMap\030\007 \003(\01320.A" +
|
||||
"vatarExpeditionStartRsp.ExpeditionInfoMa" +
|
||||
"pEntry\022\017\n\007retcode\030\n \001(\005\032O\n\026ExpeditionInf" +
|
||||
"oMapEntry\022\013\n\003key\030\001 \001(\004\022$\n\005value\030\002 \001(\0132\025." +
|
||||
"AvatarExpeditionInfo:\0028\001\"O\n\013PGOGFJNPCBG\022" +
|
||||
"\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\365\014\022\017\n\013DCDNILFDF" +
|
||||
"LB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.grasscu" +
|
||||
"tter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -880,7 +993,7 @@ public final class AvatarExpeditionStartRspOuterClass {
|
||||
internal_static_AvatarExpeditionStartRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AvatarExpeditionStartRsp_descriptor,
|
||||
new java.lang.String[] { "Retcode", "ExpeditionInfoMap", });
|
||||
new java.lang.String[] { "ExpeditionInfoMap", "Retcode", });
|
||||
internal_static_AvatarExpeditionStartRsp_ExpeditionInfoMapEntry_descriptor =
|
||||
internal_static_AvatarExpeditionStartRsp_descriptor.getNestedTypes().get(0);
|
||||
internal_static_AvatarExpeditionStartRsp_ExpeditionInfoMapEntry_fieldAccessorTable = new
|
||||
|
||||
Reference in New Issue
Block a user