//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: StartFightFestCsReq.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 StartFightFestCsReq.proto
public static partial class StartFightFestCsReqReflection {
#region Descriptor
/// File descriptor for StartFightFestCsReq.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static StartFightFestCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlTdGFydEZpZ2h0RmVzdENzUmVxLnByb3RvGhFBRk9ETUVKT0RMRy5wcm90",
"bxoRQVBMT0FHRElCS0kucHJvdG8ihwEKE1N0YXJ0RmlnaHRGZXN0Q3NSZXES",
"EAoIZXZlbnRfaWQYCSABKA0SIQoLYXZhdGFyX2xpc3QYDiADKAsyDC5BRk9E",
"TUVKT0RMRxIKCgJpZBgKIAEoDRITCgtNRkdPTkhKR0lQUBgDIAMoDRIaCgR0",
"eXBlGAEgASgOMgwuQVBMT0FHRElCS0lCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AFODMEJODLGReflection.Descriptor, global::EggLink.DanhengServer.Proto.APLOAGDIBKIReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartFightFestCsReq), global::EggLink.DanhengServer.Proto.StartFightFestCsReq.Parser, new[]{ "EventId", "AvatarList", "Id", "MFGONHJGIPP", "Type" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class StartFightFestCsReq : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new StartFightFestCsReq());
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.StartFightFestCsReqReflection.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 StartFightFestCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public StartFightFestCsReq(StartFightFestCsReq other) : this() {
eventId_ = other.eventId_;
avatarList_ = other.avatarList_.Clone();
id_ = other.id_;
mFGONHJGIPP_ = other.mFGONHJGIPP_.Clone();
type_ = other.type_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public StartFightFestCsReq Clone() {
return new StartFightFestCsReq(this);
}
/// Field number for the "event_id" field.
public const int EventIdFieldNumber = 9;
private uint eventId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EventId {
get { return eventId_; }
set {
eventId_ = value;
}
}
/// Field number for the "avatar_list" field.
public const int AvatarListFieldNumber = 14;
private static readonly pb::FieldCodec _repeated_avatarList_codec
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.AFODMEJODLG.Parser);
private readonly pbc::RepeatedField avatarList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField AvatarList {
get { return avatarList_; }
}
/// Field number for the "id" field.
public const int IdFieldNumber = 10;
private uint id_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Id {
get { return id_; }
set {
id_ = value;
}
}
/// Field number for the "MFGONHJGIPP" field.
public const int MFGONHJGIPPFieldNumber = 3;
private static readonly pb::FieldCodec _repeated_mFGONHJGIPP_codec
= pb::FieldCodec.ForUInt32(26);
private readonly pbc::RepeatedField mFGONHJGIPP_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField MFGONHJGIPP {
get { return mFGONHJGIPP_; }
}
/// Field number for the "type" field.
public const int TypeFieldNumber = 1;
private global::EggLink.DanhengServer.Proto.APLOAGDIBKI type_ = global::EggLink.DanhengServer.Proto.APLOAGDIBKI.FightFestTypeNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.APLOAGDIBKI Type {
get { return type_; }
set {
type_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as StartFightFestCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(StartFightFestCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (EventId != other.EventId) return false;
if(!avatarList_.Equals(other.avatarList_)) return false;
if (Id != other.Id) return false;
if(!mFGONHJGIPP_.Equals(other.mFGONHJGIPP_)) return false;
if (Type != other.Type) 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 (EventId != 0) hash ^= EventId.GetHashCode();
hash ^= avatarList_.GetHashCode();
if (Id != 0) hash ^= Id.GetHashCode();
hash ^= mFGONHJGIPP_.GetHashCode();
if (Type != global::EggLink.DanhengServer.Proto.APLOAGDIBKI.FightFestTypeNone) hash ^= Type.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 (Type != global::EggLink.DanhengServer.Proto.APLOAGDIBKI.FightFestTypeNone) {
output.WriteRawTag(8);
output.WriteEnum((int) Type);
}
mFGONHJGIPP_.WriteTo(output, _repeated_mFGONHJGIPP_codec);
if (EventId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(EventId);
}
if (Id != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Id);
}
avatarList_.WriteTo(output, _repeated_avatarList_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 (Type != global::EggLink.DanhengServer.Proto.APLOAGDIBKI.FightFestTypeNone) {
output.WriteRawTag(8);
output.WriteEnum((int) Type);
}
mFGONHJGIPP_.WriteTo(ref output, _repeated_mFGONHJGIPP_codec);
if (EventId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(EventId);
}
if (Id != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Id);
}
avatarList_.WriteTo(ref output, _repeated_avatarList_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;
if (EventId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId);
}
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
if (Id != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
}
size += mFGONHJGIPP_.CalculateSize(_repeated_mFGONHJGIPP_codec);
if (Type != global::EggLink.DanhengServer.Proto.APLOAGDIBKI.FightFestTypeNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(StartFightFestCsReq other) {
if (other == null) {
return;
}
if (other.EventId != 0) {
EventId = other.EventId;
}
avatarList_.Add(other.avatarList_);
if (other.Id != 0) {
Id = other.Id;
}
mFGONHJGIPP_.Add(other.mFGONHJGIPP_);
if (other.Type != global::EggLink.DanhengServer.Proto.APLOAGDIBKI.FightFestTypeNone) {
Type = other.Type;
}
_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: {
Type = (global::EggLink.DanhengServer.Proto.APLOAGDIBKI) input.ReadEnum();
break;
}
case 26:
case 24: {
mFGONHJGIPP_.AddEntriesFrom(input, _repeated_mFGONHJGIPP_codec);
break;
}
case 72: {
EventId = input.ReadUInt32();
break;
}
case 80: {
Id = input.ReadUInt32();
break;
}
case 114: {
avatarList_.AddEntriesFrom(input, _repeated_avatarList_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: {
Type = (global::EggLink.DanhengServer.Proto.APLOAGDIBKI) input.ReadEnum();
break;
}
case 26:
case 24: {
mFGONHJGIPP_.AddEntriesFrom(ref input, _repeated_mFGONHJGIPP_codec);
break;
}
case 72: {
EventId = input.ReadUInt32();
break;
}
case 80: {
Id = input.ReadUInt32();
break;
}
case 114: {
avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code