mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
423 lines
15 KiB
C#
423 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RevcMsgScNotify.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 RevcMsgScNotify.proto</summary>
|
|
public static partial class RevcMsgScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RevcMsgScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RevcMsgScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVSZXZjTXNnU2NOb3RpZnkucHJvdG8aDU1zZ1R5cGUucHJvdG8aDkNoYXRU",
|
|
"eXBlLnByb3RvIqEBCg9SZXZjTXNnU2NOb3RpZnkSEAoIZXh0cmFfaWQYASAB",
|
|
"KA0SEwoLTE9ITk5MR0FKQUEYByABKA0SEwoLTEpFSkpMRE9IR0EYBCABKA0S",
|
|
"HAoJY2hhdF90eXBlGAUgASgOMgkuQ2hhdFR5cGUSHgoMbWVzc2FnZV90eXBl",
|
|
"GAkgASgOMgguTXNnVHlwZRIUCgxtZXNzYWdlX3RleHQYCiABKAlCHqoCG0Vn",
|
|
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MsgTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChatTypeReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RevcMsgScNotify), global::EggLink.DanhengServer.Proto.RevcMsgScNotify.Parser, new[]{ "ExtraId", "LOHNNLGAJAA", "LJEJJLDOHGA", "ChatType", "MessageType", "MessageText" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class RevcMsgScNotify : pb::IMessage<RevcMsgScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<RevcMsgScNotify> _parser = new pb::MessageParser<RevcMsgScNotify>(() => new RevcMsgScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<RevcMsgScNotify> 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.RevcMsgScNotifyReflection.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 RevcMsgScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RevcMsgScNotify(RevcMsgScNotify other) : this() {
|
|
extraId_ = other.extraId_;
|
|
lOHNNLGAJAA_ = other.lOHNNLGAJAA_;
|
|
lJEJJLDOHGA_ = other.lJEJJLDOHGA_;
|
|
chatType_ = other.chatType_;
|
|
messageType_ = other.messageType_;
|
|
messageText_ = other.messageText_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RevcMsgScNotify Clone() {
|
|
return new RevcMsgScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "extra_id" field.</summary>
|
|
public const int ExtraIdFieldNumber = 1;
|
|
private uint extraId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ExtraId {
|
|
get { return extraId_; }
|
|
set {
|
|
extraId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LOHNNLGAJAA" field.</summary>
|
|
public const int LOHNNLGAJAAFieldNumber = 7;
|
|
private uint lOHNNLGAJAA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LOHNNLGAJAA {
|
|
get { return lOHNNLGAJAA_; }
|
|
set {
|
|
lOHNNLGAJAA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LJEJJLDOHGA" field.</summary>
|
|
public const int LJEJJLDOHGAFieldNumber = 4;
|
|
private uint lJEJJLDOHGA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LJEJJLDOHGA {
|
|
get { return lJEJJLDOHGA_; }
|
|
set {
|
|
lJEJJLDOHGA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "chat_type" field.</summary>
|
|
public const int ChatTypeFieldNumber = 5;
|
|
private global::EggLink.DanhengServer.Proto.ChatType chatType_ = global::EggLink.DanhengServer.Proto.ChatType.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ChatType ChatType {
|
|
get { return chatType_; }
|
|
set {
|
|
chatType_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "message_type" field.</summary>
|
|
public const int MessageTypeFieldNumber = 9;
|
|
private global::EggLink.DanhengServer.Proto.MsgType messageType_ = global::EggLink.DanhengServer.Proto.MsgType.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.MsgType MessageType {
|
|
get { return messageType_; }
|
|
set {
|
|
messageType_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "message_text" field.</summary>
|
|
public const int MessageTextFieldNumber = 10;
|
|
private string messageText_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string MessageText {
|
|
get { return messageText_; }
|
|
set {
|
|
messageText_ = 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 RevcMsgScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(RevcMsgScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (ExtraId != other.ExtraId) return false;
|
|
if (LOHNNLGAJAA != other.LOHNNLGAJAA) return false;
|
|
if (LJEJJLDOHGA != other.LJEJJLDOHGA) return false;
|
|
if (ChatType != other.ChatType) return false;
|
|
if (MessageType != other.MessageType) return false;
|
|
if (MessageText != other.MessageText) 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 (ExtraId != 0) hash ^= ExtraId.GetHashCode();
|
|
if (LOHNNLGAJAA != 0) hash ^= LOHNNLGAJAA.GetHashCode();
|
|
if (LJEJJLDOHGA != 0) hash ^= LJEJJLDOHGA.GetHashCode();
|
|
if (ChatType != global::EggLink.DanhengServer.Proto.ChatType.None) hash ^= ChatType.GetHashCode();
|
|
if (MessageType != global::EggLink.DanhengServer.Proto.MsgType.None) hash ^= MessageType.GetHashCode();
|
|
if (MessageText.Length != 0) hash ^= MessageText.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 (ExtraId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(ExtraId);
|
|
}
|
|
if (LJEJJLDOHGA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(LJEJJLDOHGA);
|
|
}
|
|
if (ChatType != global::EggLink.DanhengServer.Proto.ChatType.None) {
|
|
output.WriteRawTag(40);
|
|
output.WriteEnum((int) ChatType);
|
|
}
|
|
if (LOHNNLGAJAA != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(LOHNNLGAJAA);
|
|
}
|
|
if (MessageType != global::EggLink.DanhengServer.Proto.MsgType.None) {
|
|
output.WriteRawTag(72);
|
|
output.WriteEnum((int) MessageType);
|
|
}
|
|
if (MessageText.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(MessageText);
|
|
}
|
|
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 (ExtraId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(ExtraId);
|
|
}
|
|
if (LJEJJLDOHGA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(LJEJJLDOHGA);
|
|
}
|
|
if (ChatType != global::EggLink.DanhengServer.Proto.ChatType.None) {
|
|
output.WriteRawTag(40);
|
|
output.WriteEnum((int) ChatType);
|
|
}
|
|
if (LOHNNLGAJAA != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(LOHNNLGAJAA);
|
|
}
|
|
if (MessageType != global::EggLink.DanhengServer.Proto.MsgType.None) {
|
|
output.WriteRawTag(72);
|
|
output.WriteEnum((int) MessageType);
|
|
}
|
|
if (MessageText.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(MessageText);
|
|
}
|
|
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 (ExtraId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ExtraId);
|
|
}
|
|
if (LOHNNLGAJAA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LOHNNLGAJAA);
|
|
}
|
|
if (LJEJJLDOHGA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LJEJJLDOHGA);
|
|
}
|
|
if (ChatType != global::EggLink.DanhengServer.Proto.ChatType.None) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ChatType);
|
|
}
|
|
if (MessageType != global::EggLink.DanhengServer.Proto.MsgType.None) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) MessageType);
|
|
}
|
|
if (MessageText.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageText);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(RevcMsgScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.ExtraId != 0) {
|
|
ExtraId = other.ExtraId;
|
|
}
|
|
if (other.LOHNNLGAJAA != 0) {
|
|
LOHNNLGAJAA = other.LOHNNLGAJAA;
|
|
}
|
|
if (other.LJEJJLDOHGA != 0) {
|
|
LJEJJLDOHGA = other.LJEJJLDOHGA;
|
|
}
|
|
if (other.ChatType != global::EggLink.DanhengServer.Proto.ChatType.None) {
|
|
ChatType = other.ChatType;
|
|
}
|
|
if (other.MessageType != global::EggLink.DanhengServer.Proto.MsgType.None) {
|
|
MessageType = other.MessageType;
|
|
}
|
|
if (other.MessageText.Length != 0) {
|
|
MessageText = other.MessageText;
|
|
}
|
|
_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: {
|
|
ExtraId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
LJEJJLDOHGA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
ChatType = (global::EggLink.DanhengServer.Proto.ChatType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 56: {
|
|
LOHNNLGAJAA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
MessageType = (global::EggLink.DanhengServer.Proto.MsgType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 82: {
|
|
MessageText = 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: {
|
|
ExtraId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
LJEJJLDOHGA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
ChatType = (global::EggLink.DanhengServer.Proto.ChatType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 56: {
|
|
LOHNNLGAJAA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
MessageType = (global::EggLink.DanhengServer.Proto.MsgType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 82: {
|
|
MessageText = input.ReadString();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|