Files
DanhengServer-OpenSource/Proto/LIOFEPIOEDB.cs
2024-12-07 14:00:38 +08:00

319 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: LIOFEPIOEDB.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 LIOFEPIOEDB.proto</summary>
public static partial class LIOFEPIOEDBReflection {
#region Descriptor
/// <summary>File descriptor for LIOFEPIOEDB.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static LIOFEPIOEDBReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFMSU9GRVBJT0VEQi5wcm90bxoRR0RGR0ZETkNGREcucHJvdG8iWwoLTElP",
"RkVQSU9FREISIQoLTEtOQUdPS0xPR0kYBSABKAsyDC5HREZHRkROQ0ZERxIU",
"CgxnYWNoYV9yYW5kb20YBCABKA0SEwoLTUZDSUJOQ0RBREcYAyABKA1CHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GDFGFDNCFDGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LIOFEPIOEDB), global::EggLink.DanhengServer.Proto.LIOFEPIOEDB.Parser, new[]{ "LKNAGOKLOGI", "GachaRandom", "MFCIBNCDADG" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class LIOFEPIOEDB : pb::IMessage<LIOFEPIOEDB>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<LIOFEPIOEDB> _parser = new pb::MessageParser<LIOFEPIOEDB>(() => new LIOFEPIOEDB());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<LIOFEPIOEDB> 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.LIOFEPIOEDBReflection.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 LIOFEPIOEDB() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public LIOFEPIOEDB(LIOFEPIOEDB other) : this() {
lKNAGOKLOGI_ = other.lKNAGOKLOGI_ != null ? other.lKNAGOKLOGI_.Clone() : null;
gachaRandom_ = other.gachaRandom_;
mFCIBNCDADG_ = other.mFCIBNCDADG_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public LIOFEPIOEDB Clone() {
return new LIOFEPIOEDB(this);
}
/// <summary>Field number for the "LKNAGOKLOGI" field.</summary>
public const int LKNAGOKLOGIFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.GDFGFDNCFDG lKNAGOKLOGI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GDFGFDNCFDG LKNAGOKLOGI {
get { return lKNAGOKLOGI_; }
set {
lKNAGOKLOGI_ = value;
}
}
/// <summary>Field number for the "gacha_random" field.</summary>
public const int GachaRandomFieldNumber = 4;
private uint gachaRandom_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GachaRandom {
get { return gachaRandom_; }
set {
gachaRandom_ = value;
}
}
/// <summary>Field number for the "MFCIBNCDADG" field.</summary>
public const int MFCIBNCDADGFieldNumber = 3;
private uint mFCIBNCDADG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MFCIBNCDADG {
get { return mFCIBNCDADG_; }
set {
mFCIBNCDADG_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as LIOFEPIOEDB);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(LIOFEPIOEDB other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(LKNAGOKLOGI, other.LKNAGOKLOGI)) return false;
if (GachaRandom != other.GachaRandom) return false;
if (MFCIBNCDADG != other.MFCIBNCDADG) 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 (lKNAGOKLOGI_ != null) hash ^= LKNAGOKLOGI.GetHashCode();
if (GachaRandom != 0) hash ^= GachaRandom.GetHashCode();
if (MFCIBNCDADG != 0) hash ^= MFCIBNCDADG.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 (MFCIBNCDADG != 0) {
output.WriteRawTag(24);
output.WriteUInt32(MFCIBNCDADG);
}
if (GachaRandom != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GachaRandom);
}
if (lKNAGOKLOGI_ != null) {
output.WriteRawTag(42);
output.WriteMessage(LKNAGOKLOGI);
}
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 (MFCIBNCDADG != 0) {
output.WriteRawTag(24);
output.WriteUInt32(MFCIBNCDADG);
}
if (GachaRandom != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GachaRandom);
}
if (lKNAGOKLOGI_ != null) {
output.WriteRawTag(42);
output.WriteMessage(LKNAGOKLOGI);
}
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 (lKNAGOKLOGI_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LKNAGOKLOGI);
}
if (GachaRandom != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaRandom);
}
if (MFCIBNCDADG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MFCIBNCDADG);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(LIOFEPIOEDB other) {
if (other == null) {
return;
}
if (other.lKNAGOKLOGI_ != null) {
if (lKNAGOKLOGI_ == null) {
LKNAGOKLOGI = new global::EggLink.DanhengServer.Proto.GDFGFDNCFDG();
}
LKNAGOKLOGI.MergeFrom(other.LKNAGOKLOGI);
}
if (other.GachaRandom != 0) {
GachaRandom = other.GachaRandom;
}
if (other.MFCIBNCDADG != 0) {
MFCIBNCDADG = other.MFCIBNCDADG;
}
_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 24: {
MFCIBNCDADG = input.ReadUInt32();
break;
}
case 32: {
GachaRandom = input.ReadUInt32();
break;
}
case 42: {
if (lKNAGOKLOGI_ == null) {
LKNAGOKLOGI = new global::EggLink.DanhengServer.Proto.GDFGFDNCFDG();
}
input.ReadMessage(LKNAGOKLOGI);
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 24: {
MFCIBNCDADG = input.ReadUInt32();
break;
}
case 32: {
GachaRandom = input.ReadUInt32();
break;
}
case 42: {
if (lKNAGOKLOGI_ == null) {
LKNAGOKLOGI = new global::EggLink.DanhengServer.Proto.GDFGFDNCFDG();
}
input.ReadMessage(LKNAGOKLOGI);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code