Files
DanhengServer-OpenSource/Proto/CommonRogueUpdateScNotify.cs
2024-12-07 14:00:38 +08:00

334 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CommonRogueUpdateScNotify.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 CommonRogueUpdateScNotify.proto</summary>
public static partial class CommonRogueUpdateScNotifyReflection {
#region Descriptor
/// <summary>File descriptor for CommonRogueUpdateScNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CommonRogueUpdateScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9Db21tb25Sb2d1ZVVwZGF0ZVNjTm90aWZ5LnByb3RvGhFFTEFGS0JPUE5J",
"Ry5wcm90bxoRTkZDSVBLSkFDTUMucHJvdG8ieAoZQ29tbW9uUm9ndWVVcGRh",
"dGVTY05vdGlmeRIjCgtGTU1FT0lBT0VORBgEIAEoCzIMLkVMQUZLQk9QTklH",
"SAASJwoPcm9ndWVfYXJlYV9pbmZvGA4gASgLMgwuTkZDSVBLSkFDTUNIAEIN",
"CgtDSkVCR05DUERFUEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
"YgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ELAFKBOPNIGReflection.Descriptor, global::EggLink.DanhengServer.Proto.NFCIPKJACMCReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.CommonRogueUpdateScNotify), global::EggLink.DanhengServer.Proto.CommonRogueUpdateScNotify.Parser, new[]{ "FMMEOIAOEND", "RogueAreaInfo" }, new[]{ "CJEBGNCPDEP" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CommonRogueUpdateScNotify : pb::IMessage<CommonRogueUpdateScNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<CommonRogueUpdateScNotify> _parser = new pb::MessageParser<CommonRogueUpdateScNotify>(() => new CommonRogueUpdateScNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<CommonRogueUpdateScNotify> 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.CommonRogueUpdateScNotifyReflection.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 CommonRogueUpdateScNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CommonRogueUpdateScNotify(CommonRogueUpdateScNotify other) : this() {
switch (other.CJEBGNCPDEPCase) {
case CJEBGNCPDEPOneofCase.FMMEOIAOEND:
FMMEOIAOEND = other.FMMEOIAOEND.Clone();
break;
case CJEBGNCPDEPOneofCase.RogueAreaInfo:
RogueAreaInfo = other.RogueAreaInfo.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CommonRogueUpdateScNotify Clone() {
return new CommonRogueUpdateScNotify(this);
}
/// <summary>Field number for the "FMMEOIAOEND" field.</summary>
public const int FMMEOIAOENDFieldNumber = 4;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ELAFKBOPNIG FMMEOIAOEND {
get { return cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.FMMEOIAOEND ? (global::EggLink.DanhengServer.Proto.ELAFKBOPNIG) cJEBGNCPDEP_ : null; }
set {
cJEBGNCPDEP_ = value;
cJEBGNCPDEPCase_ = value == null ? CJEBGNCPDEPOneofCase.None : CJEBGNCPDEPOneofCase.FMMEOIAOEND;
}
}
/// <summary>Field number for the "rogue_area_info" field.</summary>
public const int RogueAreaInfoFieldNumber = 14;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.NFCIPKJACMC RogueAreaInfo {
get { return cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.RogueAreaInfo ? (global::EggLink.DanhengServer.Proto.NFCIPKJACMC) cJEBGNCPDEP_ : null; }
set {
cJEBGNCPDEP_ = value;
cJEBGNCPDEPCase_ = value == null ? CJEBGNCPDEPOneofCase.None : CJEBGNCPDEPOneofCase.RogueAreaInfo;
}
}
private object cJEBGNCPDEP_;
/// <summary>Enum of possible cases for the "CJEBGNCPDEP" oneof.</summary>
public enum CJEBGNCPDEPOneofCase {
None = 0,
FMMEOIAOEND = 4,
RogueAreaInfo = 14,
}
private CJEBGNCPDEPOneofCase cJEBGNCPDEPCase_ = CJEBGNCPDEPOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CJEBGNCPDEPOneofCase CJEBGNCPDEPCase {
get { return cJEBGNCPDEPCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearCJEBGNCPDEP() {
cJEBGNCPDEPCase_ = CJEBGNCPDEPOneofCase.None;
cJEBGNCPDEP_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as CommonRogueUpdateScNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(CommonRogueUpdateScNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(FMMEOIAOEND, other.FMMEOIAOEND)) return false;
if (!object.Equals(RogueAreaInfo, other.RogueAreaInfo)) return false;
if (CJEBGNCPDEPCase != other.CJEBGNCPDEPCase) 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 (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.FMMEOIAOEND) hash ^= FMMEOIAOEND.GetHashCode();
if (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.RogueAreaInfo) hash ^= RogueAreaInfo.GetHashCode();
hash ^= (int) cJEBGNCPDEPCase_;
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 (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.FMMEOIAOEND) {
output.WriteRawTag(34);
output.WriteMessage(FMMEOIAOEND);
}
if (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.RogueAreaInfo) {
output.WriteRawTag(114);
output.WriteMessage(RogueAreaInfo);
}
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 (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.FMMEOIAOEND) {
output.WriteRawTag(34);
output.WriteMessage(FMMEOIAOEND);
}
if (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.RogueAreaInfo) {
output.WriteRawTag(114);
output.WriteMessage(RogueAreaInfo);
}
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 (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.FMMEOIAOEND) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FMMEOIAOEND);
}
if (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.RogueAreaInfo) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueAreaInfo);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(CommonRogueUpdateScNotify other) {
if (other == null) {
return;
}
switch (other.CJEBGNCPDEPCase) {
case CJEBGNCPDEPOneofCase.FMMEOIAOEND:
if (FMMEOIAOEND == null) {
FMMEOIAOEND = new global::EggLink.DanhengServer.Proto.ELAFKBOPNIG();
}
FMMEOIAOEND.MergeFrom(other.FMMEOIAOEND);
break;
case CJEBGNCPDEPOneofCase.RogueAreaInfo:
if (RogueAreaInfo == null) {
RogueAreaInfo = new global::EggLink.DanhengServer.Proto.NFCIPKJACMC();
}
RogueAreaInfo.MergeFrom(other.RogueAreaInfo);
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 34: {
global::EggLink.DanhengServer.Proto.ELAFKBOPNIG subBuilder = new global::EggLink.DanhengServer.Proto.ELAFKBOPNIG();
if (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.FMMEOIAOEND) {
subBuilder.MergeFrom(FMMEOIAOEND);
}
input.ReadMessage(subBuilder);
FMMEOIAOEND = subBuilder;
break;
}
case 114: {
global::EggLink.DanhengServer.Proto.NFCIPKJACMC subBuilder = new global::EggLink.DanhengServer.Proto.NFCIPKJACMC();
if (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.RogueAreaInfo) {
subBuilder.MergeFrom(RogueAreaInfo);
}
input.ReadMessage(subBuilder);
RogueAreaInfo = 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 34: {
global::EggLink.DanhengServer.Proto.ELAFKBOPNIG subBuilder = new global::EggLink.DanhengServer.Proto.ELAFKBOPNIG();
if (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.FMMEOIAOEND) {
subBuilder.MergeFrom(FMMEOIAOEND);
}
input.ReadMessage(subBuilder);
FMMEOIAOEND = subBuilder;
break;
}
case 114: {
global::EggLink.DanhengServer.Proto.NFCIPKJACMC subBuilder = new global::EggLink.DanhengServer.Proto.NFCIPKJACMC();
if (cJEBGNCPDEPCase_ == CJEBGNCPDEPOneofCase.RogueAreaInfo) {
subBuilder.MergeFrom(RogueAreaInfo);
}
input.ReadMessage(subBuilder);
RogueAreaInfo = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code