mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16:03 +08:00
356 lines
12 KiB
C#
356 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ABDABIIKOJC.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 ABDABIIKOJC.proto</summary>
|
|
public static partial class ABDABIIKOJCReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ABDABIIKOJC.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ABDABIIKOJCReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFBQkRBQklJS09KQy5wcm90bxoRT09NR0hJQkJDQk4ucHJvdG8iXwoLQUJE",
|
|
"QUJJSUtPSkMSDAoEdGltZRgJIAEoAxIRCgltYXhfdGltZXMYCiABKA0SIQoL",
|
|
"R05ESU9ER09HUEkYDSABKAsyDC5PT01HSElCQkNCThIMCgRuYW1lGAMgASgJ",
|
|
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OOMGHIBBCBNReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ABDABIIKOJC), global::EggLink.DanhengServer.Proto.ABDABIIKOJC.Parser, new[]{ "Time", "MaxTimes", "GNDIODGOGPI", "Name" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ABDABIIKOJC : pb::IMessage<ABDABIIKOJC>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ABDABIIKOJC> _parser = new pb::MessageParser<ABDABIIKOJC>(() => new ABDABIIKOJC());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ABDABIIKOJC> 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.ABDABIIKOJCReflection.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 ABDABIIKOJC() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ABDABIIKOJC(ABDABIIKOJC other) : this() {
|
|
time_ = other.time_;
|
|
maxTimes_ = other.maxTimes_;
|
|
gNDIODGOGPI_ = other.gNDIODGOGPI_ != null ? other.gNDIODGOGPI_.Clone() : null;
|
|
name_ = other.name_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ABDABIIKOJC Clone() {
|
|
return new ABDABIIKOJC(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "time" field.</summary>
|
|
public const int TimeFieldNumber = 9;
|
|
private long time_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long Time {
|
|
get { return time_; }
|
|
set {
|
|
time_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "max_times" field.</summary>
|
|
public const int MaxTimesFieldNumber = 10;
|
|
private uint maxTimes_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MaxTimes {
|
|
get { return maxTimes_; }
|
|
set {
|
|
maxTimes_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GNDIODGOGPI" field.</summary>
|
|
public const int GNDIODGOGPIFieldNumber = 13;
|
|
private global::EggLink.DanhengServer.Proto.OOMGHIBBCBN gNDIODGOGPI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.OOMGHIBBCBN GNDIODGOGPI {
|
|
get { return gNDIODGOGPI_; }
|
|
set {
|
|
gNDIODGOGPI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "name" field.</summary>
|
|
public const int NameFieldNumber = 3;
|
|
private string name_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string Name {
|
|
get { return name_; }
|
|
set {
|
|
name_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ABDABIIKOJC);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ABDABIIKOJC other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Time != other.Time) return false;
|
|
if (MaxTimes != other.MaxTimes) return false;
|
|
if (!object.Equals(GNDIODGOGPI, other.GNDIODGOGPI)) return false;
|
|
if (Name != other.Name) 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 (Time != 0L) hash ^= Time.GetHashCode();
|
|
if (MaxTimes != 0) hash ^= MaxTimes.GetHashCode();
|
|
if (gNDIODGOGPI_ != null) hash ^= GNDIODGOGPI.GetHashCode();
|
|
if (Name.Length != 0) hash ^= Name.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 (Name.Length != 0) {
|
|
output.WriteRawTag(26);
|
|
output.WriteString(Name);
|
|
}
|
|
if (Time != 0L) {
|
|
output.WriteRawTag(72);
|
|
output.WriteInt64(Time);
|
|
}
|
|
if (MaxTimes != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(MaxTimes);
|
|
}
|
|
if (gNDIODGOGPI_ != null) {
|
|
output.WriteRawTag(106);
|
|
output.WriteMessage(GNDIODGOGPI);
|
|
}
|
|
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 (Name.Length != 0) {
|
|
output.WriteRawTag(26);
|
|
output.WriteString(Name);
|
|
}
|
|
if (Time != 0L) {
|
|
output.WriteRawTag(72);
|
|
output.WriteInt64(Time);
|
|
}
|
|
if (MaxTimes != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(MaxTimes);
|
|
}
|
|
if (gNDIODGOGPI_ != null) {
|
|
output.WriteRawTag(106);
|
|
output.WriteMessage(GNDIODGOGPI);
|
|
}
|
|
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 (Time != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time);
|
|
}
|
|
if (MaxTimes != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxTimes);
|
|
}
|
|
if (gNDIODGOGPI_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GNDIODGOGPI);
|
|
}
|
|
if (Name.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Name);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ABDABIIKOJC other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Time != 0L) {
|
|
Time = other.Time;
|
|
}
|
|
if (other.MaxTimes != 0) {
|
|
MaxTimes = other.MaxTimes;
|
|
}
|
|
if (other.gNDIODGOGPI_ != null) {
|
|
if (gNDIODGOGPI_ == null) {
|
|
GNDIODGOGPI = new global::EggLink.DanhengServer.Proto.OOMGHIBBCBN();
|
|
}
|
|
GNDIODGOGPI.MergeFrom(other.GNDIODGOGPI);
|
|
}
|
|
if (other.Name.Length != 0) {
|
|
Name = other.Name;
|
|
}
|
|
_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 26: {
|
|
Name = input.ReadString();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Time = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 80: {
|
|
MaxTimes = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106: {
|
|
if (gNDIODGOGPI_ == null) {
|
|
GNDIODGOGPI = new global::EggLink.DanhengServer.Proto.OOMGHIBBCBN();
|
|
}
|
|
input.ReadMessage(GNDIODGOGPI);
|
|
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 26: {
|
|
Name = input.ReadString();
|
|
break;
|
|
}
|
|
case 72: {
|
|
Time = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 80: {
|
|
MaxTimes = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106: {
|
|
if (gNDIODGOGPI_ == null) {
|
|
GNDIODGOGPI = new global::EggLink.DanhengServer.Proto.OOMGHIBBCBN();
|
|
}
|
|
input.ReadMessage(GNDIODGOGPI);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|