Files
DanhengServer-OpenSource/Proto/JNNOFOOFGJC.cs

300 lines
10 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: JNNOFOOFGJC.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 JNNOFOOFGJC.proto</summary>
public static partial class JNNOFOOFGJCReflection {
#region Descriptor
/// <summary>File descriptor for JNNOFOOFGJC.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static JNNOFOOFGJCReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFKTk5PRk9PRkdKQy5wcm90byKXAQoLSk5OT0ZPT0ZHSkMSMgoLS0xIQUhP",
"QUFITEIYDSADKAsyHS5KTk5PRk9PRkdKQy5LTEhBSE9BQUhMQkVudHJ5Eg8K",
"B21heF9udW0YCyABKA0SDwoHY3VyX251bRgMIAEoDRoyChBLTEhBSE9BQUhM",
"QkVudHJ5EgsKA2tleRgBIAEoDRINCgV2YWx1ZRgCIAEoDToCOAFCHqoCG0Vn",
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JNNOFOOFGJC), global::EggLink.DanhengServer.Proto.JNNOFOOFGJC.Parser, new[]{ "KLHAHOAAHLB", "MaxNum", "CurNum" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class JNNOFOOFGJC : pb::IMessage<JNNOFOOFGJC>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<JNNOFOOFGJC> _parser = new pb::MessageParser<JNNOFOOFGJC>(() => new JNNOFOOFGJC());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<JNNOFOOFGJC> 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.JNNOFOOFGJCReflection.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 JNNOFOOFGJC() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public JNNOFOOFGJC(JNNOFOOFGJC other) : this() {
kLHAHOAAHLB_ = other.kLHAHOAAHLB_.Clone();
maxNum_ = other.maxNum_;
curNum_ = other.curNum_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public JNNOFOOFGJC Clone() {
return new JNNOFOOFGJC(this);
}
/// <summary>Field number for the "KLHAHOAAHLB" field.</summary>
public const int KLHAHOAAHLBFieldNumber = 13;
private static readonly pbc::MapField<uint, uint>.Codec _map_kLHAHOAAHLB_codec
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 106);
private readonly pbc::MapField<uint, uint> kLHAHOAAHLB_ = new pbc::MapField<uint, uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, uint> KLHAHOAAHLB {
get { return kLHAHOAAHLB_; }
}
/// <summary>Field number for the "max_num" field.</summary>
public const int MaxNumFieldNumber = 11;
private uint maxNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MaxNum {
get { return maxNum_; }
set {
maxNum_ = value;
}
}
/// <summary>Field number for the "cur_num" field.</summary>
public const int CurNumFieldNumber = 12;
private uint curNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurNum {
get { return curNum_; }
set {
curNum_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as JNNOFOOFGJC);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(JNNOFOOFGJC other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!KLHAHOAAHLB.Equals(other.KLHAHOAAHLB)) return false;
if (MaxNum != other.MaxNum) return false;
if (CurNum != other.CurNum) 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;
hash ^= KLHAHOAAHLB.GetHashCode();
if (MaxNum != 0) hash ^= MaxNum.GetHashCode();
if (CurNum != 0) hash ^= CurNum.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 (MaxNum != 0) {
output.WriteRawTag(88);
output.WriteUInt32(MaxNum);
}
if (CurNum != 0) {
output.WriteRawTag(96);
output.WriteUInt32(CurNum);
}
kLHAHOAAHLB_.WriteTo(output, _map_kLHAHOAAHLB_codec);
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 (MaxNum != 0) {
output.WriteRawTag(88);
output.WriteUInt32(MaxNum);
}
if (CurNum != 0) {
output.WriteRawTag(96);
output.WriteUInt32(CurNum);
}
kLHAHOAAHLB_.WriteTo(ref output, _map_kLHAHOAAHLB_codec);
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;
size += kLHAHOAAHLB_.CalculateSize(_map_kLHAHOAAHLB_codec);
if (MaxNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxNum);
}
if (CurNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurNum);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(JNNOFOOFGJC other) {
if (other == null) {
return;
}
kLHAHOAAHLB_.MergeFrom(other.kLHAHOAAHLB_);
if (other.MaxNum != 0) {
MaxNum = other.MaxNum;
}
if (other.CurNum != 0) {
CurNum = other.CurNum;
}
_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 88: {
MaxNum = input.ReadUInt32();
break;
}
case 96: {
CurNum = input.ReadUInt32();
break;
}
case 106: {
kLHAHOAAHLB_.AddEntriesFrom(input, _map_kLHAHOAAHLB_codec);
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 88: {
MaxNum = input.ReadUInt32();
break;
}
case 96: {
CurNum = input.ReadUInt32();
break;
}
case 106: {
kLHAHOAAHLB_.AddEntriesFrom(ref input, _map_kLHAHOAAHLB_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code