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(
|
|
"CiBVcGRhdGVQc25TZXR0aW5nc0luZm9Dc1JlcS5wcm90bxoRTkNCSU1MUE9E",
|
|
"T04ucHJvdG8aEUNKQUtJQkRJTU1KLnByb3RvIncKGlVwZGF0ZVBzblNldHRp",
|
|
"bmdzSW5mb0NzUmVxEiQKC0RPT0NQTENMRFBEGI0FIAEoCzIMLk5DQklNTFBP",
|
|
"RE9OSAASJAoLSU5ITERJREpHSEEYlg0gASgLMgwuQ0pBS0lCRElNTUpIAEIN",
|
|
"CgtDTUJLS0tBUEFLTUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
|
"YgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NCBIMLPODONReflection.Descriptor, global::EggLink.DanhengServer.Proto.CJAKIBDIMMJReflection.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[]{ "DOOCPLCLDPD", "INHLDIDJGHA" }, new[]{ "CMBKKKAPAKM" }, 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.CMBKKKAPAKMCase) {
|
|
case CMBKKKAPAKMOneofCase.DOOCPLCLDPD:
|
|
DOOCPLCLDPD = other.DOOCPLCLDPD.Clone();
|
|
break;
|
|
case CMBKKKAPAKMOneofCase.INHLDIDJGHA:
|
|
INHLDIDJGHA = other.INHLDIDJGHA.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 "DOOCPLCLDPD" field.</summary>
|
|
public const int DOOCPLCLDPDFieldNumber = 653;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.NCBIMLPODON DOOCPLCLDPD {
|
|
get { return cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD ? (global::EggLink.DanhengServer.Proto.NCBIMLPODON) cMBKKKAPAKM_ : null; }
|
|
set {
|
|
cMBKKKAPAKM_ = value;
|
|
cMBKKKAPAKMCase_ = value == null ? CMBKKKAPAKMOneofCase.None : CMBKKKAPAKMOneofCase.DOOCPLCLDPD;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "INHLDIDJGHA" field.</summary>
|
|
public const int INHLDIDJGHAFieldNumber = 1686;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ INHLDIDJGHA {
|
|
get { return cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA ? (global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ) cMBKKKAPAKM_ : null; }
|
|
set {
|
|
cMBKKKAPAKM_ = value;
|
|
cMBKKKAPAKMCase_ = value == null ? CMBKKKAPAKMOneofCase.None : CMBKKKAPAKMOneofCase.INHLDIDJGHA;
|
|
}
|
|
}
|
|
|
|
private object cMBKKKAPAKM_;
|
|
/// <summary>Enum of possible cases for the "CMBKKKAPAKM" oneof.</summary>
|
|
public enum CMBKKKAPAKMOneofCase {
|
|
None = 0,
|
|
DOOCPLCLDPD = 653,
|
|
INHLDIDJGHA = 1686,
|
|
}
|
|
private CMBKKKAPAKMOneofCase cMBKKKAPAKMCase_ = CMBKKKAPAKMOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public CMBKKKAPAKMOneofCase CMBKKKAPAKMCase {
|
|
get { return cMBKKKAPAKMCase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearCMBKKKAPAKM() {
|
|
cMBKKKAPAKMCase_ = CMBKKKAPAKMOneofCase.None;
|
|
cMBKKKAPAKM_ = 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(DOOCPLCLDPD, other.DOOCPLCLDPD)) return false;
|
|
if (!object.Equals(INHLDIDJGHA, other.INHLDIDJGHA)) return false;
|
|
if (CMBKKKAPAKMCase != other.CMBKKKAPAKMCase) 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 (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) hash ^= DOOCPLCLDPD.GetHashCode();
|
|
if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) hash ^= INHLDIDJGHA.GetHashCode();
|
|
hash ^= (int) cMBKKKAPAKMCase_;
|
|
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 (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) {
|
|
output.WriteRawTag(234, 40);
|
|
output.WriteMessage(DOOCPLCLDPD);
|
|
}
|
|
if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) {
|
|
output.WriteRawTag(178, 105);
|
|
output.WriteMessage(INHLDIDJGHA);
|
|
}
|
|
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 (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) {
|
|
output.WriteRawTag(234, 40);
|
|
output.WriteMessage(DOOCPLCLDPD);
|
|
}
|
|
if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) {
|
|
output.WriteRawTag(178, 105);
|
|
output.WriteMessage(INHLDIDJGHA);
|
|
}
|
|
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 (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(DOOCPLCLDPD);
|
|
}
|
|
if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) {
|
|
size += 2 + pb::CodedOutputStream.ComputeMessageSize(INHLDIDJGHA);
|
|
}
|
|
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.CMBKKKAPAKMCase) {
|
|
case CMBKKKAPAKMOneofCase.DOOCPLCLDPD:
|
|
if (DOOCPLCLDPD == null) {
|
|
DOOCPLCLDPD = new global::EggLink.DanhengServer.Proto.NCBIMLPODON();
|
|
}
|
|
DOOCPLCLDPD.MergeFrom(other.DOOCPLCLDPD);
|
|
break;
|
|
case CMBKKKAPAKMOneofCase.INHLDIDJGHA:
|
|
if (INHLDIDJGHA == null) {
|
|
INHLDIDJGHA = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ();
|
|
}
|
|
INHLDIDJGHA.MergeFrom(other.INHLDIDJGHA);
|
|
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 5226: {
|
|
global::EggLink.DanhengServer.Proto.NCBIMLPODON subBuilder = new global::EggLink.DanhengServer.Proto.NCBIMLPODON();
|
|
if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) {
|
|
subBuilder.MergeFrom(DOOCPLCLDPD);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
DOOCPLCLDPD = subBuilder;
|
|
break;
|
|
}
|
|
case 13490: {
|
|
global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ subBuilder = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ();
|
|
if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) {
|
|
subBuilder.MergeFrom(INHLDIDJGHA);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
INHLDIDJGHA = 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 5226: {
|
|
global::EggLink.DanhengServer.Proto.NCBIMLPODON subBuilder = new global::EggLink.DanhengServer.Proto.NCBIMLPODON();
|
|
if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.DOOCPLCLDPD) {
|
|
subBuilder.MergeFrom(DOOCPLCLDPD);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
DOOCPLCLDPD = subBuilder;
|
|
break;
|
|
}
|
|
case 13490: {
|
|
global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ subBuilder = new global::EggLink.DanhengServer.Proto.CJAKIBDIMMJ();
|
|
if (cMBKKKAPAKMCase_ == CMBKKKAPAKMOneofCase.INHLDIDJGHA) {
|
|
subBuilder.MergeFrom(INHLDIDJGHA);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
INHLDIDJGHA = subBuilder;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|