Files
DanhengServer-OpenSource/Proto/ExchangeStaminaScRsp.cs
2025-08-15 12:52:47 +08:00

375 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ExchangeStaminaScRsp.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 ExchangeStaminaScRsp.proto</summary>
public static partial class ExchangeStaminaScRspReflection {
#region Descriptor
/// <summary>File descriptor for ExchangeStaminaScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ExchangeStaminaScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpFeGNoYW5nZVN0YW1pbmFTY1JzcC5wcm90bxoOSXRlbUNvc3QucHJvdG8i",
"jAEKFEV4Y2hhbmdlU3RhbWluYVNjUnNwEh8KDEl0ZW1Db3N0TGlzdBgNIAMo",
"CzIJLkl0ZW1Db3N0EhcKD0xhc3RSZWNvdmVyVGltZRgEIAEoAxIVCg1FeGNo",
"YW5nZVRpbWVzGAsgASgNEg8KB1JldGNvZGUYCCABKA0SEgoKU3RhbWluYUFk",
"ZBgDIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ExchangeStaminaScRsp), global::EggLink.DanhengServer.Proto.ExchangeStaminaScRsp.Parser, new[]{ "ItemCostList", "LastRecoverTime", "ExchangeTimes", "Retcode", "StaminaAdd" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ExchangeStaminaScRsp : pb::IMessage<ExchangeStaminaScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ExchangeStaminaScRsp> _parser = new pb::MessageParser<ExchangeStaminaScRsp>(() => new ExchangeStaminaScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ExchangeStaminaScRsp> 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.ExchangeStaminaScRspReflection.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 ExchangeStaminaScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ExchangeStaminaScRsp(ExchangeStaminaScRsp other) : this() {
itemCostList_ = other.itemCostList_.Clone();
lastRecoverTime_ = other.lastRecoverTime_;
exchangeTimes_ = other.exchangeTimes_;
retcode_ = other.retcode_;
staminaAdd_ = other.staminaAdd_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ExchangeStaminaScRsp Clone() {
return new ExchangeStaminaScRsp(this);
}
/// <summary>Field number for the "ItemCostList" field.</summary>
public const int ItemCostListFieldNumber = 13;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ItemCost> _repeated_itemCostList_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.ItemCost.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemCost> itemCostList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemCost>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemCost> ItemCostList {
get { return itemCostList_; }
}
/// <summary>Field number for the "LastRecoverTime" field.</summary>
public const int LastRecoverTimeFieldNumber = 4;
private long lastRecoverTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long LastRecoverTime {
get { return lastRecoverTime_; }
set {
lastRecoverTime_ = value;
}
}
/// <summary>Field number for the "ExchangeTimes" field.</summary>
public const int ExchangeTimesFieldNumber = 11;
private uint exchangeTimes_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ExchangeTimes {
get { return exchangeTimes_; }
set {
exchangeTimes_ = value;
}
}
/// <summary>Field number for the "Retcode" field.</summary>
public const int RetcodeFieldNumber = 8;
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 "StaminaAdd" field.</summary>
public const int StaminaAddFieldNumber = 3;
private uint staminaAdd_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint StaminaAdd {
get { return staminaAdd_; }
set {
staminaAdd_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ExchangeStaminaScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ExchangeStaminaScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!itemCostList_.Equals(other.itemCostList_)) return false;
if (LastRecoverTime != other.LastRecoverTime) return false;
if (ExchangeTimes != other.ExchangeTimes) return false;
if (Retcode != other.Retcode) return false;
if (StaminaAdd != other.StaminaAdd) 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 ^= itemCostList_.GetHashCode();
if (LastRecoverTime != 0L) hash ^= LastRecoverTime.GetHashCode();
if (ExchangeTimes != 0) hash ^= ExchangeTimes.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (StaminaAdd != 0) hash ^= StaminaAdd.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 (StaminaAdd != 0) {
output.WriteRawTag(24);
output.WriteUInt32(StaminaAdd);
}
if (LastRecoverTime != 0L) {
output.WriteRawTag(32);
output.WriteInt64(LastRecoverTime);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (ExchangeTimes != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ExchangeTimes);
}
itemCostList_.WriteTo(output, _repeated_itemCostList_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 (StaminaAdd != 0) {
output.WriteRawTag(24);
output.WriteUInt32(StaminaAdd);
}
if (LastRecoverTime != 0L) {
output.WriteRawTag(32);
output.WriteInt64(LastRecoverTime);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (ExchangeTimes != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ExchangeTimes);
}
itemCostList_.WriteTo(ref output, _repeated_itemCostList_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 += itemCostList_.CalculateSize(_repeated_itemCostList_codec);
if (LastRecoverTime != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastRecoverTime);
}
if (ExchangeTimes != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ExchangeTimes);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (StaminaAdd != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StaminaAdd);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ExchangeStaminaScRsp other) {
if (other == null) {
return;
}
itemCostList_.Add(other.itemCostList_);
if (other.LastRecoverTime != 0L) {
LastRecoverTime = other.LastRecoverTime;
}
if (other.ExchangeTimes != 0) {
ExchangeTimes = other.ExchangeTimes;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.StaminaAdd != 0) {
StaminaAdd = other.StaminaAdd;
}
_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: {
StaminaAdd = input.ReadUInt32();
break;
}
case 32: {
LastRecoverTime = input.ReadInt64();
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 88: {
ExchangeTimes = input.ReadUInt32();
break;
}
case 106: {
itemCostList_.AddEntriesFrom(input, _repeated_itemCostList_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 24: {
StaminaAdd = input.ReadUInt32();
break;
}
case 32: {
LastRecoverTime = input.ReadInt64();
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 88: {
ExchangeTimes = input.ReadUInt32();
break;
}
case 106: {
itemCostList_.AddEntriesFrom(ref input, _repeated_itemCostList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code