// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ChangeStoryLineFinishScNotify.proto // #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 { /// Holder for reflection information generated from ChangeStoryLineFinishScNotify.proto public static partial class ChangeStoryLineFinishScNotifyReflection { #region Descriptor /// File descriptor for ChangeStoryLineFinishScNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ChangeStoryLineFinishScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiNDaGFuZ2VTdG9yeUxpbmVGaW5pc2hTY05vdGlmeS5wcm90bxobQ2hhbmdl", "U3RvcnlMaW5lQWN0aW9uLnByb3RvIowBCh1DaGFuZ2VTdG9yeUxpbmVGaW5p", "c2hTY05vdGlmeRITCgtLT09DQ0VJR0hNQRgLIAEoCBITCgtLSURLSEpFQ0pM", "RhgIIAEoDRIZChFjdXJfc3RvcnlfbGluZV9pZBgKIAEoDRImCgZhY3Rpb24Y", "DyABKA4yFi5DaGFuZ2VTdG9yeUxpbmVBY3Rpb25CHqoCG0VnZ0xpbmsuRGFu", "aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChangeStoryLineActionReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChangeStoryLineFinishScNotify), global::EggLink.DanhengServer.Proto.ChangeStoryLineFinishScNotify.Parser, new[]{ "KOOCCEIGHMA", "KIDKHJECJLF", "CurStoryLineId", "Action" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ChangeStoryLineFinishScNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ChangeStoryLineFinishScNotify()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser 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.ChangeStoryLineFinishScNotifyReflection.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 ChangeStoryLineFinishScNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChangeStoryLineFinishScNotify(ChangeStoryLineFinishScNotify other) : this() { kOOCCEIGHMA_ = other.kOOCCEIGHMA_; kIDKHJECJLF_ = other.kIDKHJECJLF_; curStoryLineId_ = other.curStoryLineId_; action_ = other.action_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChangeStoryLineFinishScNotify Clone() { return new ChangeStoryLineFinishScNotify(this); } /// Field number for the "KOOCCEIGHMA" field. public const int KOOCCEIGHMAFieldNumber = 11; private bool kOOCCEIGHMA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool KOOCCEIGHMA { get { return kOOCCEIGHMA_; } set { kOOCCEIGHMA_ = value; } } /// Field number for the "KIDKHJECJLF" field. public const int KIDKHJECJLFFieldNumber = 8; private uint kIDKHJECJLF_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint KIDKHJECJLF { get { return kIDKHJECJLF_; } set { kIDKHJECJLF_ = value; } } /// Field number for the "cur_story_line_id" field. public const int CurStoryLineIdFieldNumber = 10; private uint curStoryLineId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CurStoryLineId { get { return curStoryLineId_; } set { curStoryLineId_ = value; } } /// Field number for the "action" field. public const int ActionFieldNumber = 15; private global::EggLink.DanhengServer.Proto.ChangeStoryLineAction action_ = global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChangeStoryLineAction Action { get { return action_; } set { action_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ChangeStoryLineFinishScNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ChangeStoryLineFinishScNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (KOOCCEIGHMA != other.KOOCCEIGHMA) return false; if (KIDKHJECJLF != other.KIDKHJECJLF) return false; if (CurStoryLineId != other.CurStoryLineId) return false; if (Action != other.Action) 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 (KOOCCEIGHMA != false) hash ^= KOOCCEIGHMA.GetHashCode(); if (KIDKHJECJLF != 0) hash ^= KIDKHJECJLF.GetHashCode(); if (CurStoryLineId != 0) hash ^= CurStoryLineId.GetHashCode(); if (Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) hash ^= Action.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 (KIDKHJECJLF != 0) { output.WriteRawTag(64); output.WriteUInt32(KIDKHJECJLF); } if (CurStoryLineId != 0) { output.WriteRawTag(80); output.WriteUInt32(CurStoryLineId); } if (KOOCCEIGHMA != false) { output.WriteRawTag(88); output.WriteBool(KOOCCEIGHMA); } if (Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) { output.WriteRawTag(120); output.WriteEnum((int) Action); } 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 (KIDKHJECJLF != 0) { output.WriteRawTag(64); output.WriteUInt32(KIDKHJECJLF); } if (CurStoryLineId != 0) { output.WriteRawTag(80); output.WriteUInt32(CurStoryLineId); } if (KOOCCEIGHMA != false) { output.WriteRawTag(88); output.WriteBool(KOOCCEIGHMA); } if (Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) { output.WriteRawTag(120); output.WriteEnum((int) Action); } 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 (KOOCCEIGHMA != false) { size += 1 + 1; } if (KIDKHJECJLF != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KIDKHJECJLF); } if (CurStoryLineId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurStoryLineId); } if (Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Action); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ChangeStoryLineFinishScNotify other) { if (other == null) { return; } if (other.KOOCCEIGHMA != false) { KOOCCEIGHMA = other.KOOCCEIGHMA; } if (other.KIDKHJECJLF != 0) { KIDKHJECJLF = other.KIDKHJECJLF; } if (other.CurStoryLineId != 0) { CurStoryLineId = other.CurStoryLineId; } if (other.Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) { Action = other.Action; } _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: { KIDKHJECJLF = input.ReadUInt32(); break; } case 80: { CurStoryLineId = input.ReadUInt32(); break; } case 88: { KOOCCEIGHMA = input.ReadBool(); break; } case 120: { Action = (global::EggLink.DanhengServer.Proto.ChangeStoryLineAction) input.ReadEnum(); 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: { KIDKHJECJLF = input.ReadUInt32(); break; } case 80: { CurStoryLineId = input.ReadUInt32(); break; } case 88: { KOOCCEIGHMA = input.ReadBool(); break; } case 120: { Action = (global::EggLink.DanhengServer.Proto.ChangeStoryLineAction) input.ReadEnum(); break; } } } } #endif } #endregion } #endregion Designer generated code