Files
DanhengServer-OpenSource/Proto/AINBLBBFDBJ.cs
2025-04-15 16:44:46 +08:00

338 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: AINBLBBFDBJ.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 AINBLBBFDBJ.proto</summary>
public static partial class AINBLBBFDBJReflection {
#region Descriptor
/// <summary>File descriptor for AINBLBBFDBJ.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static AINBLBBFDBJReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFBSU5CTEJCRkRCSi5wcm90byJgCgtBSU5CTEJCRkRCShITCgtOSUpBR09B",
"SlBFTRgIIAEoDRIWCg5zZWxlY3RfY2VsbF9pZBgHIAEoDRIPCgdjb25maXJt",
"GAMgASgIEhMKC05IR09KRE9ER01BGA0gAygNQh6qAhtFZ2dMaW5rLkRhbmhl",
"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.AINBLBBFDBJ), global::EggLink.DanhengServer.Proto.AINBLBBFDBJ.Parser, new[]{ "NIJAGOAJPEM", "SelectCellId", "Confirm", "NHGOJDODGMA" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class AINBLBBFDBJ : pb::IMessage<AINBLBBFDBJ>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<AINBLBBFDBJ> _parser = new pb::MessageParser<AINBLBBFDBJ>(() => new AINBLBBFDBJ());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<AINBLBBFDBJ> 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.AINBLBBFDBJReflection.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 AINBLBBFDBJ() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public AINBLBBFDBJ(AINBLBBFDBJ other) : this() {
nIJAGOAJPEM_ = other.nIJAGOAJPEM_;
selectCellId_ = other.selectCellId_;
confirm_ = other.confirm_;
nHGOJDODGMA_ = other.nHGOJDODGMA_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public AINBLBBFDBJ Clone() {
return new AINBLBBFDBJ(this);
}
/// <summary>Field number for the "NIJAGOAJPEM" field.</summary>
public const int NIJAGOAJPEMFieldNumber = 8;
private uint nIJAGOAJPEM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NIJAGOAJPEM {
get { return nIJAGOAJPEM_; }
set {
nIJAGOAJPEM_ = value;
}
}
/// <summary>Field number for the "select_cell_id" field.</summary>
public const int SelectCellIdFieldNumber = 7;
private uint selectCellId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SelectCellId {
get { return selectCellId_; }
set {
selectCellId_ = value;
}
}
/// <summary>Field number for the "confirm" field.</summary>
public const int ConfirmFieldNumber = 3;
private bool confirm_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Confirm {
get { return confirm_; }
set {
confirm_ = value;
}
}
/// <summary>Field number for the "NHGOJDODGMA" field.</summary>
public const int NHGOJDODGMAFieldNumber = 13;
private static readonly pb::FieldCodec<uint> _repeated_nHGOJDODGMA_codec
= pb::FieldCodec.ForUInt32(106);
private readonly pbc::RepeatedField<uint> nHGOJDODGMA_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> NHGOJDODGMA {
get { return nHGOJDODGMA_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as AINBLBBFDBJ);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(AINBLBBFDBJ other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NIJAGOAJPEM != other.NIJAGOAJPEM) return false;
if (SelectCellId != other.SelectCellId) return false;
if (Confirm != other.Confirm) return false;
if(!nHGOJDODGMA_.Equals(other.nHGOJDODGMA_)) 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 (NIJAGOAJPEM != 0) hash ^= NIJAGOAJPEM.GetHashCode();
if (SelectCellId != 0) hash ^= SelectCellId.GetHashCode();
if (Confirm != false) hash ^= Confirm.GetHashCode();
hash ^= nHGOJDODGMA_.GetHashCode();
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 (Confirm != false) {
output.WriteRawTag(24);
output.WriteBool(Confirm);
}
if (SelectCellId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(SelectCellId);
}
if (NIJAGOAJPEM != 0) {
output.WriteRawTag(64);
output.WriteUInt32(NIJAGOAJPEM);
}
nHGOJDODGMA_.WriteTo(output, _repeated_nHGOJDODGMA_codec);
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 (Confirm != false) {
output.WriteRawTag(24);
output.WriteBool(Confirm);
}
if (SelectCellId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(SelectCellId);
}
if (NIJAGOAJPEM != 0) {
output.WriteRawTag(64);
output.WriteUInt32(NIJAGOAJPEM);
}
nHGOJDODGMA_.WriteTo(ref output, _repeated_nHGOJDODGMA_codec);
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 (NIJAGOAJPEM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NIJAGOAJPEM);
}
if (SelectCellId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectCellId);
}
if (Confirm != false) {
size += 1 + 1;
}
size += nHGOJDODGMA_.CalculateSize(_repeated_nHGOJDODGMA_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(AINBLBBFDBJ other) {
if (other == null) {
return;
}
if (other.NIJAGOAJPEM != 0) {
NIJAGOAJPEM = other.NIJAGOAJPEM;
}
if (other.SelectCellId != 0) {
SelectCellId = other.SelectCellId;
}
if (other.Confirm != false) {
Confirm = other.Confirm;
}
nHGOJDODGMA_.Add(other.nHGOJDODGMA_);
_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 24: {
Confirm = input.ReadBool();
break;
}
case 56: {
SelectCellId = input.ReadUInt32();
break;
}
case 64: {
NIJAGOAJPEM = input.ReadUInt32();
break;
}
case 106:
case 104: {
nHGOJDODGMA_.AddEntriesFrom(input, _repeated_nHGOJDODGMA_codec);
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 24: {
Confirm = input.ReadBool();
break;
}
case 56: {
SelectCellId = input.ReadUInt32();
break;
}
case 64: {
NIJAGOAJPEM = input.ReadUInt32();
break;
}
case 106:
case 104: {
nHGOJDODGMA_.AddEntriesFrom(ref input, _repeated_nHGOJDODGMA_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code