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

272 lines
9.2 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ADGNKECPOMA.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 ADGNKECPOMA.proto</summary>
public static partial class ADGNKECPOMAReflection {
#region Descriptor
/// <summary>File descriptor for ADGNKECPOMA.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ADGNKECPOMAReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFBREdOS0VDUE9NQS5wcm90byI3CgtBREdOS0VDUE9NQRITCgtFTkZLR0dO",
"T01FTxgHIAEoDRITCgtDQ0NES0dBTURMQhgFIAEoDUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ADGNKECPOMA), global::EggLink.DanhengServer.Proto.ADGNKECPOMA.Parser, new[]{ "ENFKGGNOMEO", "CCCDKGAMDLB" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ADGNKECPOMA : pb::IMessage<ADGNKECPOMA>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ADGNKECPOMA> _parser = new pb::MessageParser<ADGNKECPOMA>(() => new ADGNKECPOMA());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ADGNKECPOMA> 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.ADGNKECPOMAReflection.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 ADGNKECPOMA() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ADGNKECPOMA(ADGNKECPOMA other) : this() {
eNFKGGNOMEO_ = other.eNFKGGNOMEO_;
cCCDKGAMDLB_ = other.cCCDKGAMDLB_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ADGNKECPOMA Clone() {
return new ADGNKECPOMA(this);
}
/// <summary>Field number for the "ENFKGGNOMEO" field.</summary>
public const int ENFKGGNOMEOFieldNumber = 7;
private uint eNFKGGNOMEO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ENFKGGNOMEO {
get { return eNFKGGNOMEO_; }
set {
eNFKGGNOMEO_ = value;
}
}
/// <summary>Field number for the "CCCDKGAMDLB" field.</summary>
public const int CCCDKGAMDLBFieldNumber = 5;
private uint cCCDKGAMDLB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CCCDKGAMDLB {
get { return cCCDKGAMDLB_; }
set {
cCCDKGAMDLB_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ADGNKECPOMA);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ADGNKECPOMA other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ENFKGGNOMEO != other.ENFKGGNOMEO) return false;
if (CCCDKGAMDLB != other.CCCDKGAMDLB) 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 (ENFKGGNOMEO != 0) hash ^= ENFKGGNOMEO.GetHashCode();
if (CCCDKGAMDLB != 0) hash ^= CCCDKGAMDLB.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 (CCCDKGAMDLB != 0) {
output.WriteRawTag(40);
output.WriteUInt32(CCCDKGAMDLB);
}
if (ENFKGGNOMEO != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ENFKGGNOMEO);
}
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 (CCCDKGAMDLB != 0) {
output.WriteRawTag(40);
output.WriteUInt32(CCCDKGAMDLB);
}
if (ENFKGGNOMEO != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ENFKGGNOMEO);
}
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 (ENFKGGNOMEO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ENFKGGNOMEO);
}
if (CCCDKGAMDLB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CCCDKGAMDLB);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ADGNKECPOMA other) {
if (other == null) {
return;
}
if (other.ENFKGGNOMEO != 0) {
ENFKGGNOMEO = other.ENFKGGNOMEO;
}
if (other.CCCDKGAMDLB != 0) {
CCCDKGAMDLB = other.CCCDKGAMDLB;
}
_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 40: {
CCCDKGAMDLB = input.ReadUInt32();
break;
}
case 56: {
ENFKGGNOMEO = 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 40: {
CCCDKGAMDLB = input.ReadUInt32();
break;
}
case 56: {
ENFKGGNOMEO = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code