// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: SyncTurnFoodNotify.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 SyncTurnFoodNotify.proto public static partial class SyncTurnFoodNotifyReflection { #region Descriptor /// File descriptor for SyncTurnFoodNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static SyncTurnFoodNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhTeW5jVHVybkZvb2ROb3RpZnkucHJvdG8aFFR1cm5Gb29kU3dpdGNoLnBy", "b3RvIk8KElN5bmNUdXJuRm9vZE5vdGlmeRITCgtGREJKTEdESENETxgKIAMo", "DRIkCgtLTUpFRk1GQkxMSRgCIAMoDjIPLlR1cm5Gb29kU3dpdGNoQh6qAhtF", "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TurnFoodSwitchReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncTurnFoodNotify), global::EggLink.DanhengServer.Proto.SyncTurnFoodNotify.Parser, new[]{ "FDBJLGDHCDO", "KMJEFMFBLLI" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class SyncTurnFoodNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SyncTurnFoodNotify()); 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.SyncTurnFoodNotifyReflection.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 SyncTurnFoodNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SyncTurnFoodNotify(SyncTurnFoodNotify other) : this() { fDBJLGDHCDO_ = other.fDBJLGDHCDO_.Clone(); kMJEFMFBLLI_ = other.kMJEFMFBLLI_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SyncTurnFoodNotify Clone() { return new SyncTurnFoodNotify(this); } /// Field number for the "FDBJLGDHCDO" field. public const int FDBJLGDHCDOFieldNumber = 10; private static readonly pb::FieldCodec _repeated_fDBJLGDHCDO_codec = pb::FieldCodec.ForUInt32(82); private readonly pbc::RepeatedField fDBJLGDHCDO_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField FDBJLGDHCDO { get { return fDBJLGDHCDO_; } } /// Field number for the "KMJEFMFBLLI" field. public const int KMJEFMFBLLIFieldNumber = 2; private static readonly pb::FieldCodec _repeated_kMJEFMFBLLI_codec = pb::FieldCodec.ForEnum(18, x => (int) x, x => (global::EggLink.DanhengServer.Proto.TurnFoodSwitch) x); private readonly pbc::RepeatedField kMJEFMFBLLI_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KMJEFMFBLLI { get { return kMJEFMFBLLI_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as SyncTurnFoodNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(SyncTurnFoodNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!fDBJLGDHCDO_.Equals(other.fDBJLGDHCDO_)) return false; if(!kMJEFMFBLLI_.Equals(other.kMJEFMFBLLI_)) 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; hash ^= fDBJLGDHCDO_.GetHashCode(); hash ^= kMJEFMFBLLI_.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 kMJEFMFBLLI_.WriteTo(output, _repeated_kMJEFMFBLLI_codec); fDBJLGDHCDO_.WriteTo(output, _repeated_fDBJLGDHCDO_codec); 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) { kMJEFMFBLLI_.WriteTo(ref output, _repeated_kMJEFMFBLLI_codec); fDBJLGDHCDO_.WriteTo(ref output, _repeated_fDBJLGDHCDO_codec); 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; size += fDBJLGDHCDO_.CalculateSize(_repeated_fDBJLGDHCDO_codec); size += kMJEFMFBLLI_.CalculateSize(_repeated_kMJEFMFBLLI_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(SyncTurnFoodNotify other) { if (other == null) { return; } fDBJLGDHCDO_.Add(other.fDBJLGDHCDO_); kMJEFMFBLLI_.Add(other.kMJEFMFBLLI_); _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 18: case 16: { kMJEFMFBLLI_.AddEntriesFrom(input, _repeated_kMJEFMFBLLI_codec); break; } case 82: case 80: { fDBJLGDHCDO_.AddEntriesFrom(input, _repeated_fDBJLGDHCDO_codec); 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 18: case 16: { kMJEFMFBLLI_.AddEntriesFrom(ref input, _repeated_kMJEFMFBLLI_codec); break; } case 82: case 80: { fDBJLGDHCDO_.AddEntriesFrom(ref input, _repeated_fDBJLGDHCDO_codec); break; } } } } #endif } #endregion } #endregion Designer generated code