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

292 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SetChallengePeakMobLineupAvatarCsReq.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 SetChallengePeakMobLineupAvatarCsReq.proto</summary>
public static partial class SetChallengePeakMobLineupAvatarCsReqReflection {
#region Descriptor
/// <summary>File descriptor for SetChallengePeakMobLineupAvatarCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static SetChallengePeakMobLineupAvatarCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CipTZXRDaGFsbGVuZ2VQZWFrTW9iTGluZXVwQXZhdGFyQ3NSZXEucHJvdG8a",
"GUNoYWxsZW5nZVBlYWtMaW5ldXAucHJvdG8ifQokU2V0Q2hhbGxlbmdlUGVh",
"a01vYkxpbmV1cEF2YXRhckNzUmVxEikKC2xpbmV1cF9saXN0GAwgAygLMhQu",
"Q2hhbGxlbmdlUGVha0xpbmV1cBITCgtDSEhDQ0dMR0ZGRhgPIAMoDRIVCg1w",
"ZWFrX2dyb3VwX2lkGAsgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
"UHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengePeakLineupReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetChallengePeakMobLineupAvatarCsReq), global::EggLink.DanhengServer.Proto.SetChallengePeakMobLineupAvatarCsReq.Parser, new[]{ "LineupList", "CHHCCGLGFFF", "PeakGroupId" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SetChallengePeakMobLineupAvatarCsReq : pb::IMessage<SetChallengePeakMobLineupAvatarCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<SetChallengePeakMobLineupAvatarCsReq> _parser = new pb::MessageParser<SetChallengePeakMobLineupAvatarCsReq>(() => new SetChallengePeakMobLineupAvatarCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<SetChallengePeakMobLineupAvatarCsReq> 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.SetChallengePeakMobLineupAvatarCsReqReflection.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 SetChallengePeakMobLineupAvatarCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SetChallengePeakMobLineupAvatarCsReq(SetChallengePeakMobLineupAvatarCsReq other) : this() {
lineupList_ = other.lineupList_.Clone();
cHHCCGLGFFF_ = other.cHHCCGLGFFF_.Clone();
peakGroupId_ = other.peakGroupId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SetChallengePeakMobLineupAvatarCsReq Clone() {
return new SetChallengePeakMobLineupAvatarCsReq(this);
}
/// <summary>Field number for the "lineup_list" field.</summary>
public const int LineupListFieldNumber = 12;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ChallengePeakLineup> _repeated_lineupList_codec
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.ChallengePeakLineup.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakLineup> lineupList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakLineup>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengePeakLineup> LineupList {
get { return lineupList_; }
}
/// <summary>Field number for the "CHHCCGLGFFF" field.</summary>
public const int CHHCCGLGFFFFieldNumber = 15;
private static readonly pb::FieldCodec<uint> _repeated_cHHCCGLGFFF_codec
= pb::FieldCodec.ForUInt32(122);
private readonly pbc::RepeatedField<uint> cHHCCGLGFFF_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> CHHCCGLGFFF {
get { return cHHCCGLGFFF_; }
}
/// <summary>Field number for the "peak_group_id" field.</summary>
public const int PeakGroupIdFieldNumber = 11;
private uint peakGroupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PeakGroupId {
get { return peakGroupId_; }
set {
peakGroupId_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as SetChallengePeakMobLineupAvatarCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(SetChallengePeakMobLineupAvatarCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!lineupList_.Equals(other.lineupList_)) return false;
if(!cHHCCGLGFFF_.Equals(other.cHHCCGLGFFF_)) return false;
if (PeakGroupId != other.PeakGroupId) 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 ^= lineupList_.GetHashCode();
hash ^= cHHCCGLGFFF_.GetHashCode();
if (PeakGroupId != 0) hash ^= PeakGroupId.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 (PeakGroupId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(PeakGroupId);
}
lineupList_.WriteTo(output, _repeated_lineupList_codec);
cHHCCGLGFFF_.WriteTo(output, _repeated_cHHCCGLGFFF_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 (PeakGroupId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(PeakGroupId);
}
lineupList_.WriteTo(ref output, _repeated_lineupList_codec);
cHHCCGLGFFF_.WriteTo(ref output, _repeated_cHHCCGLGFFF_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 += lineupList_.CalculateSize(_repeated_lineupList_codec);
size += cHHCCGLGFFF_.CalculateSize(_repeated_cHHCCGLGFFF_codec);
if (PeakGroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakGroupId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(SetChallengePeakMobLineupAvatarCsReq other) {
if (other == null) {
return;
}
lineupList_.Add(other.lineupList_);
cHHCCGLGFFF_.Add(other.cHHCCGLGFFF_);
if (other.PeakGroupId != 0) {
PeakGroupId = other.PeakGroupId;
}
_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 88: {
PeakGroupId = input.ReadUInt32();
break;
}
case 98: {
lineupList_.AddEntriesFrom(input, _repeated_lineupList_codec);
break;
}
case 122:
case 120: {
cHHCCGLGFFF_.AddEntriesFrom(input, _repeated_cHHCCGLGFFF_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 88: {
PeakGroupId = input.ReadUInt32();
break;
}
case 98: {
lineupList_.AddEntriesFrom(ref input, _repeated_lineupList_codec);
break;
}
case 122:
case 120: {
cHHCCGLGFFF_.AddEntriesFrom(ref input, _repeated_cHHCCGLGFFF_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code