mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
292 lines
11 KiB
C#
292 lines
11 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: UpdatePsnSettingsInfoCsReq.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 UpdatePsnSettingsInfoCsReq.proto</summary>
|
|
public static partial class UpdatePsnSettingsInfoCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for UpdatePsnSettingsInfoCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static UpdatePsnSettingsInfoCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiBVcGRhdGVQc25TZXR0aW5nc0luZm9Dc1JlcS5wcm90bxoRT0ZHUEJNUEpG",
|
|
"S04ucHJvdG8aEUNOSkVOSEdQSUpHLnByb3RvImQKGlVwZGF0ZVBzblNldHRp",
|
|
"bmdzSW5mb0NzUmVxEiIKC0RFTUtPR0tPQkVNGMIPIAEoCzIMLkNOSkVOSEdQ",
|
|
"SUpHEiIKC0pKTlBDTEVPQkdPGMQFIAEoCzIMLk9GR1BCTVBKRktOQh6qAhtF",
|
|
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OFGPBMPJFKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.CNJENHGPIJGReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePsnSettingsInfoCsReq), global::EggLink.DanhengServer.Proto.UpdatePsnSettingsInfoCsReq.Parser, new[]{ "DEMKOGKOBEM", "JJNPCLEOBGO" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class UpdatePsnSettingsInfoCsReq : pb::IMessage<UpdatePsnSettingsInfoCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<UpdatePsnSettingsInfoCsReq> _parser = new pb::MessageParser<UpdatePsnSettingsInfoCsReq>(() => new UpdatePsnSettingsInfoCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<UpdatePsnSettingsInfoCsReq> 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.UpdatePsnSettingsInfoCsReqReflection.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 UpdatePsnSettingsInfoCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public UpdatePsnSettingsInfoCsReq(UpdatePsnSettingsInfoCsReq other) : this() {
|
|
dEMKOGKOBEM_ = other.dEMKOGKOBEM_ != null ? other.dEMKOGKOBEM_.Clone() : null;
|
|
jJNPCLEOBGO_ = other.jJNPCLEOBGO_ != null ? other.jJNPCLEOBGO_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public UpdatePsnSettingsInfoCsReq Clone() {
|
|
return new UpdatePsnSettingsInfoCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "DEMKOGKOBEM" field.</summary>
|
|
public const int DEMKOGKOBEMFieldNumber = 1986;
|
|
private global::EggLink.DanhengServer.Proto.CNJENHGPIJG dEMKOGKOBEM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.CNJENHGPIJG DEMKOGKOBEM {
|
|
get { return dEMKOGKOBEM_; }
|
|
set {
|
|
dEMKOGKOBEM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JJNPCLEOBGO" field.</summary>
|
|
public const int JJNPCLEOBGOFieldNumber = 708;
|
|
private global::EggLink.DanhengServer.Proto.OFGPBMPJFKN jJNPCLEOBGO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.OFGPBMPJFKN JJNPCLEOBGO {
|
|
get { return jJNPCLEOBGO_; }
|
|
set {
|
|
jJNPCLEOBGO_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as UpdatePsnSettingsInfoCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(UpdatePsnSettingsInfoCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(DEMKOGKOBEM, other.DEMKOGKOBEM)) return false;
|
|
if (!object.Equals(JJNPCLEOBGO, other.JJNPCLEOBGO)) 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 (dEMKOGKOBEM_ != null) hash ^= DEMKOGKOBEM.GetHashCode();
|
|
if (jJNPCLEOBGO_ != null) hash ^= JJNPCLEOBGO.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 (jJNPCLEOBGO_ != null) {
|
|
output.WriteRawTag(162, 44);
|
|
output.WriteMessage(JJNPCLEOBGO);
|
|
}
|
|
if (dEMKOGKOBEM_ != null) {
|
|
output.WriteRawTag(146, 124);
|
|
output.WriteMessage(DEMKOGKOBEM);
|
|
}
|
|
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 (jJNPCLEOBGO_ != null) {
|
|
output.WriteRawTag(162, 44);
|
|
output.WriteMessage(JJNPCLEOBGO);
|
|
}
|
|
if (dEMKOGKOBEM_ != null) {
|
|
output.WriteRawTag(146, 124);
|
|
output.WriteMessage(DEMKOGKOBEM);
|
|
}
|
|
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 (dEMKOGKOBEM_ != null) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(DEMKOGKOBEM);
|
|
}
|
|
if (jJNPCLEOBGO_ != null) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(JJNPCLEOBGO);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(UpdatePsnSettingsInfoCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.dEMKOGKOBEM_ != null) {
|
|
if (dEMKOGKOBEM_ == null) {
|
|
DEMKOGKOBEM = new global::EggLink.DanhengServer.Proto.CNJENHGPIJG();
|
|
}
|
|
DEMKOGKOBEM.MergeFrom(other.DEMKOGKOBEM);
|
|
}
|
|
if (other.jJNPCLEOBGO_ != null) {
|
|
if (jJNPCLEOBGO_ == null) {
|
|
JJNPCLEOBGO = new global::EggLink.DanhengServer.Proto.OFGPBMPJFKN();
|
|
}
|
|
JJNPCLEOBGO.MergeFrom(other.JJNPCLEOBGO);
|
|
}
|
|
_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 5666: {
|
|
if (jJNPCLEOBGO_ == null) {
|
|
JJNPCLEOBGO = new global::EggLink.DanhengServer.Proto.OFGPBMPJFKN();
|
|
}
|
|
input.ReadMessage(JJNPCLEOBGO);
|
|
break;
|
|
}
|
|
case 15890: {
|
|
if (dEMKOGKOBEM_ == null) {
|
|
DEMKOGKOBEM = new global::EggLink.DanhengServer.Proto.CNJENHGPIJG();
|
|
}
|
|
input.ReadMessage(DEMKOGKOBEM);
|
|
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 5666: {
|
|
if (jJNPCLEOBGO_ == null) {
|
|
JJNPCLEOBGO = new global::EggLink.DanhengServer.Proto.OFGPBMPJFKN();
|
|
}
|
|
input.ReadMessage(JJNPCLEOBGO);
|
|
break;
|
|
}
|
|
case 15890: {
|
|
if (dEMKOGKOBEM_ == null) {
|
|
DEMKOGKOBEM = new global::EggLink.DanhengServer.Proto.CNJENHGPIJG();
|
|
}
|
|
input.ReadMessage(DEMKOGKOBEM);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|