mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
393 lines
17 KiB
C#
393 lines
17 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MissionSync.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 MissionSync.proto</summary>
|
|
public static partial class MissionSyncReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MissionSync.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MissionSyncReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFNaXNzaW9uU3luYy5wcm90bxoRT0JFUElIQUhNREYucHJvdG8aEUxGTklI",
|
|
"T0hNTlBOLnByb3RvGg1NaXNzaW9uLnByb3RvItkBCgtNaXNzaW9uU3luYxIe",
|
|
"CgxtaXNzaW9uX2xpc3QYByADKAsyCC5NaXNzaW9uEiEKC0VHS01GREFORExO",
|
|
"GAQgAygLMgwuTEZOSUhPSE1OUE4SIQoLTEdHRktOR0dCSkQYCiADKAsyDC5P",
|
|
"QkVQSUhBSE1ERhITCgtESk9CR0tERkxCSRgMIAMoDRITCgtFS09LRU5JQkxO",
|
|
"RBgDIAMoDRIlCh1maW5pc2hlZF9tYWluX21pc3Npb25faWRfbGlzdBgFIAMo",
|
|
"DRITCgtGSEpQR0tPS0lNUBgLIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
|
"dmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OBEPIHAHMDFReflection.Descriptor, global::EggLink.DanhengServer.Proto.LFNIHOHMNPNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MissionReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MissionSync), global::EggLink.DanhengServer.Proto.MissionSync.Parser, new[]{ "MissionList", "EGKMFDANDLN", "LGGFKNGGBJD", "DJOBGKDFLBI", "EKOKENIBLND", "FinishedMainMissionIdList", "FHJPGKOKIMP" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class MissionSync : pb::IMessage<MissionSync>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<MissionSync> _parser = new pb::MessageParser<MissionSync>(() => new MissionSync());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<MissionSync> 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.MissionSyncReflection.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 MissionSync() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MissionSync(MissionSync other) : this() {
|
|
missionList_ = other.missionList_.Clone();
|
|
eGKMFDANDLN_ = other.eGKMFDANDLN_.Clone();
|
|
lGGFKNGGBJD_ = other.lGGFKNGGBJD_.Clone();
|
|
dJOBGKDFLBI_ = other.dJOBGKDFLBI_.Clone();
|
|
eKOKENIBLND_ = other.eKOKENIBLND_.Clone();
|
|
finishedMainMissionIdList_ = other.finishedMainMissionIdList_.Clone();
|
|
fHJPGKOKIMP_ = other.fHJPGKOKIMP_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MissionSync Clone() {
|
|
return new MissionSync(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "mission_list" field.</summary>
|
|
public const int MissionListFieldNumber = 7;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Mission> _repeated_missionList_codec
|
|
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.Mission.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Mission> missionList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Mission>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Mission> MissionList {
|
|
get { return missionList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "EGKMFDANDLN" field.</summary>
|
|
public const int EGKMFDANDLNFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.LFNIHOHMNPN> _repeated_eGKMFDANDLN_codec
|
|
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.LFNIHOHMNPN.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.LFNIHOHMNPN> eGKMFDANDLN_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.LFNIHOHMNPN>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.LFNIHOHMNPN> EGKMFDANDLN {
|
|
get { return eGKMFDANDLN_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "LGGFKNGGBJD" field.</summary>
|
|
public const int LGGFKNGGBJDFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.OBEPIHAHMDF> _repeated_lGGFKNGGBJD_codec
|
|
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.OBEPIHAHMDF.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OBEPIHAHMDF> lGGFKNGGBJD_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OBEPIHAHMDF>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OBEPIHAHMDF> LGGFKNGGBJD {
|
|
get { return lGGFKNGGBJD_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "DJOBGKDFLBI" field.</summary>
|
|
public const int DJOBGKDFLBIFieldNumber = 12;
|
|
private static readonly pb::FieldCodec<uint> _repeated_dJOBGKDFLBI_codec
|
|
= pb::FieldCodec.ForUInt32(98);
|
|
private readonly pbc::RepeatedField<uint> dJOBGKDFLBI_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> DJOBGKDFLBI {
|
|
get { return dJOBGKDFLBI_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "EKOKENIBLND" field.</summary>
|
|
public const int EKOKENIBLNDFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<uint> _repeated_eKOKENIBLND_codec
|
|
= pb::FieldCodec.ForUInt32(26);
|
|
private readonly pbc::RepeatedField<uint> eKOKENIBLND_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> EKOKENIBLND {
|
|
get { return eKOKENIBLND_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "finished_main_mission_id_list" field.</summary>
|
|
public const int FinishedMainMissionIdListFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<uint> _repeated_finishedMainMissionIdList_codec
|
|
= pb::FieldCodec.ForUInt32(42);
|
|
private readonly pbc::RepeatedField<uint> finishedMainMissionIdList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> FinishedMainMissionIdList {
|
|
get { return finishedMainMissionIdList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "FHJPGKOKIMP" field.</summary>
|
|
public const int FHJPGKOKIMPFieldNumber = 11;
|
|
private static readonly pb::FieldCodec<uint> _repeated_fHJPGKOKIMP_codec
|
|
= pb::FieldCodec.ForUInt32(90);
|
|
private readonly pbc::RepeatedField<uint> fHJPGKOKIMP_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> FHJPGKOKIMP {
|
|
get { return fHJPGKOKIMP_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as MissionSync);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(MissionSync other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!missionList_.Equals(other.missionList_)) return false;
|
|
if(!eGKMFDANDLN_.Equals(other.eGKMFDANDLN_)) return false;
|
|
if(!lGGFKNGGBJD_.Equals(other.lGGFKNGGBJD_)) return false;
|
|
if(!dJOBGKDFLBI_.Equals(other.dJOBGKDFLBI_)) return false;
|
|
if(!eKOKENIBLND_.Equals(other.eKOKENIBLND_)) return false;
|
|
if(!finishedMainMissionIdList_.Equals(other.finishedMainMissionIdList_)) return false;
|
|
if(!fHJPGKOKIMP_.Equals(other.fHJPGKOKIMP_)) 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 ^= missionList_.GetHashCode();
|
|
hash ^= eGKMFDANDLN_.GetHashCode();
|
|
hash ^= lGGFKNGGBJD_.GetHashCode();
|
|
hash ^= dJOBGKDFLBI_.GetHashCode();
|
|
hash ^= eKOKENIBLND_.GetHashCode();
|
|
hash ^= finishedMainMissionIdList_.GetHashCode();
|
|
hash ^= fHJPGKOKIMP_.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
|
|
eKOKENIBLND_.WriteTo(output, _repeated_eKOKENIBLND_codec);
|
|
eGKMFDANDLN_.WriteTo(output, _repeated_eGKMFDANDLN_codec);
|
|
finishedMainMissionIdList_.WriteTo(output, _repeated_finishedMainMissionIdList_codec);
|
|
missionList_.WriteTo(output, _repeated_missionList_codec);
|
|
lGGFKNGGBJD_.WriteTo(output, _repeated_lGGFKNGGBJD_codec);
|
|
fHJPGKOKIMP_.WriteTo(output, _repeated_fHJPGKOKIMP_codec);
|
|
dJOBGKDFLBI_.WriteTo(output, _repeated_dJOBGKDFLBI_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) {
|
|
eKOKENIBLND_.WriteTo(ref output, _repeated_eKOKENIBLND_codec);
|
|
eGKMFDANDLN_.WriteTo(ref output, _repeated_eGKMFDANDLN_codec);
|
|
finishedMainMissionIdList_.WriteTo(ref output, _repeated_finishedMainMissionIdList_codec);
|
|
missionList_.WriteTo(ref output, _repeated_missionList_codec);
|
|
lGGFKNGGBJD_.WriteTo(ref output, _repeated_lGGFKNGGBJD_codec);
|
|
fHJPGKOKIMP_.WriteTo(ref output, _repeated_fHJPGKOKIMP_codec);
|
|
dJOBGKDFLBI_.WriteTo(ref output, _repeated_dJOBGKDFLBI_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 += missionList_.CalculateSize(_repeated_missionList_codec);
|
|
size += eGKMFDANDLN_.CalculateSize(_repeated_eGKMFDANDLN_codec);
|
|
size += lGGFKNGGBJD_.CalculateSize(_repeated_lGGFKNGGBJD_codec);
|
|
size += dJOBGKDFLBI_.CalculateSize(_repeated_dJOBGKDFLBI_codec);
|
|
size += eKOKENIBLND_.CalculateSize(_repeated_eKOKENIBLND_codec);
|
|
size += finishedMainMissionIdList_.CalculateSize(_repeated_finishedMainMissionIdList_codec);
|
|
size += fHJPGKOKIMP_.CalculateSize(_repeated_fHJPGKOKIMP_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(MissionSync other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
missionList_.Add(other.missionList_);
|
|
eGKMFDANDLN_.Add(other.eGKMFDANDLN_);
|
|
lGGFKNGGBJD_.Add(other.lGGFKNGGBJD_);
|
|
dJOBGKDFLBI_.Add(other.dJOBGKDFLBI_);
|
|
eKOKENIBLND_.Add(other.eKOKENIBLND_);
|
|
finishedMainMissionIdList_.Add(other.finishedMainMissionIdList_);
|
|
fHJPGKOKIMP_.Add(other.fHJPGKOKIMP_);
|
|
_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 26:
|
|
case 24: {
|
|
eKOKENIBLND_.AddEntriesFrom(input, _repeated_eKOKENIBLND_codec);
|
|
break;
|
|
}
|
|
case 34: {
|
|
eGKMFDANDLN_.AddEntriesFrom(input, _repeated_eGKMFDANDLN_codec);
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
finishedMainMissionIdList_.AddEntriesFrom(input, _repeated_finishedMainMissionIdList_codec);
|
|
break;
|
|
}
|
|
case 58: {
|
|
missionList_.AddEntriesFrom(input, _repeated_missionList_codec);
|
|
break;
|
|
}
|
|
case 82: {
|
|
lGGFKNGGBJD_.AddEntriesFrom(input, _repeated_lGGFKNGGBJD_codec);
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
fHJPGKOKIMP_.AddEntriesFrom(input, _repeated_fHJPGKOKIMP_codec);
|
|
break;
|
|
}
|
|
case 98:
|
|
case 96: {
|
|
dJOBGKDFLBI_.AddEntriesFrom(input, _repeated_dJOBGKDFLBI_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 26:
|
|
case 24: {
|
|
eKOKENIBLND_.AddEntriesFrom(ref input, _repeated_eKOKENIBLND_codec);
|
|
break;
|
|
}
|
|
case 34: {
|
|
eGKMFDANDLN_.AddEntriesFrom(ref input, _repeated_eGKMFDANDLN_codec);
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
finishedMainMissionIdList_.AddEntriesFrom(ref input, _repeated_finishedMainMissionIdList_codec);
|
|
break;
|
|
}
|
|
case 58: {
|
|
missionList_.AddEntriesFrom(ref input, _repeated_missionList_codec);
|
|
break;
|
|
}
|
|
case 82: {
|
|
lGGFKNGGBJD_.AddEntriesFrom(ref input, _repeated_lGGFKNGGBJD_codec);
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
fHJPGKOKIMP_.AddEntriesFrom(ref input, _repeated_fHJPGKOKIMP_codec);
|
|
break;
|
|
}
|
|
case 98:
|
|
case 96: {
|
|
dJOBGKDFLBI_.AddEntriesFrom(ref input, _repeated_dJOBGKDFLBI_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|