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

524 lines
18 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DoGachaScRsp.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 DoGachaScRsp.proto</summary>
public static partial class DoGachaScRspReflection {
#region Descriptor
/// <summary>File descriptor for DoGachaScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static DoGachaScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChJEb0dhY2hhU2NSc3AucHJvdG8aD0dhY2hhSXRlbS5wcm90byLSAQoMRG9H",
"YWNoYVNjUnNwEhMKC09GREtET0lEQUhCGAwgASgNEhMKC0hKSk1BQUZGSUtP",
"GA4gASgNEg8KB3JldGNvZGUYBiABKA0SEAoIZ2FjaGFfaWQYBCABKA0SEwoL",
"RE5DSkRPT0RNTEcYBSABKA0SIwoPZ2FjaGFfaXRlbV9saXN0GAcgAygLMgou",
"R2FjaGFJdGVtEhMKC2NlaWxpbmdfbnVtGAEgASgNEhMKC0VJTktQTEJLQVBL",
"GAggASgNEhEKCWdhY2hhX251bRgLIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GachaItemReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DoGachaScRsp), global::EggLink.DanhengServer.Proto.DoGachaScRsp.Parser, new[]{ "OFDKDOIDAHB", "HJJMAAFFIKO", "Retcode", "GachaId", "DNCJDOODMLG", "GachaItemList", "CeilingNum", "EINKPLBKAPK", "GachaNum" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DoGachaScRsp : pb::IMessage<DoGachaScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<DoGachaScRsp> _parser = new pb::MessageParser<DoGachaScRsp>(() => new DoGachaScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<DoGachaScRsp> 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.DoGachaScRspReflection.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 DoGachaScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DoGachaScRsp(DoGachaScRsp other) : this() {
oFDKDOIDAHB_ = other.oFDKDOIDAHB_;
hJJMAAFFIKO_ = other.hJJMAAFFIKO_;
retcode_ = other.retcode_;
gachaId_ = other.gachaId_;
dNCJDOODMLG_ = other.dNCJDOODMLG_;
gachaItemList_ = other.gachaItemList_.Clone();
ceilingNum_ = other.ceilingNum_;
eINKPLBKAPK_ = other.eINKPLBKAPK_;
gachaNum_ = other.gachaNum_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DoGachaScRsp Clone() {
return new DoGachaScRsp(this);
}
/// <summary>Field number for the "OFDKDOIDAHB" field.</summary>
public const int OFDKDOIDAHBFieldNumber = 12;
private uint oFDKDOIDAHB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OFDKDOIDAHB {
get { return oFDKDOIDAHB_; }
set {
oFDKDOIDAHB_ = value;
}
}
/// <summary>Field number for the "HJJMAAFFIKO" field.</summary>
public const int HJJMAAFFIKOFieldNumber = 14;
private uint hJJMAAFFIKO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HJJMAAFFIKO {
get { return hJJMAAFFIKO_; }
set {
hJJMAAFFIKO_ = 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 "gacha_id" field.</summary>
public const int GachaIdFieldNumber = 4;
private uint gachaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GachaId {
get { return gachaId_; }
set {
gachaId_ = value;
}
}
/// <summary>Field number for the "DNCJDOODMLG" field.</summary>
public const int DNCJDOODMLGFieldNumber = 5;
private uint dNCJDOODMLG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DNCJDOODMLG {
get { return dNCJDOODMLG_; }
set {
dNCJDOODMLG_ = value;
}
}
/// <summary>Field number for the "gacha_item_list" field.</summary>
public const int GachaItemListFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.GachaItem> _repeated_gachaItemList_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.GachaItem.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GachaItem> gachaItemList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GachaItem>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GachaItem> GachaItemList {
get { return gachaItemList_; }
}
/// <summary>Field number for the "ceiling_num" field.</summary>
public const int CeilingNumFieldNumber = 1;
private uint ceilingNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CeilingNum {
get { return ceilingNum_; }
set {
ceilingNum_ = value;
}
}
/// <summary>Field number for the "EINKPLBKAPK" field.</summary>
public const int EINKPLBKAPKFieldNumber = 8;
private uint eINKPLBKAPK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EINKPLBKAPK {
get { return eINKPLBKAPK_; }
set {
eINKPLBKAPK_ = value;
}
}
/// <summary>Field number for the "gacha_num" field.</summary>
public const int GachaNumFieldNumber = 11;
private uint gachaNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GachaNum {
get { return gachaNum_; }
set {
gachaNum_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as DoGachaScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(DoGachaScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (OFDKDOIDAHB != other.OFDKDOIDAHB) return false;
if (HJJMAAFFIKO != other.HJJMAAFFIKO) return false;
if (Retcode != other.Retcode) return false;
if (GachaId != other.GachaId) return false;
if (DNCJDOODMLG != other.DNCJDOODMLG) return false;
if(!gachaItemList_.Equals(other.gachaItemList_)) return false;
if (CeilingNum != other.CeilingNum) return false;
if (EINKPLBKAPK != other.EINKPLBKAPK) return false;
if (GachaNum != other.GachaNum) 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 (OFDKDOIDAHB != 0) hash ^= OFDKDOIDAHB.GetHashCode();
if (HJJMAAFFIKO != 0) hash ^= HJJMAAFFIKO.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (GachaId != 0) hash ^= GachaId.GetHashCode();
if (DNCJDOODMLG != 0) hash ^= DNCJDOODMLG.GetHashCode();
hash ^= gachaItemList_.GetHashCode();
if (CeilingNum != 0) hash ^= CeilingNum.GetHashCode();
if (EINKPLBKAPK != 0) hash ^= EINKPLBKAPK.GetHashCode();
if (GachaNum != 0) hash ^= GachaNum.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 (CeilingNum != 0) {
output.WriteRawTag(8);
output.WriteUInt32(CeilingNum);
}
if (GachaId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GachaId);
}
if (DNCJDOODMLG != 0) {
output.WriteRawTag(40);
output.WriteUInt32(DNCJDOODMLG);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
gachaItemList_.WriteTo(output, _repeated_gachaItemList_codec);
if (EINKPLBKAPK != 0) {
output.WriteRawTag(64);
output.WriteUInt32(EINKPLBKAPK);
}
if (GachaNum != 0) {
output.WriteRawTag(88);
output.WriteUInt32(GachaNum);
}
if (OFDKDOIDAHB != 0) {
output.WriteRawTag(96);
output.WriteUInt32(OFDKDOIDAHB);
}
if (HJJMAAFFIKO != 0) {
output.WriteRawTag(112);
output.WriteUInt32(HJJMAAFFIKO);
}
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 (CeilingNum != 0) {
output.WriteRawTag(8);
output.WriteUInt32(CeilingNum);
}
if (GachaId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GachaId);
}
if (DNCJDOODMLG != 0) {
output.WriteRawTag(40);
output.WriteUInt32(DNCJDOODMLG);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
gachaItemList_.WriteTo(ref output, _repeated_gachaItemList_codec);
if (EINKPLBKAPK != 0) {
output.WriteRawTag(64);
output.WriteUInt32(EINKPLBKAPK);
}
if (GachaNum != 0) {
output.WriteRawTag(88);
output.WriteUInt32(GachaNum);
}
if (OFDKDOIDAHB != 0) {
output.WriteRawTag(96);
output.WriteUInt32(OFDKDOIDAHB);
}
if (HJJMAAFFIKO != 0) {
output.WriteRawTag(112);
output.WriteUInt32(HJJMAAFFIKO);
}
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 (OFDKDOIDAHB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFDKDOIDAHB);
}
if (HJJMAAFFIKO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HJJMAAFFIKO);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (GachaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaId);
}
if (DNCJDOODMLG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DNCJDOODMLG);
}
size += gachaItemList_.CalculateSize(_repeated_gachaItemList_codec);
if (CeilingNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CeilingNum);
}
if (EINKPLBKAPK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EINKPLBKAPK);
}
if (GachaNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaNum);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(DoGachaScRsp other) {
if (other == null) {
return;
}
if (other.OFDKDOIDAHB != 0) {
OFDKDOIDAHB = other.OFDKDOIDAHB;
}
if (other.HJJMAAFFIKO != 0) {
HJJMAAFFIKO = other.HJJMAAFFIKO;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.GachaId != 0) {
GachaId = other.GachaId;
}
if (other.DNCJDOODMLG != 0) {
DNCJDOODMLG = other.DNCJDOODMLG;
}
gachaItemList_.Add(other.gachaItemList_);
if (other.CeilingNum != 0) {
CeilingNum = other.CeilingNum;
}
if (other.EINKPLBKAPK != 0) {
EINKPLBKAPK = other.EINKPLBKAPK;
}
if (other.GachaNum != 0) {
GachaNum = other.GachaNum;
}
_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: {
CeilingNum = input.ReadUInt32();
break;
}
case 32: {
GachaId = input.ReadUInt32();
break;
}
case 40: {
DNCJDOODMLG = input.ReadUInt32();
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 58: {
gachaItemList_.AddEntriesFrom(input, _repeated_gachaItemList_codec);
break;
}
case 64: {
EINKPLBKAPK = input.ReadUInt32();
break;
}
case 88: {
GachaNum = input.ReadUInt32();
break;
}
case 96: {
OFDKDOIDAHB = input.ReadUInt32();
break;
}
case 112: {
HJJMAAFFIKO = 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 8: {
CeilingNum = input.ReadUInt32();
break;
}
case 32: {
GachaId = input.ReadUInt32();
break;
}
case 40: {
DNCJDOODMLG = input.ReadUInt32();
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 58: {
gachaItemList_.AddEntriesFrom(ref input, _repeated_gachaItemList_codec);
break;
}
case 64: {
EINKPLBKAPK = input.ReadUInt32();
break;
}
case 88: {
GachaNum = input.ReadUInt32();
break;
}
case 96: {
OFDKDOIDAHB = input.ReadUInt32();
break;
}
case 112: {
HJJMAAFFIKO = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code