Files
DanhengServer-OpenSource/Proto/GetAetherDivideInfoScRsp.cs
2024-11-03 14:14:49 +08:00

505 lines
19 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetAetherDivideInfoScRsp.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from GetAetherDivideInfoScRsp.proto</summary>
public static partial class GetAetherDivideInfoScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetAetherDivideInfoScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetAetherDivideInfoScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5HZXRBZXRoZXJEaXZpZGVJbmZvU2NSc3AucHJvdG8aFUFldGhlclNraWxs",
"SW5mby5wcm90bxocQWV0aGVyRGl2aWRlTGluZXVwSW5mby5wcm90bxocQWV0",
"aGVyRGl2aWRlU3Bpcml0SW5mby5wcm90byKdAgoYR2V0QWV0aGVyRGl2aWRl",
"SW5mb1NjUnNwEiwKC2F2YXRhcl9saXN0GA8gAygLMhcuQWV0aGVyRGl2aWRl",
"U3Bpcml0SW5mbxITCgtJSVBQRk9BSU9HTBgEIAEoDRIrChFhZXRoZXJfc2tp",
"bGxfbGlzdBgFIAMoCzIQLkFldGhlclNraWxsSW5mbxIPCgdyZXRjb2RlGAEg",
"ASgNEhMKC0FORExEREVLTEFHGAsgASgNEhMKC0FLRk1GQktLRU9JGAwgASgN",
"EiwKC2xpbmV1cF9saXN0GAggAygLMhcuQWV0aGVyRGl2aWRlTGluZXVwSW5m",
"bxITCgtKQUNPSERCUEZDQxgGIAEoDRITCgtJTkhNS0lBR0RBRBgKIAEoDUIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AetherSkillInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherDivideLineupInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAetherDivideInfoScRsp), global::EggLink.DanhengServer.Proto.GetAetherDivideInfoScRsp.Parser, new[]{ "AvatarList", "IIPPFOAIOGL", "AetherSkillList", "Retcode", "ANDLDDEKLAG", "AKFMFBKKEOI", "LineupList", "JACOHDBPFCC", "INHMKIAGDAD" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetAetherDivideInfoScRsp : pb::IMessage<GetAetherDivideInfoScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetAetherDivideInfoScRsp> _parser = new pb::MessageParser<GetAetherDivideInfoScRsp>(() => new GetAetherDivideInfoScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetAetherDivideInfoScRsp> Parser { get { return _parser; } }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
get { return global::EggLink.DanhengServer.Proto.GetAetherDivideInfoScRspReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
pbr::MessageDescriptor pb::IMessage.Descriptor {
get { return Descriptor; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetAetherDivideInfoScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetAetherDivideInfoScRsp(GetAetherDivideInfoScRsp other) : this() {
avatarList_ = other.avatarList_.Clone();
iIPPFOAIOGL_ = other.iIPPFOAIOGL_;
aetherSkillList_ = other.aetherSkillList_.Clone();
retcode_ = other.retcode_;
aNDLDDEKLAG_ = other.aNDLDDEKLAG_;
aKFMFBKKEOI_ = other.aKFMFBKKEOI_;
lineupList_ = other.lineupList_.Clone();
jACOHDBPFCC_ = other.jACOHDBPFCC_;
iNHMKIAGDAD_ = other.iNHMKIAGDAD_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetAetherDivideInfoScRsp Clone() {
return new GetAetherDivideInfoScRsp(this);
}
/// <summary>Field number for the "avatar_list" field.</summary>
public const int AvatarListFieldNumber = 15;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo> _repeated_avatarList_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo> avatarList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo> AvatarList {
get { return avatarList_; }
}
/// <summary>Field number for the "IIPPFOAIOGL" field.</summary>
public const int IIPPFOAIOGLFieldNumber = 4;
private uint iIPPFOAIOGL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IIPPFOAIOGL {
get { return iIPPFOAIOGL_; }
set {
iIPPFOAIOGL_ = value;
}
}
/// <summary>Field number for the "aether_skill_list" field.</summary>
public const int AetherSkillListFieldNumber = 5;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AetherSkillInfo> _repeated_aetherSkillList_codec
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.AetherSkillInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherSkillInfo> aetherSkillList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherSkillInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherSkillInfo> AetherSkillList {
get { return aetherSkillList_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 1;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "ANDLDDEKLAG" field.</summary>
public const int ANDLDDEKLAGFieldNumber = 11;
private uint aNDLDDEKLAG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ANDLDDEKLAG {
get { return aNDLDDEKLAG_; }
set {
aNDLDDEKLAG_ = value;
}
}
/// <summary>Field number for the "AKFMFBKKEOI" field.</summary>
public const int AKFMFBKKEOIFieldNumber = 12;
private uint aKFMFBKKEOI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AKFMFBKKEOI {
get { return aKFMFBKKEOI_; }
set {
aKFMFBKKEOI_ = value;
}
}
/// <summary>Field number for the "lineup_list" field.</summary>
public const int LineupListFieldNumber = 8;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo> _repeated_lineupList_codec
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo> lineupList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AetherDivideLineupInfo> LineupList {
get { return lineupList_; }
}
/// <summary>Field number for the "JACOHDBPFCC" field.</summary>
public const int JACOHDBPFCCFieldNumber = 6;
private uint jACOHDBPFCC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JACOHDBPFCC {
get { return jACOHDBPFCC_; }
set {
jACOHDBPFCC_ = value;
}
}
/// <summary>Field number for the "INHMKIAGDAD" field.</summary>
public const int INHMKIAGDADFieldNumber = 10;
private uint iNHMKIAGDAD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint INHMKIAGDAD {
get { return iNHMKIAGDAD_; }
set {
iNHMKIAGDAD_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetAetherDivideInfoScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetAetherDivideInfoScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!avatarList_.Equals(other.avatarList_)) return false;
if (IIPPFOAIOGL != other.IIPPFOAIOGL) return false;
if(!aetherSkillList_.Equals(other.aetherSkillList_)) return false;
if (Retcode != other.Retcode) return false;
if (ANDLDDEKLAG != other.ANDLDDEKLAG) return false;
if (AKFMFBKKEOI != other.AKFMFBKKEOI) return false;
if(!lineupList_.Equals(other.lineupList_)) return false;
if (JACOHDBPFCC != other.JACOHDBPFCC) return false;
if (INHMKIAGDAD != other.INHMKIAGDAD) return false;
return Equals(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
hash ^= avatarList_.GetHashCode();
if (IIPPFOAIOGL != 0) hash ^= IIPPFOAIOGL.GetHashCode();
hash ^= aetherSkillList_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (ANDLDDEKLAG != 0) hash ^= ANDLDDEKLAG.GetHashCode();
if (AKFMFBKKEOI != 0) hash ^= AKFMFBKKEOI.GetHashCode();
hash ^= lineupList_.GetHashCode();
if (JACOHDBPFCC != 0) hash ^= JACOHDBPFCC.GetHashCode();
if (INHMKIAGDAD != 0) hash ^= INHMKIAGDAD.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
return hash;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override string ToString() {
return pb::JsonFormatter.ToDiagnosticString(this);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (Retcode != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
if (IIPPFOAIOGL != 0) {
output.WriteRawTag(32);
output.WriteUInt32(IIPPFOAIOGL);
}
aetherSkillList_.WriteTo(output, _repeated_aetherSkillList_codec);
if (JACOHDBPFCC != 0) {
output.WriteRawTag(48);
output.WriteUInt32(JACOHDBPFCC);
}
lineupList_.WriteTo(output, _repeated_lineupList_codec);
if (INHMKIAGDAD != 0) {
output.WriteRawTag(80);
output.WriteUInt32(INHMKIAGDAD);
}
if (ANDLDDEKLAG != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ANDLDDEKLAG);
}
if (AKFMFBKKEOI != 0) {
output.WriteRawTag(96);
output.WriteUInt32(AKFMFBKKEOI);
}
avatarList_.WriteTo(output, _repeated_avatarList_codec);
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (Retcode != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
if (IIPPFOAIOGL != 0) {
output.WriteRawTag(32);
output.WriteUInt32(IIPPFOAIOGL);
}
aetherSkillList_.WriteTo(ref output, _repeated_aetherSkillList_codec);
if (JACOHDBPFCC != 0) {
output.WriteRawTag(48);
output.WriteUInt32(JACOHDBPFCC);
}
lineupList_.WriteTo(ref output, _repeated_lineupList_codec);
if (INHMKIAGDAD != 0) {
output.WriteRawTag(80);
output.WriteUInt32(INHMKIAGDAD);
}
if (ANDLDDEKLAG != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ANDLDDEKLAG);
}
if (AKFMFBKKEOI != 0) {
output.WriteRawTag(96);
output.WriteUInt32(AKFMFBKKEOI);
}
avatarList_.WriteTo(ref output, _repeated_avatarList_codec);
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
}
#endif
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
if (IIPPFOAIOGL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IIPPFOAIOGL);
}
size += aetherSkillList_.CalculateSize(_repeated_aetherSkillList_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (ANDLDDEKLAG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ANDLDDEKLAG);
}
if (AKFMFBKKEOI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AKFMFBKKEOI);
}
size += lineupList_.CalculateSize(_repeated_lineupList_codec);
if (JACOHDBPFCC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JACOHDBPFCC);
}
if (INHMKIAGDAD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INHMKIAGDAD);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetAetherDivideInfoScRsp other) {
if (other == null) {
return;
}
avatarList_.Add(other.avatarList_);
if (other.IIPPFOAIOGL != 0) {
IIPPFOAIOGL = other.IIPPFOAIOGL;
}
aetherSkillList_.Add(other.aetherSkillList_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.ANDLDDEKLAG != 0) {
ANDLDDEKLAG = other.ANDLDDEKLAG;
}
if (other.AKFMFBKKEOI != 0) {
AKFMFBKKEOI = other.AKFMFBKKEOI;
}
lineupList_.Add(other.lineupList_);
if (other.JACOHDBPFCC != 0) {
JACOHDBPFCC = other.JACOHDBPFCC;
}
if (other.INHMKIAGDAD != 0) {
INHMKIAGDAD = other.INHMKIAGDAD;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(pb::CodedInputStream input) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
input.ReadRawMessage(this);
#else
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 8: {
Retcode = input.ReadUInt32();
break;
}
case 32: {
IIPPFOAIOGL = input.ReadUInt32();
break;
}
case 42: {
aetherSkillList_.AddEntriesFrom(input, _repeated_aetherSkillList_codec);
break;
}
case 48: {
JACOHDBPFCC = input.ReadUInt32();
break;
}
case 66: {
lineupList_.AddEntriesFrom(input, _repeated_lineupList_codec);
break;
}
case 80: {
INHMKIAGDAD = input.ReadUInt32();
break;
}
case 88: {
ANDLDDEKLAG = input.ReadUInt32();
break;
}
case 96: {
AKFMFBKKEOI = input.ReadUInt32();
break;
}
case 122: {
avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec);
break;
}
}
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 8: {
Retcode = input.ReadUInt32();
break;
}
case 32: {
IIPPFOAIOGL = input.ReadUInt32();
break;
}
case 42: {
aetherSkillList_.AddEntriesFrom(ref input, _repeated_aetherSkillList_codec);
break;
}
case 48: {
JACOHDBPFCC = input.ReadUInt32();
break;
}
case 66: {
lineupList_.AddEntriesFrom(ref input, _repeated_lineupList_codec);
break;
}
case 80: {
INHMKIAGDAD = input.ReadUInt32();
break;
}
case 88: {
ANDLDDEKLAG = input.ReadUInt32();
break;
}
case 96: {
AKFMFBKKEOI = input.ReadUInt32();
break;
}
case 122: {
avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code