Files
DanhengServer-OpenSource/Proto/GridFightSyncResultData.cs
2025-11-16 12:35:40 +08:00

292 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GridFightSyncResultData.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from GridFightSyncResultData.proto</summary>
public static partial class GridFightSyncResultDataReflection {
#region Descriptor
/// <summary>File descriptor for GridFightSyncResultData.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GridFightSyncResultDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1HcmlkRmlnaHRTeW5jUmVzdWx0RGF0YS5wcm90bxoXR3JpZEZpZ2h0U3lu",
"Y0RhdGEucHJvdG8aEkdyaWRGaWdodFNyYy5wcm90byKSAQoXR3JpZEZpZ2h0",
"U3luY1Jlc3VsdERhdGESLwoTdXBkYXRlX2R5bmFtaWNfbGlzdBgPIAMoCzIS",
"LkdyaWRGaWdodFN5bmNEYXRhEiYKD2dyaWRfdXBkYXRlX3NyYxgBIAEoDjIN",
"LkdyaWRGaWdodFNyYxIeChZzeW5jX2VmZmVjdF9wYXJhbV9saXN0GAsgAygN",
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GridFightSyncDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightSrcReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightSyncResultData), global::EggLink.DanhengServer.Proto.GridFightSyncResultData.Parser, new[]{ "UpdateDynamicList", "GridUpdateSrc", "SyncEffectParamList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GridFightSyncResultData : pb::IMessage<GridFightSyncResultData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GridFightSyncResultData> _parser = new pb::MessageParser<GridFightSyncResultData>(() => new GridFightSyncResultData());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GridFightSyncResultData> 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.GridFightSyncResultDataReflection.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 GridFightSyncResultData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightSyncResultData(GridFightSyncResultData other) : this() {
updateDynamicList_ = other.updateDynamicList_.Clone();
gridUpdateSrc_ = other.gridUpdateSrc_;
syncEffectParamList_ = other.syncEffectParamList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightSyncResultData Clone() {
return new GridFightSyncResultData(this);
}
/// <summary>Field number for the "update_dynamic_list" field.</summary>
public const int UpdateDynamicListFieldNumber = 15;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.GridFightSyncData> _repeated_updateDynamicList_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.GridFightSyncData.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GridFightSyncData> updateDynamicList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GridFightSyncData>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GridFightSyncData> UpdateDynamicList {
get { return updateDynamicList_; }
}
/// <summary>Field number for the "grid_update_src" field.</summary>
public const int GridUpdateSrcFieldNumber = 1;
private global::EggLink.DanhengServer.Proto.GridFightSrc gridUpdateSrc_ = global::EggLink.DanhengServer.Proto.GridFightSrc.KGridFightSrcNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GridFightSrc GridUpdateSrc {
get { return gridUpdateSrc_; }
set {
gridUpdateSrc_ = value;
}
}
/// <summary>Field number for the "sync_effect_param_list" field.</summary>
public const int SyncEffectParamListFieldNumber = 11;
private static readonly pb::FieldCodec<uint> _repeated_syncEffectParamList_codec
= pb::FieldCodec.ForUInt32(90);
private readonly pbc::RepeatedField<uint> syncEffectParamList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> SyncEffectParamList {
get { return syncEffectParamList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GridFightSyncResultData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GridFightSyncResultData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!updateDynamicList_.Equals(other.updateDynamicList_)) return false;
if (GridUpdateSrc != other.GridUpdateSrc) return false;
if(!syncEffectParamList_.Equals(other.syncEffectParamList_)) 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 ^= updateDynamicList_.GetHashCode();
if (GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightSrc.KGridFightSrcNone) hash ^= GridUpdateSrc.GetHashCode();
hash ^= syncEffectParamList_.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 (GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightSrc.KGridFightSrcNone) {
output.WriteRawTag(8);
output.WriteEnum((int) GridUpdateSrc);
}
syncEffectParamList_.WriteTo(output, _repeated_syncEffectParamList_codec);
updateDynamicList_.WriteTo(output, _repeated_updateDynamicList_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) {
if (GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightSrc.KGridFightSrcNone) {
output.WriteRawTag(8);
output.WriteEnum((int) GridUpdateSrc);
}
syncEffectParamList_.WriteTo(ref output, _repeated_syncEffectParamList_codec);
updateDynamicList_.WriteTo(ref output, _repeated_updateDynamicList_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 += updateDynamicList_.CalculateSize(_repeated_updateDynamicList_codec);
if (GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightSrc.KGridFightSrcNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) GridUpdateSrc);
}
size += syncEffectParamList_.CalculateSize(_repeated_syncEffectParamList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GridFightSyncResultData other) {
if (other == null) {
return;
}
updateDynamicList_.Add(other.updateDynamicList_);
if (other.GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightSrc.KGridFightSrcNone) {
GridUpdateSrc = other.GridUpdateSrc;
}
syncEffectParamList_.Add(other.syncEffectParamList_);
_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: {
GridUpdateSrc = (global::EggLink.DanhengServer.Proto.GridFightSrc) input.ReadEnum();
break;
}
case 90:
case 88: {
syncEffectParamList_.AddEntriesFrom(input, _repeated_syncEffectParamList_codec);
break;
}
case 122: {
updateDynamicList_.AddEntriesFrom(input, _repeated_updateDynamicList_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 8: {
GridUpdateSrc = (global::EggLink.DanhengServer.Proto.GridFightSrc) input.ReadEnum();
break;
}
case 90:
case 88: {
syncEffectParamList_.AddEntriesFrom(ref input, _repeated_syncEffectParamList_codec);
break;
}
case 122: {
updateDynamicList_.AddEntriesFrom(ref input, _repeated_updateDynamicList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code