|
@@ -5,69 +5,71 @@
|
|
|
#pragma warning disable 1591, 0612, 3021
|
|
|
#region Designer generated code
|
|
|
|
|
|
-using pb = Google.Protobuf;
|
|
|
-using pbr = Google.Protobuf.Reflection;
|
|
|
-namespace NettyClient.proto
|
|
|
-{
|
|
|
+using pb = global::Google.Protobuf;
|
|
|
+using pbc = global::Google.Protobuf.Collections;
|
|
|
+using pbr = global::Google.Protobuf.Reflection;
|
|
|
+using scg = global::System.Collections.Generic;
|
|
|
+namespace Google.Protobuf.WellKnownTypes {
|
|
|
|
|
|
-
|
|
|
- public static partial class MessageProtoReflection {
|
|
|
+
|
|
|
+ public static partial class MessageProtoReflection {
|
|
|
|
|
|
#region Descriptor
|
|
|
|
|
|
- public static pbr.FileDescriptor Descriptor {
|
|
|
+ public static pbr::FileDescriptor Descriptor {
|
|
|
get { return descriptor; }
|
|
|
}
|
|
|
- private static pbr.FileDescriptor descriptor;
|
|
|
+ private static pbr::FileDescriptor descriptor;
|
|
|
|
|
|
static MessageProtoReflection() {
|
|
|
- byte[] descriptorData = System.Convert.FromBase64String(
|
|
|
+ byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
|
string.Concat(
|
|
|
"ChJNZXNzYWdlUHJvdG8ucHJvdG8SEmNuLnNhZ2FjbG91ZC5wcm90byI3CgdN",
|
|
|
- "ZXNzYWdlEgsKA2NtZBgBIAEoCRIOCgZ0YXNrSWQYAiABKAUSDwoHY29udGVu",
|
|
|
- "dBgDIAEoCUIQQgxNZXNzYWdlUHJvdG9IAWIGcHJvdG8z"));
|
|
|
- descriptor = pbr.FileDescriptor.FromGeneratedCode(descriptorData,
|
|
|
- new pbr.FileDescriptor[] { },
|
|
|
- new pbr.GeneratedClrTypeInfo(null, new pbr.GeneratedClrTypeInfo[] {
|
|
|
- new pbr.GeneratedClrTypeInfo(typeof(Message), Message.Parser, new[]{ "Cmd", "TaskId", "Content" }, null, null, null)
|
|
|
+ "ZXNzYWdlEgsKA2NtZBgBIAEoCRIOCgZ0YXNrSWQYAiABKAkSDwoHY29udGVu",
|
|
|
+ "dBgDIAEoCUI0Qg9NZXNzYWdlUHJvdG9TdHJIAaoCHkdvb2dsZS5Qcm90b2J1",
|
|
|
+ "Zi5XZWxsS25vd25UeXBlc2IGcHJvdG8z"));
|
|
|
+ descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
|
+ new pbr::FileDescriptor[] { },
|
|
|
+ new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
|
+ new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Message), global::Google.Protobuf.WellKnownTypes.Message.Parser, new[]{ "Cmd", "TaskId", "Content" }, null, null, null, null)
|
|
|
}));
|
|
|
}
|
|
|
#endregion
|
|
|
|
|
|
}
|
|
|
#region Messages
|
|
|
- public sealed partial class Message : pb.IMessage<Message> {
|
|
|
- private static readonly pb.MessageParser<Message> _parser = new pb.MessageParser<Message>(() => new Message());
|
|
|
-
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
- public static pb.MessageParser<Message> Parser { get { return _parser; } }
|
|
|
-
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
- public static pbr.MessageDescriptor Descriptor {
|
|
|
- get { return MessageProtoReflection.Descriptor.MessageTypes[0]; }
|
|
|
+ public sealed partial class Message : pb::IMessage<Message> {
|
|
|
+ private static readonly pb::MessageParser<Message> _parser = new pb::MessageParser<Message>(() => new Message());
|
|
|
+ private pb::UnknownFieldSet _unknownFields;
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ public static pb::MessageParser<Message> Parser { get { return _parser; } }
|
|
|
+
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ public static pbr::MessageDescriptor Descriptor {
|
|
|
+ get { return global::Google.Protobuf.WellKnownTypes.MessageProtoReflection.Descriptor.MessageTypes[0]; }
|
|
|
}
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
- pbr.MessageDescriptor pb.IMessage.Descriptor {
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ pbr::MessageDescriptor pb::IMessage.Descriptor {
|
|
|
get { return Descriptor; }
|
|
|
}
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public Message() {
|
|
|
OnConstruction();
|
|
|
}
|
|
|
|
|
|
partial void OnConstruction();
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public Message(Message other) : this() {
|
|
|
cmd_ = other.cmd_;
|
|
|
taskId_ = other.taskId_;
|
|
|
content_ = other.content_;
|
|
|
-
|
|
|
- }
|
|
|
+ _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
|
+ }
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public Message Clone() {
|
|
|
return new Message(this);
|
|
|
}
|
|
@@ -75,42 +77,42 @@ namespace NettyClient.proto
|
|
|
|
|
|
public const int CmdFieldNumber = 1;
|
|
|
private string cmd_ = "";
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public string Cmd {
|
|
|
get { return cmd_; }
|
|
|
set {
|
|
|
- cmd_ = pb.ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
+ cmd_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
public const int TaskIdFieldNumber = 2;
|
|
|
- private int taskId_;
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
- public int TaskId {
|
|
|
+ private string taskId_ = "";
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ public string TaskId {
|
|
|
get { return taskId_; }
|
|
|
set {
|
|
|
- taskId_ = value;
|
|
|
+ taskId_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
public const int ContentFieldNumber = 3;
|
|
|
private string content_ = "";
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public string Content {
|
|
|
get { return content_; }
|
|
|
set {
|
|
|
- content_ = pb.ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
+ content_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public override bool Equals(object other) {
|
|
|
return Equals(other as Message);
|
|
|
}
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public bool Equals(Message other) {
|
|
|
if (ReferenceEquals(other, null)) {
|
|
|
return false;
|
|
@@ -121,61 +123,64 @@ namespace NettyClient.proto
|
|
|
if (Cmd != other.Cmd) return false;
|
|
|
if (TaskId != other.TaskId) return false;
|
|
|
if (Content != other.Content) return false;
|
|
|
-
|
|
|
- return true;
|
|
|
+ return Equals(_unknownFields, other._unknownFields);
|
|
|
}
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public override int GetHashCode() {
|
|
|
int hash = 1;
|
|
|
if (Cmd.Length != 0) hash ^= Cmd.GetHashCode();
|
|
|
- if (TaskId != 0) hash ^= TaskId.GetHashCode();
|
|
|
+ if (TaskId.Length != 0) hash ^= TaskId.GetHashCode();
|
|
|
if (Content.Length != 0) hash ^= Content.GetHashCode();
|
|
|
-
|
|
|
- return hash;
|
|
|
+ if (_unknownFields != null) {
|
|
|
+ hash ^= _unknownFields.GetHashCode();
|
|
|
+ }
|
|
|
+ return hash;
|
|
|
}
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public override string ToString() {
|
|
|
- return pb.JsonFormatter.ToDiagnosticString(this);
|
|
|
+ return pb::JsonFormatter.ToDiagnosticString(this);
|
|
|
}
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
- public void WriteTo(pb.CodedOutputStream output) {
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ public void WriteTo(pb::CodedOutputStream output) {
|
|
|
if (Cmd.Length != 0) {
|
|
|
output.WriteRawTag(10);
|
|
|
output.WriteString(Cmd);
|
|
|
}
|
|
|
- if (TaskId != 0) {
|
|
|
- output.WriteRawTag(16);
|
|
|
- output.WriteInt32(TaskId);
|
|
|
+ if (TaskId.Length != 0) {
|
|
|
+ output.WriteRawTag(18);
|
|
|
+ output.WriteString(TaskId);
|
|
|
}
|
|
|
if (Content.Length != 0) {
|
|
|
output.WriteRawTag(26);
|
|
|
output.WriteString(Content);
|
|
|
}
|
|
|
+ if (_unknownFields != null) {
|
|
|
+ _unknownFields.WriteTo(output);
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public int CalculateSize() {
|
|
|
int size = 0;
|
|
|
if (Cmd.Length != 0) {
|
|
|
- size += 1 + pb.CodedOutputStream.ComputeStringSize(Cmd);
|
|
|
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Cmd);
|
|
|
}
|
|
|
- if (TaskId != 0) {
|
|
|
- size += 1 + pb.CodedOutputStream.ComputeInt32Size(TaskId);
|
|
|
+ if (TaskId.Length != 0) {
|
|
|
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(TaskId);
|
|
|
}
|
|
|
if (Content.Length != 0) {
|
|
|
- size += 1 + pb.CodedOutputStream.ComputeStringSize(Content);
|
|
|
+ size += 1 + pb::CodedOutputStream.ComputeStringSize(Content);
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
- return size;
|
|
|
+ if (_unknownFields != null) {
|
|
|
+ size += _unknownFields.CalculateSize();
|
|
|
+ }
|
|
|
+ return size;
|
|
|
}
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public void MergeFrom(Message other) {
|
|
|
if (other == null) {
|
|
|
return;
|
|
@@ -183,29 +188,29 @@ namespace NettyClient.proto
|
|
|
if (other.Cmd.Length != 0) {
|
|
|
Cmd = other.Cmd;
|
|
|
}
|
|
|
- if (other.TaskId != 0) {
|
|
|
+ if (other.TaskId.Length != 0) {
|
|
|
TaskId = other.TaskId;
|
|
|
}
|
|
|
if (other.Content.Length != 0) {
|
|
|
Content = other.Content;
|
|
|
}
|
|
|
-
|
|
|
- }
|
|
|
+ _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
|
+ }
|
|
|
|
|
|
- [System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
- public void MergeFrom(pb.CodedInputStream input) {
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
+ public void MergeFrom(pb::CodedInputStream input) {
|
|
|
uint tag;
|
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
|
switch(tag) {
|
|
|
default:
|
|
|
-
|
|
|
- break;
|
|
|
+ _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
|
+ break;
|
|
|
case 10: {
|
|
|
Cmd = input.ReadString();
|
|
|
break;
|
|
|
}
|
|
|
- case 16: {
|
|
|
- TaskId = input.ReadInt32();
|
|
|
+ case 18: {
|
|
|
+ TaskId = input.ReadString();
|
|
|
break;
|
|
|
}
|
|
|
case 26: {
|