Files
DanhengServer-OpenSource/Proto/GetMbtiReportScRsp.cs
2024-10-04 12:18:36 +08:00

477 lines
17 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetMbtiReportScRsp.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 GetMbtiReportScRsp.proto</summary>
public static partial class GetMbtiReportScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetMbtiReportScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetMbtiReportScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhHZXRNYnRpUmVwb3J0U2NSc3AucHJvdG8aEUZKQ0tKREJKS0ZELnByb3Rv",
"GhFLSFBMSkxOSVBIQy5wcm90byLVAQoSR2V0TWJ0aVJlcG9ydFNjUnNwEiEK",
"C09BSUlFQ0pQR01FGAcgAygLMgwuS0hQTEpMTklQSEMSFwoPaXNfdGFrZW5f",
"cmV3YXJkGAogASgIEhMKC0VISkJET0ROQ0FEGA0gASgIEg8KB3JldGNvZGUY",
"BiABKA0SIQoLSk1FSlBQR0ZJQVAYAyADKAsyDC5GSkNLSkRCSktGRBITCgtC",
"Q0NITURGTElLSBgMIAEoBRITCgtDQUxCQ0JFQ0NFTRgPIAEoBRIQCghwcm9n",
"cmVzcxgLIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FJCKJDBJKFDReflection.Descriptor, global::EggLink.DanhengServer.Proto.KHPLJLNIPHCReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMbtiReportScRsp), global::EggLink.DanhengServer.Proto.GetMbtiReportScRsp.Parser, new[]{ "OAIIECJPGME", "IsTakenReward", "EHJBDODNCAD", "Retcode", "JMEJPPGFIAP", "BCCHMDFLIKH", "CALBCBECCEM", "Progress" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetMbtiReportScRsp : pb::IMessage<GetMbtiReportScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetMbtiReportScRsp> _parser = new pb::MessageParser<GetMbtiReportScRsp>(() => new GetMbtiReportScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetMbtiReportScRsp> 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.GetMbtiReportScRspReflection.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 GetMbtiReportScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetMbtiReportScRsp(GetMbtiReportScRsp other) : this() {
oAIIECJPGME_ = other.oAIIECJPGME_.Clone();
isTakenReward_ = other.isTakenReward_;
eHJBDODNCAD_ = other.eHJBDODNCAD_;
retcode_ = other.retcode_;
jMEJPPGFIAP_ = other.jMEJPPGFIAP_.Clone();
bCCHMDFLIKH_ = other.bCCHMDFLIKH_;
cALBCBECCEM_ = other.cALBCBECCEM_;
progress_ = other.progress_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetMbtiReportScRsp Clone() {
return new GetMbtiReportScRsp(this);
}
/// <summary>Field number for the "OAIIECJPGME" field.</summary>
public const int OAIIECJPGMEFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.KHPLJLNIPHC> _repeated_oAIIECJPGME_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.KHPLJLNIPHC.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KHPLJLNIPHC> oAIIECJPGME_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KHPLJLNIPHC>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KHPLJLNIPHC> OAIIECJPGME {
get { return oAIIECJPGME_; }
}
/// <summary>Field number for the "is_taken_reward" field.</summary>
public const int IsTakenRewardFieldNumber = 10;
private bool isTakenReward_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsTakenReward {
get { return isTakenReward_; }
set {
isTakenReward_ = value;
}
}
/// <summary>Field number for the "EHJBDODNCAD" field.</summary>
public const int EHJBDODNCADFieldNumber = 13;
private bool eHJBDODNCAD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool EHJBDODNCAD {
get { return eHJBDODNCAD_; }
set {
eHJBDODNCAD_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 6;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "JMEJPPGFIAP" field.</summary>
public const int JMEJPPGFIAPFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.FJCKJDBJKFD> _repeated_jMEJPPGFIAP_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.FJCKJDBJKFD.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FJCKJDBJKFD> jMEJPPGFIAP_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FJCKJDBJKFD>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FJCKJDBJKFD> JMEJPPGFIAP {
get { return jMEJPPGFIAP_; }
}
/// <summary>Field number for the "BCCHMDFLIKH" field.</summary>
public const int BCCHMDFLIKHFieldNumber = 12;
private int bCCHMDFLIKH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int BCCHMDFLIKH {
get { return bCCHMDFLIKH_; }
set {
bCCHMDFLIKH_ = value;
}
}
/// <summary>Field number for the "CALBCBECCEM" field.</summary>
public const int CALBCBECCEMFieldNumber = 15;
private int cALBCBECCEM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CALBCBECCEM {
get { return cALBCBECCEM_; }
set {
cALBCBECCEM_ = value;
}
}
/// <summary>Field number for the "progress" field.</summary>
public const int ProgressFieldNumber = 11;
private uint progress_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Progress {
get { return progress_; }
set {
progress_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetMbtiReportScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetMbtiReportScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!oAIIECJPGME_.Equals(other.oAIIECJPGME_)) return false;
if (IsTakenReward != other.IsTakenReward) return false;
if (EHJBDODNCAD != other.EHJBDODNCAD) return false;
if (Retcode != other.Retcode) return false;
if(!jMEJPPGFIAP_.Equals(other.jMEJPPGFIAP_)) return false;
if (BCCHMDFLIKH != other.BCCHMDFLIKH) return false;
if (CALBCBECCEM != other.CALBCBECCEM) return false;
if (Progress != other.Progress) 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 ^= oAIIECJPGME_.GetHashCode();
if (IsTakenReward != false) hash ^= IsTakenReward.GetHashCode();
if (EHJBDODNCAD != false) hash ^= EHJBDODNCAD.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= jMEJPPGFIAP_.GetHashCode();
if (BCCHMDFLIKH != 0) hash ^= BCCHMDFLIKH.GetHashCode();
if (CALBCBECCEM != 0) hash ^= CALBCBECCEM.GetHashCode();
if (Progress != 0) hash ^= Progress.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
jMEJPPGFIAP_.WriteTo(output, _repeated_jMEJPPGFIAP_codec);
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
oAIIECJPGME_.WriteTo(output, _repeated_oAIIECJPGME_codec);
if (IsTakenReward != false) {
output.WriteRawTag(80);
output.WriteBool(IsTakenReward);
}
if (Progress != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Progress);
}
if (BCCHMDFLIKH != 0) {
output.WriteRawTag(96);
output.WriteInt32(BCCHMDFLIKH);
}
if (EHJBDODNCAD != false) {
output.WriteRawTag(104);
output.WriteBool(EHJBDODNCAD);
}
if (CALBCBECCEM != 0) {
output.WriteRawTag(120);
output.WriteInt32(CALBCBECCEM);
}
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) {
jMEJPPGFIAP_.WriteTo(ref output, _repeated_jMEJPPGFIAP_codec);
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
oAIIECJPGME_.WriteTo(ref output, _repeated_oAIIECJPGME_codec);
if (IsTakenReward != false) {
output.WriteRawTag(80);
output.WriteBool(IsTakenReward);
}
if (Progress != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Progress);
}
if (BCCHMDFLIKH != 0) {
output.WriteRawTag(96);
output.WriteInt32(BCCHMDFLIKH);
}
if (EHJBDODNCAD != false) {
output.WriteRawTag(104);
output.WriteBool(EHJBDODNCAD);
}
if (CALBCBECCEM != 0) {
output.WriteRawTag(120);
output.WriteInt32(CALBCBECCEM);
}
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 += oAIIECJPGME_.CalculateSize(_repeated_oAIIECJPGME_codec);
if (IsTakenReward != false) {
size += 1 + 1;
}
if (EHJBDODNCAD != false) {
size += 1 + 1;
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += jMEJPPGFIAP_.CalculateSize(_repeated_jMEJPPGFIAP_codec);
if (BCCHMDFLIKH != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(BCCHMDFLIKH);
}
if (CALBCBECCEM != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(CALBCBECCEM);
}
if (Progress != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetMbtiReportScRsp other) {
if (other == null) {
return;
}
oAIIECJPGME_.Add(other.oAIIECJPGME_);
if (other.IsTakenReward != false) {
IsTakenReward = other.IsTakenReward;
}
if (other.EHJBDODNCAD != false) {
EHJBDODNCAD = other.EHJBDODNCAD;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
jMEJPPGFIAP_.Add(other.jMEJPPGFIAP_);
if (other.BCCHMDFLIKH != 0) {
BCCHMDFLIKH = other.BCCHMDFLIKH;
}
if (other.CALBCBECCEM != 0) {
CALBCBECCEM = other.CALBCBECCEM;
}
if (other.Progress != 0) {
Progress = other.Progress;
}
_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 26: {
jMEJPPGFIAP_.AddEntriesFrom(input, _repeated_jMEJPPGFIAP_codec);
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 58: {
oAIIECJPGME_.AddEntriesFrom(input, _repeated_oAIIECJPGME_codec);
break;
}
case 80: {
IsTakenReward = input.ReadBool();
break;
}
case 88: {
Progress = input.ReadUInt32();
break;
}
case 96: {
BCCHMDFLIKH = input.ReadInt32();
break;
}
case 104: {
EHJBDODNCAD = input.ReadBool();
break;
}
case 120: {
CALBCBECCEM = 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 26: {
jMEJPPGFIAP_.AddEntriesFrom(ref input, _repeated_jMEJPPGFIAP_codec);
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 58: {
oAIIECJPGME_.AddEntriesFrom(ref input, _repeated_oAIIECJPGME_codec);
break;
}
case 80: {
IsTakenReward = input.ReadBool();
break;
}
case 88: {
Progress = input.ReadUInt32();
break;
}
case 96: {
BCCHMDFLIKH = input.ReadInt32();
break;
}
case 104: {
EHJBDODNCAD = input.ReadBool();
break;
}
case 120: {
CALBCBECCEM = input.ReadInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code