Files
DanhengServer-OpenSource/Proto/FIMACPHLMNO.cs
2025-04-19 11:45:24 +08:00

279 lines
9.8 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FIMACPHLMNO.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 FIMACPHLMNO.proto</summary>
public static partial class FIMACPHLMNOReflection {
#region Descriptor
/// <summary>File descriptor for FIMACPHLMNO.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FIMACPHLMNOReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGSU1BQ1BITE1OTy5wcm90byIzCgtGSU1BQ1BITE1OTxIVCgtLQkVGQ01J",
"SUlJThgNIAEoA0gAQg0KC0FJTkNPSU9ORkRKQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FIMACPHLMNO), global::EggLink.DanhengServer.Proto.FIMACPHLMNO.Parser, new[]{ "KBEFCMIIIIN" }, new[]{ "AINCOIONFDJ" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FIMACPHLMNO : pb::IMessage<FIMACPHLMNO>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FIMACPHLMNO> _parser = new pb::MessageParser<FIMACPHLMNO>(() => new FIMACPHLMNO());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FIMACPHLMNO> 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.FIMACPHLMNOReflection.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 FIMACPHLMNO() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FIMACPHLMNO(FIMACPHLMNO other) : this() {
switch (other.AINCOIONFDJCase) {
case AINCOIONFDJOneofCase.KBEFCMIIIIN:
KBEFCMIIIIN = other.KBEFCMIIIIN;
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FIMACPHLMNO Clone() {
return new FIMACPHLMNO(this);
}
/// <summary>Field number for the "KBEFCMIIIIN" field.</summary>
public const int KBEFCMIIIINFieldNumber = 13;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long KBEFCMIIIIN {
get { return HasKBEFCMIIIIN ? (long) aINCOIONFDJ_ : 0L; }
set {
aINCOIONFDJ_ = value;
aINCOIONFDJCase_ = AINCOIONFDJOneofCase.KBEFCMIIIIN;
}
}
/// <summary>Gets whether the "KBEFCMIIIIN" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasKBEFCMIIIIN {
get { return aINCOIONFDJCase_ == AINCOIONFDJOneofCase.KBEFCMIIIIN; }
}
/// <summary> Clears the value of the oneof if it's currently set to "KBEFCMIIIIN" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearKBEFCMIIIIN() {
if (HasKBEFCMIIIIN) {
ClearAINCOIONFDJ();
}
}
private object aINCOIONFDJ_;
/// <summary>Enum of possible cases for the "AINCOIONFDJ" oneof.</summary>
public enum AINCOIONFDJOneofCase {
None = 0,
KBEFCMIIIIN = 13,
}
private AINCOIONFDJOneofCase aINCOIONFDJCase_ = AINCOIONFDJOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public AINCOIONFDJOneofCase AINCOIONFDJCase {
get { return aINCOIONFDJCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearAINCOIONFDJ() {
aINCOIONFDJCase_ = AINCOIONFDJOneofCase.None;
aINCOIONFDJ_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FIMACPHLMNO);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FIMACPHLMNO other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (KBEFCMIIIIN != other.KBEFCMIIIIN) return false;
if (AINCOIONFDJCase != other.AINCOIONFDJCase) 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 (HasKBEFCMIIIIN) hash ^= KBEFCMIIIIN.GetHashCode();
hash ^= (int) aINCOIONFDJCase_;
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 (HasKBEFCMIIIIN) {
output.WriteRawTag(104);
output.WriteInt64(KBEFCMIIIIN);
}
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 (HasKBEFCMIIIIN) {
output.WriteRawTag(104);
output.WriteInt64(KBEFCMIIIIN);
}
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 (HasKBEFCMIIIIN) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(KBEFCMIIIIN);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FIMACPHLMNO other) {
if (other == null) {
return;
}
switch (other.AINCOIONFDJCase) {
case AINCOIONFDJOneofCase.KBEFCMIIIIN:
KBEFCMIIIIN = other.KBEFCMIIIIN;
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 104: {
KBEFCMIIIIN = input.ReadInt64();
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 104: {
KBEFCMIIIIN = input.ReadInt64();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code