mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
334 lines
13 KiB
C#
334 lines
13 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(
|
|
"CiBVcGRhdGVQc25TZXR0aW5nc0luZm9Dc1JlcS5wcm90bxoRTUtDREZJSUtF",
|
|
"UFAucHJvdG8aEUdJQkJKSFBPSEdFLnByb3RvIncKGlVwZGF0ZVBzblNldHRp",
|
|
"bmdzSW5mb0NzUmVxEiQKC0FLSkZBREZLQkRKGPMIIAEoCzIMLk1LQ0RGSUlL",
|
|
"RVBQSAASJAoLTkZBTUVJTFBQR0kYlQsgASgLMgwuR0lCQkpIUE9IR0VIAEIN",
|
|
"CgtLSUpBQUxFQkhQSkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
|
"YgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MKCDFIIKEPPReflection.Descriptor, global::EggLink.DanhengServer.Proto.GIBBJHPOHGEReflection.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[]{ "AKJFADFKBDJ", "NFAMEILPPGI" }, new[]{ "KIJAALEBHPJ" }, 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() {
|
|
switch (other.KIJAALEBHPJCase) {
|
|
case KIJAALEBHPJOneofCase.AKJFADFKBDJ:
|
|
AKJFADFKBDJ = other.AKJFADFKBDJ.Clone();
|
|
break;
|
|
case KIJAALEBHPJOneofCase.NFAMEILPPGI:
|
|
NFAMEILPPGI = other.NFAMEILPPGI.Clone();
|
|
break;
|
|
}
|
|
|
|
_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 "AKJFADFKBDJ" field.</summary>
|
|
public const int AKJFADFKBDJFieldNumber = 1139;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.MKCDFIIKEPP AKJFADFKBDJ {
|
|
get { return kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.AKJFADFKBDJ ? (global::EggLink.DanhengServer.Proto.MKCDFIIKEPP) kIJAALEBHPJ_ : null; }
|
|
set {
|
|
kIJAALEBHPJ_ = value;
|
|
kIJAALEBHPJCase_ = value == null ? KIJAALEBHPJOneofCase.None : KIJAALEBHPJOneofCase.AKJFADFKBDJ;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NFAMEILPPGI" field.</summary>
|
|
public const int NFAMEILPPGIFieldNumber = 1429;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.GIBBJHPOHGE NFAMEILPPGI {
|
|
get { return kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.NFAMEILPPGI ? (global::EggLink.DanhengServer.Proto.GIBBJHPOHGE) kIJAALEBHPJ_ : null; }
|
|
set {
|
|
kIJAALEBHPJ_ = value;
|
|
kIJAALEBHPJCase_ = value == null ? KIJAALEBHPJOneofCase.None : KIJAALEBHPJOneofCase.NFAMEILPPGI;
|
|
}
|
|
}
|
|
|
|
private object kIJAALEBHPJ_;
|
|
/// <summary>Enum of possible cases for the "KIJAALEBHPJ" oneof.</summary>
|
|
public enum KIJAALEBHPJOneofCase {
|
|
None = 0,
|
|
AKJFADFKBDJ = 1139,
|
|
NFAMEILPPGI = 1429,
|
|
}
|
|
private KIJAALEBHPJOneofCase kIJAALEBHPJCase_ = KIJAALEBHPJOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public KIJAALEBHPJOneofCase KIJAALEBHPJCase {
|
|
get { return kIJAALEBHPJCase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearKIJAALEBHPJ() {
|
|
kIJAALEBHPJCase_ = KIJAALEBHPJOneofCase.None;
|
|
kIJAALEBHPJ_ = null;
|
|
}
|
|
|
|
[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(AKJFADFKBDJ, other.AKJFADFKBDJ)) return false;
|
|
if (!object.Equals(NFAMEILPPGI, other.NFAMEILPPGI)) return false;
|
|
if (KIJAALEBHPJCase != other.KIJAALEBHPJCase) 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 (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.AKJFADFKBDJ) hash ^= AKJFADFKBDJ.GetHashCode();
|
|
if (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.NFAMEILPPGI) hash ^= NFAMEILPPGI.GetHashCode();
|
|
hash ^= (int) kIJAALEBHPJCase_;
|
|
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 (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.AKJFADFKBDJ) {
|
|
output.WriteRawTag(154, 71);
|
|
output.WriteMessage(AKJFADFKBDJ);
|
|
}
|
|
if (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.NFAMEILPPGI) {
|
|
output.WriteRawTag(170, 89);
|
|
output.WriteMessage(NFAMEILPPGI);
|
|
}
|
|
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 (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.AKJFADFKBDJ) {
|
|
output.WriteRawTag(154, 71);
|
|
output.WriteMessage(AKJFADFKBDJ);
|
|
}
|
|
if (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.NFAMEILPPGI) {
|
|
output.WriteRawTag(170, 89);
|
|
output.WriteMessage(NFAMEILPPGI);
|
|
}
|
|
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 (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.AKJFADFKBDJ) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(AKJFADFKBDJ);
|
|
}
|
|
if (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.NFAMEILPPGI) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(NFAMEILPPGI);
|
|
}
|
|
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;
|
|
}
|
|
switch (other.KIJAALEBHPJCase) {
|
|
case KIJAALEBHPJOneofCase.AKJFADFKBDJ:
|
|
if (AKJFADFKBDJ == null) {
|
|
AKJFADFKBDJ = new global::EggLink.DanhengServer.Proto.MKCDFIIKEPP();
|
|
}
|
|
AKJFADFKBDJ.MergeFrom(other.AKJFADFKBDJ);
|
|
break;
|
|
case KIJAALEBHPJOneofCase.NFAMEILPPGI:
|
|
if (NFAMEILPPGI == null) {
|
|
NFAMEILPPGI = new global::EggLink.DanhengServer.Proto.GIBBJHPOHGE();
|
|
}
|
|
NFAMEILPPGI.MergeFrom(other.NFAMEILPPGI);
|
|
break;
|
|
}
|
|
|
|
_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 9114: {
|
|
global::EggLink.DanhengServer.Proto.MKCDFIIKEPP subBuilder = new global::EggLink.DanhengServer.Proto.MKCDFIIKEPP();
|
|
if (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.AKJFADFKBDJ) {
|
|
subBuilder.MergeFrom(AKJFADFKBDJ);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
AKJFADFKBDJ = subBuilder;
|
|
break;
|
|
}
|
|
case 11434: {
|
|
global::EggLink.DanhengServer.Proto.GIBBJHPOHGE subBuilder = new global::EggLink.DanhengServer.Proto.GIBBJHPOHGE();
|
|
if (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.NFAMEILPPGI) {
|
|
subBuilder.MergeFrom(NFAMEILPPGI);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
NFAMEILPPGI = subBuilder;
|
|
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 9114: {
|
|
global::EggLink.DanhengServer.Proto.MKCDFIIKEPP subBuilder = new global::EggLink.DanhengServer.Proto.MKCDFIIKEPP();
|
|
if (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.AKJFADFKBDJ) {
|
|
subBuilder.MergeFrom(AKJFADFKBDJ);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
AKJFADFKBDJ = subBuilder;
|
|
break;
|
|
}
|
|
case 11434: {
|
|
global::EggLink.DanhengServer.Proto.GIBBJHPOHGE subBuilder = new global::EggLink.DanhengServer.Proto.GIBBJHPOHGE();
|
|
if (kIJAALEBHPJCase_ == KIJAALEBHPJOneofCase.NFAMEILPPGI) {
|
|
subBuilder.MergeFrom(NFAMEILPPGI);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
NFAMEILPPGI = subBuilder;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|