Files
DanhengServer-OpenSource/Proto/RelicSmartWearPlan.cs
2025-09-27 13:58:04 +08:00

330 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RelicSmartWearPlan.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 RelicSmartWearPlan.proto</summary>
public static partial class RelicSmartWearPlanReflection {
#region Descriptor
/// <summary>File descriptor for RelicSmartWearPlan.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RelicSmartWearPlanReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChhSZWxpY1NtYXJ0V2VhclBsYW4ucHJvdG8icQoSUmVsaWNTbWFydFdlYXJQ",
"bGFuEhkKEWluc2lkZV9yZWxpY19saXN0GA8gAygNEhEKCXVuaXF1ZV9pZBgC",
"IAEoDRIRCglhdmF0YXJfaWQYDSABKA0SGgoSb3V0c2lkZV9yZWxpY19saXN0",
"GAsgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
"Mw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RelicSmartWearPlan), global::EggLink.DanhengServer.Proto.RelicSmartWearPlan.Parser, new[]{ "InsideRelicList", "UniqueId", "AvatarId", "OutsideRelicList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RelicSmartWearPlan : pb::IMessage<RelicSmartWearPlan>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RelicSmartWearPlan> _parser = new pb::MessageParser<RelicSmartWearPlan>(() => new RelicSmartWearPlan());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RelicSmartWearPlan> 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.RelicSmartWearPlanReflection.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 RelicSmartWearPlan() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RelicSmartWearPlan(RelicSmartWearPlan other) : this() {
insideRelicList_ = other.insideRelicList_.Clone();
uniqueId_ = other.uniqueId_;
avatarId_ = other.avatarId_;
outsideRelicList_ = other.outsideRelicList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RelicSmartWearPlan Clone() {
return new RelicSmartWearPlan(this);
}
/// <summary>Field number for the "inside_relic_list" field.</summary>
public const int InsideRelicListFieldNumber = 15;
private static readonly pb::FieldCodec<uint> _repeated_insideRelicList_codec
= pb::FieldCodec.ForUInt32(122);
private readonly pbc::RepeatedField<uint> insideRelicList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> InsideRelicList {
get { return insideRelicList_; }
}
/// <summary>Field number for the "unique_id" field.</summary>
public const int UniqueIdFieldNumber = 2;
private uint uniqueId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint UniqueId {
get { return uniqueId_; }
set {
uniqueId_ = value;
}
}
/// <summary>Field number for the "avatar_id" field.</summary>
public const int AvatarIdFieldNumber = 13;
private uint avatarId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AvatarId {
get { return avatarId_; }
set {
avatarId_ = value;
}
}
/// <summary>Field number for the "outside_relic_list" field.</summary>
public const int OutsideRelicListFieldNumber = 11;
private static readonly pb::FieldCodec<uint> _repeated_outsideRelicList_codec
= pb::FieldCodec.ForUInt32(90);
private readonly pbc::RepeatedField<uint> outsideRelicList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> OutsideRelicList {
get { return outsideRelicList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RelicSmartWearPlan);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RelicSmartWearPlan other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!insideRelicList_.Equals(other.insideRelicList_)) return false;
if (UniqueId != other.UniqueId) return false;
if (AvatarId != other.AvatarId) return false;
if(!outsideRelicList_.Equals(other.outsideRelicList_)) 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 ^= insideRelicList_.GetHashCode();
if (UniqueId != 0) hash ^= UniqueId.GetHashCode();
if (AvatarId != 0) hash ^= AvatarId.GetHashCode();
hash ^= outsideRelicList_.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 (UniqueId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(UniqueId);
}
outsideRelicList_.WriteTo(output, _repeated_outsideRelicList_codec);
if (AvatarId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(AvatarId);
}
insideRelicList_.WriteTo(output, _repeated_insideRelicList_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 (UniqueId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(UniqueId);
}
outsideRelicList_.WriteTo(ref output, _repeated_outsideRelicList_codec);
if (AvatarId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(AvatarId);
}
insideRelicList_.WriteTo(ref output, _repeated_insideRelicList_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 += insideRelicList_.CalculateSize(_repeated_insideRelicList_codec);
if (UniqueId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UniqueId);
}
if (AvatarId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId);
}
size += outsideRelicList_.CalculateSize(_repeated_outsideRelicList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RelicSmartWearPlan other) {
if (other == null) {
return;
}
insideRelicList_.Add(other.insideRelicList_);
if (other.UniqueId != 0) {
UniqueId = other.UniqueId;
}
if (other.AvatarId != 0) {
AvatarId = other.AvatarId;
}
outsideRelicList_.Add(other.outsideRelicList_);
_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 16: {
UniqueId = input.ReadUInt32();
break;
}
case 90:
case 88: {
outsideRelicList_.AddEntriesFrom(input, _repeated_outsideRelicList_codec);
break;
}
case 104: {
AvatarId = input.ReadUInt32();
break;
}
case 122:
case 120: {
insideRelicList_.AddEntriesFrom(input, _repeated_insideRelicList_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 16: {
UniqueId = input.ReadUInt32();
break;
}
case 90:
case 88: {
outsideRelicList_.AddEntriesFrom(ref input, _repeated_outsideRelicList_codec);
break;
}
case 104: {
AvatarId = input.ReadUInt32();
break;
}
case 122:
case 120: {
insideRelicList_.AddEntriesFrom(ref input, _repeated_insideRelicList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code