// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: GridFightTutorialSyncInfo.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 GridFightTutorialSyncInfo.proto public static partial class GridFightTutorialSyncInfoReflection { #region Descriptor /// File descriptor for GridFightTutorialSyncInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GridFightTutorialSyncInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9HcmlkRmlnaHRUdXRvcmlhbFN5bmNJbmZvLnByb3RvGhFCSEpBTEFQREJM", "SC5wcm90byKgAQoZR3JpZEZpZ2h0VHV0b3JpYWxTeW5jSW5mbxInCh1maW5p", "c2hfZ3JpZF9maWdodF90dXRvcmlhbF9pZBgKIAEoDUgAEiMKC0lMTkRGRVBG", "QklIGAggASgLMgwuQkhKQUxBUERCTEhIABImChxzdGFydF9ncmlkX2ZpZ2h0", "X3R1dG9yaWFsX2lkGAIgASgNSABCDQoLSUpHSE5ISkVJSEFCHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BHJALAPDBLHReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightTutorialSyncInfo), global::EggLink.DanhengServer.Proto.GridFightTutorialSyncInfo.Parser, new[]{ "FinishGridFightTutorialId", "ILNDFEPFBIH", "StartGridFightTutorialId" }, new[]{ "IJGHNHJEIHA" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class GridFightTutorialSyncInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GridFightTutorialSyncInfo()); 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.GridFightTutorialSyncInfoReflection.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 GridFightTutorialSyncInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GridFightTutorialSyncInfo(GridFightTutorialSyncInfo other) : this() { switch (other.IJGHNHJEIHACase) { case IJGHNHJEIHAOneofCase.FinishGridFightTutorialId: FinishGridFightTutorialId = other.FinishGridFightTutorialId; break; case IJGHNHJEIHAOneofCase.ILNDFEPFBIH: ILNDFEPFBIH = other.ILNDFEPFBIH.Clone(); break; case IJGHNHJEIHAOneofCase.StartGridFightTutorialId: StartGridFightTutorialId = other.StartGridFightTutorialId; break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GridFightTutorialSyncInfo Clone() { return new GridFightTutorialSyncInfo(this); } /// Field number for the "finish_grid_fight_tutorial_id" field. public const int FinishGridFightTutorialIdFieldNumber = 10; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FinishGridFightTutorialId { get { return HasFinishGridFightTutorialId ? (uint) iJGHNHJEIHA_ : 0; } set { iJGHNHJEIHA_ = value; iJGHNHJEIHACase_ = IJGHNHJEIHAOneofCase.FinishGridFightTutorialId; } } /// Gets whether the "finish_grid_fight_tutorial_id" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasFinishGridFightTutorialId { get { return iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.FinishGridFightTutorialId; } } /// Clears the value of the oneof if it's currently set to "finish_grid_fight_tutorial_id" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearFinishGridFightTutorialId() { if (HasFinishGridFightTutorialId) { ClearIJGHNHJEIHA(); } } /// Field number for the "ILNDFEPFBIH" field. public const int ILNDFEPFBIHFieldNumber = 8; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BHJALAPDBLH ILNDFEPFBIH { get { return iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.ILNDFEPFBIH ? (global::EggLink.DanhengServer.Proto.BHJALAPDBLH) iJGHNHJEIHA_ : null; } set { iJGHNHJEIHA_ = value; iJGHNHJEIHACase_ = value == null ? IJGHNHJEIHAOneofCase.None : IJGHNHJEIHAOneofCase.ILNDFEPFBIH; } } /// Field number for the "start_grid_fight_tutorial_id" field. public const int StartGridFightTutorialIdFieldNumber = 2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint StartGridFightTutorialId { get { return HasStartGridFightTutorialId ? (uint) iJGHNHJEIHA_ : 0; } set { iJGHNHJEIHA_ = value; iJGHNHJEIHACase_ = IJGHNHJEIHAOneofCase.StartGridFightTutorialId; } } /// Gets whether the "start_grid_fight_tutorial_id" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasStartGridFightTutorialId { get { return iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.StartGridFightTutorialId; } } /// Clears the value of the oneof if it's currently set to "start_grid_fight_tutorial_id" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearStartGridFightTutorialId() { if (HasStartGridFightTutorialId) { ClearIJGHNHJEIHA(); } } private object iJGHNHJEIHA_; /// Enum of possible cases for the "IJGHNHJEIHA" oneof. public enum IJGHNHJEIHAOneofCase { None = 0, FinishGridFightTutorialId = 10, ILNDFEPFBIH = 8, StartGridFightTutorialId = 2, } private IJGHNHJEIHAOneofCase iJGHNHJEIHACase_ = IJGHNHJEIHAOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public IJGHNHJEIHAOneofCase IJGHNHJEIHACase { get { return iJGHNHJEIHACase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearIJGHNHJEIHA() { iJGHNHJEIHACase_ = IJGHNHJEIHAOneofCase.None; iJGHNHJEIHA_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as GridFightTutorialSyncInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(GridFightTutorialSyncInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (FinishGridFightTutorialId != other.FinishGridFightTutorialId) return false; if (!object.Equals(ILNDFEPFBIH, other.ILNDFEPFBIH)) return false; if (StartGridFightTutorialId != other.StartGridFightTutorialId) return false; if (IJGHNHJEIHACase != other.IJGHNHJEIHACase) 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 (HasFinishGridFightTutorialId) hash ^= FinishGridFightTutorialId.GetHashCode(); if (iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.ILNDFEPFBIH) hash ^= ILNDFEPFBIH.GetHashCode(); if (HasStartGridFightTutorialId) hash ^= StartGridFightTutorialId.GetHashCode(); hash ^= (int) iJGHNHJEIHACase_; 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 (HasStartGridFightTutorialId) { output.WriteRawTag(16); output.WriteUInt32(StartGridFightTutorialId); } if (iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.ILNDFEPFBIH) { output.WriteRawTag(66); output.WriteMessage(ILNDFEPFBIH); } if (HasFinishGridFightTutorialId) { output.WriteRawTag(80); output.WriteUInt32(FinishGridFightTutorialId); } 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 (HasStartGridFightTutorialId) { output.WriteRawTag(16); output.WriteUInt32(StartGridFightTutorialId); } if (iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.ILNDFEPFBIH) { output.WriteRawTag(66); output.WriteMessage(ILNDFEPFBIH); } if (HasFinishGridFightTutorialId) { output.WriteRawTag(80); output.WriteUInt32(FinishGridFightTutorialId); } 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 (HasFinishGridFightTutorialId) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FinishGridFightTutorialId); } if (iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.ILNDFEPFBIH) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ILNDFEPFBIH); } if (HasStartGridFightTutorialId) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StartGridFightTutorialId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(GridFightTutorialSyncInfo other) { if (other == null) { return; } switch (other.IJGHNHJEIHACase) { case IJGHNHJEIHAOneofCase.FinishGridFightTutorialId: FinishGridFightTutorialId = other.FinishGridFightTutorialId; break; case IJGHNHJEIHAOneofCase.ILNDFEPFBIH: if (ILNDFEPFBIH == null) { ILNDFEPFBIH = new global::EggLink.DanhengServer.Proto.BHJALAPDBLH(); } ILNDFEPFBIH.MergeFrom(other.ILNDFEPFBIH); break; case IJGHNHJEIHAOneofCase.StartGridFightTutorialId: StartGridFightTutorialId = other.StartGridFightTutorialId; 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 16: { StartGridFightTutorialId = input.ReadUInt32(); break; } case 66: { global::EggLink.DanhengServer.Proto.BHJALAPDBLH subBuilder = new global::EggLink.DanhengServer.Proto.BHJALAPDBLH(); if (iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.ILNDFEPFBIH) { subBuilder.MergeFrom(ILNDFEPFBIH); } input.ReadMessage(subBuilder); ILNDFEPFBIH = subBuilder; break; } case 80: { FinishGridFightTutorialId = 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 16: { StartGridFightTutorialId = input.ReadUInt32(); break; } case 66: { global::EggLink.DanhengServer.Proto.BHJALAPDBLH subBuilder = new global::EggLink.DanhengServer.Proto.BHJALAPDBLH(); if (iJGHNHJEIHACase_ == IJGHNHJEIHAOneofCase.ILNDFEPFBIH) { subBuilder.MergeFrom(ILNDFEPFBIH); } input.ReadMessage(subBuilder); ILNDFEPFBIH = subBuilder; break; } case 80: { FinishGridFightTutorialId = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code