// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: PlayerReturnSignScRsp.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 PlayerReturnSignScRsp.proto public static partial class PlayerReturnSignScRspReflection { #region Descriptor /// File descriptor for PlayerReturnSignScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static PlayerReturnSignScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtQbGF5ZXJSZXR1cm5TaWduU2NSc3AucHJvdG8aDkl0ZW1MaXN0LnByb3Rv", "InIKFVBsYXllclJldHVyblNpZ25TY1JzcBIPCgdyZXRjb2RlGA0gASgNEhMK", "C0JDRU9DR0xJT0NPGAsgAygNEhMKC0dITk1JR0dJUElCGAkgASgNEh4KC0hJ", "Tk9PSFBBUEJEGAUgAygLMgkuSXRlbUxpc3RCHqoCG0VnZ0xpbmsuRGFuaGVu", "Z1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerReturnSignScRsp), global::EggLink.DanhengServer.Proto.PlayerReturnSignScRsp.Parser, new[]{ "Retcode", "BCEOCGLIOCO", "GHNMIGGIPIB", "HINOOHPAPBD" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class PlayerReturnSignScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PlayerReturnSignScRsp()); 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.PlayerReturnSignScRspReflection.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 PlayerReturnSignScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlayerReturnSignScRsp(PlayerReturnSignScRsp other) : this() { retcode_ = other.retcode_; bCEOCGLIOCO_ = other.bCEOCGLIOCO_.Clone(); gHNMIGGIPIB_ = other.gHNMIGGIPIB_; hINOOHPAPBD_ = other.hINOOHPAPBD_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlayerReturnSignScRsp Clone() { return new PlayerReturnSignScRsp(this); } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 13; 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 "BCEOCGLIOCO" field. public const int BCEOCGLIOCOFieldNumber = 11; private static readonly pb::FieldCodec _repeated_bCEOCGLIOCO_codec = pb::FieldCodec.ForUInt32(90); private readonly pbc::RepeatedField bCEOCGLIOCO_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField BCEOCGLIOCO { get { return bCEOCGLIOCO_; } } /// Field number for the "GHNMIGGIPIB" field. public const int GHNMIGGIPIBFieldNumber = 9; private uint gHNMIGGIPIB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint GHNMIGGIPIB { get { return gHNMIGGIPIB_; } set { gHNMIGGIPIB_ = value; } } /// Field number for the "HINOOHPAPBD" field. public const int HINOOHPAPBDFieldNumber = 5; private static readonly pb::FieldCodec _repeated_hINOOHPAPBD_codec = pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.ItemList.Parser); private readonly pbc::RepeatedField hINOOHPAPBD_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField HINOOHPAPBD { get { return hINOOHPAPBD_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as PlayerReturnSignScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(PlayerReturnSignScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Retcode != other.Retcode) return false; if(!bCEOCGLIOCO_.Equals(other.bCEOCGLIOCO_)) return false; if (GHNMIGGIPIB != other.GHNMIGGIPIB) return false; if(!hINOOHPAPBD_.Equals(other.hINOOHPAPBD_)) 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 (Retcode != 0) hash ^= Retcode.GetHashCode(); hash ^= bCEOCGLIOCO_.GetHashCode(); if (GHNMIGGIPIB != 0) hash ^= GHNMIGGIPIB.GetHashCode(); hash ^= hINOOHPAPBD_.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 hINOOHPAPBD_.WriteTo(output, _repeated_hINOOHPAPBD_codec); if (GHNMIGGIPIB != 0) { output.WriteRawTag(72); output.WriteUInt32(GHNMIGGIPIB); } bCEOCGLIOCO_.WriteTo(output, _repeated_bCEOCGLIOCO_codec); if (Retcode != 0) { output.WriteRawTag(104); output.WriteUInt32(Retcode); } 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) { hINOOHPAPBD_.WriteTo(ref output, _repeated_hINOOHPAPBD_codec); if (GHNMIGGIPIB != 0) { output.WriteRawTag(72); output.WriteUInt32(GHNMIGGIPIB); } bCEOCGLIOCO_.WriteTo(ref output, _repeated_bCEOCGLIOCO_codec); if (Retcode != 0) { output.WriteRawTag(104); output.WriteUInt32(Retcode); } 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 (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } size += bCEOCGLIOCO_.CalculateSize(_repeated_bCEOCGLIOCO_codec); if (GHNMIGGIPIB != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GHNMIGGIPIB); } size += hINOOHPAPBD_.CalculateSize(_repeated_hINOOHPAPBD_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(PlayerReturnSignScRsp other) { if (other == null) { return; } if (other.Retcode != 0) { Retcode = other.Retcode; } bCEOCGLIOCO_.Add(other.bCEOCGLIOCO_); if (other.GHNMIGGIPIB != 0) { GHNMIGGIPIB = other.GHNMIGGIPIB; } hINOOHPAPBD_.Add(other.hINOOHPAPBD_); _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 42: { hINOOHPAPBD_.AddEntriesFrom(input, _repeated_hINOOHPAPBD_codec); break; } case 72: { GHNMIGGIPIB = input.ReadUInt32(); break; } case 90: case 88: { bCEOCGLIOCO_.AddEntriesFrom(input, _repeated_bCEOCGLIOCO_codec); break; } case 104: { Retcode = 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 42: { hINOOHPAPBD_.AddEntriesFrom(ref input, _repeated_hINOOHPAPBD_codec); break; } case 72: { GHNMIGGIPIB = input.ReadUInt32(); break; } case 90: case 88: { bCEOCGLIOCO_.AddEntriesFrom(ref input, _repeated_bCEOCGLIOCO_codec); break; } case 104: { Retcode = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code