Files
DanhengServer-OpenSource/Proto/UpdatePsnSettingsInfoCsReq.cs
2024-08-29 21:08:50 +08:00

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(
"CiBVcGRhdGVQc25TZXR0aW5nc0luZm9Dc1JlcS5wcm90bxoRS0ZCSEpCR0hI",
"RE8ucHJvdG8aEUVLSk9CRktPTUlFLnByb3RvIncKGlVwZGF0ZVBzblNldHRp",
"bmdzSW5mb0NzUmVxEiQKC1BOSkNJSU5QSUxMGOUFIAEoCzIMLkVLSk9CRktP",
"TUlFSAASJAoLRERIS05CS1BFSk8YxgogASgLMgwuS0ZCSEpCR0hIRE9IAEIN",
"CgtDREJIREREQkdJUEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
"YgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KFBHJBGHHDOReflection.Descriptor, global::EggLink.DanhengServer.Proto.EKJOBFKOMIEReflection.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[]{ "PNJCIINPILL", "DDHKNBKPEJO" }, new[]{ "CDBHDDDBGIP" }, 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.CDBHDDDBGIPCase) {
case CDBHDDDBGIPOneofCase.PNJCIINPILL:
PNJCIINPILL = other.PNJCIINPILL.Clone();
break;
case CDBHDDDBGIPOneofCase.DDHKNBKPEJO:
DDHKNBKPEJO = other.DDHKNBKPEJO.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 "PNJCIINPILL" field.</summary>
public const int PNJCIINPILLFieldNumber = 741;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.EKJOBFKOMIE PNJCIINPILL {
get { return cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.PNJCIINPILL ? (global::EggLink.DanhengServer.Proto.EKJOBFKOMIE) cDBHDDDBGIP_ : null; }
set {
cDBHDDDBGIP_ = value;
cDBHDDDBGIPCase_ = value == null ? CDBHDDDBGIPOneofCase.None : CDBHDDDBGIPOneofCase.PNJCIINPILL;
}
}
/// <summary>Field number for the "DDHKNBKPEJO" field.</summary>
public const int DDHKNBKPEJOFieldNumber = 1350;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.KFBHJBGHHDO DDHKNBKPEJO {
get { return cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.DDHKNBKPEJO ? (global::EggLink.DanhengServer.Proto.KFBHJBGHHDO) cDBHDDDBGIP_ : null; }
set {
cDBHDDDBGIP_ = value;
cDBHDDDBGIPCase_ = value == null ? CDBHDDDBGIPOneofCase.None : CDBHDDDBGIPOneofCase.DDHKNBKPEJO;
}
}
private object cDBHDDDBGIP_;
/// <summary>Enum of possible cases for the "CDBHDDDBGIP" oneof.</summary>
public enum CDBHDDDBGIPOneofCase {
None = 0,
PNJCIINPILL = 741,
DDHKNBKPEJO = 1350,
}
private CDBHDDDBGIPOneofCase cDBHDDDBGIPCase_ = CDBHDDDBGIPOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public CDBHDDDBGIPOneofCase CDBHDDDBGIPCase {
get { return cDBHDDDBGIPCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearCDBHDDDBGIP() {
cDBHDDDBGIPCase_ = CDBHDDDBGIPOneofCase.None;
cDBHDDDBGIP_ = 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(PNJCIINPILL, other.PNJCIINPILL)) return false;
if (!object.Equals(DDHKNBKPEJO, other.DDHKNBKPEJO)) return false;
if (CDBHDDDBGIPCase != other.CDBHDDDBGIPCase) 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 (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.PNJCIINPILL) hash ^= PNJCIINPILL.GetHashCode();
if (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.DDHKNBKPEJO) hash ^= DDHKNBKPEJO.GetHashCode();
hash ^= (int) cDBHDDDBGIPCase_;
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 (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.PNJCIINPILL) {
output.WriteRawTag(170, 46);
output.WriteMessage(PNJCIINPILL);
}
if (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.DDHKNBKPEJO) {
output.WriteRawTag(178, 84);
output.WriteMessage(DDHKNBKPEJO);
}
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 (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.PNJCIINPILL) {
output.WriteRawTag(170, 46);
output.WriteMessage(PNJCIINPILL);
}
if (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.DDHKNBKPEJO) {
output.WriteRawTag(178, 84);
output.WriteMessage(DDHKNBKPEJO);
}
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 (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.PNJCIINPILL) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(PNJCIINPILL);
}
if (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.DDHKNBKPEJO) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(DDHKNBKPEJO);
}
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.CDBHDDDBGIPCase) {
case CDBHDDDBGIPOneofCase.PNJCIINPILL:
if (PNJCIINPILL == null) {
PNJCIINPILL = new global::EggLink.DanhengServer.Proto.EKJOBFKOMIE();
}
PNJCIINPILL.MergeFrom(other.PNJCIINPILL);
break;
case CDBHDDDBGIPOneofCase.DDHKNBKPEJO:
if (DDHKNBKPEJO == null) {
DDHKNBKPEJO = new global::EggLink.DanhengServer.Proto.KFBHJBGHHDO();
}
DDHKNBKPEJO.MergeFrom(other.DDHKNBKPEJO);
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 5930: {
global::EggLink.DanhengServer.Proto.EKJOBFKOMIE subBuilder = new global::EggLink.DanhengServer.Proto.EKJOBFKOMIE();
if (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.PNJCIINPILL) {
subBuilder.MergeFrom(PNJCIINPILL);
}
input.ReadMessage(subBuilder);
PNJCIINPILL = subBuilder;
break;
}
case 10802: {
global::EggLink.DanhengServer.Proto.KFBHJBGHHDO subBuilder = new global::EggLink.DanhengServer.Proto.KFBHJBGHHDO();
if (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.DDHKNBKPEJO) {
subBuilder.MergeFrom(DDHKNBKPEJO);
}
input.ReadMessage(subBuilder);
DDHKNBKPEJO = 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 5930: {
global::EggLink.DanhengServer.Proto.EKJOBFKOMIE subBuilder = new global::EggLink.DanhengServer.Proto.EKJOBFKOMIE();
if (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.PNJCIINPILL) {
subBuilder.MergeFrom(PNJCIINPILL);
}
input.ReadMessage(subBuilder);
PNJCIINPILL = subBuilder;
break;
}
case 10802: {
global::EggLink.DanhengServer.Proto.KFBHJBGHHDO subBuilder = new global::EggLink.DanhengServer.Proto.KFBHJBGHHDO();
if (cDBHDDDBGIPCase_ == CDBHDDDBGIPOneofCase.DDHKNBKPEJO) {
subBuilder.MergeFrom(DDHKNBKPEJO);
}
input.ReadMessage(subBuilder);
DDHKNBKPEJO = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code