Files
DanhengServer-OpenSource/Proto/CCHCPNLPBDK.cs
2024-11-16 10:25:29 +08:00

339 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CCHCPNLPBDK.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 CCHCPNLPBDK.proto</summary>
public static partial class CCHCPNLPBDKReflection {
#region Descriptor
/// <summary>File descriptor for CCHCPNLPBDK.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CCHCPNLPBDKReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDQ0hDUE5MUEJESy5wcm90bxoRQkNFQ0NNT0FETEUucHJvdG8aEU1GS09C",
"UExNUElOLnByb3RvGhFQR0RBQ05JQkZNUC5wcm90byJ0CgtDQ0hDUE5MUEJE",
"SxIgCgpiYXNpY19pbmZvGAEgASgLMgwuQkNFQ0NNT0FETEUSIQoLRUFIREJF",
"SUlPRUYYAiABKAsyDC5NRktPQlBMTVBJThIgCgpzdGFnZV9pbmZvGAMgASgL",
"MgwuUEdEQUNOSUJGTVBCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BCECCMOADLEReflection.Descriptor, global::EggLink.DanhengServer.Proto.MFKOBPLMPINReflection.Descriptor, global::EggLink.DanhengServer.Proto.PGDACNIBFMPReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CCHCPNLPBDK), global::EggLink.DanhengServer.Proto.CCHCPNLPBDK.Parser, new[]{ "BasicInfo", "EAHDBEIIOEF", "StageInfo" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CCHCPNLPBDK : pb::IMessage<CCHCPNLPBDK>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<CCHCPNLPBDK> _parser = new pb::MessageParser<CCHCPNLPBDK>(() => new CCHCPNLPBDK());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<CCHCPNLPBDK> 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.CCHCPNLPBDKReflection.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 CCHCPNLPBDK() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CCHCPNLPBDK(CCHCPNLPBDK other) : this() {
basicInfo_ = other.basicInfo_ != null ? other.basicInfo_.Clone() : null;
eAHDBEIIOEF_ = other.eAHDBEIIOEF_ != null ? other.eAHDBEIIOEF_.Clone() : null;
stageInfo_ = other.stageInfo_ != null ? other.stageInfo_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CCHCPNLPBDK Clone() {
return new CCHCPNLPBDK(this);
}
/// <summary>Field number for the "basic_info" field.</summary>
public const int BasicInfoFieldNumber = 1;
private global::EggLink.DanhengServer.Proto.BCECCMOADLE basicInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BCECCMOADLE BasicInfo {
get { return basicInfo_; }
set {
basicInfo_ = value;
}
}
/// <summary>Field number for the "EAHDBEIIOEF" field.</summary>
public const int EAHDBEIIOEFFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.MFKOBPLMPIN eAHDBEIIOEF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MFKOBPLMPIN EAHDBEIIOEF {
get { return eAHDBEIIOEF_; }
set {
eAHDBEIIOEF_ = value;
}
}
/// <summary>Field number for the "stage_info" field.</summary>
public const int StageInfoFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.PGDACNIBFMP stageInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PGDACNIBFMP StageInfo {
get { return stageInfo_; }
set {
stageInfo_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as CCHCPNLPBDK);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(CCHCPNLPBDK other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(BasicInfo, other.BasicInfo)) return false;
if (!object.Equals(EAHDBEIIOEF, other.EAHDBEIIOEF)) return false;
if (!object.Equals(StageInfo, other.StageInfo)) 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 (basicInfo_ != null) hash ^= BasicInfo.GetHashCode();
if (eAHDBEIIOEF_ != null) hash ^= EAHDBEIIOEF.GetHashCode();
if (stageInfo_ != null) hash ^= StageInfo.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 (basicInfo_ != null) {
output.WriteRawTag(10);
output.WriteMessage(BasicInfo);
}
if (eAHDBEIIOEF_ != null) {
output.WriteRawTag(18);
output.WriteMessage(EAHDBEIIOEF);
}
if (stageInfo_ != null) {
output.WriteRawTag(26);
output.WriteMessage(StageInfo);
}
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 (basicInfo_ != null) {
output.WriteRawTag(10);
output.WriteMessage(BasicInfo);
}
if (eAHDBEIIOEF_ != null) {
output.WriteRawTag(18);
output.WriteMessage(EAHDBEIIOEF);
}
if (stageInfo_ != null) {
output.WriteRawTag(26);
output.WriteMessage(StageInfo);
}
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 (basicInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BasicInfo);
}
if (eAHDBEIIOEF_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(EAHDBEIIOEF);
}
if (stageInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(StageInfo);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(CCHCPNLPBDK other) {
if (other == null) {
return;
}
if (other.basicInfo_ != null) {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.BCECCMOADLE();
}
BasicInfo.MergeFrom(other.BasicInfo);
}
if (other.eAHDBEIIOEF_ != null) {
if (eAHDBEIIOEF_ == null) {
EAHDBEIIOEF = new global::EggLink.DanhengServer.Proto.MFKOBPLMPIN();
}
EAHDBEIIOEF.MergeFrom(other.EAHDBEIIOEF);
}
if (other.stageInfo_ != null) {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.PGDACNIBFMP();
}
StageInfo.MergeFrom(other.StageInfo);
}
_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 10: {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.BCECCMOADLE();
}
input.ReadMessage(BasicInfo);
break;
}
case 18: {
if (eAHDBEIIOEF_ == null) {
EAHDBEIIOEF = new global::EggLink.DanhengServer.Proto.MFKOBPLMPIN();
}
input.ReadMessage(EAHDBEIIOEF);
break;
}
case 26: {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.PGDACNIBFMP();
}
input.ReadMessage(StageInfo);
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 10: {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.BCECCMOADLE();
}
input.ReadMessage(BasicInfo);
break;
}
case 18: {
if (eAHDBEIIOEF_ == null) {
EAHDBEIIOEF = new global::EggLink.DanhengServer.Proto.MFKOBPLMPIN();
}
input.ReadMessage(EAHDBEIIOEF);
break;
}
case 26: {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.PGDACNIBFMP();
}
input.ReadMessage(StageInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code