Files
DanhengServer-OpenSource/Proto/TrainPartyBuildStartStepCsReq.cs
2024-10-27 13:23:57 +08:00

357 lines
12 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(
"CiNUcmFpblBhcnR5QnVpbGRTdGFydFN0ZXBDc1JlcS5wcm90bxoRSUdHQ0pB",
"TkxLQ0wucHJvdG8ifAodVHJhaW5QYXJ0eUJ1aWxkU3RhcnRTdGVwQ3NSZXES",
"DwoHYXJlYV9pZBgKIAEoDRIhCgtOUEJIRkVGTEdKSxgMIAEoCzIMLklHR0NK",
"QU5MS0NMEg8KB3N0ZXBfaWQYDiABKA0SFgoOYXJlYV9nbG9iYWxfaWQYCCAB",
"KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IGGCJANLKCLReflection.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[]{ "AreaId", "NPBHFEFLGJK", "StepId", "AreaGlobalId" }, 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() {
areaId_ = other.areaId_;
nPBHFEFLGJK_ = other.nPBHFEFLGJK_ != null ? other.nPBHFEFLGJK_.Clone() : null;
stepId_ = other.stepId_;
areaGlobalId_ = other.areaGlobalId_;
_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 "area_id" field.</summary>
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;
}
}
/// <summary>Field number for the "NPBHFEFLGJK" field.</summary>
public const int NPBHFEFLGJKFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.IGGCJANLKCL nPBHFEFLGJK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.IGGCJANLKCL NPBHFEFLGJK {
get { return nPBHFEFLGJK_; }
set {
nPBHFEFLGJK_ = value;
}
}
/// <summary>Field number for the "step_id" field.</summary>
public const int StepIdFieldNumber = 14;
private uint stepId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint StepId {
get { return stepId_; }
set {
stepId_ = value;
}
}
/// <summary>Field number for the "area_global_id" field.</summary>
public const int AreaGlobalIdFieldNumber = 8;
private uint areaGlobalId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AreaGlobalId {
get { return areaGlobalId_; }
set {
areaGlobalId_ = 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 (AreaId != other.AreaId) return false;
if (!object.Equals(NPBHFEFLGJK, other.NPBHFEFLGJK)) return false;
if (StepId != other.StepId) return false;
if (AreaGlobalId != other.AreaGlobalId) 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 (AreaId != 0) hash ^= AreaId.GetHashCode();
if (nPBHFEFLGJK_ != null) hash ^= NPBHFEFLGJK.GetHashCode();
if (StepId != 0) hash ^= StepId.GetHashCode();
if (AreaGlobalId != 0) hash ^= AreaGlobalId.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 (AreaGlobalId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(AreaGlobalId);
}
if (AreaId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(AreaId);
}
if (nPBHFEFLGJK_ != null) {
output.WriteRawTag(98);
output.WriteMessage(NPBHFEFLGJK);
}
if (StepId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(StepId);
}
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 (AreaGlobalId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(AreaGlobalId);
}
if (AreaId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(AreaId);
}
if (nPBHFEFLGJK_ != null) {
output.WriteRawTag(98);
output.WriteMessage(NPBHFEFLGJK);
}
if (StepId != 0) {
output.WriteRawTag(112);
output.WriteUInt32(StepId);
}
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 (AreaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
}
if (nPBHFEFLGJK_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NPBHFEFLGJK);
}
if (StepId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StepId);
}
if (AreaGlobalId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaGlobalId);
}
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.AreaId != 0) {
AreaId = other.AreaId;
}
if (other.nPBHFEFLGJK_ != null) {
if (nPBHFEFLGJK_ == null) {
NPBHFEFLGJK = new global::EggLink.DanhengServer.Proto.IGGCJANLKCL();
}
NPBHFEFLGJK.MergeFrom(other.NPBHFEFLGJK);
}
if (other.StepId != 0) {
StepId = other.StepId;
}
if (other.AreaGlobalId != 0) {
AreaGlobalId = other.AreaGlobalId;
}
_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 64: {
AreaGlobalId = input.ReadUInt32();
break;
}
case 80: {
AreaId = input.ReadUInt32();
break;
}
case 98: {
if (nPBHFEFLGJK_ == null) {
NPBHFEFLGJK = new global::EggLink.DanhengServer.Proto.IGGCJANLKCL();
}
input.ReadMessage(NPBHFEFLGJK);
break;
}
case 112: {
StepId = 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 64: {
AreaGlobalId = input.ReadUInt32();
break;
}
case 80: {
AreaId = input.ReadUInt32();
break;
}
case 98: {
if (nPBHFEFLGJK_ == null) {
NPBHFEFLGJK = new global::EggLink.DanhengServer.Proto.IGGCJANLKCL();
}
input.ReadMessage(NPBHFEFLGJK);
break;
}
case 112: {
StepId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code