mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
329 lines
12 KiB
C#
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",
|
|
"EwoLRE5LSkRKSkJDREsYAiADKA0SEwoLTkJCT0FCR0xDSkMYBSADKA0SFgoO",
|
|
"bXVzaWNfZ3JvdXBfaWQYAyABKA0SGQoRbXVzaWNfZ3JvdXBfcGhhc2UYCCAB",
|
|
"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[]{ "DNKJDJJBCDK", "NBBOABGLCJC", "MusicGroupId", "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() {
|
|
dNKJDJJBCDK_ = other.dNKJDJJBCDK_.Clone();
|
|
nBBOABGLCJC_ = other.nBBOABGLCJC_.Clone();
|
|
musicGroupId_ = other.musicGroupId_;
|
|
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 "DNKJDJJBCDK" field.</summary>
|
|
public const int DNKJDJJBCDKFieldNumber = 2;
|
|
private static readonly pb::FieldCodec<uint> _repeated_dNKJDJJBCDK_codec
|
|
= pb::FieldCodec.ForUInt32(18);
|
|
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 "NBBOABGLCJC" field.</summary>
|
|
public const int NBBOABGLCJCFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<uint> _repeated_nBBOABGLCJC_codec
|
|
= pb::FieldCodec.ForUInt32(42);
|
|
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 = 3;
|
|
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 "music_group_phase" field.</summary>
|
|
public const int MusicGroupPhaseFieldNumber = 8;
|
|
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(!dNKJDJJBCDK_.Equals(other.dNKJDJJBCDK_)) return false;
|
|
if(!nBBOABGLCJC_.Equals(other.nBBOABGLCJC_)) return false;
|
|
if (MusicGroupId != other.MusicGroupId) 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 ^= dNKJDJJBCDK_.GetHashCode();
|
|
hash ^= nBBOABGLCJC_.GetHashCode();
|
|
if (MusicGroupId != 0) hash ^= MusicGroupId.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
|
|
dNKJDJJBCDK_.WriteTo(output, _repeated_dNKJDJJBCDK_codec);
|
|
if (MusicGroupId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(MusicGroupId);
|
|
}
|
|
nBBOABGLCJC_.WriteTo(output, _repeated_nBBOABGLCJC_codec);
|
|
if (MusicGroupPhase != 0) {
|
|
output.WriteRawTag(64);
|
|
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) {
|
|
dNKJDJJBCDK_.WriteTo(ref output, _repeated_dNKJDJJBCDK_codec);
|
|
if (MusicGroupId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(MusicGroupId);
|
|
}
|
|
nBBOABGLCJC_.WriteTo(ref output, _repeated_nBBOABGLCJC_codec);
|
|
if (MusicGroupPhase != 0) {
|
|
output.WriteRawTag(64);
|
|
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 += dNKJDJJBCDK_.CalculateSize(_repeated_dNKJDJJBCDK_codec);
|
|
size += nBBOABGLCJC_.CalculateSize(_repeated_nBBOABGLCJC_codec);
|
|
if (MusicGroupId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MusicGroupId);
|
|
}
|
|
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;
|
|
}
|
|
dNKJDJJBCDK_.Add(other.dNKJDJJBCDK_);
|
|
nBBOABGLCJC_.Add(other.nBBOABGLCJC_);
|
|
if (other.MusicGroupId != 0) {
|
|
MusicGroupId = other.MusicGroupId;
|
|
}
|
|
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 18:
|
|
case 16: {
|
|
dNKJDJJBCDK_.AddEntriesFrom(input, _repeated_dNKJDJJBCDK_codec);
|
|
break;
|
|
}
|
|
case 24: {
|
|
MusicGroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
nBBOABGLCJC_.AddEntriesFrom(input, _repeated_nBBOABGLCJC_codec);
|
|
break;
|
|
}
|
|
case 64: {
|
|
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 18:
|
|
case 16: {
|
|
dNKJDJJBCDK_.AddEntriesFrom(ref input, _repeated_dNKJDJJBCDK_codec);
|
|
break;
|
|
}
|
|
case 24: {
|
|
MusicGroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
nBBOABGLCJC_.AddEntriesFrom(ref input, _repeated_nBBOABGLCJC_codec);
|
|
break;
|
|
}
|
|
case 64: {
|
|
MusicGroupPhase = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|