mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
310 lines
11 KiB
C#
310 lines
11 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: AntiAddictScNotify.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 AntiAddictScNotify.proto</summary>
|
|
public static partial class AntiAddictScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for AntiAddictScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static AntiAddictScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChhBbnRpQWRkaWN0U2NOb3RpZnkucHJvdG8iVwoSQW50aUFkZGljdFNjTm90",
|
|
"aWZ5EhoKEk1zZ1R5cGVGaWVsZE51bWJlchgIIAEoDRIWCg5Nc2dGaWVsZE51",
|
|
"bWJlchgKIAEoCRINCgVsZXZlbBgJIAEoCUIeqgIbRWdnTGluay5EYW5oZW5n",
|
|
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AntiAddictScNotify), global::EggLink.DanhengServer.Proto.AntiAddictScNotify.Parser, new[]{ "MsgTypeFieldNumber", "MsgFieldNumber", "Level" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class AntiAddictScNotify : pb::IMessage<AntiAddictScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<AntiAddictScNotify> _parser = new pb::MessageParser<AntiAddictScNotify>(() => new AntiAddictScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<AntiAddictScNotify> 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.AntiAddictScNotifyReflection.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 AntiAddictScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AntiAddictScNotify(AntiAddictScNotify other) : this() {
|
|
msgTypeFieldNumber_ = other.msgTypeFieldNumber_;
|
|
msgFieldNumber_ = other.msgFieldNumber_;
|
|
level_ = other.level_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AntiAddictScNotify Clone() {
|
|
return new AntiAddictScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "MsgTypeFieldNumber" field.</summary>
|
|
public const int MsgTypeFieldNumberFieldNumber = 8;
|
|
private uint msgTypeFieldNumber_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MsgTypeFieldNumber {
|
|
get { return msgTypeFieldNumber_; }
|
|
set {
|
|
msgTypeFieldNumber_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MsgFieldNumber" field.</summary>
|
|
public const int MsgFieldNumberFieldNumber = 10;
|
|
private string msgFieldNumber_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string MsgFieldNumber {
|
|
get { return msgFieldNumber_; }
|
|
set {
|
|
msgFieldNumber_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level" field.</summary>
|
|
public const int LevelFieldNumber = 9;
|
|
private string level_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Level {
|
|
get { return level_; }
|
|
set {
|
|
level_ = 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 AntiAddictScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(AntiAddictScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (MsgTypeFieldNumber != other.MsgTypeFieldNumber) return false;
|
|
if (MsgFieldNumber != other.MsgFieldNumber) return false;
|
|
if (Level != other.Level) 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 (MsgTypeFieldNumber != 0) hash ^= MsgTypeFieldNumber.GetHashCode();
|
|
if (MsgFieldNumber.Length != 0) hash ^= MsgFieldNumber.GetHashCode();
|
|
if (Level.Length != 0) hash ^= Level.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 (MsgTypeFieldNumber != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(MsgTypeFieldNumber);
|
|
}
|
|
if (Level.Length != 0) {
|
|
output.WriteRawTag(74);
|
|
output.WriteString(Level);
|
|
}
|
|
if (MsgFieldNumber.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(MsgFieldNumber);
|
|
}
|
|
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 (MsgTypeFieldNumber != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(MsgTypeFieldNumber);
|
|
}
|
|
if (Level.Length != 0) {
|
|
output.WriteRawTag(74);
|
|
output.WriteString(Level);
|
|
}
|
|
if (MsgFieldNumber.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(MsgFieldNumber);
|
|
}
|
|
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 (MsgTypeFieldNumber != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MsgTypeFieldNumber);
|
|
}
|
|
if (MsgFieldNumber.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(MsgFieldNumber);
|
|
}
|
|
if (Level.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Level);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(AntiAddictScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.MsgTypeFieldNumber != 0) {
|
|
MsgTypeFieldNumber = other.MsgTypeFieldNumber;
|
|
}
|
|
if (other.MsgFieldNumber.Length != 0) {
|
|
MsgFieldNumber = other.MsgFieldNumber;
|
|
}
|
|
if (other.Level.Length != 0) {
|
|
Level = other.Level;
|
|
}
|
|
_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 64: {
|
|
MsgTypeFieldNumber = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
Level = input.ReadString();
|
|
break;
|
|
}
|
|
case 82: {
|
|
MsgFieldNumber = 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 64: {
|
|
MsgTypeFieldNumber = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
Level = input.ReadString();
|
|
break;
|
|
}
|
|
case 82: {
|
|
MsgFieldNumber = input.ReadString();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|