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

451 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: IALALMGGDFO.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 IALALMGGDFO.proto</summary>
public static partial class IALALMGGDFOReflection {
#region Descriptor
/// <summary>File descriptor for IALALMGGDFO.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static IALALMGGDFOReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFJQUxBTE1HR0RGTy5wcm90bxocTXVzZXVtUmFuZG9tRXZlbnRTdGF0ZS5w",
"cm90byKwAQoLSUFMQUxNR0dERk8SEwoLSU9CQ0dFTUJMRE8YCyABKA0SEwoL",
"UExPTkxKSUhNQkYYASABKA0SEwoLRk9EQUFCUFBCTEIYCCABKA0SJgoFc3Rh",
"dGUYAyABKA4yFy5NdXNldW1SYW5kb21FdmVudFN0YXRlEhAKCGV2ZW50X2lk",
"GAIgASgNEhMKC0VIREtEREJJS0RLGA0gASgNEhMKC0lQSktBQ0VBUElOGA8g",
"AygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MuseumRandomEventStateReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IALALMGGDFO), global::EggLink.DanhengServer.Proto.IALALMGGDFO.Parser, new[]{ "IOBCGEMBLDO", "PLONLJIHMBF", "FODAABPPBLB", "State", "EventId", "EHDKDDBIKDK", "IPJKACEAPIN" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class IALALMGGDFO : pb::IMessage<IALALMGGDFO>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<IALALMGGDFO> _parser = new pb::MessageParser<IALALMGGDFO>(() => new IALALMGGDFO());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<IALALMGGDFO> 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.IALALMGGDFOReflection.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 IALALMGGDFO() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IALALMGGDFO(IALALMGGDFO other) : this() {
iOBCGEMBLDO_ = other.iOBCGEMBLDO_;
pLONLJIHMBF_ = other.pLONLJIHMBF_;
fODAABPPBLB_ = other.fODAABPPBLB_;
state_ = other.state_;
eventId_ = other.eventId_;
eHDKDDBIKDK_ = other.eHDKDDBIKDK_;
iPJKACEAPIN_ = other.iPJKACEAPIN_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public IALALMGGDFO Clone() {
return new IALALMGGDFO(this);
}
/// <summary>Field number for the "IOBCGEMBLDO" field.</summary>
public const int IOBCGEMBLDOFieldNumber = 11;
private uint iOBCGEMBLDO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IOBCGEMBLDO {
get { return iOBCGEMBLDO_; }
set {
iOBCGEMBLDO_ = value;
}
}
/// <summary>Field number for the "PLONLJIHMBF" field.</summary>
public const int PLONLJIHMBFFieldNumber = 1;
private uint pLONLJIHMBF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PLONLJIHMBF {
get { return pLONLJIHMBF_; }
set {
pLONLJIHMBF_ = value;
}
}
/// <summary>Field number for the "FODAABPPBLB" field.</summary>
public const int FODAABPPBLBFieldNumber = 8;
private uint fODAABPPBLB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FODAABPPBLB {
get { return fODAABPPBLB_; }
set {
fODAABPPBLB_ = value;
}
}
/// <summary>Field number for the "state" field.</summary>
public const int StateFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.MuseumRandomEventState state_ = global::EggLink.DanhengServer.Proto.MuseumRandomEventState.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MuseumRandomEventState State {
get { return state_; }
set {
state_ = value;
}
}
/// <summary>Field number for the "event_id" field.</summary>
public const int EventIdFieldNumber = 2;
private uint eventId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EventId {
get { return eventId_; }
set {
eventId_ = value;
}
}
/// <summary>Field number for the "EHDKDDBIKDK" field.</summary>
public const int EHDKDDBIKDKFieldNumber = 13;
private uint eHDKDDBIKDK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EHDKDDBIKDK {
get { return eHDKDDBIKDK_; }
set {
eHDKDDBIKDK_ = value;
}
}
/// <summary>Field number for the "IPJKACEAPIN" field.</summary>
public const int IPJKACEAPINFieldNumber = 15;
private static readonly pb::FieldCodec<uint> _repeated_iPJKACEAPIN_codec
= pb::FieldCodec.ForUInt32(122);
private readonly pbc::RepeatedField<uint> iPJKACEAPIN_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> IPJKACEAPIN {
get { return iPJKACEAPIN_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as IALALMGGDFO);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(IALALMGGDFO other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (IOBCGEMBLDO != other.IOBCGEMBLDO) return false;
if (PLONLJIHMBF != other.PLONLJIHMBF) return false;
if (FODAABPPBLB != other.FODAABPPBLB) return false;
if (State != other.State) return false;
if (EventId != other.EventId) return false;
if (EHDKDDBIKDK != other.EHDKDDBIKDK) return false;
if(!iPJKACEAPIN_.Equals(other.iPJKACEAPIN_)) 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 (IOBCGEMBLDO != 0) hash ^= IOBCGEMBLDO.GetHashCode();
if (PLONLJIHMBF != 0) hash ^= PLONLJIHMBF.GetHashCode();
if (FODAABPPBLB != 0) hash ^= FODAABPPBLB.GetHashCode();
if (State != global::EggLink.DanhengServer.Proto.MuseumRandomEventState.None) hash ^= State.GetHashCode();
if (EventId != 0) hash ^= EventId.GetHashCode();
if (EHDKDDBIKDK != 0) hash ^= EHDKDDBIKDK.GetHashCode();
hash ^= iPJKACEAPIN_.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 (PLONLJIHMBF != 0) {
output.WriteRawTag(8);
output.WriteUInt32(PLONLJIHMBF);
}
if (EventId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(EventId);
}
if (State != global::EggLink.DanhengServer.Proto.MuseumRandomEventState.None) {
output.WriteRawTag(24);
output.WriteEnum((int) State);
}
if (FODAABPPBLB != 0) {
output.WriteRawTag(64);
output.WriteUInt32(FODAABPPBLB);
}
if (IOBCGEMBLDO != 0) {
output.WriteRawTag(88);
output.WriteUInt32(IOBCGEMBLDO);
}
if (EHDKDDBIKDK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(EHDKDDBIKDK);
}
iPJKACEAPIN_.WriteTo(output, _repeated_iPJKACEAPIN_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 (PLONLJIHMBF != 0) {
output.WriteRawTag(8);
output.WriteUInt32(PLONLJIHMBF);
}
if (EventId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(EventId);
}
if (State != global::EggLink.DanhengServer.Proto.MuseumRandomEventState.None) {
output.WriteRawTag(24);
output.WriteEnum((int) State);
}
if (FODAABPPBLB != 0) {
output.WriteRawTag(64);
output.WriteUInt32(FODAABPPBLB);
}
if (IOBCGEMBLDO != 0) {
output.WriteRawTag(88);
output.WriteUInt32(IOBCGEMBLDO);
}
if (EHDKDDBIKDK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(EHDKDDBIKDK);
}
iPJKACEAPIN_.WriteTo(ref output, _repeated_iPJKACEAPIN_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;
if (IOBCGEMBLDO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IOBCGEMBLDO);
}
if (PLONLJIHMBF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PLONLJIHMBF);
}
if (FODAABPPBLB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FODAABPPBLB);
}
if (State != global::EggLink.DanhengServer.Proto.MuseumRandomEventState.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State);
}
if (EventId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId);
}
if (EHDKDDBIKDK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EHDKDDBIKDK);
}
size += iPJKACEAPIN_.CalculateSize(_repeated_iPJKACEAPIN_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(IALALMGGDFO other) {
if (other == null) {
return;
}
if (other.IOBCGEMBLDO != 0) {
IOBCGEMBLDO = other.IOBCGEMBLDO;
}
if (other.PLONLJIHMBF != 0) {
PLONLJIHMBF = other.PLONLJIHMBF;
}
if (other.FODAABPPBLB != 0) {
FODAABPPBLB = other.FODAABPPBLB;
}
if (other.State != global::EggLink.DanhengServer.Proto.MuseumRandomEventState.None) {
State = other.State;
}
if (other.EventId != 0) {
EventId = other.EventId;
}
if (other.EHDKDDBIKDK != 0) {
EHDKDDBIKDK = other.EHDKDDBIKDK;
}
iPJKACEAPIN_.Add(other.iPJKACEAPIN_);
_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 8: {
PLONLJIHMBF = input.ReadUInt32();
break;
}
case 16: {
EventId = input.ReadUInt32();
break;
}
case 24: {
State = (global::EggLink.DanhengServer.Proto.MuseumRandomEventState) input.ReadEnum();
break;
}
case 64: {
FODAABPPBLB = input.ReadUInt32();
break;
}
case 88: {
IOBCGEMBLDO = input.ReadUInt32();
break;
}
case 104: {
EHDKDDBIKDK = input.ReadUInt32();
break;
}
case 122:
case 120: {
iPJKACEAPIN_.AddEntriesFrom(input, _repeated_iPJKACEAPIN_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 8: {
PLONLJIHMBF = input.ReadUInt32();
break;
}
case 16: {
EventId = input.ReadUInt32();
break;
}
case 24: {
State = (global::EggLink.DanhengServer.Proto.MuseumRandomEventState) input.ReadEnum();
break;
}
case 64: {
FODAABPPBLB = input.ReadUInt32();
break;
}
case 88: {
IOBCGEMBLDO = input.ReadUInt32();
break;
}
case 104: {
EHDKDDBIKDK = input.ReadUInt32();
break;
}
case 122:
case 120: {
iPJKACEAPIN_.AddEntriesFrom(ref input, _repeated_iPJKACEAPIN_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code