Files
DanhengServer-OpenSource/Proto/MPJPPKICHIG.cs

388 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MPJPPKICHIG.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 MPJPPKICHIG.proto</summary>
public static partial class MPJPPKICHIGReflection {
#region Descriptor
/// <summary>File descriptor for MPJPPKICHIG.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MPJPPKICHIGReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNUEpQUEtJQ0hJRy5wcm90bxoRTElPRk5GQkhGQk8ucHJvdG8aEUhESkpG",
"RExERUhHLnByb3RvGhFMSk5BREhQTElQTy5wcm90byKhAQoLTVBKUFBLSUNI",
"SUcSIwoLR01CT0JKTkFIQUYYBSABKAsyDC5MSU9GTkZCSEZCT0gAEjAKGEZV",
"TkNfVU5MT0NLX0lEX0VRVUlQTUVOVBgJIAEoCzIMLkhESkpGRExERUhHSAAS",
"LAoURlVOQ19VTkxPQ0tfSURfUkVMSUMYDiABKAsyDC5MSk5BREhQTElQT0gA",
"Qg0KC0tMUE9KRUpCT0xIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"dG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LIOFNFBHFBOReflection.Descriptor, global::EggLink.DanhengServer.Proto.HDJJFDLDEHGReflection.Descriptor, global::EggLink.DanhengServer.Proto.LJNADHPLIPOReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MPJPPKICHIG), global::EggLink.DanhengServer.Proto.MPJPPKICHIG.Parser, new[]{ "GMBOBJNAHAF", "FUNCUNLOCKIDEQUIPMENT", "FUNCUNLOCKIDRELIC" }, new[]{ "KLPOJEJBOLH" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MPJPPKICHIG : pb::IMessage<MPJPPKICHIG>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MPJPPKICHIG> _parser = new pb::MessageParser<MPJPPKICHIG>(() => new MPJPPKICHIG());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MPJPPKICHIG> 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.MPJPPKICHIGReflection.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 MPJPPKICHIG() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MPJPPKICHIG(MPJPPKICHIG other) : this() {
switch (other.KLPOJEJBOLHCase) {
case KLPOJEJBOLHOneofCase.GMBOBJNAHAF:
GMBOBJNAHAF = other.GMBOBJNAHAF.Clone();
break;
case KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT:
FUNCUNLOCKIDEQUIPMENT = other.FUNCUNLOCKIDEQUIPMENT.Clone();
break;
case KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC:
FUNCUNLOCKIDRELIC = other.FUNCUNLOCKIDRELIC.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MPJPPKICHIG Clone() {
return new MPJPPKICHIG(this);
}
/// <summary>Field number for the "GMBOBJNAHAF" field.</summary>
public const int GMBOBJNAHAFFieldNumber = 5;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LIOFNFBHFBO GMBOBJNAHAF {
get { return kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.GMBOBJNAHAF ? (global::EggLink.DanhengServer.Proto.LIOFNFBHFBO) kLPOJEJBOLH_ : null; }
set {
kLPOJEJBOLH_ = value;
kLPOJEJBOLHCase_ = value == null ? KLPOJEJBOLHOneofCase.None : KLPOJEJBOLHOneofCase.GMBOBJNAHAF;
}
}
/// <summary>Field number for the "FUNC_UNLOCK_ID_EQUIPMENT" field.</summary>
public const int FUNCUNLOCKIDEQUIPMENTFieldNumber = 9;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.HDJJFDLDEHG FUNCUNLOCKIDEQUIPMENT {
get { return kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT ? (global::EggLink.DanhengServer.Proto.HDJJFDLDEHG) kLPOJEJBOLH_ : null; }
set {
kLPOJEJBOLH_ = value;
kLPOJEJBOLHCase_ = value == null ? KLPOJEJBOLHOneofCase.None : KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT;
}
}
/// <summary>Field number for the "FUNC_UNLOCK_ID_RELIC" field.</summary>
public const int FUNCUNLOCKIDRELICFieldNumber = 14;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LJNADHPLIPO FUNCUNLOCKIDRELIC {
get { return kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC ? (global::EggLink.DanhengServer.Proto.LJNADHPLIPO) kLPOJEJBOLH_ : null; }
set {
kLPOJEJBOLH_ = value;
kLPOJEJBOLHCase_ = value == null ? KLPOJEJBOLHOneofCase.None : KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC;
}
}
private object kLPOJEJBOLH_;
/// <summary>Enum of possible cases for the "KLPOJEJBOLH" oneof.</summary>
public enum KLPOJEJBOLHOneofCase {
None = 0,
GMBOBJNAHAF = 5,
FUNCUNLOCKIDEQUIPMENT = 9,
FUNCUNLOCKIDRELIC = 14,
}
private KLPOJEJBOLHOneofCase kLPOJEJBOLHCase_ = KLPOJEJBOLHOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public KLPOJEJBOLHOneofCase KLPOJEJBOLHCase {
get { return kLPOJEJBOLHCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearKLPOJEJBOLH() {
kLPOJEJBOLHCase_ = KLPOJEJBOLHOneofCase.None;
kLPOJEJBOLH_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MPJPPKICHIG);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MPJPPKICHIG other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(GMBOBJNAHAF, other.GMBOBJNAHAF)) return false;
if (!object.Equals(FUNCUNLOCKIDEQUIPMENT, other.FUNCUNLOCKIDEQUIPMENT)) return false;
if (!object.Equals(FUNCUNLOCKIDRELIC, other.FUNCUNLOCKIDRELIC)) return false;
if (KLPOJEJBOLHCase != other.KLPOJEJBOLHCase) 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 (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.GMBOBJNAHAF) hash ^= GMBOBJNAHAF.GetHashCode();
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT) hash ^= FUNCUNLOCKIDEQUIPMENT.GetHashCode();
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC) hash ^= FUNCUNLOCKIDRELIC.GetHashCode();
hash ^= (int) kLPOJEJBOLHCase_;
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 (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.GMBOBJNAHAF) {
output.WriteRawTag(42);
output.WriteMessage(GMBOBJNAHAF);
}
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT) {
output.WriteRawTag(74);
output.WriteMessage(FUNCUNLOCKIDEQUIPMENT);
}
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC) {
output.WriteRawTag(114);
output.WriteMessage(FUNCUNLOCKIDRELIC);
}
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 (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.GMBOBJNAHAF) {
output.WriteRawTag(42);
output.WriteMessage(GMBOBJNAHAF);
}
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT) {
output.WriteRawTag(74);
output.WriteMessage(FUNCUNLOCKIDEQUIPMENT);
}
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC) {
output.WriteRawTag(114);
output.WriteMessage(FUNCUNLOCKIDRELIC);
}
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 (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.GMBOBJNAHAF) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GMBOBJNAHAF);
}
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FUNCUNLOCKIDEQUIPMENT);
}
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FUNCUNLOCKIDRELIC);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MPJPPKICHIG other) {
if (other == null) {
return;
}
switch (other.KLPOJEJBOLHCase) {
case KLPOJEJBOLHOneofCase.GMBOBJNAHAF:
if (GMBOBJNAHAF == null) {
GMBOBJNAHAF = new global::EggLink.DanhengServer.Proto.LIOFNFBHFBO();
}
GMBOBJNAHAF.MergeFrom(other.GMBOBJNAHAF);
break;
case KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT:
if (FUNCUNLOCKIDEQUIPMENT == null) {
FUNCUNLOCKIDEQUIPMENT = new global::EggLink.DanhengServer.Proto.HDJJFDLDEHG();
}
FUNCUNLOCKIDEQUIPMENT.MergeFrom(other.FUNCUNLOCKIDEQUIPMENT);
break;
case KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC:
if (FUNCUNLOCKIDRELIC == null) {
FUNCUNLOCKIDRELIC = new global::EggLink.DanhengServer.Proto.LJNADHPLIPO();
}
FUNCUNLOCKIDRELIC.MergeFrom(other.FUNCUNLOCKIDRELIC);
break;
}
_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: {
global::EggLink.DanhengServer.Proto.LIOFNFBHFBO subBuilder = new global::EggLink.DanhengServer.Proto.LIOFNFBHFBO();
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.GMBOBJNAHAF) {
subBuilder.MergeFrom(GMBOBJNAHAF);
}
input.ReadMessage(subBuilder);
GMBOBJNAHAF = subBuilder;
break;
}
case 74: {
global::EggLink.DanhengServer.Proto.HDJJFDLDEHG subBuilder = new global::EggLink.DanhengServer.Proto.HDJJFDLDEHG();
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT) {
subBuilder.MergeFrom(FUNCUNLOCKIDEQUIPMENT);
}
input.ReadMessage(subBuilder);
FUNCUNLOCKIDEQUIPMENT = subBuilder;
break;
}
case 114: {
global::EggLink.DanhengServer.Proto.LJNADHPLIPO subBuilder = new global::EggLink.DanhengServer.Proto.LJNADHPLIPO();
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC) {
subBuilder.MergeFrom(FUNCUNLOCKIDRELIC);
}
input.ReadMessage(subBuilder);
FUNCUNLOCKIDRELIC = subBuilder;
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: {
global::EggLink.DanhengServer.Proto.LIOFNFBHFBO subBuilder = new global::EggLink.DanhengServer.Proto.LIOFNFBHFBO();
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.GMBOBJNAHAF) {
subBuilder.MergeFrom(GMBOBJNAHAF);
}
input.ReadMessage(subBuilder);
GMBOBJNAHAF = subBuilder;
break;
}
case 74: {
global::EggLink.DanhengServer.Proto.HDJJFDLDEHG subBuilder = new global::EggLink.DanhengServer.Proto.HDJJFDLDEHG();
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDEQUIPMENT) {
subBuilder.MergeFrom(FUNCUNLOCKIDEQUIPMENT);
}
input.ReadMessage(subBuilder);
FUNCUNLOCKIDEQUIPMENT = subBuilder;
break;
}
case 114: {
global::EggLink.DanhengServer.Proto.LJNADHPLIPO subBuilder = new global::EggLink.DanhengServer.Proto.LJNADHPLIPO();
if (kLPOJEJBOLHCase_ == KLPOJEJBOLHOneofCase.FUNCUNLOCKIDRELIC) {
subBuilder.MergeFrom(FUNCUNLOCKIDRELIC);
}
input.ReadMessage(subBuilder);
FUNCUNLOCKIDRELIC = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code