Files
DanhengServer-OpenSource/Proto/GBNCGKDNMIL.cs
2025-01-15 23:20:16 +08:00

347 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GBNCGKDNMIL.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 GBNCGKDNMIL.proto</summary>
public static partial class GBNCGKDNMILReflection {
#region Descriptor
/// <summary>File descriptor for GBNCGKDNMIL.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GBNCGKDNMILReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFHQk5DR0tETk1JTC5wcm90byJhCgtHQk5DR0tETk1JTBITCgtBRU5LTUFP",
"QUJNUBgBIAEoDRITCgtNQ0RQSUFCRElHSRgCIAEoDRITCgtKTklNTE9JT0hO",
"SBgDIAEoARITCgtJRUpKSktGRURBSBgEIAEoAUIeqgIbRWdnTGluay5EYW5o",
"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.GBNCGKDNMIL), global::EggLink.DanhengServer.Proto.GBNCGKDNMIL.Parser, new[]{ "AENKMAOABMP", "MCDPIABDIGI", "JNIMLOIOHNH", "IEJJJKFEDAH" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GBNCGKDNMIL : pb::IMessage<GBNCGKDNMIL>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GBNCGKDNMIL> _parser = new pb::MessageParser<GBNCGKDNMIL>(() => new GBNCGKDNMIL());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GBNCGKDNMIL> 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.GBNCGKDNMILReflection.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 GBNCGKDNMIL() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GBNCGKDNMIL(GBNCGKDNMIL other) : this() {
aENKMAOABMP_ = other.aENKMAOABMP_;
mCDPIABDIGI_ = other.mCDPIABDIGI_;
jNIMLOIOHNH_ = other.jNIMLOIOHNH_;
iEJJJKFEDAH_ = other.iEJJJKFEDAH_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GBNCGKDNMIL Clone() {
return new GBNCGKDNMIL(this);
}
/// <summary>Field number for the "AENKMAOABMP" field.</summary>
public const int AENKMAOABMPFieldNumber = 1;
private uint aENKMAOABMP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AENKMAOABMP {
get { return aENKMAOABMP_; }
set {
aENKMAOABMP_ = value;
}
}
/// <summary>Field number for the "MCDPIABDIGI" field.</summary>
public const int MCDPIABDIGIFieldNumber = 2;
private uint mCDPIABDIGI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MCDPIABDIGI {
get { return mCDPIABDIGI_; }
set {
mCDPIABDIGI_ = value;
}
}
/// <summary>Field number for the "JNIMLOIOHNH" field.</summary>
public const int JNIMLOIOHNHFieldNumber = 3;
private double jNIMLOIOHNH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public double JNIMLOIOHNH {
get { return jNIMLOIOHNH_; }
set {
jNIMLOIOHNH_ = value;
}
}
/// <summary>Field number for the "IEJJJKFEDAH" field.</summary>
public const int IEJJJKFEDAHFieldNumber = 4;
private double iEJJJKFEDAH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public double IEJJJKFEDAH {
get { return iEJJJKFEDAH_; }
set {
iEJJJKFEDAH_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GBNCGKDNMIL);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GBNCGKDNMIL other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (AENKMAOABMP != other.AENKMAOABMP) return false;
if (MCDPIABDIGI != other.MCDPIABDIGI) return false;
if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(JNIMLOIOHNH, other.JNIMLOIOHNH)) return false;
if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(IEJJJKFEDAH, other.IEJJJKFEDAH)) 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 (AENKMAOABMP != 0) hash ^= AENKMAOABMP.GetHashCode();
if (MCDPIABDIGI != 0) hash ^= MCDPIABDIGI.GetHashCode();
if (JNIMLOIOHNH != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(JNIMLOIOHNH);
if (IEJJJKFEDAH != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(IEJJJKFEDAH);
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 (AENKMAOABMP != 0) {
output.WriteRawTag(8);
output.WriteUInt32(AENKMAOABMP);
}
if (MCDPIABDIGI != 0) {
output.WriteRawTag(16);
output.WriteUInt32(MCDPIABDIGI);
}
if (JNIMLOIOHNH != 0D) {
output.WriteRawTag(25);
output.WriteDouble(JNIMLOIOHNH);
}
if (IEJJJKFEDAH != 0D) {
output.WriteRawTag(33);
output.WriteDouble(IEJJJKFEDAH);
}
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 (AENKMAOABMP != 0) {
output.WriteRawTag(8);
output.WriteUInt32(AENKMAOABMP);
}
if (MCDPIABDIGI != 0) {
output.WriteRawTag(16);
output.WriteUInt32(MCDPIABDIGI);
}
if (JNIMLOIOHNH != 0D) {
output.WriteRawTag(25);
output.WriteDouble(JNIMLOIOHNH);
}
if (IEJJJKFEDAH != 0D) {
output.WriteRawTag(33);
output.WriteDouble(IEJJJKFEDAH);
}
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 (AENKMAOABMP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AENKMAOABMP);
}
if (MCDPIABDIGI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MCDPIABDIGI);
}
if (JNIMLOIOHNH != 0D) {
size += 1 + 8;
}
if (IEJJJKFEDAH != 0D) {
size += 1 + 8;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GBNCGKDNMIL other) {
if (other == null) {
return;
}
if (other.AENKMAOABMP != 0) {
AENKMAOABMP = other.AENKMAOABMP;
}
if (other.MCDPIABDIGI != 0) {
MCDPIABDIGI = other.MCDPIABDIGI;
}
if (other.JNIMLOIOHNH != 0D) {
JNIMLOIOHNH = other.JNIMLOIOHNH;
}
if (other.IEJJJKFEDAH != 0D) {
IEJJJKFEDAH = other.IEJJJKFEDAH;
}
_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: {
AENKMAOABMP = input.ReadUInt32();
break;
}
case 16: {
MCDPIABDIGI = input.ReadUInt32();
break;
}
case 25: {
JNIMLOIOHNH = input.ReadDouble();
break;
}
case 33: {
IEJJJKFEDAH = input.ReadDouble();
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: {
AENKMAOABMP = input.ReadUInt32();
break;
}
case 16: {
MCDPIABDIGI = input.ReadUInt32();
break;
}
case 25: {
JNIMLOIOHNH = input.ReadDouble();
break;
}
case 33: {
IEJJJKFEDAH = input.ReadDouble();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code