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

376 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetAssistHistoryScRsp.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 GetAssistHistoryScRsp.proto</summary>
public static partial class GetAssistHistoryScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetAssistHistoryScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetAssistHistoryScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtHZXRBc3Npc3RIaXN0b3J5U2NSc3AucHJvdG8igwEKFUdldEFzc2lzdEhp",
"c3RvcnlTY1JzcBIaChJ0b2RheV91c2VfdWlkX2xpc3QYDiADKA0SDwoHcmV0",
"Y29kZRgPIAEoDRITCgtJRkNMRlBHQ0tFRBgKIAEoDRITCgtNRUdIS0RNQU9F",
"QhgDIAEoDRITCgtLRUZLQU9QS0pCThgMIAEoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAssistHistoryScRsp), global::EggLink.DanhengServer.Proto.GetAssistHistoryScRsp.Parser, new[]{ "TodayUseUidList", "Retcode", "IFCLFPGCKED", "MEGHKDMAOEB", "KEFKAOPKJBN" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetAssistHistoryScRsp : pb::IMessage<GetAssistHistoryScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetAssistHistoryScRsp> _parser = new pb::MessageParser<GetAssistHistoryScRsp>(() => new GetAssistHistoryScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetAssistHistoryScRsp> 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.GetAssistHistoryScRspReflection.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 GetAssistHistoryScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetAssistHistoryScRsp(GetAssistHistoryScRsp other) : this() {
todayUseUidList_ = other.todayUseUidList_.Clone();
retcode_ = other.retcode_;
iFCLFPGCKED_ = other.iFCLFPGCKED_;
mEGHKDMAOEB_ = other.mEGHKDMAOEB_;
kEFKAOPKJBN_ = other.kEFKAOPKJBN_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetAssistHistoryScRsp Clone() {
return new GetAssistHistoryScRsp(this);
}
/// <summary>Field number for the "today_use_uid_list" field.</summary>
public const int TodayUseUidListFieldNumber = 14;
private static readonly pb::FieldCodec<uint> _repeated_todayUseUidList_codec
= pb::FieldCodec.ForUInt32(114);
private readonly pbc::RepeatedField<uint> todayUseUidList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> TodayUseUidList {
get { return todayUseUidList_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 15;
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 "IFCLFPGCKED" field.</summary>
public const int IFCLFPGCKEDFieldNumber = 10;
private uint iFCLFPGCKED_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IFCLFPGCKED {
get { return iFCLFPGCKED_; }
set {
iFCLFPGCKED_ = value;
}
}
/// <summary>Field number for the "MEGHKDMAOEB" field.</summary>
public const int MEGHKDMAOEBFieldNumber = 3;
private uint mEGHKDMAOEB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MEGHKDMAOEB {
get { return mEGHKDMAOEB_; }
set {
mEGHKDMAOEB_ = value;
}
}
/// <summary>Field number for the "KEFKAOPKJBN" field.</summary>
public const int KEFKAOPKJBNFieldNumber = 12;
private uint kEFKAOPKJBN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KEFKAOPKJBN {
get { return kEFKAOPKJBN_; }
set {
kEFKAOPKJBN_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetAssistHistoryScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetAssistHistoryScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!todayUseUidList_.Equals(other.todayUseUidList_)) return false;
if (Retcode != other.Retcode) return false;
if (IFCLFPGCKED != other.IFCLFPGCKED) return false;
if (MEGHKDMAOEB != other.MEGHKDMAOEB) return false;
if (KEFKAOPKJBN != other.KEFKAOPKJBN) 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 ^= todayUseUidList_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (IFCLFPGCKED != 0) hash ^= IFCLFPGCKED.GetHashCode();
if (MEGHKDMAOEB != 0) hash ^= MEGHKDMAOEB.GetHashCode();
if (KEFKAOPKJBN != 0) hash ^= KEFKAOPKJBN.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 (MEGHKDMAOEB != 0) {
output.WriteRawTag(24);
output.WriteUInt32(MEGHKDMAOEB);
}
if (IFCLFPGCKED != 0) {
output.WriteRawTag(80);
output.WriteUInt32(IFCLFPGCKED);
}
if (KEFKAOPKJBN != 0) {
output.WriteRawTag(96);
output.WriteUInt32(KEFKAOPKJBN);
}
todayUseUidList_.WriteTo(output, _repeated_todayUseUidList_codec);
if (Retcode != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Retcode);
}
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 (MEGHKDMAOEB != 0) {
output.WriteRawTag(24);
output.WriteUInt32(MEGHKDMAOEB);
}
if (IFCLFPGCKED != 0) {
output.WriteRawTag(80);
output.WriteUInt32(IFCLFPGCKED);
}
if (KEFKAOPKJBN != 0) {
output.WriteRawTag(96);
output.WriteUInt32(KEFKAOPKJBN);
}
todayUseUidList_.WriteTo(ref output, _repeated_todayUseUidList_codec);
if (Retcode != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Retcode);
}
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 += todayUseUidList_.CalculateSize(_repeated_todayUseUidList_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (IFCLFPGCKED != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IFCLFPGCKED);
}
if (MEGHKDMAOEB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MEGHKDMAOEB);
}
if (KEFKAOPKJBN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KEFKAOPKJBN);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetAssistHistoryScRsp other) {
if (other == null) {
return;
}
todayUseUidList_.Add(other.todayUseUidList_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.IFCLFPGCKED != 0) {
IFCLFPGCKED = other.IFCLFPGCKED;
}
if (other.MEGHKDMAOEB != 0) {
MEGHKDMAOEB = other.MEGHKDMAOEB;
}
if (other.KEFKAOPKJBN != 0) {
KEFKAOPKJBN = other.KEFKAOPKJBN;
}
_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 24: {
MEGHKDMAOEB = input.ReadUInt32();
break;
}
case 80: {
IFCLFPGCKED = input.ReadUInt32();
break;
}
case 96: {
KEFKAOPKJBN = input.ReadUInt32();
break;
}
case 114:
case 112: {
todayUseUidList_.AddEntriesFrom(input, _repeated_todayUseUidList_codec);
break;
}
case 120: {
Retcode = 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 24: {
MEGHKDMAOEB = input.ReadUInt32();
break;
}
case 80: {
IFCLFPGCKED = input.ReadUInt32();
break;
}
case 96: {
KEFKAOPKJBN = input.ReadUInt32();
break;
}
case 114:
case 112: {
todayUseUidList_.AddEntriesFrom(ref input, _repeated_todayUseUidList_codec);
break;
}
case 120: {
Retcode = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code