Files
DanhengServer-OpenSource/Proto/TelevisionActivityBattleEndScNotify.cs
2024-10-05 22:40:41 +08:00

396 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TelevisionActivityBattleEndScNotify.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 TelevisionActivityBattleEndScNotify.proto</summary>
public static partial class TelevisionActivityBattleEndScNotifyReflection {
#region Descriptor
/// <summary>File descriptor for TelevisionActivityBattleEndScNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static TelevisionActivityBattleEndScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CilUZWxldmlzaW9uQWN0aXZpdHlCYXR0bGVFbmRTY05vdGlmeS5wcm90bxoc",
"VGVsZXZpc2lvbkFjdGl2aXR5RGF0YS5wcm90byKnAQojVGVsZXZpc2lvbkFj",
"dGl2aXR5QmF0dGxlRW5kU2NOb3RpZnkSEwoLQkJLRENORElKTE4YBiABKA0S",
"EwoLQkZBREhQTU1PRFAYDSABKA0SLAoLSkNCSENFSUlQRE0YCiABKAsyFy5U",
"ZWxldmlzaW9uQWN0aXZpdHlEYXRhEhMKC0xDTEJLSUFEQ09LGA8gASgNEhMK",
"C09GQ0dCQ1BFRkVPGAwgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
"UHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TelevisionActivityDataReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TelevisionActivityBattleEndScNotify), global::EggLink.DanhengServer.Proto.TelevisionActivityBattleEndScNotify.Parser, new[]{ "BBKDCNDIJLN", "BFADHPMMODP", "JCBHCEIIPDM", "LCLBKIADCOK", "OFCGBCPEFEO" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class TelevisionActivityBattleEndScNotify : pb::IMessage<TelevisionActivityBattleEndScNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<TelevisionActivityBattleEndScNotify> _parser = new pb::MessageParser<TelevisionActivityBattleEndScNotify>(() => new TelevisionActivityBattleEndScNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<TelevisionActivityBattleEndScNotify> 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.TelevisionActivityBattleEndScNotifyReflection.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 TelevisionActivityBattleEndScNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TelevisionActivityBattleEndScNotify(TelevisionActivityBattleEndScNotify other) : this() {
bBKDCNDIJLN_ = other.bBKDCNDIJLN_;
bFADHPMMODP_ = other.bFADHPMMODP_;
jCBHCEIIPDM_ = other.jCBHCEIIPDM_ != null ? other.jCBHCEIIPDM_.Clone() : null;
lCLBKIADCOK_ = other.lCLBKIADCOK_;
oFCGBCPEFEO_ = other.oFCGBCPEFEO_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TelevisionActivityBattleEndScNotify Clone() {
return new TelevisionActivityBattleEndScNotify(this);
}
/// <summary>Field number for the "BBKDCNDIJLN" field.</summary>
public const int BBKDCNDIJLNFieldNumber = 6;
private uint bBKDCNDIJLN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BBKDCNDIJLN {
get { return bBKDCNDIJLN_; }
set {
bBKDCNDIJLN_ = value;
}
}
/// <summary>Field number for the "BFADHPMMODP" field.</summary>
public const int BFADHPMMODPFieldNumber = 13;
private uint bFADHPMMODP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BFADHPMMODP {
get { return bFADHPMMODP_; }
set {
bFADHPMMODP_ = value;
}
}
/// <summary>Field number for the "JCBHCEIIPDM" field.</summary>
public const int JCBHCEIIPDMFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.TelevisionActivityData jCBHCEIIPDM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.TelevisionActivityData JCBHCEIIPDM {
get { return jCBHCEIIPDM_; }
set {
jCBHCEIIPDM_ = value;
}
}
/// <summary>Field number for the "LCLBKIADCOK" field.</summary>
public const int LCLBKIADCOKFieldNumber = 15;
private uint lCLBKIADCOK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LCLBKIADCOK {
get { return lCLBKIADCOK_; }
set {
lCLBKIADCOK_ = value;
}
}
/// <summary>Field number for the "OFCGBCPEFEO" field.</summary>
public const int OFCGBCPEFEOFieldNumber = 12;
private uint oFCGBCPEFEO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OFCGBCPEFEO {
get { return oFCGBCPEFEO_; }
set {
oFCGBCPEFEO_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as TelevisionActivityBattleEndScNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(TelevisionActivityBattleEndScNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (BBKDCNDIJLN != other.BBKDCNDIJLN) return false;
if (BFADHPMMODP != other.BFADHPMMODP) return false;
if (!object.Equals(JCBHCEIIPDM, other.JCBHCEIIPDM)) return false;
if (LCLBKIADCOK != other.LCLBKIADCOK) return false;
if (OFCGBCPEFEO != other.OFCGBCPEFEO) 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 (BBKDCNDIJLN != 0) hash ^= BBKDCNDIJLN.GetHashCode();
if (BFADHPMMODP != 0) hash ^= BFADHPMMODP.GetHashCode();
if (jCBHCEIIPDM_ != null) hash ^= JCBHCEIIPDM.GetHashCode();
if (LCLBKIADCOK != 0) hash ^= LCLBKIADCOK.GetHashCode();
if (OFCGBCPEFEO != 0) hash ^= OFCGBCPEFEO.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 (BBKDCNDIJLN != 0) {
output.WriteRawTag(48);
output.WriteUInt32(BBKDCNDIJLN);
}
if (jCBHCEIIPDM_ != null) {
output.WriteRawTag(82);
output.WriteMessage(JCBHCEIIPDM);
}
if (OFCGBCPEFEO != 0) {
output.WriteRawTag(96);
output.WriteUInt32(OFCGBCPEFEO);
}
if (BFADHPMMODP != 0) {
output.WriteRawTag(104);
output.WriteUInt32(BFADHPMMODP);
}
if (LCLBKIADCOK != 0) {
output.WriteRawTag(120);
output.WriteUInt32(LCLBKIADCOK);
}
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 (BBKDCNDIJLN != 0) {
output.WriteRawTag(48);
output.WriteUInt32(BBKDCNDIJLN);
}
if (jCBHCEIIPDM_ != null) {
output.WriteRawTag(82);
output.WriteMessage(JCBHCEIIPDM);
}
if (OFCGBCPEFEO != 0) {
output.WriteRawTag(96);
output.WriteUInt32(OFCGBCPEFEO);
}
if (BFADHPMMODP != 0) {
output.WriteRawTag(104);
output.WriteUInt32(BFADHPMMODP);
}
if (LCLBKIADCOK != 0) {
output.WriteRawTag(120);
output.WriteUInt32(LCLBKIADCOK);
}
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 (BBKDCNDIJLN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BBKDCNDIJLN);
}
if (BFADHPMMODP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BFADHPMMODP);
}
if (jCBHCEIIPDM_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JCBHCEIIPDM);
}
if (LCLBKIADCOK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LCLBKIADCOK);
}
if (OFCGBCPEFEO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFCGBCPEFEO);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(TelevisionActivityBattleEndScNotify other) {
if (other == null) {
return;
}
if (other.BBKDCNDIJLN != 0) {
BBKDCNDIJLN = other.BBKDCNDIJLN;
}
if (other.BFADHPMMODP != 0) {
BFADHPMMODP = other.BFADHPMMODP;
}
if (other.jCBHCEIIPDM_ != null) {
if (jCBHCEIIPDM_ == null) {
JCBHCEIIPDM = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
}
JCBHCEIIPDM.MergeFrom(other.JCBHCEIIPDM);
}
if (other.LCLBKIADCOK != 0) {
LCLBKIADCOK = other.LCLBKIADCOK;
}
if (other.OFCGBCPEFEO != 0) {
OFCGBCPEFEO = other.OFCGBCPEFEO;
}
_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 48: {
BBKDCNDIJLN = input.ReadUInt32();
break;
}
case 82: {
if (jCBHCEIIPDM_ == null) {
JCBHCEIIPDM = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
}
input.ReadMessage(JCBHCEIIPDM);
break;
}
case 96: {
OFCGBCPEFEO = input.ReadUInt32();
break;
}
case 104: {
BFADHPMMODP = input.ReadUInt32();
break;
}
case 120: {
LCLBKIADCOK = 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 48: {
BBKDCNDIJLN = input.ReadUInt32();
break;
}
case 82: {
if (jCBHCEIIPDM_ == null) {
JCBHCEIIPDM = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
}
input.ReadMessage(JCBHCEIIPDM);
break;
}
case 96: {
OFCGBCPEFEO = input.ReadUInt32();
break;
}
case 104: {
BFADHPMMODP = input.ReadUInt32();
break;
}
case 120: {
LCLBKIADCOK = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code