mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
334 lines
13 KiB
C#
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(
|
|
"Ch9Db21tb25Sb2d1ZVVwZGF0ZVNjTm90aWZ5LnByb3RvGhFMTklITVBNRk1P",
|
|
"Ty5wcm90bxoRQ0ZIUEpJTU9MR0EucHJvdG8ieAoZQ29tbW9uUm9ndWVVcGRh",
|
|
"dGVTY05vdGlmeRInCg9yb2d1ZV9hcmVhX2luZm8YCSABKAsyDC5DRkhQSklN",
|
|
"T0xHQUgAEiMKC0lNSkxQSEVKTUJCGAogASgLMgwuTE5JSE1QTUZNT09IAEIN",
|
|
"CgtORERCTUlOTVBHUEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
|
"YgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LNIHMPMFMOOReflection.Descriptor, global::EggLink.DanhengServer.Proto.CFHPJIMOLGAReflection.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[]{ "RogueAreaInfo", "IMJLPHEJMBB" }, new[]{ "NDDBMINMPGP" }, 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.NDDBMINMPGPCase) {
|
|
case NDDBMINMPGPOneofCase.RogueAreaInfo:
|
|
RogueAreaInfo = other.RogueAreaInfo.Clone();
|
|
break;
|
|
case NDDBMINMPGPOneofCase.IMJLPHEJMBB:
|
|
IMJLPHEJMBB = other.IMJLPHEJMBB.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 "rogue_area_info" field.</summary>
|
|
public const int RogueAreaInfoFieldNumber = 9;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.CFHPJIMOLGA RogueAreaInfo {
|
|
get { return nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.RogueAreaInfo ? (global::EggLink.DanhengServer.Proto.CFHPJIMOLGA) nDDBMINMPGP_ : null; }
|
|
set {
|
|
nDDBMINMPGP_ = value;
|
|
nDDBMINMPGPCase_ = value == null ? NDDBMINMPGPOneofCase.None : NDDBMINMPGPOneofCase.RogueAreaInfo;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IMJLPHEJMBB" field.</summary>
|
|
public const int IMJLPHEJMBBFieldNumber = 10;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.LNIHMPMFMOO IMJLPHEJMBB {
|
|
get { return nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.IMJLPHEJMBB ? (global::EggLink.DanhengServer.Proto.LNIHMPMFMOO) nDDBMINMPGP_ : null; }
|
|
set {
|
|
nDDBMINMPGP_ = value;
|
|
nDDBMINMPGPCase_ = value == null ? NDDBMINMPGPOneofCase.None : NDDBMINMPGPOneofCase.IMJLPHEJMBB;
|
|
}
|
|
}
|
|
|
|
private object nDDBMINMPGP_;
|
|
/// <summary>Enum of possible cases for the "NDDBMINMPGP" oneof.</summary>
|
|
public enum NDDBMINMPGPOneofCase {
|
|
None = 0,
|
|
RogueAreaInfo = 9,
|
|
IMJLPHEJMBB = 10,
|
|
}
|
|
private NDDBMINMPGPOneofCase nDDBMINMPGPCase_ = NDDBMINMPGPOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NDDBMINMPGPOneofCase NDDBMINMPGPCase {
|
|
get { return nDDBMINMPGPCase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearNDDBMINMPGP() {
|
|
nDDBMINMPGPCase_ = NDDBMINMPGPOneofCase.None;
|
|
nDDBMINMPGP_ = 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(RogueAreaInfo, other.RogueAreaInfo)) return false;
|
|
if (!object.Equals(IMJLPHEJMBB, other.IMJLPHEJMBB)) return false;
|
|
if (NDDBMINMPGPCase != other.NDDBMINMPGPCase) 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 (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.RogueAreaInfo) hash ^= RogueAreaInfo.GetHashCode();
|
|
if (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.IMJLPHEJMBB) hash ^= IMJLPHEJMBB.GetHashCode();
|
|
hash ^= (int) nDDBMINMPGPCase_;
|
|
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 (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.RogueAreaInfo) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(RogueAreaInfo);
|
|
}
|
|
if (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.IMJLPHEJMBB) {
|
|
output.WriteRawTag(82);
|
|
output.WriteMessage(IMJLPHEJMBB);
|
|
}
|
|
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 (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.RogueAreaInfo) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(RogueAreaInfo);
|
|
}
|
|
if (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.IMJLPHEJMBB) {
|
|
output.WriteRawTag(82);
|
|
output.WriteMessage(IMJLPHEJMBB);
|
|
}
|
|
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 (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.RogueAreaInfo) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueAreaInfo);
|
|
}
|
|
if (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.IMJLPHEJMBB) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IMJLPHEJMBB);
|
|
}
|
|
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.NDDBMINMPGPCase) {
|
|
case NDDBMINMPGPOneofCase.RogueAreaInfo:
|
|
if (RogueAreaInfo == null) {
|
|
RogueAreaInfo = new global::EggLink.DanhengServer.Proto.CFHPJIMOLGA();
|
|
}
|
|
RogueAreaInfo.MergeFrom(other.RogueAreaInfo);
|
|
break;
|
|
case NDDBMINMPGPOneofCase.IMJLPHEJMBB:
|
|
if (IMJLPHEJMBB == null) {
|
|
IMJLPHEJMBB = new global::EggLink.DanhengServer.Proto.LNIHMPMFMOO();
|
|
}
|
|
IMJLPHEJMBB.MergeFrom(other.IMJLPHEJMBB);
|
|
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 74: {
|
|
global::EggLink.DanhengServer.Proto.CFHPJIMOLGA subBuilder = new global::EggLink.DanhengServer.Proto.CFHPJIMOLGA();
|
|
if (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.RogueAreaInfo) {
|
|
subBuilder.MergeFrom(RogueAreaInfo);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
RogueAreaInfo = subBuilder;
|
|
break;
|
|
}
|
|
case 82: {
|
|
global::EggLink.DanhengServer.Proto.LNIHMPMFMOO subBuilder = new global::EggLink.DanhengServer.Proto.LNIHMPMFMOO();
|
|
if (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.IMJLPHEJMBB) {
|
|
subBuilder.MergeFrom(IMJLPHEJMBB);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
IMJLPHEJMBB = 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 74: {
|
|
global::EggLink.DanhengServer.Proto.CFHPJIMOLGA subBuilder = new global::EggLink.DanhengServer.Proto.CFHPJIMOLGA();
|
|
if (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.RogueAreaInfo) {
|
|
subBuilder.MergeFrom(RogueAreaInfo);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
RogueAreaInfo = subBuilder;
|
|
break;
|
|
}
|
|
case 82: {
|
|
global::EggLink.DanhengServer.Proto.LNIHMPMFMOO subBuilder = new global::EggLink.DanhengServer.Proto.LNIHMPMFMOO();
|
|
if (nDDBMINMPGPCase_ == NDDBMINMPGPOneofCase.IMJLPHEJMBB) {
|
|
subBuilder.MergeFrom(IMJLPHEJMBB);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
IMJLPHEJMBB = subBuilder;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|