mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
399 lines
18 KiB
C#
399 lines
18 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(
|
|
"ChFNaXNzaW9uU3luYy5wcm90bxoNTWlzc2lvbi5wcm90bxoRS01HR05KQUtQ",
|
|
"R0kucHJvdG8aEURPUEVLSUpPRkZFLnByb3RvIu4BCgtNaXNzaW9uU3luYxIb",
|
|
"ChNkZWxfbWlzc2lvbl9pZF9saXN0GAsgAygNEiAKGGRlbF9tYWluX21pc3Np",
|
|
"b25faWRfbGlzdBgBIAMoDRIlCh1maW5pc2hlZF9tYWluX21pc3Npb25faWRf",
|
|
"bGlzdBgFIAMoDRITCgtNSkFQRUNESEpHTRgKIAMoDRIeCgxtaXNzaW9uX2xp",
|
|
"c3QYAyADKAsyCC5NaXNzaW9uEiEKC01LQ09NSEZMTlBQGA0gAygLMgwuS01H",
|
|
"R05KQUtQR0kSIQoLRU5KT05BSkRQQ0sYCSADKAsyDC5ET1BFS0lKT0ZGRUIe",
|
|
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MissionReflection.Descriptor, global::EggLink.DanhengServer.Proto.KMGGNJAKPGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.DOPEKIJOFFEReflection.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[]{ "DelMissionIdList", "DelMainMissionIdList", "FinishedMainMissionIdList", "MJAPECDHJGM", "MissionList", "MKCOMHFLNPP", "ENJONAJDPCK" }, 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() {
|
|
delMissionIdList_ = other.delMissionIdList_.Clone();
|
|
delMainMissionIdList_ = other.delMainMissionIdList_.Clone();
|
|
finishedMainMissionIdList_ = other.finishedMainMissionIdList_.Clone();
|
|
mJAPECDHJGM_ = other.mJAPECDHJGM_.Clone();
|
|
missionList_ = other.missionList_.Clone();
|
|
mKCOMHFLNPP_ = other.mKCOMHFLNPP_.Clone();
|
|
eNJONAJDPCK_ = other.eNJONAJDPCK_.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 "del_mission_id_list" field.</summary>
|
|
public const int DelMissionIdListFieldNumber = 11;
|
|
private static readonly pb::FieldCodec<uint> _repeated_delMissionIdList_codec
|
|
= pb::FieldCodec.ForUInt32(90);
|
|
private readonly pbc::RepeatedField<uint> delMissionIdList_ = new pbc::RepeatedField<uint>();
|
|
/// <summary>
|
|
/// 1 10
|
|
/// </summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> DelMissionIdList {
|
|
get { return delMissionIdList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "del_main_mission_id_list" field.</summary>
|
|
public const int DelMainMissionIdListFieldNumber = 1;
|
|
private static readonly pb::FieldCodec<uint> _repeated_delMainMissionIdList_codec
|
|
= pb::FieldCodec.ForUInt32(10);
|
|
private readonly pbc::RepeatedField<uint> delMainMissionIdList_ = new pbc::RepeatedField<uint>();
|
|
/// <summary>
|
|
/// 11 10
|
|
/// </summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> DelMainMissionIdList {
|
|
get { return delMainMissionIdList_; }
|
|
}
|
|
|
|
/// <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 "MJAPECDHJGM" field.</summary>
|
|
public const int MJAPECDHJGMFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<uint> _repeated_mJAPECDHJGM_codec
|
|
= pb::FieldCodec.ForUInt32(82);
|
|
private readonly pbc::RepeatedField<uint> mJAPECDHJGM_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> MJAPECDHJGM {
|
|
get { return mJAPECDHJGM_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "mission_list" field.</summary>
|
|
public const int MissionListFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Mission> _repeated_missionList_codec
|
|
= pb::FieldCodec.ForMessage(26, 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 "MKCOMHFLNPP" field.</summary>
|
|
public const int MKCOMHFLNPPFieldNumber = 13;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.KMGGNJAKPGI> _repeated_mKCOMHFLNPP_codec
|
|
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.KMGGNJAKPGI.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KMGGNJAKPGI> mKCOMHFLNPP_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KMGGNJAKPGI>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KMGGNJAKPGI> MKCOMHFLNPP {
|
|
get { return mKCOMHFLNPP_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "ENJONAJDPCK" field.</summary>
|
|
public const int ENJONAJDPCKFieldNumber = 9;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DOPEKIJOFFE> _repeated_eNJONAJDPCK_codec
|
|
= pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.DOPEKIJOFFE.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DOPEKIJOFFE> eNJONAJDPCK_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DOPEKIJOFFE>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DOPEKIJOFFE> ENJONAJDPCK {
|
|
get { return eNJONAJDPCK_; }
|
|
}
|
|
|
|
[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(!delMissionIdList_.Equals(other.delMissionIdList_)) return false;
|
|
if(!delMainMissionIdList_.Equals(other.delMainMissionIdList_)) return false;
|
|
if(!finishedMainMissionIdList_.Equals(other.finishedMainMissionIdList_)) return false;
|
|
if(!mJAPECDHJGM_.Equals(other.mJAPECDHJGM_)) return false;
|
|
if(!missionList_.Equals(other.missionList_)) return false;
|
|
if(!mKCOMHFLNPP_.Equals(other.mKCOMHFLNPP_)) return false;
|
|
if(!eNJONAJDPCK_.Equals(other.eNJONAJDPCK_)) 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 ^= delMissionIdList_.GetHashCode();
|
|
hash ^= delMainMissionIdList_.GetHashCode();
|
|
hash ^= finishedMainMissionIdList_.GetHashCode();
|
|
hash ^= mJAPECDHJGM_.GetHashCode();
|
|
hash ^= missionList_.GetHashCode();
|
|
hash ^= mKCOMHFLNPP_.GetHashCode();
|
|
hash ^= eNJONAJDPCK_.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
|
|
delMainMissionIdList_.WriteTo(output, _repeated_delMainMissionIdList_codec);
|
|
missionList_.WriteTo(output, _repeated_missionList_codec);
|
|
finishedMainMissionIdList_.WriteTo(output, _repeated_finishedMainMissionIdList_codec);
|
|
eNJONAJDPCK_.WriteTo(output, _repeated_eNJONAJDPCK_codec);
|
|
mJAPECDHJGM_.WriteTo(output, _repeated_mJAPECDHJGM_codec);
|
|
delMissionIdList_.WriteTo(output, _repeated_delMissionIdList_codec);
|
|
mKCOMHFLNPP_.WriteTo(output, _repeated_mKCOMHFLNPP_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) {
|
|
delMainMissionIdList_.WriteTo(ref output, _repeated_delMainMissionIdList_codec);
|
|
missionList_.WriteTo(ref output, _repeated_missionList_codec);
|
|
finishedMainMissionIdList_.WriteTo(ref output, _repeated_finishedMainMissionIdList_codec);
|
|
eNJONAJDPCK_.WriteTo(ref output, _repeated_eNJONAJDPCK_codec);
|
|
mJAPECDHJGM_.WriteTo(ref output, _repeated_mJAPECDHJGM_codec);
|
|
delMissionIdList_.WriteTo(ref output, _repeated_delMissionIdList_codec);
|
|
mKCOMHFLNPP_.WriteTo(ref output, _repeated_mKCOMHFLNPP_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 += delMissionIdList_.CalculateSize(_repeated_delMissionIdList_codec);
|
|
size += delMainMissionIdList_.CalculateSize(_repeated_delMainMissionIdList_codec);
|
|
size += finishedMainMissionIdList_.CalculateSize(_repeated_finishedMainMissionIdList_codec);
|
|
size += mJAPECDHJGM_.CalculateSize(_repeated_mJAPECDHJGM_codec);
|
|
size += missionList_.CalculateSize(_repeated_missionList_codec);
|
|
size += mKCOMHFLNPP_.CalculateSize(_repeated_mKCOMHFLNPP_codec);
|
|
size += eNJONAJDPCK_.CalculateSize(_repeated_eNJONAJDPCK_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;
|
|
}
|
|
delMissionIdList_.Add(other.delMissionIdList_);
|
|
delMainMissionIdList_.Add(other.delMainMissionIdList_);
|
|
finishedMainMissionIdList_.Add(other.finishedMainMissionIdList_);
|
|
mJAPECDHJGM_.Add(other.mJAPECDHJGM_);
|
|
missionList_.Add(other.missionList_);
|
|
mKCOMHFLNPP_.Add(other.mKCOMHFLNPP_);
|
|
eNJONAJDPCK_.Add(other.eNJONAJDPCK_);
|
|
_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 10:
|
|
case 8: {
|
|
delMainMissionIdList_.AddEntriesFrom(input, _repeated_delMainMissionIdList_codec);
|
|
break;
|
|
}
|
|
case 26: {
|
|
missionList_.AddEntriesFrom(input, _repeated_missionList_codec);
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
finishedMainMissionIdList_.AddEntriesFrom(input, _repeated_finishedMainMissionIdList_codec);
|
|
break;
|
|
}
|
|
case 74: {
|
|
eNJONAJDPCK_.AddEntriesFrom(input, _repeated_eNJONAJDPCK_codec);
|
|
break;
|
|
}
|
|
case 82:
|
|
case 80: {
|
|
mJAPECDHJGM_.AddEntriesFrom(input, _repeated_mJAPECDHJGM_codec);
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
delMissionIdList_.AddEntriesFrom(input, _repeated_delMissionIdList_codec);
|
|
break;
|
|
}
|
|
case 106: {
|
|
mKCOMHFLNPP_.AddEntriesFrom(input, _repeated_mKCOMHFLNPP_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 10:
|
|
case 8: {
|
|
delMainMissionIdList_.AddEntriesFrom(ref input, _repeated_delMainMissionIdList_codec);
|
|
break;
|
|
}
|
|
case 26: {
|
|
missionList_.AddEntriesFrom(ref input, _repeated_missionList_codec);
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
finishedMainMissionIdList_.AddEntriesFrom(ref input, _repeated_finishedMainMissionIdList_codec);
|
|
break;
|
|
}
|
|
case 74: {
|
|
eNJONAJDPCK_.AddEntriesFrom(ref input, _repeated_eNJONAJDPCK_codec);
|
|
break;
|
|
}
|
|
case 82:
|
|
case 80: {
|
|
mJAPECDHJGM_.AddEntriesFrom(ref input, _repeated_mJAPECDHJGM_codec);
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
delMissionIdList_.AddEntriesFrom(ref input, _repeated_delMissionIdList_codec);
|
|
break;
|
|
}
|
|
case 106: {
|
|
mKCOMHFLNPP_.AddEntriesFrom(ref input, _repeated_mKCOMHFLNPP_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|