// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: FateHandlePendingActionCsReq.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 FateHandlePendingActionCsReq.proto public static partial class FateHandlePendingActionCsReqReflection { #region Descriptor /// File descriptor for FateHandlePendingActionCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static FateHandlePendingActionCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiJGYXRlSGFuZGxlUGVuZGluZ0FjdGlvbkNzUmVxLnByb3RvGhFEQU5FTUxM", "SkFDTy5wcm90bxoRTElDTVBPTEJDRkoucHJvdG8ijwEKHEZhdGVIYW5kbGVQ", "ZW5kaW5nQWN0aW9uQ3NSZXESIwoLQkFNTk9KS01CTU4YBCABKAsyDC5MSUNN", "UE9MQkNGSkgAEiMKC0ZKR01OSU9JTE9LGA4gASgLMgwuREFORU1MTEpBQ09I", "ABIWCg5xdWV1ZV9wb3NpdGlvbhgMIAEoDUINCgtOSkxJTUZGTUlDSEIeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DANEMLLJACOReflection.Descriptor, global::EggLink.DanhengServer.Proto.LICMPOLBCFJReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FateHandlePendingActionCsReq), global::EggLink.DanhengServer.Proto.FateHandlePendingActionCsReq.Parser, new[]{ "BAMNOJKMBMN", "FJGMNIOILOK", "QueuePosition" }, new[]{ "NJLIMFFMICH" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class FateHandlePendingActionCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FateHandlePendingActionCsReq()); 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.FateHandlePendingActionCsReqReflection.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 FateHandlePendingActionCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FateHandlePendingActionCsReq(FateHandlePendingActionCsReq other) : this() { queuePosition_ = other.queuePosition_; switch (other.NJLIMFFMICHCase) { case NJLIMFFMICHOneofCase.BAMNOJKMBMN: BAMNOJKMBMN = other.BAMNOJKMBMN.Clone(); break; case NJLIMFFMICHOneofCase.FJGMNIOILOK: FJGMNIOILOK = other.FJGMNIOILOK.Clone(); break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public FateHandlePendingActionCsReq Clone() { return new FateHandlePendingActionCsReq(this); } /// Field number for the "BAMNOJKMBMN" field. public const int BAMNOJKMBMNFieldNumber = 4; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LICMPOLBCFJ BAMNOJKMBMN { get { return nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN ? (global::EggLink.DanhengServer.Proto.LICMPOLBCFJ) nJLIMFFMICH_ : null; } set { nJLIMFFMICH_ = value; nJLIMFFMICHCase_ = value == null ? NJLIMFFMICHOneofCase.None : NJLIMFFMICHOneofCase.BAMNOJKMBMN; } } /// Field number for the "FJGMNIOILOK" field. public const int FJGMNIOILOKFieldNumber = 14; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DANEMLLJACO FJGMNIOILOK { get { return nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK ? (global::EggLink.DanhengServer.Proto.DANEMLLJACO) nJLIMFFMICH_ : null; } set { nJLIMFFMICH_ = value; nJLIMFFMICHCase_ = value == null ? NJLIMFFMICHOneofCase.None : NJLIMFFMICHOneofCase.FJGMNIOILOK; } } /// Field number for the "queue_position" field. public const int QueuePositionFieldNumber = 12; private uint queuePosition_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint QueuePosition { get { return queuePosition_; } set { queuePosition_ = value; } } private object nJLIMFFMICH_; /// Enum of possible cases for the "NJLIMFFMICH" oneof. public enum NJLIMFFMICHOneofCase { None = 0, BAMNOJKMBMN = 4, FJGMNIOILOK = 14, } private NJLIMFFMICHOneofCase nJLIMFFMICHCase_ = NJLIMFFMICHOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public NJLIMFFMICHOneofCase NJLIMFFMICHCase { get { return nJLIMFFMICHCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearNJLIMFFMICH() { nJLIMFFMICHCase_ = NJLIMFFMICHOneofCase.None; nJLIMFFMICH_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as FateHandlePendingActionCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(FateHandlePendingActionCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(BAMNOJKMBMN, other.BAMNOJKMBMN)) return false; if (!object.Equals(FJGMNIOILOK, other.FJGMNIOILOK)) return false; if (QueuePosition != other.QueuePosition) return false; if (NJLIMFFMICHCase != other.NJLIMFFMICHCase) 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 (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) hash ^= BAMNOJKMBMN.GetHashCode(); if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) hash ^= FJGMNIOILOK.GetHashCode(); if (QueuePosition != 0) hash ^= QueuePosition.GetHashCode(); hash ^= (int) nJLIMFFMICHCase_; 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 (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) { output.WriteRawTag(34); output.WriteMessage(BAMNOJKMBMN); } if (QueuePosition != 0) { output.WriteRawTag(96); output.WriteUInt32(QueuePosition); } if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) { output.WriteRawTag(114); output.WriteMessage(FJGMNIOILOK); } 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 (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) { output.WriteRawTag(34); output.WriteMessage(BAMNOJKMBMN); } if (QueuePosition != 0) { output.WriteRawTag(96); output.WriteUInt32(QueuePosition); } if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) { output.WriteRawTag(114); output.WriteMessage(FJGMNIOILOK); } 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 (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BAMNOJKMBMN); } if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(FJGMNIOILOK); } if (QueuePosition != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(QueuePosition); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(FateHandlePendingActionCsReq other) { if (other == null) { return; } if (other.QueuePosition != 0) { QueuePosition = other.QueuePosition; } switch (other.NJLIMFFMICHCase) { case NJLIMFFMICHOneofCase.BAMNOJKMBMN: if (BAMNOJKMBMN == null) { BAMNOJKMBMN = new global::EggLink.DanhengServer.Proto.LICMPOLBCFJ(); } BAMNOJKMBMN.MergeFrom(other.BAMNOJKMBMN); break; case NJLIMFFMICHOneofCase.FJGMNIOILOK: if (FJGMNIOILOK == null) { FJGMNIOILOK = new global::EggLink.DanhengServer.Proto.DANEMLLJACO(); } FJGMNIOILOK.MergeFrom(other.FJGMNIOILOK); break; } _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 34: { global::EggLink.DanhengServer.Proto.LICMPOLBCFJ subBuilder = new global::EggLink.DanhengServer.Proto.LICMPOLBCFJ(); if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) { subBuilder.MergeFrom(BAMNOJKMBMN); } input.ReadMessage(subBuilder); BAMNOJKMBMN = subBuilder; break; } case 96: { QueuePosition = input.ReadUInt32(); break; } case 114: { global::EggLink.DanhengServer.Proto.DANEMLLJACO subBuilder = new global::EggLink.DanhengServer.Proto.DANEMLLJACO(); if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) { subBuilder.MergeFrom(FJGMNIOILOK); } input.ReadMessage(subBuilder); FJGMNIOILOK = subBuilder; 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 34: { global::EggLink.DanhengServer.Proto.LICMPOLBCFJ subBuilder = new global::EggLink.DanhengServer.Proto.LICMPOLBCFJ(); if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.BAMNOJKMBMN) { subBuilder.MergeFrom(BAMNOJKMBMN); } input.ReadMessage(subBuilder); BAMNOJKMBMN = subBuilder; break; } case 96: { QueuePosition = input.ReadUInt32(); break; } case 114: { global::EggLink.DanhengServer.Proto.DANEMLLJACO subBuilder = new global::EggLink.DanhengServer.Proto.DANEMLLJACO(); if (nJLIMFFMICHCase_ == NJLIMFFMICHOneofCase.FJGMNIOILOK) { subBuilder.MergeFrom(FJGMNIOILOK); } input.ReadMessage(subBuilder); FJGMNIOILOK = subBuilder; break; } } } } #endif } #endregion } #endregion Designer generated code