// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: VirtualLineupTrialAvatarChangeScNotify.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 VirtualLineupTrialAvatarChangeScNotify.proto public static partial class VirtualLineupTrialAvatarChangeScNotifyReflection { #region Descriptor /// File descriptor for VirtualLineupTrialAvatarChangeScNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static VirtualLineupTrialAvatarChangeScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CixWaXJ0dWFsTGluZXVwVHJpYWxBdmF0YXJDaGFuZ2VTY05vdGlmeS5wcm90", "byJ5CiZWaXJ0dWFsTGluZXVwVHJpYWxBdmF0YXJDaGFuZ2VTY05vdGlmeRIT", "CgtJQkxCTklBTlBIRBgBIAMoDRIQCghwbGFuZV9pZBgEIAEoDRITCgtDTElJ", "R01OTUhOQRgLIAEoCBITCgtLRk1GRkdHSk1ORRgPIAMoDUIeqgIbRWdnTGlu", "ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.VirtualLineupTrialAvatarChangeScNotify), global::EggLink.DanhengServer.Proto.VirtualLineupTrialAvatarChangeScNotify.Parser, new[]{ "IBLBNIANPHD", "PlaneId", "CLIIGMNMHNA", "KFMFFGGJMNE" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class VirtualLineupTrialAvatarChangeScNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new VirtualLineupTrialAvatarChangeScNotify()); 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.VirtualLineupTrialAvatarChangeScNotifyReflection.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 VirtualLineupTrialAvatarChangeScNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public VirtualLineupTrialAvatarChangeScNotify(VirtualLineupTrialAvatarChangeScNotify other) : this() { iBLBNIANPHD_ = other.iBLBNIANPHD_.Clone(); planeId_ = other.planeId_; cLIIGMNMHNA_ = other.cLIIGMNMHNA_; kFMFFGGJMNE_ = other.kFMFFGGJMNE_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public VirtualLineupTrialAvatarChangeScNotify Clone() { return new VirtualLineupTrialAvatarChangeScNotify(this); } /// Field number for the "IBLBNIANPHD" field. public const int IBLBNIANPHDFieldNumber = 1; private static readonly pb::FieldCodec _repeated_iBLBNIANPHD_codec = pb::FieldCodec.ForUInt32(10); private readonly pbc::RepeatedField iBLBNIANPHD_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField IBLBNIANPHD { get { return iBLBNIANPHD_; } } /// Field number for the "plane_id" field. public const int PlaneIdFieldNumber = 4; private uint planeId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint PlaneId { get { return planeId_; } set { planeId_ = value; } } /// Field number for the "CLIIGMNMHNA" field. public const int CLIIGMNMHNAFieldNumber = 11; private bool cLIIGMNMHNA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool CLIIGMNMHNA { get { return cLIIGMNMHNA_; } set { cLIIGMNMHNA_ = value; } } /// Field number for the "KFMFFGGJMNE" field. public const int KFMFFGGJMNEFieldNumber = 15; private static readonly pb::FieldCodec _repeated_kFMFFGGJMNE_codec = pb::FieldCodec.ForUInt32(122); private readonly pbc::RepeatedField kFMFFGGJMNE_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KFMFFGGJMNE { get { return kFMFFGGJMNE_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as VirtualLineupTrialAvatarChangeScNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(VirtualLineupTrialAvatarChangeScNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!iBLBNIANPHD_.Equals(other.iBLBNIANPHD_)) return false; if (PlaneId != other.PlaneId) return false; if (CLIIGMNMHNA != other.CLIIGMNMHNA) return false; if(!kFMFFGGJMNE_.Equals(other.kFMFFGGJMNE_)) 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 ^= iBLBNIANPHD_.GetHashCode(); if (PlaneId != 0) hash ^= PlaneId.GetHashCode(); if (CLIIGMNMHNA != false) hash ^= CLIIGMNMHNA.GetHashCode(); hash ^= kFMFFGGJMNE_.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 iBLBNIANPHD_.WriteTo(output, _repeated_iBLBNIANPHD_codec); if (PlaneId != 0) { output.WriteRawTag(32); output.WriteUInt32(PlaneId); } if (CLIIGMNMHNA != false) { output.WriteRawTag(88); output.WriteBool(CLIIGMNMHNA); } kFMFFGGJMNE_.WriteTo(output, _repeated_kFMFFGGJMNE_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) { iBLBNIANPHD_.WriteTo(ref output, _repeated_iBLBNIANPHD_codec); if (PlaneId != 0) { output.WriteRawTag(32); output.WriteUInt32(PlaneId); } if (CLIIGMNMHNA != false) { output.WriteRawTag(88); output.WriteBool(CLIIGMNMHNA); } kFMFFGGJMNE_.WriteTo(ref output, _repeated_kFMFFGGJMNE_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 += iBLBNIANPHD_.CalculateSize(_repeated_iBLBNIANPHD_codec); if (PlaneId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PlaneId); } if (CLIIGMNMHNA != false) { size += 1 + 1; } size += kFMFFGGJMNE_.CalculateSize(_repeated_kFMFFGGJMNE_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(VirtualLineupTrialAvatarChangeScNotify other) { if (other == null) { return; } iBLBNIANPHD_.Add(other.iBLBNIANPHD_); if (other.PlaneId != 0) { PlaneId = other.PlaneId; } if (other.CLIIGMNMHNA != false) { CLIIGMNMHNA = other.CLIIGMNMHNA; } kFMFFGGJMNE_.Add(other.kFMFFGGJMNE_); _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 10: case 8: { iBLBNIANPHD_.AddEntriesFrom(input, _repeated_iBLBNIANPHD_codec); break; } case 32: { PlaneId = input.ReadUInt32(); break; } case 88: { CLIIGMNMHNA = input.ReadBool(); break; } case 122: case 120: { kFMFFGGJMNE_.AddEntriesFrom(input, _repeated_kFMFFGGJMNE_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 10: case 8: { iBLBNIANPHD_.AddEntriesFrom(ref input, _repeated_iBLBNIANPHD_codec); break; } case 32: { PlaneId = input.ReadUInt32(); break; } case 88: { CLIIGMNMHNA = input.ReadBool(); break; } case 122: case 120: { kFMFFGGJMNE_.AddEntriesFrom(ref input, _repeated_kFMFFGGJMNE_codec); break; } } } } #endif } #endregion } #endregion Designer generated code