Files
DanhengServer-OpenSource/Proto/GetMbtiReportScRsp.cs
2024-08-29 21:08:50 +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(
"ChhHZXRNYnRpUmVwb3J0U2NSc3AucHJvdG8aEUpNTEtHSExHSUJJLnByb3Rv",
"GhFPRk9PQUlOR1BGRi5wcm90byLVAQoSR2V0TWJ0aVJlcG9ydFNjUnNwEhcK",
"D2lzX3Rha2VuX3Jld2FyZBgKIAEoCBITCgtFTkNFT0VDREtGSxgOIAEoCBIQ",
"Cghwcm9ncmVzcxgBIAEoDRITCgtPREZGSEtEQ0ZPRxgHIAEoBRIPCgdyZXRj",
"b2RlGAQgASgNEiEKC0lHUEJKSU1JSUxGGAsgAygLMgwuT0ZPT0FJTkdQRkYS",
"IQoLRU1LTkJNREpBTE4YDyADKAsyDC5KTUxLR0hMR0lCSRITCgtERUFOSkZF",
"R0NQQRgJIAEoBUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMLKGHLGIBIReflection.Descriptor, global::EggLink.DanhengServer.Proto.OFOOAINGPFFReflection.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[]{ "IsTakenReward", "ENCEOECDKFK", "Progress", "ODFFHKDCFOG", "Retcode", "IGPBJIMIILF", "EMKNBMDJALN", "DEANJFEGCPA" }, 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() {
isTakenReward_ = other.isTakenReward_;
eNCEOECDKFK_ = other.eNCEOECDKFK_;
progress_ = other.progress_;
oDFFHKDCFOG_ = other.oDFFHKDCFOG_;
retcode_ = other.retcode_;
iGPBJIMIILF_ = other.iGPBJIMIILF_.Clone();
eMKNBMDJALN_ = other.eMKNBMDJALN_.Clone();
dEANJFEGCPA_ = other.dEANJFEGCPA_;
_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 "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 "ENCEOECDKFK" field.</summary>
public const int ENCEOECDKFKFieldNumber = 14;
private bool eNCEOECDKFK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool ENCEOECDKFK {
get { return eNCEOECDKFK_; }
set {
eNCEOECDKFK_ = value;
}
}
/// <summary>Field number for the "progress" field.</summary>
public const int ProgressFieldNumber = 1;
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 "ODFFHKDCFOG" field.</summary>
public const int ODFFHKDCFOGFieldNumber = 7;
private int oDFFHKDCFOG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int ODFFHKDCFOG {
get { return oDFFHKDCFOG_; }
set {
oDFFHKDCFOG_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 4;
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 "IGPBJIMIILF" field.</summary>
public const int IGPBJIMIILFFieldNumber = 11;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.OFOOAINGPFF> _repeated_iGPBJIMIILF_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.OFOOAINGPFF.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OFOOAINGPFF> iGPBJIMIILF_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OFOOAINGPFF>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OFOOAINGPFF> IGPBJIMIILF {
get { return iGPBJIMIILF_; }
}
/// <summary>Field number for the "EMKNBMDJALN" field.</summary>
public const int EMKNBMDJALNFieldNumber = 15;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.JMLKGHLGIBI> _repeated_eMKNBMDJALN_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.JMLKGHLGIBI.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JMLKGHLGIBI> eMKNBMDJALN_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JMLKGHLGIBI>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JMLKGHLGIBI> EMKNBMDJALN {
get { return eMKNBMDJALN_; }
}
/// <summary>Field number for the "DEANJFEGCPA" field.</summary>
public const int DEANJFEGCPAFieldNumber = 9;
private int dEANJFEGCPA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int DEANJFEGCPA {
get { return dEANJFEGCPA_; }
set {
dEANJFEGCPA_ = 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 (IsTakenReward != other.IsTakenReward) return false;
if (ENCEOECDKFK != other.ENCEOECDKFK) return false;
if (Progress != other.Progress) return false;
if (ODFFHKDCFOG != other.ODFFHKDCFOG) return false;
if (Retcode != other.Retcode) return false;
if(!iGPBJIMIILF_.Equals(other.iGPBJIMIILF_)) return false;
if(!eMKNBMDJALN_.Equals(other.eMKNBMDJALN_)) return false;
if (DEANJFEGCPA != other.DEANJFEGCPA) 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 (IsTakenReward != false) hash ^= IsTakenReward.GetHashCode();
if (ENCEOECDKFK != false) hash ^= ENCEOECDKFK.GetHashCode();
if (Progress != 0) hash ^= Progress.GetHashCode();
if (ODFFHKDCFOG != 0) hash ^= ODFFHKDCFOG.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= iGPBJIMIILF_.GetHashCode();
hash ^= eMKNBMDJALN_.GetHashCode();
if (DEANJFEGCPA != 0) hash ^= DEANJFEGCPA.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 (Progress != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Progress);
}
if (Retcode != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
if (ODFFHKDCFOG != 0) {
output.WriteRawTag(56);
output.WriteInt32(ODFFHKDCFOG);
}
if (DEANJFEGCPA != 0) {
output.WriteRawTag(72);
output.WriteInt32(DEANJFEGCPA);
}
if (IsTakenReward != false) {
output.WriteRawTag(80);
output.WriteBool(IsTakenReward);
}
iGPBJIMIILF_.WriteTo(output, _repeated_iGPBJIMIILF_codec);
if (ENCEOECDKFK != false) {
output.WriteRawTag(112);
output.WriteBool(ENCEOECDKFK);
}
eMKNBMDJALN_.WriteTo(output, _repeated_eMKNBMDJALN_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 (Progress != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Progress);
}
if (Retcode != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Retcode);
}
if (ODFFHKDCFOG != 0) {
output.WriteRawTag(56);
output.WriteInt32(ODFFHKDCFOG);
}
if (DEANJFEGCPA != 0) {
output.WriteRawTag(72);
output.WriteInt32(DEANJFEGCPA);
}
if (IsTakenReward != false) {
output.WriteRawTag(80);
output.WriteBool(IsTakenReward);
}
iGPBJIMIILF_.WriteTo(ref output, _repeated_iGPBJIMIILF_codec);
if (ENCEOECDKFK != false) {
output.WriteRawTag(112);
output.WriteBool(ENCEOECDKFK);
}
eMKNBMDJALN_.WriteTo(ref output, _repeated_eMKNBMDJALN_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 (IsTakenReward != false) {
size += 1 + 1;
}
if (ENCEOECDKFK != false) {
size += 1 + 1;
}
if (Progress != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
}
if (ODFFHKDCFOG != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(ODFFHKDCFOG);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += iGPBJIMIILF_.CalculateSize(_repeated_iGPBJIMIILF_codec);
size += eMKNBMDJALN_.CalculateSize(_repeated_eMKNBMDJALN_codec);
if (DEANJFEGCPA != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(DEANJFEGCPA);
}
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;
}
if (other.IsTakenReward != false) {
IsTakenReward = other.IsTakenReward;
}
if (other.ENCEOECDKFK != false) {
ENCEOECDKFK = other.ENCEOECDKFK;
}
if (other.Progress != 0) {
Progress = other.Progress;
}
if (other.ODFFHKDCFOG != 0) {
ODFFHKDCFOG = other.ODFFHKDCFOG;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
iGPBJIMIILF_.Add(other.iGPBJIMIILF_);
eMKNBMDJALN_.Add(other.eMKNBMDJALN_);
if (other.DEANJFEGCPA != 0) {
DEANJFEGCPA = other.DEANJFEGCPA;
}
_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: {
Progress = input.ReadUInt32();
break;
}
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 56: {
ODFFHKDCFOG = input.ReadInt32();
break;
}
case 72: {
DEANJFEGCPA = input.ReadInt32();
break;
}
case 80: {
IsTakenReward = input.ReadBool();
break;
}
case 90: {
iGPBJIMIILF_.AddEntriesFrom(input, _repeated_iGPBJIMIILF_codec);
break;
}
case 112: {
ENCEOECDKFK = input.ReadBool();
break;
}
case 122: {
eMKNBMDJALN_.AddEntriesFrom(input, _repeated_eMKNBMDJALN_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: {
Progress = input.ReadUInt32();
break;
}
case 32: {
Retcode = input.ReadUInt32();
break;
}
case 56: {
ODFFHKDCFOG = input.ReadInt32();
break;
}
case 72: {
DEANJFEGCPA = input.ReadInt32();
break;
}
case 80: {
IsTakenReward = input.ReadBool();
break;
}
case 90: {
iGPBJIMIILF_.AddEntriesFrom(ref input, _repeated_iGPBJIMIILF_codec);
break;
}
case 112: {
ENCEOECDKFK = input.ReadBool();
break;
}
case 122: {
eMKNBMDJALN_.AddEntriesFrom(ref input, _repeated_eMKNBMDJALN_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code