Files
DanhengServer-OpenSource/Proto/CDCPBIAPMBM.cs
2024-10-05 22:40:41 +08:00

338 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CDCPBIAPMBM.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 CDCPBIAPMBM.proto</summary>
public static partial class CDCPBIAPMBMReflection {
#region Descriptor
/// <summary>File descriptor for CDCPBIAPMBM.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CDCPBIAPMBMReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDRENQQklBUE1CTS5wcm90byJhCgtDRENQQklBUE1CTRITCgtDRkdKTExH",
"QU9QQhgBIAEoCBITCgtNR1BQQktHSUlFRhgCIAMoDRITCgtJQ0VLSEFFSUlH",
"SxgDIAEoDRITCgtFR05ETk5KTE9PTxgEIAEoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CDCPBIAPMBM), global::EggLink.DanhengServer.Proto.CDCPBIAPMBM.Parser, new[]{ "CFGJLLGAOPB", "MGPPBKGIIEF", "ICEKHAEIIGK", "EGNDNNJLOOO" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CDCPBIAPMBM : pb::IMessage<CDCPBIAPMBM>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<CDCPBIAPMBM> _parser = new pb::MessageParser<CDCPBIAPMBM>(() => new CDCPBIAPMBM());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<CDCPBIAPMBM> 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.CDCPBIAPMBMReflection.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 CDCPBIAPMBM() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CDCPBIAPMBM(CDCPBIAPMBM other) : this() {
cFGJLLGAOPB_ = other.cFGJLLGAOPB_;
mGPPBKGIIEF_ = other.mGPPBKGIIEF_.Clone();
iCEKHAEIIGK_ = other.iCEKHAEIIGK_;
eGNDNNJLOOO_ = other.eGNDNNJLOOO_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CDCPBIAPMBM Clone() {
return new CDCPBIAPMBM(this);
}
/// <summary>Field number for the "CFGJLLGAOPB" field.</summary>
public const int CFGJLLGAOPBFieldNumber = 1;
private bool cFGJLLGAOPB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool CFGJLLGAOPB {
get { return cFGJLLGAOPB_; }
set {
cFGJLLGAOPB_ = value;
}
}
/// <summary>Field number for the "MGPPBKGIIEF" field.</summary>
public const int MGPPBKGIIEFFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_mGPPBKGIIEF_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> mGPPBKGIIEF_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> MGPPBKGIIEF {
get { return mGPPBKGIIEF_; }
}
/// <summary>Field number for the "ICEKHAEIIGK" field.</summary>
public const int ICEKHAEIIGKFieldNumber = 3;
private uint iCEKHAEIIGK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ICEKHAEIIGK {
get { return iCEKHAEIIGK_; }
set {
iCEKHAEIIGK_ = value;
}
}
/// <summary>Field number for the "EGNDNNJLOOO" field.</summary>
public const int EGNDNNJLOOOFieldNumber = 4;
private uint eGNDNNJLOOO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EGNDNNJLOOO {
get { return eGNDNNJLOOO_; }
set {
eGNDNNJLOOO_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as CDCPBIAPMBM);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(CDCPBIAPMBM other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (CFGJLLGAOPB != other.CFGJLLGAOPB) return false;
if(!mGPPBKGIIEF_.Equals(other.mGPPBKGIIEF_)) return false;
if (ICEKHAEIIGK != other.ICEKHAEIIGK) return false;
if (EGNDNNJLOOO != other.EGNDNNJLOOO) 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 (CFGJLLGAOPB != false) hash ^= CFGJLLGAOPB.GetHashCode();
hash ^= mGPPBKGIIEF_.GetHashCode();
if (ICEKHAEIIGK != 0) hash ^= ICEKHAEIIGK.GetHashCode();
if (EGNDNNJLOOO != 0) hash ^= EGNDNNJLOOO.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 (CFGJLLGAOPB != false) {
output.WriteRawTag(8);
output.WriteBool(CFGJLLGAOPB);
}
mGPPBKGIIEF_.WriteTo(output, _repeated_mGPPBKGIIEF_codec);
if (ICEKHAEIIGK != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ICEKHAEIIGK);
}
if (EGNDNNJLOOO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EGNDNNJLOOO);
}
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 (CFGJLLGAOPB != false) {
output.WriteRawTag(8);
output.WriteBool(CFGJLLGAOPB);
}
mGPPBKGIIEF_.WriteTo(ref output, _repeated_mGPPBKGIIEF_codec);
if (ICEKHAEIIGK != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ICEKHAEIIGK);
}
if (EGNDNNJLOOO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EGNDNNJLOOO);
}
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 (CFGJLLGAOPB != false) {
size += 1 + 1;
}
size += mGPPBKGIIEF_.CalculateSize(_repeated_mGPPBKGIIEF_codec);
if (ICEKHAEIIGK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ICEKHAEIIGK);
}
if (EGNDNNJLOOO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EGNDNNJLOOO);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(CDCPBIAPMBM other) {
if (other == null) {
return;
}
if (other.CFGJLLGAOPB != false) {
CFGJLLGAOPB = other.CFGJLLGAOPB;
}
mGPPBKGIIEF_.Add(other.mGPPBKGIIEF_);
if (other.ICEKHAEIIGK != 0) {
ICEKHAEIIGK = other.ICEKHAEIIGK;
}
if (other.EGNDNNJLOOO != 0) {
EGNDNNJLOOO = other.EGNDNNJLOOO;
}
_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 8: {
CFGJLLGAOPB = input.ReadBool();
break;
}
case 18:
case 16: {
mGPPBKGIIEF_.AddEntriesFrom(input, _repeated_mGPPBKGIIEF_codec);
break;
}
case 24: {
ICEKHAEIIGK = input.ReadUInt32();
break;
}
case 32: {
EGNDNNJLOOO = 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 8: {
CFGJLLGAOPB = input.ReadBool();
break;
}
case 18:
case 16: {
mGPPBKGIIEF_.AddEntriesFrom(ref input, _repeated_mGPPBKGIIEF_codec);
break;
}
case 24: {
ICEKHAEIIGK = input.ReadUInt32();
break;
}
case 32: {
EGNDNNJLOOO = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code