mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
347 lines
12 KiB
C#
347 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: NHAGPMMCDCF.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 NHAGPMMCDCF.proto</summary>
|
|
public static partial class NHAGPMMCDCFReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for NHAGPMMCDCF.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static NHAGPMMCDCFReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFOSEFHUE1NQ0RDRi5wcm90byJdCgtOSEFHUE1NQ0RDRhIPCgdhcmVhX2lk",
|
|
"GAsgASgNEhMKC09JQUpBTkNCQUJQGAYgASgNEhMKC09OQUhIQU1IRkRCGA0g",
|
|
"ASgNEhMKC0FHSUpLRkJDSk9DGAUgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
|
|
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NHAGPMMCDCF), global::EggLink.DanhengServer.Proto.NHAGPMMCDCF.Parser, new[]{ "AreaId", "OIAJANCBABP", "ONAHHAMHFDB", "AGIJKFBCJOC" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class NHAGPMMCDCF : pb::IMessage<NHAGPMMCDCF>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<NHAGPMMCDCF> _parser = new pb::MessageParser<NHAGPMMCDCF>(() => new NHAGPMMCDCF());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<NHAGPMMCDCF> 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.NHAGPMMCDCFReflection.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 NHAGPMMCDCF() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NHAGPMMCDCF(NHAGPMMCDCF other) : this() {
|
|
areaId_ = other.areaId_;
|
|
oIAJANCBABP_ = other.oIAJANCBABP_;
|
|
oNAHHAMHFDB_ = other.oNAHHAMHFDB_;
|
|
aGIJKFBCJOC_ = other.aGIJKFBCJOC_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NHAGPMMCDCF Clone() {
|
|
return new NHAGPMMCDCF(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "area_id" field.</summary>
|
|
public const int AreaIdFieldNumber = 11;
|
|
private uint areaId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AreaId {
|
|
get { return areaId_; }
|
|
set {
|
|
areaId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OIAJANCBABP" field.</summary>
|
|
public const int OIAJANCBABPFieldNumber = 6;
|
|
private uint oIAJANCBABP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OIAJANCBABP {
|
|
get { return oIAJANCBABP_; }
|
|
set {
|
|
oIAJANCBABP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ONAHHAMHFDB" field.</summary>
|
|
public const int ONAHHAMHFDBFieldNumber = 13;
|
|
private uint oNAHHAMHFDB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ONAHHAMHFDB {
|
|
get { return oNAHHAMHFDB_; }
|
|
set {
|
|
oNAHHAMHFDB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AGIJKFBCJOC" field.</summary>
|
|
public const int AGIJKFBCJOCFieldNumber = 5;
|
|
private uint aGIJKFBCJOC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AGIJKFBCJOC {
|
|
get { return aGIJKFBCJOC_; }
|
|
set {
|
|
aGIJKFBCJOC_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as NHAGPMMCDCF);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(NHAGPMMCDCF other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (AreaId != other.AreaId) return false;
|
|
if (OIAJANCBABP != other.OIAJANCBABP) return false;
|
|
if (ONAHHAMHFDB != other.ONAHHAMHFDB) return false;
|
|
if (AGIJKFBCJOC != other.AGIJKFBCJOC) 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 (AreaId != 0) hash ^= AreaId.GetHashCode();
|
|
if (OIAJANCBABP != 0) hash ^= OIAJANCBABP.GetHashCode();
|
|
if (ONAHHAMHFDB != 0) hash ^= ONAHHAMHFDB.GetHashCode();
|
|
if (AGIJKFBCJOC != 0) hash ^= AGIJKFBCJOC.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 (AGIJKFBCJOC != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(AGIJKFBCJOC);
|
|
}
|
|
if (OIAJANCBABP != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(OIAJANCBABP);
|
|
}
|
|
if (AreaId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(AreaId);
|
|
}
|
|
if (ONAHHAMHFDB != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ONAHHAMHFDB);
|
|
}
|
|
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 (AGIJKFBCJOC != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(AGIJKFBCJOC);
|
|
}
|
|
if (OIAJANCBABP != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(OIAJANCBABP);
|
|
}
|
|
if (AreaId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(AreaId);
|
|
}
|
|
if (ONAHHAMHFDB != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ONAHHAMHFDB);
|
|
}
|
|
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 (AreaId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
|
|
}
|
|
if (OIAJANCBABP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OIAJANCBABP);
|
|
}
|
|
if (ONAHHAMHFDB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ONAHHAMHFDB);
|
|
}
|
|
if (AGIJKFBCJOC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AGIJKFBCJOC);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(NHAGPMMCDCF other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.AreaId != 0) {
|
|
AreaId = other.AreaId;
|
|
}
|
|
if (other.OIAJANCBABP != 0) {
|
|
OIAJANCBABP = other.OIAJANCBABP;
|
|
}
|
|
if (other.ONAHHAMHFDB != 0) {
|
|
ONAHHAMHFDB = other.ONAHHAMHFDB;
|
|
}
|
|
if (other.AGIJKFBCJOC != 0) {
|
|
AGIJKFBCJOC = other.AGIJKFBCJOC;
|
|
}
|
|
_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: {
|
|
AGIJKFBCJOC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
OIAJANCBABP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
AreaId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
ONAHHAMHFDB = 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: {
|
|
AGIJKFBCJOC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
OIAJANCBABP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
AreaId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
ONAHHAMHFDB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|