//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GridFightGameItemSyncInfo.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 GridFightGameItemSyncInfo.proto
public static partial class GridFightGameItemSyncInfoReflection {
#region Descriptor
/// File descriptor for GridFightGameItemSyncInfo.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GridFightGameItemSyncInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9HcmlkRmlnaHRHYW1lSXRlbVN5bmNJbmZvLnByb3RvGhxHcmlkRmlnaHRF",
"cXVpcG1lbnRJbmZvLnByb3RvGhtHcmlkR2FtZUZvcmdlSXRlbUluZm8ucHJv",
"dG8aHUdyaWRGaWdodENvbnN1bWFibGVJbmZvLnByb3RvGiNHcmlkRmlnaHRD",
"b25zdW1hYmxlVXBkYXRlSW5mby5wcm90byKbAgoZR3JpZEZpZ2h0R2FtZUl0",
"ZW1TeW5jSW5mbxI8ChpncmlkX2ZpZ2h0X2NvbnN1bWFibGVfbGlzdBgFIAMo",
"CzIYLkdyaWRGaWdodENvbnN1bWFibGVJbmZvEjoKGWdyaWRfZmlnaHRfZXF1",
"aXBtZW50X2xpc3QYDyADKAsyFy5HcmlkRmlnaHRFcXVpcG1lbnRJbmZvEkkK",
"IXVwZGF0ZV9ncmlkX2ZpZ2h0X2NvbnN1bWFibGVfbGlzdBgLIAMoCzIeLkdy",
"aWRGaWdodENvbnN1bWFibGVVcGRhdGVJbmZvEjkKGWdyaWRfZ2FtZV9mb3Jn",
"ZV9pdGVtX2xpc3QYCCADKAsyFi5HcmlkR2FtZUZvcmdlSXRlbUluZm9CHqoC",
"G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GridFightEquipmentInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridGameForgeItemInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightConsumableInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightConsumableUpdateInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightGameItemSyncInfo), global::EggLink.DanhengServer.Proto.GridFightGameItemSyncInfo.Parser, new[]{ "GridFightConsumableList", "GridFightEquipmentList", "UpdateGridFightConsumableList", "GridGameForgeItemList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GridFightGameItemSyncInfo : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GridFightGameItemSyncInfo());
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.GridFightGameItemSyncInfoReflection.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 GridFightGameItemSyncInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightGameItemSyncInfo(GridFightGameItemSyncInfo other) : this() {
gridFightConsumableList_ = other.gridFightConsumableList_.Clone();
gridFightEquipmentList_ = other.gridFightEquipmentList_.Clone();
updateGridFightConsumableList_ = other.updateGridFightConsumableList_.Clone();
gridGameForgeItemList_ = other.gridGameForgeItemList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridFightGameItemSyncInfo Clone() {
return new GridFightGameItemSyncInfo(this);
}
/// Field number for the "grid_fight_consumable_list" field.
public const int GridFightConsumableListFieldNumber = 5;
private static readonly pb::FieldCodec _repeated_gridFightConsumableList_codec
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.GridFightConsumableInfo.Parser);
private readonly pbc::RepeatedField gridFightConsumableList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField GridFightConsumableList {
get { return gridFightConsumableList_; }
}
/// Field number for the "grid_fight_equipment_list" field.
public const int GridFightEquipmentListFieldNumber = 15;
private static readonly pb::FieldCodec _repeated_gridFightEquipmentList_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.GridFightEquipmentInfo.Parser);
private readonly pbc::RepeatedField gridFightEquipmentList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField GridFightEquipmentList {
get { return gridFightEquipmentList_; }
}
/// Field number for the "update_grid_fight_consumable_list" field.
public const int UpdateGridFightConsumableListFieldNumber = 11;
private static readonly pb::FieldCodec _repeated_updateGridFightConsumableList_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.GridFightConsumableUpdateInfo.Parser);
private readonly pbc::RepeatedField updateGridFightConsumableList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField UpdateGridFightConsumableList {
get { return updateGridFightConsumableList_; }
}
/// Field number for the "grid_game_forge_item_list" field.
public const int GridGameForgeItemListFieldNumber = 8;
private static readonly pb::FieldCodec _repeated_gridGameForgeItemList_codec
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.GridGameForgeItemInfo.Parser);
private readonly pbc::RepeatedField gridGameForgeItemList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField GridGameForgeItemList {
get { return gridGameForgeItemList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GridFightGameItemSyncInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GridFightGameItemSyncInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!gridFightConsumableList_.Equals(other.gridFightConsumableList_)) return false;
if(!gridFightEquipmentList_.Equals(other.gridFightEquipmentList_)) return false;
if(!updateGridFightConsumableList_.Equals(other.updateGridFightConsumableList_)) return false;
if(!gridGameForgeItemList_.Equals(other.gridGameForgeItemList_)) 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 ^= gridFightConsumableList_.GetHashCode();
hash ^= gridFightEquipmentList_.GetHashCode();
hash ^= updateGridFightConsumableList_.GetHashCode();
hash ^= gridGameForgeItemList_.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
gridFightConsumableList_.WriteTo(output, _repeated_gridFightConsumableList_codec);
gridGameForgeItemList_.WriteTo(output, _repeated_gridGameForgeItemList_codec);
updateGridFightConsumableList_.WriteTo(output, _repeated_updateGridFightConsumableList_codec);
gridFightEquipmentList_.WriteTo(output, _repeated_gridFightEquipmentList_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) {
gridFightConsumableList_.WriteTo(ref output, _repeated_gridFightConsumableList_codec);
gridGameForgeItemList_.WriteTo(ref output, _repeated_gridGameForgeItemList_codec);
updateGridFightConsumableList_.WriteTo(ref output, _repeated_updateGridFightConsumableList_codec);
gridFightEquipmentList_.WriteTo(ref output, _repeated_gridFightEquipmentList_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 += gridFightConsumableList_.CalculateSize(_repeated_gridFightConsumableList_codec);
size += gridFightEquipmentList_.CalculateSize(_repeated_gridFightEquipmentList_codec);
size += updateGridFightConsumableList_.CalculateSize(_repeated_updateGridFightConsumableList_codec);
size += gridGameForgeItemList_.CalculateSize(_repeated_gridGameForgeItemList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GridFightGameItemSyncInfo other) {
if (other == null) {
return;
}
gridFightConsumableList_.Add(other.gridFightConsumableList_);
gridFightEquipmentList_.Add(other.gridFightEquipmentList_);
updateGridFightConsumableList_.Add(other.updateGridFightConsumableList_);
gridGameForgeItemList_.Add(other.gridGameForgeItemList_);
_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: {
gridFightConsumableList_.AddEntriesFrom(input, _repeated_gridFightConsumableList_codec);
break;
}
case 66: {
gridGameForgeItemList_.AddEntriesFrom(input, _repeated_gridGameForgeItemList_codec);
break;
}
case 90: {
updateGridFightConsumableList_.AddEntriesFrom(input, _repeated_updateGridFightConsumableList_codec);
break;
}
case 122: {
gridFightEquipmentList_.AddEntriesFrom(input, _repeated_gridFightEquipmentList_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 42: {
gridFightConsumableList_.AddEntriesFrom(ref input, _repeated_gridFightConsumableList_codec);
break;
}
case 66: {
gridGameForgeItemList_.AddEntriesFrom(ref input, _repeated_gridGameForgeItemList_codec);
break;
}
case 90: {
updateGridFightConsumableList_.AddEntriesFrom(ref input, _repeated_updateGridFightConsumableList_codec);
break;
}
case 122: {
gridFightEquipmentList_.AddEntriesFrom(ref input, _repeated_gridFightEquipmentList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code