//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetMissionDataScRsp.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 GetMissionDataScRsp.proto
public static partial class GetMissionDataScRspReflection {
#region Descriptor
/// File descriptor for GetMissionDataScRsp.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetMissionDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlHZXRNaXNzaW9uRGF0YVNjUnNwLnByb3RvGhFNYWluTWlzc2lvbi5wcm90",
"bxoNTWlzc2lvbi5wcm90byKeAQoTR2V0TWlzc2lvbkRhdGFTY1JzcBIeCgxt",
"aXNzaW9uX2xpc3QYCyADKAsyCC5NaXNzaW9uEg8KB3JldGNvZGUYDiABKA0S",
"JwoRbWFpbl9taXNzaW9uX2xpc3QYDSADKAsyDC5NYWluTWlzc2lvbhIYChB0",
"cmFja19taXNzaW9uX2lkGAggASgNEhMKC09KT01PQ0dJQUlDGAQgAygNQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MainMissionReflection.Descriptor, global::EggLink.DanhengServer.Proto.MissionReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMissionDataScRsp), global::EggLink.DanhengServer.Proto.GetMissionDataScRsp.Parser, new[]{ "MissionList", "Retcode", "MainMissionList", "TrackMissionId", "OJOMOCGIAIC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetMissionDataScRsp : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetMissionDataScRsp());
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.GetMissionDataScRspReflection.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 GetMissionDataScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetMissionDataScRsp(GetMissionDataScRsp other) : this() {
missionList_ = other.missionList_.Clone();
retcode_ = other.retcode_;
mainMissionList_ = other.mainMissionList_.Clone();
trackMissionId_ = other.trackMissionId_;
oJOMOCGIAIC_ = other.oJOMOCGIAIC_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetMissionDataScRsp Clone() {
return new GetMissionDataScRsp(this);
}
/// Field number for the "mission_list" field.
public const int MissionListFieldNumber = 11;
private static readonly pb::FieldCodec _repeated_missionList_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.Mission.Parser);
private readonly pbc::RepeatedField missionList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField MissionList {
get { return missionList_; }
}
/// Field number for the "retcode" field.
public const int RetcodeFieldNumber = 14;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// Field number for the "main_mission_list" field.
public const int MainMissionListFieldNumber = 13;
private static readonly pb::FieldCodec _repeated_mainMissionList_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.MainMission.Parser);
private readonly pbc::RepeatedField mainMissionList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField MainMissionList {
get { return mainMissionList_; }
}
/// Field number for the "track_mission_id" field.
public const int TrackMissionIdFieldNumber = 8;
private uint trackMissionId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TrackMissionId {
get { return trackMissionId_; }
set {
trackMissionId_ = value;
}
}
/// Field number for the "OJOMOCGIAIC" field.
public const int OJOMOCGIAICFieldNumber = 4;
private static readonly pb::FieldCodec _repeated_oJOMOCGIAIC_codec
= pb::FieldCodec.ForUInt32(34);
private readonly pbc::RepeatedField oJOMOCGIAIC_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField OJOMOCGIAIC {
get { return oJOMOCGIAIC_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetMissionDataScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetMissionDataScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!missionList_.Equals(other.missionList_)) return false;
if (Retcode != other.Retcode) return false;
if(!mainMissionList_.Equals(other.mainMissionList_)) return false;
if (TrackMissionId != other.TrackMissionId) return false;
if(!oJOMOCGIAIC_.Equals(other.oJOMOCGIAIC_)) 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 ^= missionList_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= mainMissionList_.GetHashCode();
if (TrackMissionId != 0) hash ^= TrackMissionId.GetHashCode();
hash ^= oJOMOCGIAIC_.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
oJOMOCGIAIC_.WriteTo(output, _repeated_oJOMOCGIAIC_codec);
if (TrackMissionId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(TrackMissionId);
}
missionList_.WriteTo(output, _repeated_missionList_codec);
mainMissionList_.WriteTo(output, _repeated_mainMissionList_codec);
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Retcode);
}
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) {
oJOMOCGIAIC_.WriteTo(ref output, _repeated_oJOMOCGIAIC_codec);
if (TrackMissionId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(TrackMissionId);
}
missionList_.WriteTo(ref output, _repeated_missionList_codec);
mainMissionList_.WriteTo(ref output, _repeated_mainMissionList_codec);
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Retcode);
}
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 += missionList_.CalculateSize(_repeated_missionList_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += mainMissionList_.CalculateSize(_repeated_mainMissionList_codec);
if (TrackMissionId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TrackMissionId);
}
size += oJOMOCGIAIC_.CalculateSize(_repeated_oJOMOCGIAIC_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetMissionDataScRsp other) {
if (other == null) {
return;
}
missionList_.Add(other.missionList_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
mainMissionList_.Add(other.mainMissionList_);
if (other.TrackMissionId != 0) {
TrackMissionId = other.TrackMissionId;
}
oJOMOCGIAIC_.Add(other.oJOMOCGIAIC_);
_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 34:
case 32: {
oJOMOCGIAIC_.AddEntriesFrom(input, _repeated_oJOMOCGIAIC_codec);
break;
}
case 64: {
TrackMissionId = input.ReadUInt32();
break;
}
case 90: {
missionList_.AddEntriesFrom(input, _repeated_missionList_codec);
break;
}
case 106: {
mainMissionList_.AddEntriesFrom(input, _repeated_mainMissionList_codec);
break;
}
case 112: {
Retcode = 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 34:
case 32: {
oJOMOCGIAIC_.AddEntriesFrom(ref input, _repeated_oJOMOCGIAIC_codec);
break;
}
case 64: {
TrackMissionId = input.ReadUInt32();
break;
}
case 90: {
missionList_.AddEntriesFrom(ref input, _repeated_missionList_codec);
break;
}
case 106: {
mainMissionList_.AddEntriesFrom(ref input, _repeated_mainMissionList_codec);
break;
}
case 112: {
Retcode = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code