mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
293 lines
12 KiB
C#
293 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PMDJBOJKDNK.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 PMDJBOJKDNK.proto</summary>
|
|
public static partial class PMDJBOJKDNKReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PMDJBOJKDNK.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PMDJBOJKDNKReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFQTURKQk9KS0ROSy5wcm90bxoRQU5DQ0dMTU1ESkoucHJvdG8iZwoLUE1E",
|
|
"SkJPSktETksSGgoSb3V0c2lkZV9yZWxpY19saXN0GAYgAygNEhkKEWluc2lk",
|
|
"ZV9yZWxpY19saXN0GAggAygNEiEKC0pDQ0ZFQUNITUJQGAEgASgOMgwuQU5D",
|
|
"Q0dMTU1ESkpCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
|
"dG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ANCCGLMMDJJReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PMDJBOJKDNK), global::EggLink.DanhengServer.Proto.PMDJBOJKDNK.Parser, new[]{ "OutsideRelicList", "InsideRelicList", "JCCFEACHMBP" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PMDJBOJKDNK : pb::IMessage<PMDJBOJKDNK>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PMDJBOJKDNK> _parser = new pb::MessageParser<PMDJBOJKDNK>(() => new PMDJBOJKDNK());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PMDJBOJKDNK> 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.PMDJBOJKDNKReflection.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 PMDJBOJKDNK() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PMDJBOJKDNK(PMDJBOJKDNK other) : this() {
|
|
outsideRelicList_ = other.outsideRelicList_.Clone();
|
|
insideRelicList_ = other.insideRelicList_.Clone();
|
|
jCCFEACHMBP_ = other.jCCFEACHMBP_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PMDJBOJKDNK Clone() {
|
|
return new PMDJBOJKDNK(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "outside_relic_list" field.</summary>
|
|
public const int OutsideRelicListFieldNumber = 6;
|
|
private static readonly pb::FieldCodec<uint> _repeated_outsideRelicList_codec
|
|
= pb::FieldCodec.ForUInt32(50);
|
|
private readonly pbc::RepeatedField<uint> outsideRelicList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> OutsideRelicList {
|
|
get { return outsideRelicList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "inside_relic_list" field.</summary>
|
|
public const int InsideRelicListFieldNumber = 8;
|
|
private static readonly pb::FieldCodec<uint> _repeated_insideRelicList_codec
|
|
= pb::FieldCodec.ForUInt32(66);
|
|
private readonly pbc::RepeatedField<uint> insideRelicList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> InsideRelicList {
|
|
get { return insideRelicList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "JCCFEACHMBP" field.</summary>
|
|
public const int JCCFEACHMBPFieldNumber = 1;
|
|
private global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ jCCFEACHMBP_ = global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ.RelicSmartWearPlanTypeNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ JCCFEACHMBP {
|
|
get { return jCCFEACHMBP_; }
|
|
set {
|
|
jCCFEACHMBP_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PMDJBOJKDNK);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PMDJBOJKDNK other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!outsideRelicList_.Equals(other.outsideRelicList_)) return false;
|
|
if(!insideRelicList_.Equals(other.insideRelicList_)) return false;
|
|
if (JCCFEACHMBP != other.JCCFEACHMBP) 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;
|
|
hash ^= outsideRelicList_.GetHashCode();
|
|
hash ^= insideRelicList_.GetHashCode();
|
|
if (JCCFEACHMBP != global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ.RelicSmartWearPlanTypeNone) hash ^= JCCFEACHMBP.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 (JCCFEACHMBP != global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ.RelicSmartWearPlanTypeNone) {
|
|
output.WriteRawTag(8);
|
|
output.WriteEnum((int) JCCFEACHMBP);
|
|
}
|
|
outsideRelicList_.WriteTo(output, _repeated_outsideRelicList_codec);
|
|
insideRelicList_.WriteTo(output, _repeated_insideRelicList_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 (JCCFEACHMBP != global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ.RelicSmartWearPlanTypeNone) {
|
|
output.WriteRawTag(8);
|
|
output.WriteEnum((int) JCCFEACHMBP);
|
|
}
|
|
outsideRelicList_.WriteTo(ref output, _repeated_outsideRelicList_codec);
|
|
insideRelicList_.WriteTo(ref output, _repeated_insideRelicList_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;
|
|
size += outsideRelicList_.CalculateSize(_repeated_outsideRelicList_codec);
|
|
size += insideRelicList_.CalculateSize(_repeated_insideRelicList_codec);
|
|
if (JCCFEACHMBP != global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ.RelicSmartWearPlanTypeNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) JCCFEACHMBP);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PMDJBOJKDNK other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
outsideRelicList_.Add(other.outsideRelicList_);
|
|
insideRelicList_.Add(other.insideRelicList_);
|
|
if (other.JCCFEACHMBP != global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ.RelicSmartWearPlanTypeNone) {
|
|
JCCFEACHMBP = other.JCCFEACHMBP;
|
|
}
|
|
_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: {
|
|
JCCFEACHMBP = (global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 50:
|
|
case 48: {
|
|
outsideRelicList_.AddEntriesFrom(input, _repeated_outsideRelicList_codec);
|
|
break;
|
|
}
|
|
case 66:
|
|
case 64: {
|
|
insideRelicList_.AddEntriesFrom(input, _repeated_insideRelicList_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: {
|
|
JCCFEACHMBP = (global::EggLink.DanhengServer.Proto.ANCCGLMMDJJ) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 50:
|
|
case 48: {
|
|
outsideRelicList_.AddEntriesFrom(ref input, _repeated_outsideRelicList_codec);
|
|
break;
|
|
}
|
|
case 66:
|
|
case 64: {
|
|
insideRelicList_.AddEntriesFrom(ref input, _repeated_insideRelicList_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|