Files
DanhengServer-OpenSource/Proto/MissionSync.cs
2024-12-07 17:06:07 +08:00

402 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(
"ChFNaXNzaW9uU3luYy5wcm90bxoNTWlzc2lvbi5wcm90bxoRQk1ISU5QSU1I",
"QUgucHJvdG8aEUlCRkZDT0ZFRU5MLnByb3RvIu4BCgtNaXNzaW9uU3luYxIe",
"CgxtaXNzaW9uX2xpc3QYAiADKAsyCC5NaXNzaW9uEhsKE2RlbF9taXNzaW9u",
"X2lkX2xpc3QYBiADKA0SIQoLTUJDTklMSkdITkMYByADKAsyDC5JQkZGQ09G",
"RUVOTBITCgtJQk1NSUdMTUFHQxgPIAMoDRIgChhkZWxfbWFpbl9taXNzaW9u",
"X2lkX2xpc3QYCSADKA0SIQoLR09FSEhNTERJQ0wYCCADKAsyDC5CTUhJTlBJ",
"TUhBSBIlCh1maW5pc2hlZF9tYWluX21pc3Npb25faWRfbGlzdBgNIAMoDUIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MissionReflection.Descriptor, global::EggLink.DanhengServer.Proto.BMHINPIMHAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.IBFFCOFEENLReflection.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", "DelMissionIdList", "MBCNILJGHNC", "IBMMIGLMAGC", "DelMainMissionIdList", "GOEHHMLDICL", "FinishedMainMissionIdList" }, 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();
delMissionIdList_ = other.delMissionIdList_.Clone();
mBCNILJGHNC_ = other.mBCNILJGHNC_.Clone();
iBMMIGLMAGC_ = other.iBMMIGLMAGC_.Clone();
delMainMissionIdList_ = other.delMainMissionIdList_.Clone();
gOEHHMLDICL_ = other.gOEHHMLDICL_.Clone();
finishedMainMissionIdList_ = other.finishedMainMissionIdList_.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 = 2;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Mission> _repeated_missionList_codec
= pb::FieldCodec.ForMessage(18, 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 "del_mission_id_list" field.</summary>
public const int DelMissionIdListFieldNumber = 6;
private static readonly pb::FieldCodec<uint> _repeated_delMissionIdList_codec
= pb::FieldCodec.ForUInt32(50);
private readonly pbc::RepeatedField<uint> delMissionIdList_ = new pbc::RepeatedField<uint>();
/// <summary>
/// 15 9
/// </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 "MBCNILJGHNC" field.</summary>
public const int MBCNILJGHNCFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.IBFFCOFEENL> _repeated_mBCNILJGHNC_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.IBFFCOFEENL.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IBFFCOFEENL> mBCNILJGHNC_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IBFFCOFEENL>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IBFFCOFEENL> MBCNILJGHNC {
get { return mBCNILJGHNC_; }
}
/// <summary>Field number for the "IBMMIGLMAGC" field.</summary>
public const int IBMMIGLMAGCFieldNumber = 15;
private static readonly pb::FieldCodec<uint> _repeated_iBMMIGLMAGC_codec
= pb::FieldCodec.ForUInt32(122);
private readonly pbc::RepeatedField<uint> iBMMIGLMAGC_ = new pbc::RepeatedField<uint>();
/// <summary>
/// 6 9
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> IBMMIGLMAGC {
get { return iBMMIGLMAGC_; }
}
/// <summary>Field number for the "del_main_mission_id_list" field.</summary>
public const int DelMainMissionIdListFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_delMainMissionIdList_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> delMainMissionIdList_ = new pbc::RepeatedField<uint>();
/// <summary>
/// 6 15
/// </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 "GOEHHMLDICL" field.</summary>
public const int GOEHHMLDICLFieldNumber = 8;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.BMHINPIMHAH> _repeated_gOEHHMLDICL_codec
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.BMHINPIMHAH.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BMHINPIMHAH> gOEHHMLDICL_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BMHINPIMHAH>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BMHINPIMHAH> GOEHHMLDICL {
get { return gOEHHMLDICL_; }
}
/// <summary>Field number for the "finished_main_mission_id_list" field.</summary>
public const int FinishedMainMissionIdListFieldNumber = 13;
private static readonly pb::FieldCodec<uint> _repeated_finishedMainMissionIdList_codec
= pb::FieldCodec.ForUInt32(106);
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_; }
}
[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(!delMissionIdList_.Equals(other.delMissionIdList_)) return false;
if(!mBCNILJGHNC_.Equals(other.mBCNILJGHNC_)) return false;
if(!iBMMIGLMAGC_.Equals(other.iBMMIGLMAGC_)) return false;
if(!delMainMissionIdList_.Equals(other.delMainMissionIdList_)) return false;
if(!gOEHHMLDICL_.Equals(other.gOEHHMLDICL_)) return false;
if(!finishedMainMissionIdList_.Equals(other.finishedMainMissionIdList_)) 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 ^= delMissionIdList_.GetHashCode();
hash ^= mBCNILJGHNC_.GetHashCode();
hash ^= iBMMIGLMAGC_.GetHashCode();
hash ^= delMainMissionIdList_.GetHashCode();
hash ^= gOEHHMLDICL_.GetHashCode();
hash ^= finishedMainMissionIdList_.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
missionList_.WriteTo(output, _repeated_missionList_codec);
delMissionIdList_.WriteTo(output, _repeated_delMissionIdList_codec);
mBCNILJGHNC_.WriteTo(output, _repeated_mBCNILJGHNC_codec);
gOEHHMLDICL_.WriteTo(output, _repeated_gOEHHMLDICL_codec);
delMainMissionIdList_.WriteTo(output, _repeated_delMainMissionIdList_codec);
finishedMainMissionIdList_.WriteTo(output, _repeated_finishedMainMissionIdList_codec);
iBMMIGLMAGC_.WriteTo(output, _repeated_iBMMIGLMAGC_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) {
missionList_.WriteTo(ref output, _repeated_missionList_codec);
delMissionIdList_.WriteTo(ref output, _repeated_delMissionIdList_codec);
mBCNILJGHNC_.WriteTo(ref output, _repeated_mBCNILJGHNC_codec);
gOEHHMLDICL_.WriteTo(ref output, _repeated_gOEHHMLDICL_codec);
delMainMissionIdList_.WriteTo(ref output, _repeated_delMainMissionIdList_codec);
finishedMainMissionIdList_.WriteTo(ref output, _repeated_finishedMainMissionIdList_codec);
iBMMIGLMAGC_.WriteTo(ref output, _repeated_iBMMIGLMAGC_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 += delMissionIdList_.CalculateSize(_repeated_delMissionIdList_codec);
size += mBCNILJGHNC_.CalculateSize(_repeated_mBCNILJGHNC_codec);
size += iBMMIGLMAGC_.CalculateSize(_repeated_iBMMIGLMAGC_codec);
size += delMainMissionIdList_.CalculateSize(_repeated_delMainMissionIdList_codec);
size += gOEHHMLDICL_.CalculateSize(_repeated_gOEHHMLDICL_codec);
size += finishedMainMissionIdList_.CalculateSize(_repeated_finishedMainMissionIdList_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_);
delMissionIdList_.Add(other.delMissionIdList_);
mBCNILJGHNC_.Add(other.mBCNILJGHNC_);
iBMMIGLMAGC_.Add(other.iBMMIGLMAGC_);
delMainMissionIdList_.Add(other.delMainMissionIdList_);
gOEHHMLDICL_.Add(other.gOEHHMLDICL_);
finishedMainMissionIdList_.Add(other.finishedMainMissionIdList_);
_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 18: {
missionList_.AddEntriesFrom(input, _repeated_missionList_codec);
break;
}
case 50:
case 48: {
delMissionIdList_.AddEntriesFrom(input, _repeated_delMissionIdList_codec);
break;
}
case 58: {
mBCNILJGHNC_.AddEntriesFrom(input, _repeated_mBCNILJGHNC_codec);
break;
}
case 66: {
gOEHHMLDICL_.AddEntriesFrom(input, _repeated_gOEHHMLDICL_codec);
break;
}
case 74:
case 72: {
delMainMissionIdList_.AddEntriesFrom(input, _repeated_delMainMissionIdList_codec);
break;
}
case 106:
case 104: {
finishedMainMissionIdList_.AddEntriesFrom(input, _repeated_finishedMainMissionIdList_codec);
break;
}
case 122:
case 120: {
iBMMIGLMAGC_.AddEntriesFrom(input, _repeated_iBMMIGLMAGC_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 18: {
missionList_.AddEntriesFrom(ref input, _repeated_missionList_codec);
break;
}
case 50:
case 48: {
delMissionIdList_.AddEntriesFrom(ref input, _repeated_delMissionIdList_codec);
break;
}
case 58: {
mBCNILJGHNC_.AddEntriesFrom(ref input, _repeated_mBCNILJGHNC_codec);
break;
}
case 66: {
gOEHHMLDICL_.AddEntriesFrom(ref input, _repeated_gOEHHMLDICL_codec);
break;
}
case 74:
case 72: {
delMainMissionIdList_.AddEntriesFrom(ref input, _repeated_delMainMissionIdList_codec);
break;
}
case 106:
case 104: {
finishedMainMissionIdList_.AddEntriesFrom(ref input, _repeated_finishedMainMissionIdList_codec);
break;
}
case 122:
case 120: {
iBMMIGLMAGC_.AddEntriesFrom(ref input, _repeated_iBMMIGLMAGC_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code