mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
396 lines
14 KiB
C#
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",
|
|
"dGl2aXR5QmF0dGxlRW5kU2NOb3RpZnkSLAoLREZDQ0JEUE5MRUEYCSABKAsy",
|
|
"Fy5UZWxldmlzaW9uQWN0aXZpdHlEYXRhEhMKC05QSkVFQ0VEUE9LGAcgASgN",
|
|
"EhMKC0ZJRElPSUhMTEdBGAMgASgNEhMKC0ZDRVBJUENDT01OGAwgASgNEhMK",
|
|
"C0hPRUhJT0JJSUVKGAogASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
|
|
"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[]{ "DFCCBDPNLEA", "NPJEECEDPOK", "FIDIOIHLLGA", "FCEPIPCCOMN", "HOEHIOBIIEJ" }, 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() {
|
|
dFCCBDPNLEA_ = other.dFCCBDPNLEA_ != null ? other.dFCCBDPNLEA_.Clone() : null;
|
|
nPJEECEDPOK_ = other.nPJEECEDPOK_;
|
|
fIDIOIHLLGA_ = other.fIDIOIHLLGA_;
|
|
fCEPIPCCOMN_ = other.fCEPIPCCOMN_;
|
|
hOEHIOBIIEJ_ = other.hOEHIOBIIEJ_;
|
|
_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 "DFCCBDPNLEA" field.</summary>
|
|
public const int DFCCBDPNLEAFieldNumber = 9;
|
|
private global::EggLink.DanhengServer.Proto.TelevisionActivityData dFCCBDPNLEA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.TelevisionActivityData DFCCBDPNLEA {
|
|
get { return dFCCBDPNLEA_; }
|
|
set {
|
|
dFCCBDPNLEA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NPJEECEDPOK" field.</summary>
|
|
public const int NPJEECEDPOKFieldNumber = 7;
|
|
private uint nPJEECEDPOK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NPJEECEDPOK {
|
|
get { return nPJEECEDPOK_; }
|
|
set {
|
|
nPJEECEDPOK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FIDIOIHLLGA" field.</summary>
|
|
public const int FIDIOIHLLGAFieldNumber = 3;
|
|
private uint fIDIOIHLLGA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FIDIOIHLLGA {
|
|
get { return fIDIOIHLLGA_; }
|
|
set {
|
|
fIDIOIHLLGA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FCEPIPCCOMN" field.</summary>
|
|
public const int FCEPIPCCOMNFieldNumber = 12;
|
|
private uint fCEPIPCCOMN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FCEPIPCCOMN {
|
|
get { return fCEPIPCCOMN_; }
|
|
set {
|
|
fCEPIPCCOMN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HOEHIOBIIEJ" field.</summary>
|
|
public const int HOEHIOBIIEJFieldNumber = 10;
|
|
private uint hOEHIOBIIEJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HOEHIOBIIEJ {
|
|
get { return hOEHIOBIIEJ_; }
|
|
set {
|
|
hOEHIOBIIEJ_ = 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 (!object.Equals(DFCCBDPNLEA, other.DFCCBDPNLEA)) return false;
|
|
if (NPJEECEDPOK != other.NPJEECEDPOK) return false;
|
|
if (FIDIOIHLLGA != other.FIDIOIHLLGA) return false;
|
|
if (FCEPIPCCOMN != other.FCEPIPCCOMN) return false;
|
|
if (HOEHIOBIIEJ != other.HOEHIOBIIEJ) 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 (dFCCBDPNLEA_ != null) hash ^= DFCCBDPNLEA.GetHashCode();
|
|
if (NPJEECEDPOK != 0) hash ^= NPJEECEDPOK.GetHashCode();
|
|
if (FIDIOIHLLGA != 0) hash ^= FIDIOIHLLGA.GetHashCode();
|
|
if (FCEPIPCCOMN != 0) hash ^= FCEPIPCCOMN.GetHashCode();
|
|
if (HOEHIOBIIEJ != 0) hash ^= HOEHIOBIIEJ.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 (FIDIOIHLLGA != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(FIDIOIHLLGA);
|
|
}
|
|
if (NPJEECEDPOK != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(NPJEECEDPOK);
|
|
}
|
|
if (dFCCBDPNLEA_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(DFCCBDPNLEA);
|
|
}
|
|
if (HOEHIOBIIEJ != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(HOEHIOBIIEJ);
|
|
}
|
|
if (FCEPIPCCOMN != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(FCEPIPCCOMN);
|
|
}
|
|
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 (FIDIOIHLLGA != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(FIDIOIHLLGA);
|
|
}
|
|
if (NPJEECEDPOK != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(NPJEECEDPOK);
|
|
}
|
|
if (dFCCBDPNLEA_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(DFCCBDPNLEA);
|
|
}
|
|
if (HOEHIOBIIEJ != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(HOEHIOBIIEJ);
|
|
}
|
|
if (FCEPIPCCOMN != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(FCEPIPCCOMN);
|
|
}
|
|
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 (dFCCBDPNLEA_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DFCCBDPNLEA);
|
|
}
|
|
if (NPJEECEDPOK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NPJEECEDPOK);
|
|
}
|
|
if (FIDIOIHLLGA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FIDIOIHLLGA);
|
|
}
|
|
if (FCEPIPCCOMN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FCEPIPCCOMN);
|
|
}
|
|
if (HOEHIOBIIEJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HOEHIOBIIEJ);
|
|
}
|
|
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.dFCCBDPNLEA_ != null) {
|
|
if (dFCCBDPNLEA_ == null) {
|
|
DFCCBDPNLEA = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
DFCCBDPNLEA.MergeFrom(other.DFCCBDPNLEA);
|
|
}
|
|
if (other.NPJEECEDPOK != 0) {
|
|
NPJEECEDPOK = other.NPJEECEDPOK;
|
|
}
|
|
if (other.FIDIOIHLLGA != 0) {
|
|
FIDIOIHLLGA = other.FIDIOIHLLGA;
|
|
}
|
|
if (other.FCEPIPCCOMN != 0) {
|
|
FCEPIPCCOMN = other.FCEPIPCCOMN;
|
|
}
|
|
if (other.HOEHIOBIIEJ != 0) {
|
|
HOEHIOBIIEJ = other.HOEHIOBIIEJ;
|
|
}
|
|
_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 24: {
|
|
FIDIOIHLLGA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
NPJEECEDPOK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (dFCCBDPNLEA_ == null) {
|
|
DFCCBDPNLEA = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
input.ReadMessage(DFCCBDPNLEA);
|
|
break;
|
|
}
|
|
case 80: {
|
|
HOEHIOBIIEJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
FCEPIPCCOMN = 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 24: {
|
|
FIDIOIHLLGA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
NPJEECEDPOK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (dFCCBDPNLEA_ == null) {
|
|
DFCCBDPNLEA = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
input.ReadMessage(DFCCBDPNLEA);
|
|
break;
|
|
}
|
|
case 80: {
|
|
HOEHIOBIIEJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
FCEPIPCCOMN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|