mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
446 lines
16 KiB
C#
446 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ADAFJFOJDEG.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 ADAFJFOJDEG.proto</summary>
|
|
public static partial class ADAFJFOJDEGReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ADAFJFOJDEG.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ADAFJFOJDEGReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFBREFGSkZPSkRFRy5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8aEUdNRkVK",
|
|
"RUZJQkJJLnByb3RvIpoBCgtBREFGSkZPSkRFRxIQCghwcm9ncmVzcxgPIAEo",
|
|
"DRIcCgZzdGF0dXMYDSABKA4yDC5HTUZFSkVGSUJCSRIQCghxdWVzdF9pZBgH",
|
|
"IAEoDRIVCgtCT05BR0hCQklDRhgIIAEoDUgAEiMKC05OSFBDT0lJS0ZGGAIg",
|
|
"ASgLMgwuSUlLTkdOSERNRklIAEINCgtEQURKSkJIT0dNQ0IeqgIbRWdnTGlu",
|
|
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, global::EggLink.DanhengServer.Proto.GMFEJEFIBBIReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ADAFJFOJDEG), global::EggLink.DanhengServer.Proto.ADAFJFOJDEG.Parser, new[]{ "Progress", "Status", "QuestId", "BONAGHBBICF", "NNHPCOIIKFF" }, new[]{ "DADJJBHOGMC" }, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ADAFJFOJDEG : pb::IMessage<ADAFJFOJDEG>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ADAFJFOJDEG> _parser = new pb::MessageParser<ADAFJFOJDEG>(() => new ADAFJFOJDEG());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ADAFJFOJDEG> 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.ADAFJFOJDEGReflection.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 ADAFJFOJDEG() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ADAFJFOJDEG(ADAFJFOJDEG other) : this() {
|
|
progress_ = other.progress_;
|
|
status_ = other.status_;
|
|
questId_ = other.questId_;
|
|
switch (other.DADJJBHOGMCCase) {
|
|
case DADJJBHOGMCOneofCase.BONAGHBBICF:
|
|
BONAGHBBICF = other.BONAGHBBICF;
|
|
break;
|
|
case DADJJBHOGMCOneofCase.NNHPCOIIKFF:
|
|
NNHPCOIIKFF = other.NNHPCOIIKFF.Clone();
|
|
break;
|
|
}
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ADAFJFOJDEG Clone() {
|
|
return new ADAFJFOJDEG(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "progress" field.</summary>
|
|
public const int ProgressFieldNumber = 15;
|
|
private uint progress_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Progress {
|
|
get { return progress_; }
|
|
set {
|
|
progress_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "status" field.</summary>
|
|
public const int StatusFieldNumber = 13;
|
|
private global::EggLink.DanhengServer.Proto.GMFEJEFIBBI status_ = global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.GMFEJEFIBBI Status {
|
|
get { return status_; }
|
|
set {
|
|
status_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "quest_id" field.</summary>
|
|
public const int QuestIdFieldNumber = 7;
|
|
private uint questId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint QuestId {
|
|
get { return questId_; }
|
|
set {
|
|
questId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BONAGHBBICF" field.</summary>
|
|
public const int BONAGHBBICFFieldNumber = 8;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BONAGHBBICF {
|
|
get { return HasBONAGHBBICF ? (uint) dADJJBHOGMC_ : 0; }
|
|
set {
|
|
dADJJBHOGMC_ = value;
|
|
dADJJBHOGMCCase_ = DADJJBHOGMCOneofCase.BONAGHBBICF;
|
|
}
|
|
}
|
|
/// <summary>Gets whether the "BONAGHBBICF" field is set</summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool HasBONAGHBBICF {
|
|
get { return dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.BONAGHBBICF; }
|
|
}
|
|
/// <summary> Clears the value of the oneof if it's currently set to "BONAGHBBICF" </summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearBONAGHBBICF() {
|
|
if (HasBONAGHBBICF) {
|
|
ClearDADJJBHOGMC();
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NNHPCOIIKFF" field.</summary>
|
|
public const int NNHPCOIIKFFFieldNumber = 2;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI NNHPCOIIKFF {
|
|
get { return dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF ? (global::EggLink.DanhengServer.Proto.IIKNGNHDMFI) dADJJBHOGMC_ : null; }
|
|
set {
|
|
dADJJBHOGMC_ = value;
|
|
dADJJBHOGMCCase_ = value == null ? DADJJBHOGMCOneofCase.None : DADJJBHOGMCOneofCase.NNHPCOIIKFF;
|
|
}
|
|
}
|
|
|
|
private object dADJJBHOGMC_;
|
|
/// <summary>Enum of possible cases for the "DADJJBHOGMC" oneof.</summary>
|
|
public enum DADJJBHOGMCOneofCase {
|
|
None = 0,
|
|
BONAGHBBICF = 8,
|
|
NNHPCOIIKFF = 2,
|
|
}
|
|
private DADJJBHOGMCOneofCase dADJJBHOGMCCase_ = DADJJBHOGMCOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DADJJBHOGMCOneofCase DADJJBHOGMCCase {
|
|
get { return dADJJBHOGMCCase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearDADJJBHOGMC() {
|
|
dADJJBHOGMCCase_ = DADJJBHOGMCOneofCase.None;
|
|
dADJJBHOGMC_ = null;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ADAFJFOJDEG);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ADAFJFOJDEG other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Progress != other.Progress) return false;
|
|
if (Status != other.Status) return false;
|
|
if (QuestId != other.QuestId) return false;
|
|
if (BONAGHBBICF != other.BONAGHBBICF) return false;
|
|
if (!object.Equals(NNHPCOIIKFF, other.NNHPCOIIKFF)) return false;
|
|
if (DADJJBHOGMCCase != other.DADJJBHOGMCCase) 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 (Progress != 0) hash ^= Progress.GetHashCode();
|
|
if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) hash ^= Status.GetHashCode();
|
|
if (QuestId != 0) hash ^= QuestId.GetHashCode();
|
|
if (HasBONAGHBBICF) hash ^= BONAGHBBICF.GetHashCode();
|
|
if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) hash ^= NNHPCOIIKFF.GetHashCode();
|
|
hash ^= (int) dADJJBHOGMCCase_;
|
|
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 (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(NNHPCOIIKFF);
|
|
}
|
|
if (QuestId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(QuestId);
|
|
}
|
|
if (HasBONAGHBBICF) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(BONAGHBBICF);
|
|
}
|
|
if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) {
|
|
output.WriteRawTag(104);
|
|
output.WriteEnum((int) Status);
|
|
}
|
|
if (Progress != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(Progress);
|
|
}
|
|
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 (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(NNHPCOIIKFF);
|
|
}
|
|
if (QuestId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(QuestId);
|
|
}
|
|
if (HasBONAGHBBICF) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(BONAGHBBICF);
|
|
}
|
|
if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) {
|
|
output.WriteRawTag(104);
|
|
output.WriteEnum((int) Status);
|
|
}
|
|
if (Progress != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(Progress);
|
|
}
|
|
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 (Progress != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
|
|
}
|
|
if (Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status);
|
|
}
|
|
if (QuestId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QuestId);
|
|
}
|
|
if (HasBONAGHBBICF) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BONAGHBBICF);
|
|
}
|
|
if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NNHPCOIIKFF);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ADAFJFOJDEG other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Progress != 0) {
|
|
Progress = other.Progress;
|
|
}
|
|
if (other.Status != global::EggLink.DanhengServer.Proto.GMFEJEFIBBI.PlanetFesQuestNone) {
|
|
Status = other.Status;
|
|
}
|
|
if (other.QuestId != 0) {
|
|
QuestId = other.QuestId;
|
|
}
|
|
switch (other.DADJJBHOGMCCase) {
|
|
case DADJJBHOGMCOneofCase.BONAGHBBICF:
|
|
BONAGHBBICF = other.BONAGHBBICF;
|
|
break;
|
|
case DADJJBHOGMCOneofCase.NNHPCOIIKFF:
|
|
if (NNHPCOIIKFF == null) {
|
|
NNHPCOIIKFF = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
|
}
|
|
NNHPCOIIKFF.MergeFrom(other.NNHPCOIIKFF);
|
|
break;
|
|
}
|
|
|
|
_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 18: {
|
|
global::EggLink.DanhengServer.Proto.IIKNGNHDMFI subBuilder = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
|
if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) {
|
|
subBuilder.MergeFrom(NNHPCOIIKFF);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
NNHPCOIIKFF = subBuilder;
|
|
break;
|
|
}
|
|
case 56: {
|
|
QuestId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
BONAGHBBICF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
Status = (global::EggLink.DanhengServer.Proto.GMFEJEFIBBI) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 120: {
|
|
Progress = 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 18: {
|
|
global::EggLink.DanhengServer.Proto.IIKNGNHDMFI subBuilder = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
|
|
if (dADJJBHOGMCCase_ == DADJJBHOGMCOneofCase.NNHPCOIIKFF) {
|
|
subBuilder.MergeFrom(NNHPCOIIKFF);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
NNHPCOIIKFF = subBuilder;
|
|
break;
|
|
}
|
|
case 56: {
|
|
QuestId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
BONAGHBBICF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
Status = (global::EggLink.DanhengServer.Proto.GMFEJEFIBBI) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 120: {
|
|
Progress = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|