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

329 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MusicRhythmGroup.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 MusicRhythmGroup.proto</summary>
public static partial class MusicRhythmGroupReflection {
#region Descriptor
/// <summary>File descriptor for MusicRhythmGroup.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MusicRhythmGroupReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZNdXNpY1JoeXRobUdyb3VwLnByb3RvIm8KEE11c2ljUmh5dGhtR3JvdXAS",
"EwoLTkJCT0FCR0xDSkMYASADKA0SFgoObXVzaWNfZ3JvdXBfaWQYAiABKA0S",
"EwoLRE5LSkRKSkJDREsYCSADKA0SGQoRbXVzaWNfZ3JvdXBfcGhhc2UYCyAB",
"KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MusicRhythmGroup), global::EggLink.DanhengServer.Proto.MusicRhythmGroup.Parser, new[]{ "NBBOABGLCJC", "MusicGroupId", "DNKJDJJBCDK", "MusicGroupPhase" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MusicRhythmGroup : pb::IMessage<MusicRhythmGroup>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MusicRhythmGroup> _parser = new pb::MessageParser<MusicRhythmGroup>(() => new MusicRhythmGroup());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MusicRhythmGroup> 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.MusicRhythmGroupReflection.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 MusicRhythmGroup() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MusicRhythmGroup(MusicRhythmGroup other) : this() {
nBBOABGLCJC_ = other.nBBOABGLCJC_.Clone();
musicGroupId_ = other.musicGroupId_;
dNKJDJJBCDK_ = other.dNKJDJJBCDK_.Clone();
musicGroupPhase_ = other.musicGroupPhase_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MusicRhythmGroup Clone() {
return new MusicRhythmGroup(this);
}
/// <summary>Field number for the "NBBOABGLCJC" field.</summary>
public const int NBBOABGLCJCFieldNumber = 1;
private static readonly pb::FieldCodec<uint> _repeated_nBBOABGLCJC_codec
= pb::FieldCodec.ForUInt32(10);
private readonly pbc::RepeatedField<uint> nBBOABGLCJC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> NBBOABGLCJC {
get { return nBBOABGLCJC_; }
}
/// <summary>Field number for the "music_group_id" field.</summary>
public const int MusicGroupIdFieldNumber = 2;
private uint musicGroupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MusicGroupId {
get { return musicGroupId_; }
set {
musicGroupId_ = value;
}
}
/// <summary>Field number for the "DNKJDJJBCDK" field.</summary>
public const int DNKJDJJBCDKFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_dNKJDJJBCDK_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> dNKJDJJBCDK_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> DNKJDJJBCDK {
get { return dNKJDJJBCDK_; }
}
/// <summary>Field number for the "music_group_phase" field.</summary>
public const int MusicGroupPhaseFieldNumber = 11;
private uint musicGroupPhase_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MusicGroupPhase {
get { return musicGroupPhase_; }
set {
musicGroupPhase_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MusicRhythmGroup);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MusicRhythmGroup other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!nBBOABGLCJC_.Equals(other.nBBOABGLCJC_)) return false;
if (MusicGroupId != other.MusicGroupId) return false;
if(!dNKJDJJBCDK_.Equals(other.dNKJDJJBCDK_)) return false;
if (MusicGroupPhase != other.MusicGroupPhase) 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 ^= nBBOABGLCJC_.GetHashCode();
if (MusicGroupId != 0) hash ^= MusicGroupId.GetHashCode();
hash ^= dNKJDJJBCDK_.GetHashCode();
if (MusicGroupPhase != 0) hash ^= MusicGroupPhase.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
nBBOABGLCJC_.WriteTo(output, _repeated_nBBOABGLCJC_codec);
if (MusicGroupId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(MusicGroupId);
}
dNKJDJJBCDK_.WriteTo(output, _repeated_dNKJDJJBCDK_codec);
if (MusicGroupPhase != 0) {
output.WriteRawTag(88);
output.WriteUInt32(MusicGroupPhase);
}
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) {
nBBOABGLCJC_.WriteTo(ref output, _repeated_nBBOABGLCJC_codec);
if (MusicGroupId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(MusicGroupId);
}
dNKJDJJBCDK_.WriteTo(ref output, _repeated_dNKJDJJBCDK_codec);
if (MusicGroupPhase != 0) {
output.WriteRawTag(88);
output.WriteUInt32(MusicGroupPhase);
}
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 += nBBOABGLCJC_.CalculateSize(_repeated_nBBOABGLCJC_codec);
if (MusicGroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MusicGroupId);
}
size += dNKJDJJBCDK_.CalculateSize(_repeated_dNKJDJJBCDK_codec);
if (MusicGroupPhase != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MusicGroupPhase);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MusicRhythmGroup other) {
if (other == null) {
return;
}
nBBOABGLCJC_.Add(other.nBBOABGLCJC_);
if (other.MusicGroupId != 0) {
MusicGroupId = other.MusicGroupId;
}
dNKJDJJBCDK_.Add(other.dNKJDJJBCDK_);
if (other.MusicGroupPhase != 0) {
MusicGroupPhase = other.MusicGroupPhase;
}
_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 10:
case 8: {
nBBOABGLCJC_.AddEntriesFrom(input, _repeated_nBBOABGLCJC_codec);
break;
}
case 16: {
MusicGroupId = input.ReadUInt32();
break;
}
case 74:
case 72: {
dNKJDJJBCDK_.AddEntriesFrom(input, _repeated_dNKJDJJBCDK_codec);
break;
}
case 88: {
MusicGroupPhase = 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 10:
case 8: {
nBBOABGLCJC_.AddEntriesFrom(ref input, _repeated_nBBOABGLCJC_codec);
break;
}
case 16: {
MusicGroupId = input.ReadUInt32();
break;
}
case 74:
case 72: {
dNKJDJJBCDK_.AddEntriesFrom(ref input, _repeated_dNKJDJJBCDK_codec);
break;
}
case 88: {
MusicGroupPhase = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code