Files
DanhengServer-OpenSource/Common/Proto/StoryLineInfoScNotify.cs
2024-03-31 17:06:46 +08:00

292 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: StoryLineInfoScNotify.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 StoryLineInfoScNotify.proto</summary>
public static partial class StoryLineInfoScNotifyReflection {
#region Descriptor
/// <summary>File descriptor for StoryLineInfoScNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static StoryLineInfoScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtTdG9yeUxpbmVJbmZvU2NOb3RpZnkucHJvdG8iVgoVU3RvcnlMaW5lSW5m",
"b1NjTm90aWZ5EhMKC0tGQU9OS09JSElOGA8gAygNEhMKC09MR0hDTUFHR0tM",
"GAMgAygNEhMKC0tDUEVDQUdDSklMGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
"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.StoryLineInfoScNotify), global::EggLink.DanhengServer.Proto.StoryLineInfoScNotify.Parser, new[]{ "KFAONKOIHIN", "OLGHCMAGGKL", "KCPECAGCJIL" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class StoryLineInfoScNotify : pb::IMessage<StoryLineInfoScNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<StoryLineInfoScNotify> _parser = new pb::MessageParser<StoryLineInfoScNotify>(() => new StoryLineInfoScNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<StoryLineInfoScNotify> 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.StoryLineInfoScNotifyReflection.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 StoryLineInfoScNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public StoryLineInfoScNotify(StoryLineInfoScNotify other) : this() {
kFAONKOIHIN_ = other.kFAONKOIHIN_.Clone();
oLGHCMAGGKL_ = other.oLGHCMAGGKL_.Clone();
kCPECAGCJIL_ = other.kCPECAGCJIL_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public StoryLineInfoScNotify Clone() {
return new StoryLineInfoScNotify(this);
}
/// <summary>Field number for the "KFAONKOIHIN" field.</summary>
public const int KFAONKOIHINFieldNumber = 15;
private static readonly pb::FieldCodec<uint> _repeated_kFAONKOIHIN_codec
= pb::FieldCodec.ForUInt32(122);
private readonly pbc::RepeatedField<uint> kFAONKOIHIN_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KFAONKOIHIN {
get { return kFAONKOIHIN_; }
}
/// <summary>Field number for the "OLGHCMAGGKL" field.</summary>
public const int OLGHCMAGGKLFieldNumber = 3;
private static readonly pb::FieldCodec<uint> _repeated_oLGHCMAGGKL_codec
= pb::FieldCodec.ForUInt32(26);
private readonly pbc::RepeatedField<uint> oLGHCMAGGKL_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> OLGHCMAGGKL {
get { return oLGHCMAGGKL_; }
}
/// <summary>Field number for the "KCPECAGCJIL" field.</summary>
public const int KCPECAGCJILFieldNumber = 4;
private uint kCPECAGCJIL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KCPECAGCJIL {
get { return kCPECAGCJIL_; }
set {
kCPECAGCJIL_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as StoryLineInfoScNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(StoryLineInfoScNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!kFAONKOIHIN_.Equals(other.kFAONKOIHIN_)) return false;
if(!oLGHCMAGGKL_.Equals(other.oLGHCMAGGKL_)) return false;
if (KCPECAGCJIL != other.KCPECAGCJIL) 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;
hash ^= kFAONKOIHIN_.GetHashCode();
hash ^= oLGHCMAGGKL_.GetHashCode();
if (KCPECAGCJIL != 0) hash ^= KCPECAGCJIL.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
oLGHCMAGGKL_.WriteTo(output, _repeated_oLGHCMAGGKL_codec);
if (KCPECAGCJIL != 0) {
output.WriteRawTag(32);
output.WriteUInt32(KCPECAGCJIL);
}
kFAONKOIHIN_.WriteTo(output, _repeated_kFAONKOIHIN_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) {
oLGHCMAGGKL_.WriteTo(ref output, _repeated_oLGHCMAGGKL_codec);
if (KCPECAGCJIL != 0) {
output.WriteRawTag(32);
output.WriteUInt32(KCPECAGCJIL);
}
kFAONKOIHIN_.WriteTo(ref output, _repeated_kFAONKOIHIN_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;
size += kFAONKOIHIN_.CalculateSize(_repeated_kFAONKOIHIN_codec);
size += oLGHCMAGGKL_.CalculateSize(_repeated_oLGHCMAGGKL_codec);
if (KCPECAGCJIL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KCPECAGCJIL);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(StoryLineInfoScNotify other) {
if (other == null) {
return;
}
kFAONKOIHIN_.Add(other.kFAONKOIHIN_);
oLGHCMAGGKL_.Add(other.oLGHCMAGGKL_);
if (other.KCPECAGCJIL != 0) {
KCPECAGCJIL = other.KCPECAGCJIL;
}
_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:
case 24: {
oLGHCMAGGKL_.AddEntriesFrom(input, _repeated_oLGHCMAGGKL_codec);
break;
}
case 32: {
KCPECAGCJIL = input.ReadUInt32();
break;
}
case 122:
case 120: {
kFAONKOIHIN_.AddEntriesFrom(input, _repeated_kFAONKOIHIN_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 26:
case 24: {
oLGHCMAGGKL_.AddEntriesFrom(ref input, _repeated_oLGHCMAGGKL_codec);
break;
}
case 32: {
KCPECAGCJIL = input.ReadUInt32();
break;
}
case 122:
case 120: {
kFAONKOIHIN_.AddEntriesFrom(ref input, _repeated_kFAONKOIHIN_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code