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

387 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HFAMBFECKLI.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 HFAMBFECKLI.proto</summary>
public static partial class HFAMBFECKLIReflection {
#region Descriptor
/// <summary>File descriptor for HFAMBFECKLI.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static HFAMBFECKLIReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFIRkFNQkZFQ0tMSS5wcm90bxoRSUNEQkxETUpOREUucHJvdG8igAEKC0hG",
"QU1CRkVDS0xJEhYKC0pGQk5FREtLTERDGIYNIAEoCEgAEiQKC0hJSUdNSk9G",
"S0dFGJQDIAEoCzIMLklDREJMRE1KTkRFSAASJAoLRk5QTk9MTk9GRk0YzgYg",
"ASgLMgwuSUNEQkxETUpOREVIAEINCgtBTURORExKR0JCUEIeqgIbRWdnTGlu",
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ICDBLDMJNDEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HFAMBFECKLI), global::EggLink.DanhengServer.Proto.HFAMBFECKLI.Parser, new[]{ "JFBNEDKKLDC", "HIIGMJOFKGE", "FNPNOLNOFFM" }, new[]{ "AMDNDLJGBBP" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class HFAMBFECKLI : pb::IMessage<HFAMBFECKLI>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<HFAMBFECKLI> _parser = new pb::MessageParser<HFAMBFECKLI>(() => new HFAMBFECKLI());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<HFAMBFECKLI> 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.HFAMBFECKLIReflection.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 HFAMBFECKLI() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HFAMBFECKLI(HFAMBFECKLI other) : this() {
switch (other.AMDNDLJGBBPCase) {
case AMDNDLJGBBPOneofCase.JFBNEDKKLDC:
JFBNEDKKLDC = other.JFBNEDKKLDC;
break;
case AMDNDLJGBBPOneofCase.HIIGMJOFKGE:
HIIGMJOFKGE = other.HIIGMJOFKGE.Clone();
break;
case AMDNDLJGBBPOneofCase.FNPNOLNOFFM:
FNPNOLNOFFM = other.FNPNOLNOFFM.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HFAMBFECKLI Clone() {
return new HFAMBFECKLI(this);
}
/// <summary>Field number for the "JFBNEDKKLDC" field.</summary>
public const int JFBNEDKKLDCFieldNumber = 1670;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool JFBNEDKKLDC {
get { return HasJFBNEDKKLDC ? (bool) aMDNDLJGBBP_ : false; }
set {
aMDNDLJGBBP_ = value;
aMDNDLJGBBPCase_ = AMDNDLJGBBPOneofCase.JFBNEDKKLDC;
}
}
/// <summary>Gets whether the "JFBNEDKKLDC" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasJFBNEDKKLDC {
get { return aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.JFBNEDKKLDC; }
}
/// <summary> Clears the value of the oneof if it's currently set to "JFBNEDKKLDC" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearJFBNEDKKLDC() {
if (HasJFBNEDKKLDC) {
ClearAMDNDLJGBBP();
}
}
/// <summary>Field number for the "HIIGMJOFKGE" field.</summary>
public const int HIIGMJOFKGEFieldNumber = 404;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ICDBLDMJNDE HIIGMJOFKGE {
get { return aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.HIIGMJOFKGE ? (global::EggLink.DanhengServer.Proto.ICDBLDMJNDE) aMDNDLJGBBP_ : null; }
set {
aMDNDLJGBBP_ = value;
aMDNDLJGBBPCase_ = value == null ? AMDNDLJGBBPOneofCase.None : AMDNDLJGBBPOneofCase.HIIGMJOFKGE;
}
}
/// <summary>Field number for the "FNPNOLNOFFM" field.</summary>
public const int FNPNOLNOFFMFieldNumber = 846;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ICDBLDMJNDE FNPNOLNOFFM {
get { return aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.FNPNOLNOFFM ? (global::EggLink.DanhengServer.Proto.ICDBLDMJNDE) aMDNDLJGBBP_ : null; }
set {
aMDNDLJGBBP_ = value;
aMDNDLJGBBPCase_ = value == null ? AMDNDLJGBBPOneofCase.None : AMDNDLJGBBPOneofCase.FNPNOLNOFFM;
}
}
private object aMDNDLJGBBP_;
/// <summary>Enum of possible cases for the "AMDNDLJGBBP" oneof.</summary>
public enum AMDNDLJGBBPOneofCase {
None = 0,
JFBNEDKKLDC = 1670,
HIIGMJOFKGE = 404,
FNPNOLNOFFM = 846,
}
private AMDNDLJGBBPOneofCase aMDNDLJGBBPCase_ = AMDNDLJGBBPOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public AMDNDLJGBBPOneofCase AMDNDLJGBBPCase {
get { return aMDNDLJGBBPCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearAMDNDLJGBBP() {
aMDNDLJGBBPCase_ = AMDNDLJGBBPOneofCase.None;
aMDNDLJGBBP_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as HFAMBFECKLI);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(HFAMBFECKLI other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (JFBNEDKKLDC != other.JFBNEDKKLDC) return false;
if (!object.Equals(HIIGMJOFKGE, other.HIIGMJOFKGE)) return false;
if (!object.Equals(FNPNOLNOFFM, other.FNPNOLNOFFM)) return false;
if (AMDNDLJGBBPCase != other.AMDNDLJGBBPCase) 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 (HasJFBNEDKKLDC) hash ^= JFBNEDKKLDC.GetHashCode();
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.HIIGMJOFKGE) hash ^= HIIGMJOFKGE.GetHashCode();
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.FNPNOLNOFFM) hash ^= FNPNOLNOFFM.GetHashCode();
hash ^= (int) aMDNDLJGBBPCase_;
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 (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.HIIGMJOFKGE) {
output.WriteRawTag(162, 25);
output.WriteMessage(HIIGMJOFKGE);
}
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.FNPNOLNOFFM) {
output.WriteRawTag(242, 52);
output.WriteMessage(FNPNOLNOFFM);
}
if (HasJFBNEDKKLDC) {
output.WriteRawTag(176, 104);
output.WriteBool(JFBNEDKKLDC);
}
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 (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.HIIGMJOFKGE) {
output.WriteRawTag(162, 25);
output.WriteMessage(HIIGMJOFKGE);
}
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.FNPNOLNOFFM) {
output.WriteRawTag(242, 52);
output.WriteMessage(FNPNOLNOFFM);
}
if (HasJFBNEDKKLDC) {
output.WriteRawTag(176, 104);
output.WriteBool(JFBNEDKKLDC);
}
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 (HasJFBNEDKKLDC) {
size += 2 + 1;
}
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.HIIGMJOFKGE) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(HIIGMJOFKGE);
}
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.FNPNOLNOFFM) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(FNPNOLNOFFM);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(HFAMBFECKLI other) {
if (other == null) {
return;
}
switch (other.AMDNDLJGBBPCase) {
case AMDNDLJGBBPOneofCase.JFBNEDKKLDC:
JFBNEDKKLDC = other.JFBNEDKKLDC;
break;
case AMDNDLJGBBPOneofCase.HIIGMJOFKGE:
if (HIIGMJOFKGE == null) {
HIIGMJOFKGE = new global::EggLink.DanhengServer.Proto.ICDBLDMJNDE();
}
HIIGMJOFKGE.MergeFrom(other.HIIGMJOFKGE);
break;
case AMDNDLJGBBPOneofCase.FNPNOLNOFFM:
if (FNPNOLNOFFM == null) {
FNPNOLNOFFM = new global::EggLink.DanhengServer.Proto.ICDBLDMJNDE();
}
FNPNOLNOFFM.MergeFrom(other.FNPNOLNOFFM);
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 3234: {
global::EggLink.DanhengServer.Proto.ICDBLDMJNDE subBuilder = new global::EggLink.DanhengServer.Proto.ICDBLDMJNDE();
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.HIIGMJOFKGE) {
subBuilder.MergeFrom(HIIGMJOFKGE);
}
input.ReadMessage(subBuilder);
HIIGMJOFKGE = subBuilder;
break;
}
case 6770: {
global::EggLink.DanhengServer.Proto.ICDBLDMJNDE subBuilder = new global::EggLink.DanhengServer.Proto.ICDBLDMJNDE();
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.FNPNOLNOFFM) {
subBuilder.MergeFrom(FNPNOLNOFFM);
}
input.ReadMessage(subBuilder);
FNPNOLNOFFM = subBuilder;
break;
}
case 13360: {
JFBNEDKKLDC = input.ReadBool();
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 3234: {
global::EggLink.DanhengServer.Proto.ICDBLDMJNDE subBuilder = new global::EggLink.DanhengServer.Proto.ICDBLDMJNDE();
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.HIIGMJOFKGE) {
subBuilder.MergeFrom(HIIGMJOFKGE);
}
input.ReadMessage(subBuilder);
HIIGMJOFKGE = subBuilder;
break;
}
case 6770: {
global::EggLink.DanhengServer.Proto.ICDBLDMJNDE subBuilder = new global::EggLink.DanhengServer.Proto.ICDBLDMJNDE();
if (aMDNDLJGBBPCase_ == AMDNDLJGBBPOneofCase.FNPNOLNOFFM) {
subBuilder.MergeFrom(FNPNOLNOFFM);
}
input.ReadMessage(subBuilder);
FNPNOLNOFFM = subBuilder;
break;
}
case 13360: {
JFBNEDKKLDC = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code