mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
310 lines
10 KiB
C#
310 lines
10 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CJIAHGOOHAD.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 CJIAHGOOHAD.proto</summary>
|
|
public static partial class CJIAHGOOHADReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CJIAHGOOHAD.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CJIAHGOOHADReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFDSklBSEdPT0hBRC5wcm90byJMCgtDSklBSEdPT0hBRBITCgtFUEhCQ0tG",
|
|
"TkJLSRgNIAEoDRITCgtITkZFSURKUExKSxgMIAEoCBITCgtJT0xLRUxISExQ",
|
|
"UBgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
|
"bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CJIAHGOOHAD), global::EggLink.DanhengServer.Proto.CJIAHGOOHAD.Parser, new[]{ "EPHBCKFNBKI", "HNFEIDJPLJK", "IOLKELHHLPP" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class CJIAHGOOHAD : pb::IMessage<CJIAHGOOHAD>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<CJIAHGOOHAD> _parser = new pb::MessageParser<CJIAHGOOHAD>(() => new CJIAHGOOHAD());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<CJIAHGOOHAD> 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.CJIAHGOOHADReflection.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 CJIAHGOOHAD() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public CJIAHGOOHAD(CJIAHGOOHAD other) : this() {
|
|
ePHBCKFNBKI_ = other.ePHBCKFNBKI_;
|
|
hNFEIDJPLJK_ = other.hNFEIDJPLJK_;
|
|
iOLKELHHLPP_ = other.iOLKELHHLPP_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public CJIAHGOOHAD Clone() {
|
|
return new CJIAHGOOHAD(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "EPHBCKFNBKI" field.</summary>
|
|
public const int EPHBCKFNBKIFieldNumber = 13;
|
|
private uint ePHBCKFNBKI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EPHBCKFNBKI {
|
|
get { return ePHBCKFNBKI_; }
|
|
set {
|
|
ePHBCKFNBKI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HNFEIDJPLJK" field.</summary>
|
|
public const int HNFEIDJPLJKFieldNumber = 12;
|
|
private bool hNFEIDJPLJK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool HNFEIDJPLJK {
|
|
get { return hNFEIDJPLJK_; }
|
|
set {
|
|
hNFEIDJPLJK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IOLKELHHLPP" field.</summary>
|
|
public const int IOLKELHHLPPFieldNumber = 7;
|
|
private uint iOLKELHHLPP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IOLKELHHLPP {
|
|
get { return iOLKELHHLPP_; }
|
|
set {
|
|
iOLKELHHLPP_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as CJIAHGOOHAD);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(CJIAHGOOHAD other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (EPHBCKFNBKI != other.EPHBCKFNBKI) return false;
|
|
if (HNFEIDJPLJK != other.HNFEIDJPLJK) return false;
|
|
if (IOLKELHHLPP != other.IOLKELHHLPP) 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 (EPHBCKFNBKI != 0) hash ^= EPHBCKFNBKI.GetHashCode();
|
|
if (HNFEIDJPLJK != false) hash ^= HNFEIDJPLJK.GetHashCode();
|
|
if (IOLKELHHLPP != 0) hash ^= IOLKELHHLPP.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 (IOLKELHHLPP != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(IOLKELHHLPP);
|
|
}
|
|
if (HNFEIDJPLJK != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(HNFEIDJPLJK);
|
|
}
|
|
if (EPHBCKFNBKI != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(EPHBCKFNBKI);
|
|
}
|
|
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 (IOLKELHHLPP != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(IOLKELHHLPP);
|
|
}
|
|
if (HNFEIDJPLJK != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(HNFEIDJPLJK);
|
|
}
|
|
if (EPHBCKFNBKI != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(EPHBCKFNBKI);
|
|
}
|
|
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 (EPHBCKFNBKI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EPHBCKFNBKI);
|
|
}
|
|
if (HNFEIDJPLJK != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (IOLKELHHLPP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IOLKELHHLPP);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(CJIAHGOOHAD other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.EPHBCKFNBKI != 0) {
|
|
EPHBCKFNBKI = other.EPHBCKFNBKI;
|
|
}
|
|
if (other.HNFEIDJPLJK != false) {
|
|
HNFEIDJPLJK = other.HNFEIDJPLJK;
|
|
}
|
|
if (other.IOLKELHHLPP != 0) {
|
|
IOLKELHHLPP = other.IOLKELHHLPP;
|
|
}
|
|
_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 56: {
|
|
IOLKELHHLPP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
HNFEIDJPLJK = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
EPHBCKFNBKI = 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 56: {
|
|
IOLKELHHLPP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
HNFEIDJPLJK = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
EPHBCKFNBKI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|