Files
DanhengServer-OpenSource/Proto/CBBDIOMIFHD.cs
2025-04-20 16:34:13 +08:00

339 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CBBDIOMIFHD.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 CBBDIOMIFHD.proto</summary>
public static partial class CBBDIOMIFHDReflection {
#region Descriptor
/// <summary>File descriptor for CBBDIOMIFHD.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CBBDIOMIFHDReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDQkJESU9NSUZIRC5wcm90bxoRRVBFR0hDR0NNSFAucHJvdG8aEU9PRE9D",
"TURMT01GLnByb3RvGhFJRERMS0hITEVDRy5wcm90byJ0CgtDQkJESU9NSUZI",
"RBIgCgpiYXNpY19pbmZvGAEgASgLMgwuT09ET0NNRExPTUYSIQoLTkNLQ0NP",
"S0RLT0wYAiABKAsyDC5JRERMS0hITEVDRxIgCgpzdGFnZV9pbmZvGAMgASgL",
"MgwuRVBFR0hDR0NNSFBCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EPEGHCGCMHPReflection.Descriptor, global::EggLink.DanhengServer.Proto.OODOCMDLOMFReflection.Descriptor, global::EggLink.DanhengServer.Proto.IDDLKHHLECGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CBBDIOMIFHD), global::EggLink.DanhengServer.Proto.CBBDIOMIFHD.Parser, new[]{ "BasicInfo", "NCKCCOKDKOL", "StageInfo" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CBBDIOMIFHD : pb::IMessage<CBBDIOMIFHD>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<CBBDIOMIFHD> _parser = new pb::MessageParser<CBBDIOMIFHD>(() => new CBBDIOMIFHD());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<CBBDIOMIFHD> 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.CBBDIOMIFHDReflection.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 CBBDIOMIFHD() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CBBDIOMIFHD(CBBDIOMIFHD other) : this() {
basicInfo_ = other.basicInfo_ != null ? other.basicInfo_.Clone() : null;
nCKCCOKDKOL_ = other.nCKCCOKDKOL_ != null ? other.nCKCCOKDKOL_.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 CBBDIOMIFHD Clone() {
return new CBBDIOMIFHD(this);
}
/// <summary>Field number for the "basic_info" field.</summary>
public const int BasicInfoFieldNumber = 1;
private global::EggLink.DanhengServer.Proto.OODOCMDLOMF basicInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.OODOCMDLOMF BasicInfo {
get { return basicInfo_; }
set {
basicInfo_ = value;
}
}
/// <summary>Field number for the "NCKCCOKDKOL" field.</summary>
public const int NCKCCOKDKOLFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.IDDLKHHLECG nCKCCOKDKOL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.IDDLKHHLECG NCKCCOKDKOL {
get { return nCKCCOKDKOL_; }
set {
nCKCCOKDKOL_ = value;
}
}
/// <summary>Field number for the "stage_info" field.</summary>
public const int StageInfoFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.EPEGHCGCMHP stageInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.EPEGHCGCMHP 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 CBBDIOMIFHD);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(CBBDIOMIFHD other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(BasicInfo, other.BasicInfo)) return false;
if (!object.Equals(NCKCCOKDKOL, other.NCKCCOKDKOL)) 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 (nCKCCOKDKOL_ != null) hash ^= NCKCCOKDKOL.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 (nCKCCOKDKOL_ != null) {
output.WriteRawTag(18);
output.WriteMessage(NCKCCOKDKOL);
}
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 (nCKCCOKDKOL_ != null) {
output.WriteRawTag(18);
output.WriteMessage(NCKCCOKDKOL);
}
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 (nCKCCOKDKOL_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NCKCCOKDKOL);
}
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(CBBDIOMIFHD other) {
if (other == null) {
return;
}
if (other.basicInfo_ != null) {
if (basicInfo_ == null) {
BasicInfo = new global::EggLink.DanhengServer.Proto.OODOCMDLOMF();
}
BasicInfo.MergeFrom(other.BasicInfo);
}
if (other.nCKCCOKDKOL_ != null) {
if (nCKCCOKDKOL_ == null) {
NCKCCOKDKOL = new global::EggLink.DanhengServer.Proto.IDDLKHHLECG();
}
NCKCCOKDKOL.MergeFrom(other.NCKCCOKDKOL);
}
if (other.stageInfo_ != null) {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.EPEGHCGCMHP();
}
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.OODOCMDLOMF();
}
input.ReadMessage(BasicInfo);
break;
}
case 18: {
if (nCKCCOKDKOL_ == null) {
NCKCCOKDKOL = new global::EggLink.DanhengServer.Proto.IDDLKHHLECG();
}
input.ReadMessage(NCKCCOKDKOL);
break;
}
case 26: {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.EPEGHCGCMHP();
}
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.OODOCMDLOMF();
}
input.ReadMessage(BasicInfo);
break;
}
case 18: {
if (nCKCCOKDKOL_ == null) {
NCKCCOKDKOL = new global::EggLink.DanhengServer.Proto.IDDLKHHLECG();
}
input.ReadMessage(NCKCCOKDKOL);
break;
}
case 26: {
if (stageInfo_ == null) {
StageInfo = new global::EggLink.DanhengServer.Proto.EPEGHCGCMHP();
}
input.ReadMessage(StageInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code