mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
357 lines
12 KiB
C#
357 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: BenefitData.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 BenefitData.proto</summary>
|
|
public static partial class BenefitDataReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for BenefitData.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static BenefitDataReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFCZW5lZml0RGF0YS5wcm90bxoXQmVuZWZpdEl0ZW1Db25maWcucHJvdG8i",
|
|
"ZQoLQmVuZWZpdERhdGESIgoGY29uZmlnGAYgASgLMhIuQmVuZWZpdEl0ZW1D",
|
|
"b25maWcSDQoFbGV2ZWwYBCABKA0SDgoGc3RhdHVzGAogASgNEhMKC2RhaWx5",
|
|
"X2luZGV4GA0gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i",
|
|
"BnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BenefitItemConfigReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BenefitData), global::EggLink.DanhengServer.Proto.BenefitData.Parser, new[]{ "Config", "Level", "Status", "DailyIndex" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class BenefitData : pb::IMessage<BenefitData>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<BenefitData> _parser = new pb::MessageParser<BenefitData>(() => new BenefitData());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<BenefitData> 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.BenefitDataReflection.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 BenefitData() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public BenefitData(BenefitData other) : this() {
|
|
config_ = other.config_ != null ? other.config_.Clone() : null;
|
|
level_ = other.level_;
|
|
status_ = other.status_;
|
|
dailyIndex_ = other.dailyIndex_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public BenefitData Clone() {
|
|
return new BenefitData(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "config" field.</summary>
|
|
public const int ConfigFieldNumber = 6;
|
|
private global::EggLink.DanhengServer.Proto.BenefitItemConfig config_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.BenefitItemConfig Config {
|
|
get { return config_; }
|
|
set {
|
|
config_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level" field.</summary>
|
|
public const int LevelFieldNumber = 4;
|
|
private uint level_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Level {
|
|
get { return level_; }
|
|
set {
|
|
level_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "status" field.</summary>
|
|
public const int StatusFieldNumber = 10;
|
|
private uint status_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Status {
|
|
get { return status_; }
|
|
set {
|
|
status_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "daily_index" field.</summary>
|
|
public const int DailyIndexFieldNumber = 13;
|
|
private uint dailyIndex_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DailyIndex {
|
|
get { return dailyIndex_; }
|
|
set {
|
|
dailyIndex_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as BenefitData);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(BenefitData other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(Config, other.Config)) return false;
|
|
if (Level != other.Level) return false;
|
|
if (Status != other.Status) return false;
|
|
if (DailyIndex != other.DailyIndex) 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 (config_ != null) hash ^= Config.GetHashCode();
|
|
if (Level != 0) hash ^= Level.GetHashCode();
|
|
if (Status != 0) hash ^= Status.GetHashCode();
|
|
if (DailyIndex != 0) hash ^= DailyIndex.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 (Level != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (config_ != null) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(Config);
|
|
}
|
|
if (Status != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(Status);
|
|
}
|
|
if (DailyIndex != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(DailyIndex);
|
|
}
|
|
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 (Level != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (config_ != null) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(Config);
|
|
}
|
|
if (Status != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(Status);
|
|
}
|
|
if (DailyIndex != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(DailyIndex);
|
|
}
|
|
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 (config_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Config);
|
|
}
|
|
if (Level != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
|
}
|
|
if (Status != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Status);
|
|
}
|
|
if (DailyIndex != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DailyIndex);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(BenefitData other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.config_ != null) {
|
|
if (config_ == null) {
|
|
Config = new global::EggLink.DanhengServer.Proto.BenefitItemConfig();
|
|
}
|
|
Config.MergeFrom(other.Config);
|
|
}
|
|
if (other.Level != 0) {
|
|
Level = other.Level;
|
|
}
|
|
if (other.Status != 0) {
|
|
Status = other.Status;
|
|
}
|
|
if (other.DailyIndex != 0) {
|
|
DailyIndex = other.DailyIndex;
|
|
}
|
|
_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 32: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
if (config_ == null) {
|
|
Config = new global::EggLink.DanhengServer.Proto.BenefitItemConfig();
|
|
}
|
|
input.ReadMessage(Config);
|
|
break;
|
|
}
|
|
case 80: {
|
|
Status = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
DailyIndex = 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 32: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
if (config_ == null) {
|
|
Config = new global::EggLink.DanhengServer.Proto.BenefitItemConfig();
|
|
}
|
|
input.ReadMessage(Config);
|
|
break;
|
|
}
|
|
case 80: {
|
|
Status = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
DailyIndex = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|