mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
312 lines
12 KiB
C#
312 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: UpdateTrackMainMissionIdCsReq.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 UpdateTrackMainMissionIdCsReq.proto</summary>
|
|
public static partial class UpdateTrackMainMissionIdCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for UpdateTrackMainMissionIdCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static UpdateTrackMainMissionIdCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiNVcGRhdGVUcmFja01haW5NaXNzaW9uSWRDc1JlcS5wcm90bxocVHJhY2tN",
|
|
"YWluTWlzc2lvblVwZGF0ZS5wcm90byKFAQodVXBkYXRlVHJhY2tNYWluTWlz",
|
|
"c2lvbklkQ3NSZXESEwoLRUdBRkxISVBDREIYCiABKA0SOgoZdHJhY2tfbWFp",
|
|
"bl9taXNzaW9uX3N0YXR1cxgMIAEoDjIXLlRyYWNrTWFpbk1pc3Npb25VcGRh",
|
|
"dGUSEwoLRU1HTk9ES0FHR0MYDyABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
|
|
"cnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrackMainMissionUpdateReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdateTrackMainMissionIdCsReq), global::EggLink.DanhengServer.Proto.UpdateTrackMainMissionIdCsReq.Parser, new[]{ "EGAFLHIPCDB", "TrackMainMissionStatus", "EMGNODKAGGC" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class UpdateTrackMainMissionIdCsReq : pb::IMessage<UpdateTrackMainMissionIdCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<UpdateTrackMainMissionIdCsReq> _parser = new pb::MessageParser<UpdateTrackMainMissionIdCsReq>(() => new UpdateTrackMainMissionIdCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<UpdateTrackMainMissionIdCsReq> 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.UpdateTrackMainMissionIdCsReqReflection.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 UpdateTrackMainMissionIdCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public UpdateTrackMainMissionIdCsReq(UpdateTrackMainMissionIdCsReq other) : this() {
|
|
eGAFLHIPCDB_ = other.eGAFLHIPCDB_;
|
|
trackMainMissionStatus_ = other.trackMainMissionStatus_;
|
|
eMGNODKAGGC_ = other.eMGNODKAGGC_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public UpdateTrackMainMissionIdCsReq Clone() {
|
|
return new UpdateTrackMainMissionIdCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "EGAFLHIPCDB" field.</summary>
|
|
public const int EGAFLHIPCDBFieldNumber = 10;
|
|
private uint eGAFLHIPCDB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EGAFLHIPCDB {
|
|
get { return eGAFLHIPCDB_; }
|
|
set {
|
|
eGAFLHIPCDB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "track_main_mission_status" field.</summary>
|
|
public const int TrackMainMissionStatusFieldNumber = 12;
|
|
private global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate trackMainMissionStatus_ = global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate TrackMainMissionStatus {
|
|
get { return trackMainMissionStatus_; }
|
|
set {
|
|
trackMainMissionStatus_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EMGNODKAGGC" field.</summary>
|
|
public const int EMGNODKAGGCFieldNumber = 15;
|
|
private uint eMGNODKAGGC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EMGNODKAGGC {
|
|
get { return eMGNODKAGGC_; }
|
|
set {
|
|
eMGNODKAGGC_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as UpdateTrackMainMissionIdCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(UpdateTrackMainMissionIdCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (EGAFLHIPCDB != other.EGAFLHIPCDB) return false;
|
|
if (TrackMainMissionStatus != other.TrackMainMissionStatus) return false;
|
|
if (EMGNODKAGGC != other.EMGNODKAGGC) 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;
|
|
if (EGAFLHIPCDB != 0) hash ^= EGAFLHIPCDB.GetHashCode();
|
|
if (TrackMainMissionStatus != global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate.None) hash ^= TrackMainMissionStatus.GetHashCode();
|
|
if (EMGNODKAGGC != 0) hash ^= EMGNODKAGGC.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 (EGAFLHIPCDB != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(EGAFLHIPCDB);
|
|
}
|
|
if (TrackMainMissionStatus != global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate.None) {
|
|
output.WriteRawTag(96);
|
|
output.WriteEnum((int) TrackMainMissionStatus);
|
|
}
|
|
if (EMGNODKAGGC != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(EMGNODKAGGC);
|
|
}
|
|
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 (EGAFLHIPCDB != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(EGAFLHIPCDB);
|
|
}
|
|
if (TrackMainMissionStatus != global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate.None) {
|
|
output.WriteRawTag(96);
|
|
output.WriteEnum((int) TrackMainMissionStatus);
|
|
}
|
|
if (EMGNODKAGGC != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(EMGNODKAGGC);
|
|
}
|
|
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;
|
|
if (EGAFLHIPCDB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EGAFLHIPCDB);
|
|
}
|
|
if (TrackMainMissionStatus != global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate.None) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) TrackMainMissionStatus);
|
|
}
|
|
if (EMGNODKAGGC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EMGNODKAGGC);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(UpdateTrackMainMissionIdCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.EGAFLHIPCDB != 0) {
|
|
EGAFLHIPCDB = other.EGAFLHIPCDB;
|
|
}
|
|
if (other.TrackMainMissionStatus != global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate.None) {
|
|
TrackMainMissionStatus = other.TrackMainMissionStatus;
|
|
}
|
|
if (other.EMGNODKAGGC != 0) {
|
|
EMGNODKAGGC = other.EMGNODKAGGC;
|
|
}
|
|
_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 80: {
|
|
EGAFLHIPCDB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
TrackMainMissionStatus = (global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 120: {
|
|
EMGNODKAGGC = input.ReadUInt32();
|
|
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 80: {
|
|
EGAFLHIPCDB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
TrackMainMissionStatus = (global::EggLink.DanhengServer.Proto.TrackMainMissionUpdate) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 120: {
|
|
EMGNODKAGGC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|