mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
384 lines
13 KiB
C#
384 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: OCCHNEFHGNE.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 OCCHNEFHGNE.proto</summary>
|
|
public static partial class OCCHNEFHGNEReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for OCCHNEFHGNE.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static OCCHNEFHGNEReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFPQ0NITkVGSEdORS5wcm90byJ2CgtPQ0NITkVGSEdORRITCgtBR0RBRUxF",
|
|
"TkhNSRgBIAEoCRITCgtFSklFQUdGTEdFRBgCIAEoBRITCgtMREJGQUlLTUlG",
|
|
"SRgDIAEoBRITCgtQS0ZMR0tQSE9FRBgEIAEoBRITCgtBS0RDTEFFUEZFShgF",
|
|
"IAEoBUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OCCHNEFHGNE), global::EggLink.DanhengServer.Proto.OCCHNEFHGNE.Parser, new[]{ "AGDAELENHMI", "EJIEAGFLGED", "LDBFAIKMIFI", "PKFLGKPHOED", "AKDCLAEPFEJ" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class OCCHNEFHGNE : pb::IMessage<OCCHNEFHGNE>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<OCCHNEFHGNE> _parser = new pb::MessageParser<OCCHNEFHGNE>(() => new OCCHNEFHGNE());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<OCCHNEFHGNE> 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.OCCHNEFHGNEReflection.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 OCCHNEFHGNE() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public OCCHNEFHGNE(OCCHNEFHGNE other) : this() {
|
|
aGDAELENHMI_ = other.aGDAELENHMI_;
|
|
eJIEAGFLGED_ = other.eJIEAGFLGED_;
|
|
lDBFAIKMIFI_ = other.lDBFAIKMIFI_;
|
|
pKFLGKPHOED_ = other.pKFLGKPHOED_;
|
|
aKDCLAEPFEJ_ = other.aKDCLAEPFEJ_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public OCCHNEFHGNE Clone() {
|
|
return new OCCHNEFHGNE(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "AGDAELENHMI" field.</summary>
|
|
public const int AGDAELENHMIFieldNumber = 1;
|
|
private string aGDAELENHMI_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string AGDAELENHMI {
|
|
get { return aGDAELENHMI_; }
|
|
set {
|
|
aGDAELENHMI_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EJIEAGFLGED" field.</summary>
|
|
public const int EJIEAGFLGEDFieldNumber = 2;
|
|
private int eJIEAGFLGED_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int EJIEAGFLGED {
|
|
get { return eJIEAGFLGED_; }
|
|
set {
|
|
eJIEAGFLGED_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LDBFAIKMIFI" field.</summary>
|
|
public const int LDBFAIKMIFIFieldNumber = 3;
|
|
private int lDBFAIKMIFI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int LDBFAIKMIFI {
|
|
get { return lDBFAIKMIFI_; }
|
|
set {
|
|
lDBFAIKMIFI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PKFLGKPHOED" field.</summary>
|
|
public const int PKFLGKPHOEDFieldNumber = 4;
|
|
private int pKFLGKPHOED_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int PKFLGKPHOED {
|
|
get { return pKFLGKPHOED_; }
|
|
set {
|
|
pKFLGKPHOED_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AKDCLAEPFEJ" field.</summary>
|
|
public const int AKDCLAEPFEJFieldNumber = 5;
|
|
private int aKDCLAEPFEJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int AKDCLAEPFEJ {
|
|
get { return aKDCLAEPFEJ_; }
|
|
set {
|
|
aKDCLAEPFEJ_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as OCCHNEFHGNE);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(OCCHNEFHGNE other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (AGDAELENHMI != other.AGDAELENHMI) return false;
|
|
if (EJIEAGFLGED != other.EJIEAGFLGED) return false;
|
|
if (LDBFAIKMIFI != other.LDBFAIKMIFI) return false;
|
|
if (PKFLGKPHOED != other.PKFLGKPHOED) return false;
|
|
if (AKDCLAEPFEJ != other.AKDCLAEPFEJ) 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 (AGDAELENHMI.Length != 0) hash ^= AGDAELENHMI.GetHashCode();
|
|
if (EJIEAGFLGED != 0) hash ^= EJIEAGFLGED.GetHashCode();
|
|
if (LDBFAIKMIFI != 0) hash ^= LDBFAIKMIFI.GetHashCode();
|
|
if (PKFLGKPHOED != 0) hash ^= PKFLGKPHOED.GetHashCode();
|
|
if (AKDCLAEPFEJ != 0) hash ^= AKDCLAEPFEJ.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 (AGDAELENHMI.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(AGDAELENHMI);
|
|
}
|
|
if (EJIEAGFLGED != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt32(EJIEAGFLGED);
|
|
}
|
|
if (LDBFAIKMIFI != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt32(LDBFAIKMIFI);
|
|
}
|
|
if (PKFLGKPHOED != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt32(PKFLGKPHOED);
|
|
}
|
|
if (AKDCLAEPFEJ != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteInt32(AKDCLAEPFEJ);
|
|
}
|
|
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 (AGDAELENHMI.Length != 0) {
|
|
output.WriteRawTag(10);
|
|
output.WriteString(AGDAELENHMI);
|
|
}
|
|
if (EJIEAGFLGED != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt32(EJIEAGFLGED);
|
|
}
|
|
if (LDBFAIKMIFI != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt32(LDBFAIKMIFI);
|
|
}
|
|
if (PKFLGKPHOED != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt32(PKFLGKPHOED);
|
|
}
|
|
if (AKDCLAEPFEJ != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteInt32(AKDCLAEPFEJ);
|
|
}
|
|
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 (AGDAELENHMI.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(AGDAELENHMI);
|
|
}
|
|
if (EJIEAGFLGED != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(EJIEAGFLGED);
|
|
}
|
|
if (LDBFAIKMIFI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(LDBFAIKMIFI);
|
|
}
|
|
if (PKFLGKPHOED != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(PKFLGKPHOED);
|
|
}
|
|
if (AKDCLAEPFEJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(AKDCLAEPFEJ);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(OCCHNEFHGNE other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.AGDAELENHMI.Length != 0) {
|
|
AGDAELENHMI = other.AGDAELENHMI;
|
|
}
|
|
if (other.EJIEAGFLGED != 0) {
|
|
EJIEAGFLGED = other.EJIEAGFLGED;
|
|
}
|
|
if (other.LDBFAIKMIFI != 0) {
|
|
LDBFAIKMIFI = other.LDBFAIKMIFI;
|
|
}
|
|
if (other.PKFLGKPHOED != 0) {
|
|
PKFLGKPHOED = other.PKFLGKPHOED;
|
|
}
|
|
if (other.AKDCLAEPFEJ != 0) {
|
|
AKDCLAEPFEJ = other.AKDCLAEPFEJ;
|
|
}
|
|
_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 10: {
|
|
AGDAELENHMI = input.ReadString();
|
|
break;
|
|
}
|
|
case 16: {
|
|
EJIEAGFLGED = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
LDBFAIKMIFI = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
PKFLGKPHOED = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
AKDCLAEPFEJ = input.ReadInt32();
|
|
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 10: {
|
|
AGDAELENHMI = input.ReadString();
|
|
break;
|
|
}
|
|
case 16: {
|
|
EJIEAGFLGED = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
LDBFAIKMIFI = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
PKFLGKPHOED = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
AKDCLAEPFEJ = input.ReadInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|