// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: TrainPartyBuildStartStepCsReq.proto // #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 { /// Holder for reflection information generated from TrainPartyBuildStartStepCsReq.proto public static partial class TrainPartyBuildStartStepCsReqReflection { #region Descriptor /// File descriptor for TrainPartyBuildStartStepCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static TrainPartyBuildStartStepCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiNUcmFpblBhcnR5QnVpbGRTdGFydFN0ZXBDc1JlcS5wcm90bxoVQXJlYUR5", "bmFtaWNJbmZvLnByb3RvIoEBCh1UcmFpblBhcnR5QnVpbGRTdGFydFN0ZXBD", "c1JlcRITCgtIRUlEQ0lLRURQRBgNIAEoDRITCgtHSkZIUENJRUJPShgLIAEo", "DRIlCgtBTEFPRERCR0hQTBgEIAEoCzIQLkFyZWFEeW5hbWljSW5mbxIPCgdh", "cmVhX2lkGAogASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AreaDynamicInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyBuildStartStepCsReq), global::EggLink.DanhengServer.Proto.TrainPartyBuildStartStepCsReq.Parser, new[]{ "HEIDCIKEDPD", "GJFHPCIEBOJ", "ALAODDBGHPL", "AreaId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class TrainPartyBuildStartStepCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new TrainPartyBuildStartStepCsReq()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser 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.TrainPartyBuildStartStepCsReqReflection.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 TrainPartyBuildStartStepCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TrainPartyBuildStartStepCsReq(TrainPartyBuildStartStepCsReq other) : this() { hEIDCIKEDPD_ = other.hEIDCIKEDPD_; gJFHPCIEBOJ_ = other.gJFHPCIEBOJ_; aLAODDBGHPL_ = other.aLAODDBGHPL_ != null ? other.aLAODDBGHPL_.Clone() : null; areaId_ = other.areaId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TrainPartyBuildStartStepCsReq Clone() { return new TrainPartyBuildStartStepCsReq(this); } /// Field number for the "HEIDCIKEDPD" field. public const int HEIDCIKEDPDFieldNumber = 13; private uint hEIDCIKEDPD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint HEIDCIKEDPD { get { return hEIDCIKEDPD_; } set { hEIDCIKEDPD_ = value; } } /// Field number for the "GJFHPCIEBOJ" field. public const int GJFHPCIEBOJFieldNumber = 11; private uint gJFHPCIEBOJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint GJFHPCIEBOJ { get { return gJFHPCIEBOJ_; } set { gJFHPCIEBOJ_ = value; } } /// Field number for the "ALAODDBGHPL" field. public const int ALAODDBGHPLFieldNumber = 4; private global::EggLink.DanhengServer.Proto.AreaDynamicInfo aLAODDBGHPL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.AreaDynamicInfo ALAODDBGHPL { get { return aLAODDBGHPL_; } set { aLAODDBGHPL_ = value; } } /// Field number for the "area_id" field. public const int AreaIdFieldNumber = 10; private uint areaId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AreaId { get { return areaId_; } set { areaId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as TrainPartyBuildStartStepCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(TrainPartyBuildStartStepCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (HEIDCIKEDPD != other.HEIDCIKEDPD) return false; if (GJFHPCIEBOJ != other.GJFHPCIEBOJ) return false; if (!object.Equals(ALAODDBGHPL, other.ALAODDBGHPL)) return false; if (AreaId != other.AreaId) 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 (HEIDCIKEDPD != 0) hash ^= HEIDCIKEDPD.GetHashCode(); if (GJFHPCIEBOJ != 0) hash ^= GJFHPCIEBOJ.GetHashCode(); if (aLAODDBGHPL_ != null) hash ^= ALAODDBGHPL.GetHashCode(); if (AreaId != 0) hash ^= AreaId.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 (aLAODDBGHPL_ != null) { output.WriteRawTag(34); output.WriteMessage(ALAODDBGHPL); } if (AreaId != 0) { output.WriteRawTag(80); output.WriteUInt32(AreaId); } if (GJFHPCIEBOJ != 0) { output.WriteRawTag(88); output.WriteUInt32(GJFHPCIEBOJ); } if (HEIDCIKEDPD != 0) { output.WriteRawTag(104); output.WriteUInt32(HEIDCIKEDPD); } 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 (aLAODDBGHPL_ != null) { output.WriteRawTag(34); output.WriteMessage(ALAODDBGHPL); } if (AreaId != 0) { output.WriteRawTag(80); output.WriteUInt32(AreaId); } if (GJFHPCIEBOJ != 0) { output.WriteRawTag(88); output.WriteUInt32(GJFHPCIEBOJ); } if (HEIDCIKEDPD != 0) { output.WriteRawTag(104); output.WriteUInt32(HEIDCIKEDPD); } 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 (HEIDCIKEDPD != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HEIDCIKEDPD); } if (GJFHPCIEBOJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GJFHPCIEBOJ); } if (aLAODDBGHPL_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ALAODDBGHPL); } if (AreaId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(TrainPartyBuildStartStepCsReq other) { if (other == null) { return; } if (other.HEIDCIKEDPD != 0) { HEIDCIKEDPD = other.HEIDCIKEDPD; } if (other.GJFHPCIEBOJ != 0) { GJFHPCIEBOJ = other.GJFHPCIEBOJ; } if (other.aLAODDBGHPL_ != null) { if (aLAODDBGHPL_ == null) { ALAODDBGHPL = new global::EggLink.DanhengServer.Proto.AreaDynamicInfo(); } ALAODDBGHPL.MergeFrom(other.ALAODDBGHPL); } if (other.AreaId != 0) { AreaId = other.AreaId; } _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 34: { if (aLAODDBGHPL_ == null) { ALAODDBGHPL = new global::EggLink.DanhengServer.Proto.AreaDynamicInfo(); } input.ReadMessage(ALAODDBGHPL); break; } case 80: { AreaId = input.ReadUInt32(); break; } case 88: { GJFHPCIEBOJ = input.ReadUInt32(); break; } case 104: { HEIDCIKEDPD = 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 34: { if (aLAODDBGHPL_ == null) { ALAODDBGHPL = new global::EggLink.DanhengServer.Proto.AreaDynamicInfo(); } input.ReadMessage(ALAODDBGHPL); break; } case 80: { AreaId = input.ReadUInt32(); break; } case 88: { GJFHPCIEBOJ = input.ReadUInt32(); break; } case 104: { HEIDCIKEDPD = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code