Files
DanhengServer-OpenSource/Proto/SetRogueExhibitionCsReq.cs
2024-10-05 22:40:41 +08:00

285 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SetRogueExhibitionCsReq.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 SetRogueExhibitionCsReq.proto</summary>
public static partial class SetRogueExhibitionCsReqReflection {
#region Descriptor
/// <summary>File descriptor for SetRogueExhibitionCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static SetRogueExhibitionCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1TZXRSb2d1ZUV4aGliaXRpb25Dc1JlcS5wcm90bxoqUm9ndWVDb2xsZWN0",
"aW9uRXhoaWJpdGlvbk9wZXJhdGVUeXBlLnByb3RvIn8KF1NldFJvZ3VlRXho",
"aWJpdGlvbkNzUmVxEhMKC0lFT0JES0tCSExGGAUgAygNEjoKC0xBUElERU9C",
"SkdMGAQgAygOMiUuUm9ndWVDb2xsZWN0aW9uRXhoaWJpdGlvbk9wZXJhdGVU",
"eXBlEhMKC05CSktNQ0pGSUpDGAggAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCollectionExhibitionOperateTypeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetRogueExhibitionCsReq), global::EggLink.DanhengServer.Proto.SetRogueExhibitionCsReq.Parser, new[]{ "IEOBDKKBHLF", "LAPIDEOBJGL", "NBJKMCJFIJC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SetRogueExhibitionCsReq : pb::IMessage<SetRogueExhibitionCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<SetRogueExhibitionCsReq> _parser = new pb::MessageParser<SetRogueExhibitionCsReq>(() => new SetRogueExhibitionCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<SetRogueExhibitionCsReq> 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.SetRogueExhibitionCsReqReflection.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 SetRogueExhibitionCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SetRogueExhibitionCsReq(SetRogueExhibitionCsReq other) : this() {
iEOBDKKBHLF_ = other.iEOBDKKBHLF_.Clone();
lAPIDEOBJGL_ = other.lAPIDEOBJGL_.Clone();
nBJKMCJFIJC_ = other.nBJKMCJFIJC_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SetRogueExhibitionCsReq Clone() {
return new SetRogueExhibitionCsReq(this);
}
/// <summary>Field number for the "IEOBDKKBHLF" field.</summary>
public const int IEOBDKKBHLFFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_iEOBDKKBHLF_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> iEOBDKKBHLF_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> IEOBDKKBHLF {
get { return iEOBDKKBHLF_; }
}
/// <summary>Field number for the "LAPIDEOBJGL" field.</summary>
public const int LAPIDEOBJGLFieldNumber = 4;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.RogueCollectionExhibitionOperateType> _repeated_lAPIDEOBJGL_codec
= pb::FieldCodec.ForEnum(34, x => (int) x, x => (global::EggLink.DanhengServer.Proto.RogueCollectionExhibitionOperateType) x);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueCollectionExhibitionOperateType> lAPIDEOBJGL_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueCollectionExhibitionOperateType>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueCollectionExhibitionOperateType> LAPIDEOBJGL {
get { return lAPIDEOBJGL_; }
}
/// <summary>Field number for the "NBJKMCJFIJC" field.</summary>
public const int NBJKMCJFIJCFieldNumber = 8;
private static readonly pb::FieldCodec<uint> _repeated_nBJKMCJFIJC_codec
= pb::FieldCodec.ForUInt32(66);
private readonly pbc::RepeatedField<uint> nBJKMCJFIJC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> NBJKMCJFIJC {
get { return nBJKMCJFIJC_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as SetRogueExhibitionCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(SetRogueExhibitionCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!iEOBDKKBHLF_.Equals(other.iEOBDKKBHLF_)) return false;
if(!lAPIDEOBJGL_.Equals(other.lAPIDEOBJGL_)) return false;
if(!nBJKMCJFIJC_.Equals(other.nBJKMCJFIJC_)) 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 ^= iEOBDKKBHLF_.GetHashCode();
hash ^= lAPIDEOBJGL_.GetHashCode();
hash ^= nBJKMCJFIJC_.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
lAPIDEOBJGL_.WriteTo(output, _repeated_lAPIDEOBJGL_codec);
iEOBDKKBHLF_.WriteTo(output, _repeated_iEOBDKKBHLF_codec);
nBJKMCJFIJC_.WriteTo(output, _repeated_nBJKMCJFIJC_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) {
lAPIDEOBJGL_.WriteTo(ref output, _repeated_lAPIDEOBJGL_codec);
iEOBDKKBHLF_.WriteTo(ref output, _repeated_iEOBDKKBHLF_codec);
nBJKMCJFIJC_.WriteTo(ref output, _repeated_nBJKMCJFIJC_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 += iEOBDKKBHLF_.CalculateSize(_repeated_iEOBDKKBHLF_codec);
size += lAPIDEOBJGL_.CalculateSize(_repeated_lAPIDEOBJGL_codec);
size += nBJKMCJFIJC_.CalculateSize(_repeated_nBJKMCJFIJC_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(SetRogueExhibitionCsReq other) {
if (other == null) {
return;
}
iEOBDKKBHLF_.Add(other.iEOBDKKBHLF_);
lAPIDEOBJGL_.Add(other.lAPIDEOBJGL_);
nBJKMCJFIJC_.Add(other.nBJKMCJFIJC_);
_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 34:
case 32: {
lAPIDEOBJGL_.AddEntriesFrom(input, _repeated_lAPIDEOBJGL_codec);
break;
}
case 42:
case 40: {
iEOBDKKBHLF_.AddEntriesFrom(input, _repeated_iEOBDKKBHLF_codec);
break;
}
case 66:
case 64: {
nBJKMCJFIJC_.AddEntriesFrom(input, _repeated_nBJKMCJFIJC_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 34:
case 32: {
lAPIDEOBJGL_.AddEntriesFrom(ref input, _repeated_lAPIDEOBJGL_codec);
break;
}
case 42:
case 40: {
iEOBDKKBHLF_.AddEntriesFrom(ref input, _repeated_iEOBDKKBHLF_codec);
break;
}
case 66:
case 64: {
nBJKMCJFIJC_.AddEntriesFrom(ref input, _repeated_nBJKMCJFIJC_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code