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

534 lines
18 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: AnnounceData.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 AnnounceData.proto</summary>
public static partial class AnnounceDataReflection {
#region Descriptor
/// <summary>File descriptor for AnnounceData.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static AnnounceDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChJBbm5vdW5jZURhdGEucHJvdG8ixQEKDEFubm91bmNlRGF0YRITCgtCTkdE",
"S0lCSkhNRBgPIAEoCRITCgtDRU5DQUtESEhIQRgFIAEoCRITCgtKT0NKQUZJ",
"TERHSBgEIAEoCBISCgpiZWdpbl90aW1lGAsgASgDEhMKC0pDTEhQS0lFRElB",
"GA4gASgNEhAKCGVuZF90aW1lGAcgASgDEhEKCWNvbmZpZ19pZBgJIAEoDRIT",
"CgtPREJFRUxHQ0VOSRgBIAEoDRITCgtORk9JSUJKUEZGRxgIIAEoCUIeqgIb",
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AnnounceData), global::EggLink.DanhengServer.Proto.AnnounceData.Parser, new[]{ "BNGDKIBJHMD", "CENCAKDHHHA", "JOCJAFILDGH", "BeginTime", "JCLHPKIEDIA", "EndTime", "ConfigId", "ODBEELGCENI", "NFOIIBJPFFG" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class AnnounceData : pb::IMessage<AnnounceData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<AnnounceData> _parser = new pb::MessageParser<AnnounceData>(() => new AnnounceData());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<AnnounceData> 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.AnnounceDataReflection.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 AnnounceData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public AnnounceData(AnnounceData other) : this() {
bNGDKIBJHMD_ = other.bNGDKIBJHMD_;
cENCAKDHHHA_ = other.cENCAKDHHHA_;
jOCJAFILDGH_ = other.jOCJAFILDGH_;
beginTime_ = other.beginTime_;
jCLHPKIEDIA_ = other.jCLHPKIEDIA_;
endTime_ = other.endTime_;
configId_ = other.configId_;
oDBEELGCENI_ = other.oDBEELGCENI_;
nFOIIBJPFFG_ = other.nFOIIBJPFFG_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public AnnounceData Clone() {
return new AnnounceData(this);
}
/// <summary>Field number for the "BNGDKIBJHMD" field.</summary>
public const int BNGDKIBJHMDFieldNumber = 15;
private string bNGDKIBJHMD_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string BNGDKIBJHMD {
get { return bNGDKIBJHMD_; }
set {
bNGDKIBJHMD_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "CENCAKDHHHA" field.</summary>
public const int CENCAKDHHHAFieldNumber = 5;
private string cENCAKDHHHA_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string CENCAKDHHHA {
get { return cENCAKDHHHA_; }
set {
cENCAKDHHHA_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "JOCJAFILDGH" field.</summary>
public const int JOCJAFILDGHFieldNumber = 4;
private bool jOCJAFILDGH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool JOCJAFILDGH {
get { return jOCJAFILDGH_; }
set {
jOCJAFILDGH_ = value;
}
}
/// <summary>Field number for the "begin_time" field.</summary>
public const int BeginTimeFieldNumber = 11;
private long beginTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long BeginTime {
get { return beginTime_; }
set {
beginTime_ = value;
}
}
/// <summary>Field number for the "JCLHPKIEDIA" field.</summary>
public const int JCLHPKIEDIAFieldNumber = 14;
private uint jCLHPKIEDIA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JCLHPKIEDIA {
get { return jCLHPKIEDIA_; }
set {
jCLHPKIEDIA_ = value;
}
}
/// <summary>Field number for the "end_time" field.</summary>
public const int EndTimeFieldNumber = 7;
private long endTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long EndTime {
get { return endTime_; }
set {
endTime_ = value;
}
}
/// <summary>Field number for the "config_id" field.</summary>
public const int ConfigIdFieldNumber = 9;
private uint configId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ConfigId {
get { return configId_; }
set {
configId_ = value;
}
}
/// <summary>Field number for the "ODBEELGCENI" field.</summary>
public const int ODBEELGCENIFieldNumber = 1;
private uint oDBEELGCENI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ODBEELGCENI {
get { return oDBEELGCENI_; }
set {
oDBEELGCENI_ = value;
}
}
/// <summary>Field number for the "NFOIIBJPFFG" field.</summary>
public const int NFOIIBJPFFGFieldNumber = 8;
private string nFOIIBJPFFG_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string NFOIIBJPFFG {
get { return nFOIIBJPFFG_; }
set {
nFOIIBJPFFG_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as AnnounceData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(AnnounceData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (BNGDKIBJHMD != other.BNGDKIBJHMD) return false;
if (CENCAKDHHHA != other.CENCAKDHHHA) return false;
if (JOCJAFILDGH != other.JOCJAFILDGH) return false;
if (BeginTime != other.BeginTime) return false;
if (JCLHPKIEDIA != other.JCLHPKIEDIA) return false;
if (EndTime != other.EndTime) return false;
if (ConfigId != other.ConfigId) return false;
if (ODBEELGCENI != other.ODBEELGCENI) return false;
if (NFOIIBJPFFG != other.NFOIIBJPFFG) 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 (BNGDKIBJHMD.Length != 0) hash ^= BNGDKIBJHMD.GetHashCode();
if (CENCAKDHHHA.Length != 0) hash ^= CENCAKDHHHA.GetHashCode();
if (JOCJAFILDGH != false) hash ^= JOCJAFILDGH.GetHashCode();
if (BeginTime != 0L) hash ^= BeginTime.GetHashCode();
if (JCLHPKIEDIA != 0) hash ^= JCLHPKIEDIA.GetHashCode();
if (EndTime != 0L) hash ^= EndTime.GetHashCode();
if (ConfigId != 0) hash ^= ConfigId.GetHashCode();
if (ODBEELGCENI != 0) hash ^= ODBEELGCENI.GetHashCode();
if (NFOIIBJPFFG.Length != 0) hash ^= NFOIIBJPFFG.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 (ODBEELGCENI != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ODBEELGCENI);
}
if (JOCJAFILDGH != false) {
output.WriteRawTag(32);
output.WriteBool(JOCJAFILDGH);
}
if (CENCAKDHHHA.Length != 0) {
output.WriteRawTag(42);
output.WriteString(CENCAKDHHHA);
}
if (EndTime != 0L) {
output.WriteRawTag(56);
output.WriteInt64(EndTime);
}
if (NFOIIBJPFFG.Length != 0) {
output.WriteRawTag(66);
output.WriteString(NFOIIBJPFFG);
}
if (ConfigId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ConfigId);
}
if (BeginTime != 0L) {
output.WriteRawTag(88);
output.WriteInt64(BeginTime);
}
if (JCLHPKIEDIA != 0) {
output.WriteRawTag(112);
output.WriteUInt32(JCLHPKIEDIA);
}
if (BNGDKIBJHMD.Length != 0) {
output.WriteRawTag(122);
output.WriteString(BNGDKIBJHMD);
}
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 (ODBEELGCENI != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ODBEELGCENI);
}
if (JOCJAFILDGH != false) {
output.WriteRawTag(32);
output.WriteBool(JOCJAFILDGH);
}
if (CENCAKDHHHA.Length != 0) {
output.WriteRawTag(42);
output.WriteString(CENCAKDHHHA);
}
if (EndTime != 0L) {
output.WriteRawTag(56);
output.WriteInt64(EndTime);
}
if (NFOIIBJPFFG.Length != 0) {
output.WriteRawTag(66);
output.WriteString(NFOIIBJPFFG);
}
if (ConfigId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ConfigId);
}
if (BeginTime != 0L) {
output.WriteRawTag(88);
output.WriteInt64(BeginTime);
}
if (JCLHPKIEDIA != 0) {
output.WriteRawTag(112);
output.WriteUInt32(JCLHPKIEDIA);
}
if (BNGDKIBJHMD.Length != 0) {
output.WriteRawTag(122);
output.WriteString(BNGDKIBJHMD);
}
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 (BNGDKIBJHMD.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(BNGDKIBJHMD);
}
if (CENCAKDHHHA.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(CENCAKDHHHA);
}
if (JOCJAFILDGH != false) {
size += 1 + 1;
}
if (BeginTime != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(BeginTime);
}
if (JCLHPKIEDIA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JCLHPKIEDIA);
}
if (EndTime != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndTime);
}
if (ConfigId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ConfigId);
}
if (ODBEELGCENI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ODBEELGCENI);
}
if (NFOIIBJPFFG.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(NFOIIBJPFFG);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(AnnounceData other) {
if (other == null) {
return;
}
if (other.BNGDKIBJHMD.Length != 0) {
BNGDKIBJHMD = other.BNGDKIBJHMD;
}
if (other.CENCAKDHHHA.Length != 0) {
CENCAKDHHHA = other.CENCAKDHHHA;
}
if (other.JOCJAFILDGH != false) {
JOCJAFILDGH = other.JOCJAFILDGH;
}
if (other.BeginTime != 0L) {
BeginTime = other.BeginTime;
}
if (other.JCLHPKIEDIA != 0) {
JCLHPKIEDIA = other.JCLHPKIEDIA;
}
if (other.EndTime != 0L) {
EndTime = other.EndTime;
}
if (other.ConfigId != 0) {
ConfigId = other.ConfigId;
}
if (other.ODBEELGCENI != 0) {
ODBEELGCENI = other.ODBEELGCENI;
}
if (other.NFOIIBJPFFG.Length != 0) {
NFOIIBJPFFG = other.NFOIIBJPFFG;
}
_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 8: {
ODBEELGCENI = input.ReadUInt32();
break;
}
case 32: {
JOCJAFILDGH = input.ReadBool();
break;
}
case 42: {
CENCAKDHHHA = input.ReadString();
break;
}
case 56: {
EndTime = input.ReadInt64();
break;
}
case 66: {
NFOIIBJPFFG = input.ReadString();
break;
}
case 72: {
ConfigId = input.ReadUInt32();
break;
}
case 88: {
BeginTime = input.ReadInt64();
break;
}
case 112: {
JCLHPKIEDIA = input.ReadUInt32();
break;
}
case 122: {
BNGDKIBJHMD = input.ReadString();
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 8: {
ODBEELGCENI = input.ReadUInt32();
break;
}
case 32: {
JOCJAFILDGH = input.ReadBool();
break;
}
case 42: {
CENCAKDHHHA = input.ReadString();
break;
}
case 56: {
EndTime = input.ReadInt64();
break;
}
case 66: {
NFOIIBJPFFG = input.ReadString();
break;
}
case 72: {
ConfigId = input.ReadUInt32();
break;
}
case 88: {
BeginTime = input.ReadInt64();
break;
}
case 112: {
JCLHPKIEDIA = input.ReadUInt32();
break;
}
case 122: {
BNGDKIBJHMD = input.ReadString();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code