mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
375 lines
13 KiB
C#
375 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: SetRedPointStatusScNotify.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 SetRedPointStatusScNotify.proto</summary>
|
|
public static partial class SetRedPointStatusScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for SetRedPointStatusScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static SetRedPointStatusScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch9TZXRSZWRQb2ludFN0YXR1c1NjTm90aWZ5LnByb3RvGhFESlBITU9KR0tD",
|
|
"Ty5wcm90byKJAQoZU2V0UmVkUG9pbnRTdGF0dXNTY05vdGlmeRISCgpjb250",
|
|
"ZW50X2lkGA0gASgNEgsKA3VpZBgOIAEoDRIhCgtPTU9LRE9QQUlIRxgGIAMo",
|
|
"CzIMLkRKUEhNT0pHS0NPEhMKC0lCTVBHTUJISFBQGAEgASgNEhMKC0FFRERF",
|
|
"TUlHREdCGAIgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i",
|
|
"BnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DJPHMOJGKCOReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SetRedPointStatusScNotify), global::EggLink.DanhengServer.Proto.SetRedPointStatusScNotify.Parser, new[]{ "ContentId", "Uid", "OMOKDOPAIHG", "IBMPGMBHHPP", "AEDDEMIGDGB" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class SetRedPointStatusScNotify : pb::IMessage<SetRedPointStatusScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<SetRedPointStatusScNotify> _parser = new pb::MessageParser<SetRedPointStatusScNotify>(() => new SetRedPointStatusScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<SetRedPointStatusScNotify> 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.SetRedPointStatusScNotifyReflection.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 SetRedPointStatusScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SetRedPointStatusScNotify(SetRedPointStatusScNotify other) : this() {
|
|
contentId_ = other.contentId_;
|
|
uid_ = other.uid_;
|
|
oMOKDOPAIHG_ = other.oMOKDOPAIHG_.Clone();
|
|
iBMPGMBHHPP_ = other.iBMPGMBHHPP_;
|
|
aEDDEMIGDGB_ = other.aEDDEMIGDGB_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SetRedPointStatusScNotify Clone() {
|
|
return new SetRedPointStatusScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "content_id" field.</summary>
|
|
public const int ContentIdFieldNumber = 13;
|
|
private uint contentId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ContentId {
|
|
get { return contentId_; }
|
|
set {
|
|
contentId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "uid" field.</summary>
|
|
public const int UidFieldNumber = 14;
|
|
private uint uid_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Uid {
|
|
get { return uid_; }
|
|
set {
|
|
uid_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OMOKDOPAIHG" field.</summary>
|
|
public const int OMOKDOPAIHGFieldNumber = 6;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DJPHMOJGKCO> _repeated_oMOKDOPAIHG_codec
|
|
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.DJPHMOJGKCO.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DJPHMOJGKCO> oMOKDOPAIHG_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DJPHMOJGKCO>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DJPHMOJGKCO> OMOKDOPAIHG {
|
|
get { return oMOKDOPAIHG_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "IBMPGMBHHPP" field.</summary>
|
|
public const int IBMPGMBHHPPFieldNumber = 1;
|
|
private uint iBMPGMBHHPP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IBMPGMBHHPP {
|
|
get { return iBMPGMBHHPP_; }
|
|
set {
|
|
iBMPGMBHHPP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AEDDEMIGDGB" field.</summary>
|
|
public const int AEDDEMIGDGBFieldNumber = 2;
|
|
private uint aEDDEMIGDGB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AEDDEMIGDGB {
|
|
get { return aEDDEMIGDGB_; }
|
|
set {
|
|
aEDDEMIGDGB_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as SetRedPointStatusScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(SetRedPointStatusScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (ContentId != other.ContentId) return false;
|
|
if (Uid != other.Uid) return false;
|
|
if(!oMOKDOPAIHG_.Equals(other.oMOKDOPAIHG_)) return false;
|
|
if (IBMPGMBHHPP != other.IBMPGMBHHPP) return false;
|
|
if (AEDDEMIGDGB != other.AEDDEMIGDGB) 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 (ContentId != 0) hash ^= ContentId.GetHashCode();
|
|
if (Uid != 0) hash ^= Uid.GetHashCode();
|
|
hash ^= oMOKDOPAIHG_.GetHashCode();
|
|
if (IBMPGMBHHPP != 0) hash ^= IBMPGMBHHPP.GetHashCode();
|
|
if (AEDDEMIGDGB != 0) hash ^= AEDDEMIGDGB.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 (IBMPGMBHHPP != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(IBMPGMBHHPP);
|
|
}
|
|
if (AEDDEMIGDGB != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(AEDDEMIGDGB);
|
|
}
|
|
oMOKDOPAIHG_.WriteTo(output, _repeated_oMOKDOPAIHG_codec);
|
|
if (ContentId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ContentId);
|
|
}
|
|
if (Uid != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
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 (IBMPGMBHHPP != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(IBMPGMBHHPP);
|
|
}
|
|
if (AEDDEMIGDGB != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(AEDDEMIGDGB);
|
|
}
|
|
oMOKDOPAIHG_.WriteTo(ref output, _repeated_oMOKDOPAIHG_codec);
|
|
if (ContentId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ContentId);
|
|
}
|
|
if (Uid != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
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 (ContentId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ContentId);
|
|
}
|
|
if (Uid != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
|
|
}
|
|
size += oMOKDOPAIHG_.CalculateSize(_repeated_oMOKDOPAIHG_codec);
|
|
if (IBMPGMBHHPP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IBMPGMBHHPP);
|
|
}
|
|
if (AEDDEMIGDGB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AEDDEMIGDGB);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(SetRedPointStatusScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.ContentId != 0) {
|
|
ContentId = other.ContentId;
|
|
}
|
|
if (other.Uid != 0) {
|
|
Uid = other.Uid;
|
|
}
|
|
oMOKDOPAIHG_.Add(other.oMOKDOPAIHG_);
|
|
if (other.IBMPGMBHHPP != 0) {
|
|
IBMPGMBHHPP = other.IBMPGMBHHPP;
|
|
}
|
|
if (other.AEDDEMIGDGB != 0) {
|
|
AEDDEMIGDGB = other.AEDDEMIGDGB;
|
|
}
|
|
_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 8: {
|
|
IBMPGMBHHPP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
AEDDEMIGDGB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
oMOKDOPAIHG_.AddEntriesFrom(input, _repeated_oMOKDOPAIHG_codec);
|
|
break;
|
|
}
|
|
case 104: {
|
|
ContentId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
Uid = input.ReadUInt32();
|
|
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 8: {
|
|
IBMPGMBHHPP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
AEDDEMIGDGB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
oMOKDOPAIHG_.AddEntriesFrom(ref input, _repeated_oMOKDOPAIHG_codec);
|
|
break;
|
|
}
|
|
case 104: {
|
|
ContentId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
Uid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|