Files
DanhengServer-OpenSource/Proto/TrainPartyBuildStartStepCsReq.cs
2025-04-15 16:44:46 +08:00

358 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TrainPartyBuildStartStepCsReq.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 TrainPartyBuildStartStepCsReq.proto</summary>
public static partial class TrainPartyBuildStartStepCsReqReflection {
#region Descriptor
/// <summary>File descriptor for TrainPartyBuildStartStepCsReq.proto</summary>
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",
"c1JlcRITCgtIRUlEQ0lLRURQRBgGIAEoDRIlCgtBTEFPRERCR0hQTBgIIAEo",
"CzIQLkFyZWFEeW5hbWljSW5mbxIPCgdhcmVhX2lkGAQgASgNEhMKC0dKRkhQ",
"Q0lFQk9KGA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i",
"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", "ALAODDBGHPL", "AreaId", "GJFHPCIEBOJ" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class TrainPartyBuildStartStepCsReq : pb::IMessage<TrainPartyBuildStartStepCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<TrainPartyBuildStartStepCsReq> _parser = new pb::MessageParser<TrainPartyBuildStartStepCsReq>(() => new TrainPartyBuildStartStepCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<TrainPartyBuildStartStepCsReq> 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_;
aLAODDBGHPL_ = other.aLAODDBGHPL_ != null ? other.aLAODDBGHPL_.Clone() : null;
areaId_ = other.areaId_;
gJFHPCIEBOJ_ = other.gJFHPCIEBOJ_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TrainPartyBuildStartStepCsReq Clone() {
return new TrainPartyBuildStartStepCsReq(this);
}
/// <summary>Field number for the "HEIDCIKEDPD" field.</summary>
public const int HEIDCIKEDPDFieldNumber = 6;
private uint hEIDCIKEDPD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HEIDCIKEDPD {
get { return hEIDCIKEDPD_; }
set {
hEIDCIKEDPD_ = value;
}
}
/// <summary>Field number for the "ALAODDBGHPL" field.</summary>
public const int ALAODDBGHPLFieldNumber = 8;
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;
}
}
/// <summary>Field number for the "area_id" field.</summary>
public const int AreaIdFieldNumber = 4;
private uint areaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AreaId {
get { return areaId_; }
set {
areaId_ = value;
}
}
/// <summary>Field number for the "GJFHPCIEBOJ" field.</summary>
public const int GJFHPCIEBOJFieldNumber = 15;
private uint gJFHPCIEBOJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GJFHPCIEBOJ {
get { return gJFHPCIEBOJ_; }
set {
gJFHPCIEBOJ_ = 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 (!object.Equals(ALAODDBGHPL, other.ALAODDBGHPL)) return false;
if (AreaId != other.AreaId) return false;
if (GJFHPCIEBOJ != other.GJFHPCIEBOJ) 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 (aLAODDBGHPL_ != null) hash ^= ALAODDBGHPL.GetHashCode();
if (AreaId != 0) hash ^= AreaId.GetHashCode();
if (GJFHPCIEBOJ != 0) hash ^= GJFHPCIEBOJ.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 (AreaId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(AreaId);
}
if (HEIDCIKEDPD != 0) {
output.WriteRawTag(48);
output.WriteUInt32(HEIDCIKEDPD);
}
if (aLAODDBGHPL_ != null) {
output.WriteRawTag(66);
output.WriteMessage(ALAODDBGHPL);
}
if (GJFHPCIEBOJ != 0) {
output.WriteRawTag(120);
output.WriteUInt32(GJFHPCIEBOJ);
}
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 (AreaId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(AreaId);
}
if (HEIDCIKEDPD != 0) {
output.WriteRawTag(48);
output.WriteUInt32(HEIDCIKEDPD);
}
if (aLAODDBGHPL_ != null) {
output.WriteRawTag(66);
output.WriteMessage(ALAODDBGHPL);
}
if (GJFHPCIEBOJ != 0) {
output.WriteRawTag(120);
output.WriteUInt32(GJFHPCIEBOJ);
}
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 (aLAODDBGHPL_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ALAODDBGHPL);
}
if (AreaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
}
if (GJFHPCIEBOJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GJFHPCIEBOJ);
}
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.aLAODDBGHPL_ != null) {
if (aLAODDBGHPL_ == null) {
ALAODDBGHPL = new global::EggLink.DanhengServer.Proto.AreaDynamicInfo();
}
ALAODDBGHPL.MergeFrom(other.ALAODDBGHPL);
}
if (other.AreaId != 0) {
AreaId = other.AreaId;
}
if (other.GJFHPCIEBOJ != 0) {
GJFHPCIEBOJ = other.GJFHPCIEBOJ;
}
_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 32: {
AreaId = input.ReadUInt32();
break;
}
case 48: {
HEIDCIKEDPD = input.ReadUInt32();
break;
}
case 66: {
if (aLAODDBGHPL_ == null) {
ALAODDBGHPL = new global::EggLink.DanhengServer.Proto.AreaDynamicInfo();
}
input.ReadMessage(ALAODDBGHPL);
break;
}
case 120: {
GJFHPCIEBOJ = 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 32: {
AreaId = input.ReadUInt32();
break;
}
case 48: {
HEIDCIKEDPD = input.ReadUInt32();
break;
}
case 66: {
if (aLAODDBGHPL_ == null) {
ALAODDBGHPL = new global::EggLink.DanhengServer.Proto.AreaDynamicInfo();
}
input.ReadMessage(ALAODDBGHPL);
break;
}
case 120: {
GJFHPCIEBOJ = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code