// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: QuitLineupScRsp.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 QuitLineupScRsp.proto public static partial class QuitLineupScRspReflection { #region Descriptor /// File descriptor for QuitLineupScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static QuitLineupScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChVRdWl0TGluZXVwU2NSc3AucHJvdG8idQoPUXVpdExpbmV1cFNjUnNwEhIK", "CmlzX3ZpcnR1YWwYDSABKAgSEAoIcGxhbmVfaWQYCiABKA0SDwoHcmV0Y29k", "ZRgDIAEoDRIWCg5iYXNlX2F2YXRhcl9pZBgOIAEoDRITCgtISU9GUERLRE9G", "RBgBIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90", "bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.QuitLineupScRsp), global::EggLink.DanhengServer.Proto.QuitLineupScRsp.Parser, new[]{ "IsVirtual", "PlaneId", "Retcode", "BaseAvatarId", "HIOFPDKDOFD" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class QuitLineupScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new QuitLineupScRsp()); 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.QuitLineupScRspReflection.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 QuitLineupScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public QuitLineupScRsp(QuitLineupScRsp other) : this() { isVirtual_ = other.isVirtual_; planeId_ = other.planeId_; retcode_ = other.retcode_; baseAvatarId_ = other.baseAvatarId_; hIOFPDKDOFD_ = other.hIOFPDKDOFD_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public QuitLineupScRsp Clone() { return new QuitLineupScRsp(this); } /// Field number for the "is_virtual" field. public const int IsVirtualFieldNumber = 13; private bool isVirtual_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsVirtual { get { return isVirtual_; } set { isVirtual_ = value; } } /// Field number for the "plane_id" field. public const int PlaneIdFieldNumber = 10; 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 "retcode" field. public const int RetcodeFieldNumber = 3; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Retcode { get { return retcode_; } set { retcode_ = value; } } /// Field number for the "base_avatar_id" field. public const int BaseAvatarIdFieldNumber = 14; private uint baseAvatarId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BaseAvatarId { get { return baseAvatarId_; } set { baseAvatarId_ = value; } } /// Field number for the "HIOFPDKDOFD" field. public const int HIOFPDKDOFDFieldNumber = 1; private bool hIOFPDKDOFD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HIOFPDKDOFD { get { return hIOFPDKDOFD_; } set { hIOFPDKDOFD_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as QuitLineupScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(QuitLineupScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (IsVirtual != other.IsVirtual) return false; if (PlaneId != other.PlaneId) return false; if (Retcode != other.Retcode) return false; if (BaseAvatarId != other.BaseAvatarId) return false; if (HIOFPDKDOFD != other.HIOFPDKDOFD) 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 (IsVirtual != false) hash ^= IsVirtual.GetHashCode(); if (PlaneId != 0) hash ^= PlaneId.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (BaseAvatarId != 0) hash ^= BaseAvatarId.GetHashCode(); if (HIOFPDKDOFD != false) hash ^= HIOFPDKDOFD.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 (HIOFPDKDOFD != false) { output.WriteRawTag(8); output.WriteBool(HIOFPDKDOFD); } if (Retcode != 0) { output.WriteRawTag(24); output.WriteUInt32(Retcode); } if (PlaneId != 0) { output.WriteRawTag(80); output.WriteUInt32(PlaneId); } if (IsVirtual != false) { output.WriteRawTag(104); output.WriteBool(IsVirtual); } if (BaseAvatarId != 0) { output.WriteRawTag(112); output.WriteUInt32(BaseAvatarId); } 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 (HIOFPDKDOFD != false) { output.WriteRawTag(8); output.WriteBool(HIOFPDKDOFD); } if (Retcode != 0) { output.WriteRawTag(24); output.WriteUInt32(Retcode); } if (PlaneId != 0) { output.WriteRawTag(80); output.WriteUInt32(PlaneId); } if (IsVirtual != false) { output.WriteRawTag(104); output.WriteBool(IsVirtual); } if (BaseAvatarId != 0) { output.WriteRawTag(112); output.WriteUInt32(BaseAvatarId); } 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 (IsVirtual != false) { size += 1 + 1; } if (PlaneId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PlaneId); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (BaseAvatarId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BaseAvatarId); } if (HIOFPDKDOFD != false) { size += 1 + 1; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(QuitLineupScRsp other) { if (other == null) { return; } if (other.IsVirtual != false) { IsVirtual = other.IsVirtual; } if (other.PlaneId != 0) { PlaneId = other.PlaneId; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.BaseAvatarId != 0) { BaseAvatarId = other.BaseAvatarId; } if (other.HIOFPDKDOFD != false) { HIOFPDKDOFD = other.HIOFPDKDOFD; } _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: { HIOFPDKDOFD = input.ReadBool(); break; } case 24: { Retcode = input.ReadUInt32(); break; } case 80: { PlaneId = input.ReadUInt32(); break; } case 104: { IsVirtual = input.ReadBool(); break; } case 112: { BaseAvatarId = input.ReadUInt32(); 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: { HIOFPDKDOFD = input.ReadBool(); break; } case 24: { Retcode = input.ReadUInt32(); break; } case 80: { PlaneId = input.ReadUInt32(); break; } case 104: { IsVirtual = input.ReadBool(); break; } case 112: { BaseAvatarId = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code