// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: traveler_duel_level_settle.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 Proto { /// Holder for reflection information generated from traveler_duel_level_settle.proto public static partial class TravelerDuelLevelSettleReflection { #region Descriptor /// File descriptor for traveler_duel_level_settle.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static TravelerDuelLevelSettleReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiB0cmF2ZWxlcl9kdWVsX2xldmVsX3NldHRsZS5wcm90bxIFcHJvdG8aDHB1", "YmxpYy5wcm90byJtChpUcmF2ZWxlckR1ZWxMZXZlbFNldHRsZVJlcRIMCgRT", "dGFyGAEgASgNEgwKBFRpbWUYAiABKA0SHQoGRXZlbnRzGA8gASgLMg0ucHJv", "dG8uRXZlbnRzEhQKC05leHRQYWNrYWdlGP8PIAEoDCKfAwobVHJhdmVsZXJE", "dWVsTGV2ZWxTZXR0bGVSZXNwEg0KBUZpcnN0GAEgASgIEiEKBkNoYW5nZRgC", "IAEoCzIRLnByb3RvLkNoYW5nZUluZm8SIgoKQXdhcmRJdGVtcxgDIAMoCzIO", "LnByb3RvLkl0ZW1UcGwSIgoKRmlyc3RJdGVtcxgEIAMoCzIOLnByb3RvLkl0", "ZW1UcGwSEQoJRHVlbExldmVsGAUgASgNEg8KB0R1ZWxFeHAYBiABKA0SFQoN", "RHVlbEV4cENoYW5nZRgHIAEoBRInCgpBZmZpbml0aWVzGAggAygLMhMucHJv", "dG8uQWZmaW5pdHlJbmZvEhEKCUJhc2VTY29yZRgJIAEoDRIRCglUaW1lU2Nv", "cmUYCiABKA0SEgoKRmluYWxTY29yZRgLIAEoDRIQCghNYXhTY29yZRgMIAEo", "DRIZChFVcGxvYWRSZW1haW5UaW1lcxgNIAEoDRIlCg1TdXJwcmlzZUl0ZW1z", "GA4gAygLMg4ucHJvdG8uSXRlbVRwbBIUCgtOZXh0UGFja2FnZRj/DyABKAxQ", "AGIGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Proto.PublicReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Proto.TravelerDuelLevelSettleReq), global::Proto.TravelerDuelLevelSettleReq.Parser, new[]{ "Star", "Time", "Events", "NextPackage" }, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Proto.TravelerDuelLevelSettleResp), global::Proto.TravelerDuelLevelSettleResp.Parser, new[]{ "First", "Change", "AwardItems", "FirstItems", "DuelLevel", "DuelExp", "DuelExpChange", "Affinities", "BaseScore", "TimeScore", "FinalScore", "MaxScore", "UploadRemainTimes", "SurpriseItems", "NextPackage" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class TravelerDuelLevelSettleReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new TravelerDuelLevelSettleReq()); 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::Proto.TravelerDuelLevelSettleReflection.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 TravelerDuelLevelSettleReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TravelerDuelLevelSettleReq(TravelerDuelLevelSettleReq other) : this() { star_ = other.star_; time_ = other.time_; events_ = other.events_ != null ? other.events_.Clone() : null; nextPackage_ = other.nextPackage_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TravelerDuelLevelSettleReq Clone() { return new TravelerDuelLevelSettleReq(this); } /// Field number for the "Star" field. public const int StarFieldNumber = 1; private uint star_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Star { get { return star_; } set { star_ = value; } } /// Field number for the "Time" field. public const int TimeFieldNumber = 2; private uint time_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Time { get { return time_; } set { time_ = value; } } /// Field number for the "Events" field. public const int EventsFieldNumber = 15; private global::Proto.Events events_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Proto.Events Events { get { return events_; } set { events_ = value; } } /// Field number for the "NextPackage" field. public const int NextPackageFieldNumber = 2047; private pb::ByteString nextPackage_ = pb::ByteString.Empty; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pb::ByteString NextPackage { get { return nextPackage_; } set { nextPackage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as TravelerDuelLevelSettleReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(TravelerDuelLevelSettleReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Star != other.Star) return false; if (Time != other.Time) return false; if (!object.Equals(Events, other.Events)) return false; if (NextPackage != other.NextPackage) 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 (Star != 0) hash ^= Star.GetHashCode(); if (Time != 0) hash ^= Time.GetHashCode(); if (events_ != null) hash ^= Events.GetHashCode(); if (NextPackage.Length != 0) hash ^= NextPackage.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 (Star != 0) { output.WriteRawTag(8); output.WriteUInt32(Star); } if (Time != 0) { output.WriteRawTag(16); output.WriteUInt32(Time); } if (events_ != null) { output.WriteRawTag(122); output.WriteMessage(Events); } if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } 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 (Star != 0) { output.WriteRawTag(8); output.WriteUInt32(Star); } if (Time != 0) { output.WriteRawTag(16); output.WriteUInt32(Time); } if (events_ != null) { output.WriteRawTag(122); output.WriteMessage(Events); } if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } 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 (Star != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Star); } if (Time != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Time); } if (events_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Events); } if (NextPackage.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeBytesSize(NextPackage); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(TravelerDuelLevelSettleReq other) { if (other == null) { return; } if (other.Star != 0) { Star = other.Star; } if (other.Time != 0) { Time = other.Time; } if (other.events_ != null) { if (events_ == null) { Events = new global::Proto.Events(); } Events.MergeFrom(other.Events); } if (other.NextPackage.Length != 0) { NextPackage = other.NextPackage; } _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) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { Star = input.ReadUInt32(); break; } case 16: { Time = input.ReadUInt32(); break; } case 122: { if (events_ == null) { Events = new global::Proto.Events(); } input.ReadMessage(Events); break; } case 16378: { NextPackage = input.ReadBytes(); 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) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { Star = input.ReadUInt32(); break; } case 16: { Time = input.ReadUInt32(); break; } case 122: { if (events_ == null) { Events = new global::Proto.Events(); } input.ReadMessage(Events); break; } case 16378: { NextPackage = input.ReadBytes(); break; } } } } #endif } [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class TravelerDuelLevelSettleResp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new TravelerDuelLevelSettleResp()); 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::Proto.TravelerDuelLevelSettleReflection.Descriptor.MessageTypes[1]; } } [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 TravelerDuelLevelSettleResp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TravelerDuelLevelSettleResp(TravelerDuelLevelSettleResp other) : this() { first_ = other.first_; change_ = other.change_ != null ? other.change_.Clone() : null; awardItems_ = other.awardItems_.Clone(); firstItems_ = other.firstItems_.Clone(); duelLevel_ = other.duelLevel_; duelExp_ = other.duelExp_; duelExpChange_ = other.duelExpChange_; affinities_ = other.affinities_.Clone(); baseScore_ = other.baseScore_; timeScore_ = other.timeScore_; finalScore_ = other.finalScore_; maxScore_ = other.maxScore_; uploadRemainTimes_ = other.uploadRemainTimes_; surpriseItems_ = other.surpriseItems_.Clone(); nextPackage_ = other.nextPackage_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public TravelerDuelLevelSettleResp Clone() { return new TravelerDuelLevelSettleResp(this); } /// Field number for the "First" field. public const int FirstFieldNumber = 1; private bool first_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool First { get { return first_; } set { first_ = value; } } /// Field number for the "Change" field. public const int ChangeFieldNumber = 2; private global::Proto.ChangeInfo change_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Proto.ChangeInfo Change { get { return change_; } set { change_ = value; } } /// Field number for the "AwardItems" field. public const int AwardItemsFieldNumber = 3; private static readonly pb::FieldCodec _repeated_awardItems_codec = pb::FieldCodec.ForMessage(26, global::Proto.ItemTpl.Parser); private readonly pbc::RepeatedField awardItems_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField AwardItems { get { return awardItems_; } } /// Field number for the "FirstItems" field. public const int FirstItemsFieldNumber = 4; private static readonly pb::FieldCodec _repeated_firstItems_codec = pb::FieldCodec.ForMessage(34, global::Proto.ItemTpl.Parser); private readonly pbc::RepeatedField firstItems_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField FirstItems { get { return firstItems_; } } /// Field number for the "DuelLevel" field. public const int DuelLevelFieldNumber = 5; private uint duelLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DuelLevel { get { return duelLevel_; } set { duelLevel_ = value; } } /// Field number for the "DuelExp" field. public const int DuelExpFieldNumber = 6; private uint duelExp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DuelExp { get { return duelExp_; } set { duelExp_ = value; } } /// Field number for the "DuelExpChange" field. public const int DuelExpChangeFieldNumber = 7; private int duelExpChange_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int DuelExpChange { get { return duelExpChange_; } set { duelExpChange_ = value; } } /// Field number for the "Affinities" field. public const int AffinitiesFieldNumber = 8; private static readonly pb::FieldCodec _repeated_affinities_codec = pb::FieldCodec.ForMessage(66, global::Proto.AffinityInfo.Parser); private readonly pbc::RepeatedField affinities_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField Affinities { get { return affinities_; } } /// Field number for the "BaseScore" field. public const int BaseScoreFieldNumber = 9; private uint baseScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BaseScore { get { return baseScore_; } set { baseScore_ = value; } } /// Field number for the "TimeScore" field. public const int TimeScoreFieldNumber = 10; private uint timeScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint TimeScore { get { return timeScore_; } set { timeScore_ = value; } } /// Field number for the "FinalScore" field. public const int FinalScoreFieldNumber = 11; private uint finalScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FinalScore { get { return finalScore_; } set { finalScore_ = value; } } /// Field number for the "MaxScore" field. public const int MaxScoreFieldNumber = 12; private uint maxScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MaxScore { get { return maxScore_; } set { maxScore_ = value; } } /// Field number for the "UploadRemainTimes" field. public const int UploadRemainTimesFieldNumber = 13; private uint uploadRemainTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint UploadRemainTimes { get { return uploadRemainTimes_; } set { uploadRemainTimes_ = value; } } /// Field number for the "SurpriseItems" field. public const int SurpriseItemsFieldNumber = 14; private static readonly pb::FieldCodec _repeated_surpriseItems_codec = pb::FieldCodec.ForMessage(114, global::Proto.ItemTpl.Parser); private readonly pbc::RepeatedField surpriseItems_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField SurpriseItems { get { return surpriseItems_; } } /// Field number for the "NextPackage" field. public const int NextPackageFieldNumber = 2047; private pb::ByteString nextPackage_ = pb::ByteString.Empty; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pb::ByteString NextPackage { get { return nextPackage_; } set { nextPackage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as TravelerDuelLevelSettleResp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(TravelerDuelLevelSettleResp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (First != other.First) return false; if (!object.Equals(Change, other.Change)) return false; if(!awardItems_.Equals(other.awardItems_)) return false; if(!firstItems_.Equals(other.firstItems_)) return false; if (DuelLevel != other.DuelLevel) return false; if (DuelExp != other.DuelExp) return false; if (DuelExpChange != other.DuelExpChange) return false; if(!affinities_.Equals(other.affinities_)) return false; if (BaseScore != other.BaseScore) return false; if (TimeScore != other.TimeScore) return false; if (FinalScore != other.FinalScore) return false; if (MaxScore != other.MaxScore) return false; if (UploadRemainTimes != other.UploadRemainTimes) return false; if(!surpriseItems_.Equals(other.surpriseItems_)) return false; if (NextPackage != other.NextPackage) 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 (First != false) hash ^= First.GetHashCode(); if (change_ != null) hash ^= Change.GetHashCode(); hash ^= awardItems_.GetHashCode(); hash ^= firstItems_.GetHashCode(); if (DuelLevel != 0) hash ^= DuelLevel.GetHashCode(); if (DuelExp != 0) hash ^= DuelExp.GetHashCode(); if (DuelExpChange != 0) hash ^= DuelExpChange.GetHashCode(); hash ^= affinities_.GetHashCode(); if (BaseScore != 0) hash ^= BaseScore.GetHashCode(); if (TimeScore != 0) hash ^= TimeScore.GetHashCode(); if (FinalScore != 0) hash ^= FinalScore.GetHashCode(); if (MaxScore != 0) hash ^= MaxScore.GetHashCode(); if (UploadRemainTimes != 0) hash ^= UploadRemainTimes.GetHashCode(); hash ^= surpriseItems_.GetHashCode(); if (NextPackage.Length != 0) hash ^= NextPackage.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 (First != false) { output.WriteRawTag(8); output.WriteBool(First); } if (change_ != null) { output.WriteRawTag(18); output.WriteMessage(Change); } awardItems_.WriteTo(output, _repeated_awardItems_codec); firstItems_.WriteTo(output, _repeated_firstItems_codec); if (DuelLevel != 0) { output.WriteRawTag(40); output.WriteUInt32(DuelLevel); } if (DuelExp != 0) { output.WriteRawTag(48); output.WriteUInt32(DuelExp); } if (DuelExpChange != 0) { output.WriteRawTag(56); output.WriteInt32(DuelExpChange); } affinities_.WriteTo(output, _repeated_affinities_codec); if (BaseScore != 0) { output.WriteRawTag(72); output.WriteUInt32(BaseScore); } if (TimeScore != 0) { output.WriteRawTag(80); output.WriteUInt32(TimeScore); } if (FinalScore != 0) { output.WriteRawTag(88); output.WriteUInt32(FinalScore); } if (MaxScore != 0) { output.WriteRawTag(96); output.WriteUInt32(MaxScore); } if (UploadRemainTimes != 0) { output.WriteRawTag(104); output.WriteUInt32(UploadRemainTimes); } surpriseItems_.WriteTo(output, _repeated_surpriseItems_codec); if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } 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 (First != false) { output.WriteRawTag(8); output.WriteBool(First); } if (change_ != null) { output.WriteRawTag(18); output.WriteMessage(Change); } awardItems_.WriteTo(ref output, _repeated_awardItems_codec); firstItems_.WriteTo(ref output, _repeated_firstItems_codec); if (DuelLevel != 0) { output.WriteRawTag(40); output.WriteUInt32(DuelLevel); } if (DuelExp != 0) { output.WriteRawTag(48); output.WriteUInt32(DuelExp); } if (DuelExpChange != 0) { output.WriteRawTag(56); output.WriteInt32(DuelExpChange); } affinities_.WriteTo(ref output, _repeated_affinities_codec); if (BaseScore != 0) { output.WriteRawTag(72); output.WriteUInt32(BaseScore); } if (TimeScore != 0) { output.WriteRawTag(80); output.WriteUInt32(TimeScore); } if (FinalScore != 0) { output.WriteRawTag(88); output.WriteUInt32(FinalScore); } if (MaxScore != 0) { output.WriteRawTag(96); output.WriteUInt32(MaxScore); } if (UploadRemainTimes != 0) { output.WriteRawTag(104); output.WriteUInt32(UploadRemainTimes); } surpriseItems_.WriteTo(ref output, _repeated_surpriseItems_codec); if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } 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 (First != false) { size += 1 + 1; } if (change_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Change); } size += awardItems_.CalculateSize(_repeated_awardItems_codec); size += firstItems_.CalculateSize(_repeated_firstItems_codec); if (DuelLevel != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DuelLevel); } if (DuelExp != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DuelExp); } if (DuelExpChange != 0) { size += 1 + pb::CodedOutputStream.ComputeInt32Size(DuelExpChange); } size += affinities_.CalculateSize(_repeated_affinities_codec); if (BaseScore != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BaseScore); } if (TimeScore != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TimeScore); } if (FinalScore != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FinalScore); } if (MaxScore != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxScore); } if (UploadRemainTimes != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UploadRemainTimes); } size += surpriseItems_.CalculateSize(_repeated_surpriseItems_codec); if (NextPackage.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeBytesSize(NextPackage); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(TravelerDuelLevelSettleResp other) { if (other == null) { return; } if (other.First != false) { First = other.First; } if (other.change_ != null) { if (change_ == null) { Change = new global::Proto.ChangeInfo(); } Change.MergeFrom(other.Change); } awardItems_.Add(other.awardItems_); firstItems_.Add(other.firstItems_); if (other.DuelLevel != 0) { DuelLevel = other.DuelLevel; } if (other.DuelExp != 0) { DuelExp = other.DuelExp; } if (other.DuelExpChange != 0) { DuelExpChange = other.DuelExpChange; } affinities_.Add(other.affinities_); if (other.BaseScore != 0) { BaseScore = other.BaseScore; } if (other.TimeScore != 0) { TimeScore = other.TimeScore; } if (other.FinalScore != 0) { FinalScore = other.FinalScore; } if (other.MaxScore != 0) { MaxScore = other.MaxScore; } if (other.UploadRemainTimes != 0) { UploadRemainTimes = other.UploadRemainTimes; } surpriseItems_.Add(other.surpriseItems_); if (other.NextPackage.Length != 0) { NextPackage = other.NextPackage; } _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) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { First = input.ReadBool(); break; } case 18: { if (change_ == null) { Change = new global::Proto.ChangeInfo(); } input.ReadMessage(Change); break; } case 26: { awardItems_.AddEntriesFrom(input, _repeated_awardItems_codec); break; } case 34: { firstItems_.AddEntriesFrom(input, _repeated_firstItems_codec); break; } case 40: { DuelLevel = input.ReadUInt32(); break; } case 48: { DuelExp = input.ReadUInt32(); break; } case 56: { DuelExpChange = input.ReadInt32(); break; } case 66: { affinities_.AddEntriesFrom(input, _repeated_affinities_codec); break; } case 72: { BaseScore = input.ReadUInt32(); break; } case 80: { TimeScore = input.ReadUInt32(); break; } case 88: { FinalScore = input.ReadUInt32(); break; } case 96: { MaxScore = input.ReadUInt32(); break; } case 104: { UploadRemainTimes = input.ReadUInt32(); break; } case 114: { surpriseItems_.AddEntriesFrom(input, _repeated_surpriseItems_codec); break; } case 16378: { NextPackage = input.ReadBytes(); 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) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { First = input.ReadBool(); break; } case 18: { if (change_ == null) { Change = new global::Proto.ChangeInfo(); } input.ReadMessage(Change); break; } case 26: { awardItems_.AddEntriesFrom(ref input, _repeated_awardItems_codec); break; } case 34: { firstItems_.AddEntriesFrom(ref input, _repeated_firstItems_codec); break; } case 40: { DuelLevel = input.ReadUInt32(); break; } case 48: { DuelExp = input.ReadUInt32(); break; } case 56: { DuelExpChange = input.ReadInt32(); break; } case 66: { affinities_.AddEntriesFrom(ref input, _repeated_affinities_codec); break; } case 72: { BaseScore = input.ReadUInt32(); break; } case 80: { TimeScore = input.ReadUInt32(); break; } case 88: { FinalScore = input.ReadUInt32(); break; } case 96: { MaxScore = input.ReadUInt32(); break; } case 104: { UploadRemainTimes = input.ReadUInt32(); break; } case 114: { surpriseItems_.AddEntriesFrom(ref input, _repeated_surpriseItems_codec); break; } case 16378: { NextPackage = input.ReadBytes(); break; } } } } #endif } #endregion } #endregion Designer generated code