// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: protobuf_Auth.proto // #pragma warning disable 1591, 0612, 3021 #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 AxibugProtobuf { /// Holder for reflection information generated from protobuf_Auth.proto public static partial class ProtobufAuthReflection { #region Descriptor /// File descriptor for protobuf_Auth.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ProtobufAuthReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChNwcm90b2J1Zl9BdXRoLnByb3RvEg5BeGlidWdQcm90b2J1ZiKRAQoOUHJv", "dG9idWZfTG9naW4SLAoJbG9naW5UeXBlGAEgASgOMhkuQXhpYnVnUHJvdG9i", "dWYuTG9naW5UeXBlEi4KCmRldmljZVR5cGUYAiABKA4yGi5BeGlidWdQcm90", "b2J1Zi5EZXZpY2VUeXBlEg8KB0FjY291bnQYAyABKAkSEAoIUGFzc3dvcmQY", "BCABKAkifwoTUHJvdG9idWZfTG9naW5fUkVTUBINCgVUb2tlbhgBIAEoCRIV", "Cg1MYXN0TG9naW5EYXRlGAIgASgJEg8KB1JlZ0RhdGUYAyABKAkSMQoGU3Rh", "dHVzGAQgASgOMiEuQXhpYnVnUHJvdG9idWYuTG9naW5SZXN1bHRTdGF0dXMi", "IwoQUHJvdG9idWZfQ2hhdE1zZxIPCgdDaGF0TXNnGAEgASgJIkgKFVByb3Rv", "YnVmX0NoYXRNc2dfUkVTUBIQCghOaWNrTmFtZRgBIAEoCRIPCgdDaGF0TXNn", "GAIgASgJEgwKBERhdGUYAyABKAMqPQoJQ29tbWFuZElEEg4KCkNNRF9ERUZB", "VUwQABIOCglDTURfTE9HSU4Q0Q8SEAoLQ01EX0NIQVRNU0cQoR8qKwoJRXJy", "b3JDb2RlEhAKDEVSUk9SX0RFRkFVTBAAEgwKCEVSUk9SX09LEAEqPgoJTG9n", "aW5UeXBlEg8KC0Jhc2VEZWZhdWx0EAASDgoKSGFvWXVlQXV0aBABEgcKA0JG", "MxADEgcKA0JGNBAEKksKCkRldmljZVR5cGUSFgoSRGV2aWNlVHlwZV9EZWZh", "dWx0EAASBgoCUEMQARILCgdBbmRyb2lkEAISBwoDSU9TEAMSBwoDUFNWEAQq", "TgoRTG9naW5SZXN1bHRTdGF0dXMSIQodTG9naW5SZXN1bHRTdGF0dXNfQmFz", "ZURlZmF1bHQQABIGCgJPSxABEg4KCkFjY291bnRFcnIQAkICSAFiBnByb3Rv", "Mw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::AxibugProtobuf.CommandID), typeof(global::AxibugProtobuf.ErrorCode), typeof(global::AxibugProtobuf.LoginType), typeof(global::AxibugProtobuf.DeviceType), typeof(global::AxibugProtobuf.LoginResultStatus), }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::AxibugProtobuf.Protobuf_Login), global::AxibugProtobuf.Protobuf_Login.Parser, new[]{ "LoginType", "DeviceType", "Account", "Password" }, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::AxibugProtobuf.Protobuf_Login_RESP), global::AxibugProtobuf.Protobuf_Login_RESP.Parser, new[]{ "Token", "LastLoginDate", "RegDate", "Status" }, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::AxibugProtobuf.Protobuf_ChatMsg), global::AxibugProtobuf.Protobuf_ChatMsg.Parser, new[]{ "ChatMsg" }, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::AxibugProtobuf.Protobuf_ChatMsg_RESP), global::AxibugProtobuf.Protobuf_ChatMsg_RESP.Parser, new[]{ "NickName", "ChatMsg", "Date" }, null, null, null, null) })); } #endregion } #region Enums public enum CommandID { /// ///缺省不使用 /// [pbr::OriginalName("CMD_DEFAUL")] CmdDefaul = 0, /// ///登录上行 | 下行 对应 Protobuf_Login | Protobuf_Login_RESP /// [pbr::OriginalName("CMD_LOGIN")] CmdLogin = 2001, /// ///登录上行 | 下行 对应 Protobuf_ChatMsg | Protobuf_ChatMsg_RESP /// [pbr::OriginalName("CMD_CHATMSG")] CmdChatmsg = 4001, } public enum ErrorCode { /// ///缺省不使用 /// [pbr::OriginalName("ERROR_DEFAUL")] ErrorDefaul = 0, /// ///成功 /// [pbr::OriginalName("ERROR_OK")] ErrorOk = 1, } public enum LoginType { /// ///缺省不使用 /// [pbr::OriginalName("BaseDefault")] BaseDefault = 0, [pbr::OriginalName("HaoYueAuth")] HaoYueAuth = 1, [pbr::OriginalName("BF3")] Bf3 = 3, [pbr::OriginalName("BF4")] Bf4 = 4, } public enum DeviceType { /// ///缺省不使用 /// [pbr::OriginalName("DeviceType_Default")] Default = 0, [pbr::OriginalName("PC")] Pc = 1, [pbr::OriginalName("Android")] Android = 2, [pbr::OriginalName("IOS")] Ios = 3, [pbr::OriginalName("PSV")] Psv = 4, } public enum LoginResultStatus { /// ///缺省不使用 /// [pbr::OriginalName("LoginResultStatus_BaseDefault")] BaseDefault = 0, [pbr::OriginalName("OK")] Ok = 1, [pbr::OriginalName("AccountErr")] AccountErr = 2, } #endregion #region Messages /// ///登录数据上行 /// public sealed partial class Protobuf_Login : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Protobuf_Login()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::AxibugProtobuf.ProtobufAuthReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_Login() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_Login(Protobuf_Login other) : this() { loginType_ = other.loginType_; deviceType_ = other.deviceType_; account_ = other.account_; password_ = other.password_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_Login Clone() { return new Protobuf_Login(this); } /// Field number for the "loginType" field. public const int LoginTypeFieldNumber = 1; private global::AxibugProtobuf.LoginType loginType_ = global::AxibugProtobuf.LoginType.BaseDefault; /// ///登录操作类型 [0]皓月通行证 [3] 皓月BF3 [4] 皓月BF4 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::AxibugProtobuf.LoginType LoginType { get { return loginType_; } set { loginType_ = value; } } /// Field number for the "deviceType" field. public const int DeviceTypeFieldNumber = 2; private global::AxibugProtobuf.DeviceType deviceType_ = global::AxibugProtobuf.DeviceType.Default; /// ///设备类型 [0]PC [1]AndroidPad预留 [3]IPad预留 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::AxibugProtobuf.DeviceType DeviceType { get { return deviceType_; } set { deviceType_ = value; } } /// Field number for the "Account" field. public const int AccountFieldNumber = 3; private string account_ = ""; /// ///用户名 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string Account { get { return account_; } set { account_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "Password" field. public const int PasswordFieldNumber = 4; private string password_ = ""; /// ///密码 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string Password { get { return password_; } set { password_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as Protobuf_Login); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(Protobuf_Login other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (LoginType != other.LoginType) return false; if (DeviceType != other.DeviceType) return false; if (Account != other.Account) return false; if (Password != other.Password) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (LoginType != global::AxibugProtobuf.LoginType.BaseDefault) hash ^= LoginType.GetHashCode(); if (DeviceType != global::AxibugProtobuf.DeviceType.Default) hash ^= DeviceType.GetHashCode(); if (Account.Length != 0) hash ^= Account.GetHashCode(); if (Password.Length != 0) hash ^= Password.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (LoginType != global::AxibugProtobuf.LoginType.BaseDefault) { output.WriteRawTag(8); output.WriteEnum((int) LoginType); } if (DeviceType != global::AxibugProtobuf.DeviceType.Default) { output.WriteRawTag(16); output.WriteEnum((int) DeviceType); } if (Account.Length != 0) { output.WriteRawTag(26); output.WriteString(Account); } if (Password.Length != 0) { output.WriteRawTag(34); output.WriteString(Password); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (LoginType != global::AxibugProtobuf.LoginType.BaseDefault) { output.WriteRawTag(8); output.WriteEnum((int) LoginType); } if (DeviceType != global::AxibugProtobuf.DeviceType.Default) { output.WriteRawTag(16); output.WriteEnum((int) DeviceType); } if (Account.Length != 0) { output.WriteRawTag(26); output.WriteString(Account); } if (Password.Length != 0) { output.WriteRawTag(34); output.WriteString(Password); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (LoginType != global::AxibugProtobuf.LoginType.BaseDefault) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) LoginType); } if (DeviceType != global::AxibugProtobuf.DeviceType.Default) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DeviceType); } if (Account.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Account); } if (Password.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Password); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(Protobuf_Login other) { if (other == null) { return; } if (other.LoginType != global::AxibugProtobuf.LoginType.BaseDefault) { LoginType = other.LoginType; } if (other.DeviceType != global::AxibugProtobuf.DeviceType.Default) { DeviceType = other.DeviceType; } if (other.Account.Length != 0) { Account = other.Account; } if (other.Password.Length != 0) { Password = other.Password; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 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 8: { LoginType = (global::AxibugProtobuf.LoginType) input.ReadEnum(); break; } case 16: { DeviceType = (global::AxibugProtobuf.DeviceType) input.ReadEnum(); break; } case 26: { Account = input.ReadString(); break; } case 34: { Password = input.ReadString(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 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 8: { LoginType = (global::AxibugProtobuf.LoginType) input.ReadEnum(); break; } case 16: { DeviceType = (global::AxibugProtobuf.DeviceType) input.ReadEnum(); break; } case 26: { Account = input.ReadString(); break; } case 34: { Password = input.ReadString(); break; } } } } #endif } /// ///登录数据下行 /// public sealed partial class Protobuf_Login_RESP : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Protobuf_Login_RESP()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::AxibugProtobuf.ProtobufAuthReflection.Descriptor.MessageTypes[1]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_Login_RESP() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_Login_RESP(Protobuf_Login_RESP other) : this() { token_ = other.token_; lastLoginDate_ = other.lastLoginDate_; regDate_ = other.regDate_; status_ = other.status_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_Login_RESP Clone() { return new Protobuf_Login_RESP(this); } /// Field number for the "Token" field. public const int TokenFieldNumber = 1; private string token_ = ""; /// ///登录凭据 (本次登录之后,所有业务请求凭据,需要存储在内存中) /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string Token { get { return token_; } set { token_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "LastLoginDate" field. public const int LastLoginDateFieldNumber = 2; private string lastLoginDate_ = ""; /// ///上次登录时间(只用于呈现的字符串,若界面需求需要) /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string LastLoginDate { get { return lastLoginDate_; } set { lastLoginDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "RegDate" field. public const int RegDateFieldNumber = 3; private string regDate_ = ""; /// ///注册时间(只用于呈现的字符串,若界面需求需要) /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string RegDate { get { return regDate_; } set { regDate_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "Status" field. public const int StatusFieldNumber = 4; private global::AxibugProtobuf.LoginResultStatus status_ = global::AxibugProtobuf.LoginResultStatus.BaseDefault; /// ///账号状态 (预留) [1]正常[0]被禁封 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::AxibugProtobuf.LoginResultStatus Status { get { return status_; } set { status_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as Protobuf_Login_RESP); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(Protobuf_Login_RESP other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Token != other.Token) return false; if (LastLoginDate != other.LastLoginDate) return false; if (RegDate != other.RegDate) return false; if (Status != other.Status) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (Token.Length != 0) hash ^= Token.GetHashCode(); if (LastLoginDate.Length != 0) hash ^= LastLoginDate.GetHashCode(); if (RegDate.Length != 0) hash ^= RegDate.GetHashCode(); if (Status != global::AxibugProtobuf.LoginResultStatus.BaseDefault) hash ^= Status.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (Token.Length != 0) { output.WriteRawTag(10); output.WriteString(Token); } if (LastLoginDate.Length != 0) { output.WriteRawTag(18); output.WriteString(LastLoginDate); } if (RegDate.Length != 0) { output.WriteRawTag(26); output.WriteString(RegDate); } if (Status != global::AxibugProtobuf.LoginResultStatus.BaseDefault) { output.WriteRawTag(32); output.WriteEnum((int) Status); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (Token.Length != 0) { output.WriteRawTag(10); output.WriteString(Token); } if (LastLoginDate.Length != 0) { output.WriteRawTag(18); output.WriteString(LastLoginDate); } if (RegDate.Length != 0) { output.WriteRawTag(26); output.WriteString(RegDate); } if (Status != global::AxibugProtobuf.LoginResultStatus.BaseDefault) { output.WriteRawTag(32); output.WriteEnum((int) Status); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (Token.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Token); } if (LastLoginDate.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(LastLoginDate); } if (RegDate.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(RegDate); } if (Status != global::AxibugProtobuf.LoginResultStatus.BaseDefault) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(Protobuf_Login_RESP other) { if (other == null) { return; } if (other.Token.Length != 0) { Token = other.Token; } if (other.LastLoginDate.Length != 0) { LastLoginDate = other.LastLoginDate; } if (other.RegDate.Length != 0) { RegDate = other.RegDate; } if (other.Status != global::AxibugProtobuf.LoginResultStatus.BaseDefault) { Status = other.Status; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 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 10: { Token = input.ReadString(); break; } case 18: { LastLoginDate = input.ReadString(); break; } case 26: { RegDate = input.ReadString(); break; } case 32: { Status = (global::AxibugProtobuf.LoginResultStatus) input.ReadEnum(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 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 10: { Token = input.ReadString(); break; } case 18: { LastLoginDate = input.ReadString(); break; } case 26: { RegDate = input.ReadString(); break; } case 32: { Status = (global::AxibugProtobuf.LoginResultStatus) input.ReadEnum(); break; } } } } #endif } /// ///聊天 上行 /// public sealed partial class Protobuf_ChatMsg : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Protobuf_ChatMsg()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::AxibugProtobuf.ProtobufAuthReflection.Descriptor.MessageTypes[2]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_ChatMsg() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_ChatMsg(Protobuf_ChatMsg other) : this() { chatMsg_ = other.chatMsg_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_ChatMsg Clone() { return new Protobuf_ChatMsg(this); } /// Field number for the "ChatMsg" field. public const int ChatMsgFieldNumber = 1; private string chatMsg_ = ""; /// ///消息 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string ChatMsg { get { return chatMsg_; } set { chatMsg_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as Protobuf_ChatMsg); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(Protobuf_ChatMsg other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (ChatMsg != other.ChatMsg) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (ChatMsg.Length != 0) hash ^= ChatMsg.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (ChatMsg.Length != 0) { output.WriteRawTag(10); output.WriteString(ChatMsg); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (ChatMsg.Length != 0) { output.WriteRawTag(10); output.WriteString(ChatMsg); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (ChatMsg.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(ChatMsg); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(Protobuf_ChatMsg other) { if (other == null) { return; } if (other.ChatMsg.Length != 0) { ChatMsg = other.ChatMsg; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 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 10: { ChatMsg = input.ReadString(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 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 10: { ChatMsg = input.ReadString(); break; } } } } #endif } /// ///聊天 下行 /// public sealed partial class Protobuf_ChatMsg_RESP : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Protobuf_ChatMsg_RESP()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::AxibugProtobuf.ProtobufAuthReflection.Descriptor.MessageTypes[3]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_ChatMsg_RESP() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_ChatMsg_RESP(Protobuf_ChatMsg_RESP other) : this() { nickName_ = other.nickName_; chatMsg_ = other.chatMsg_; date_ = other.date_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public Protobuf_ChatMsg_RESP Clone() { return new Protobuf_ChatMsg_RESP(this); } /// Field number for the "NickName" field. public const int NickNameFieldNumber = 1; private string nickName_ = ""; /// ///昵称 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string NickName { get { return nickName_; } set { nickName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "ChatMsg" field. public const int ChatMsgFieldNumber = 2; private string chatMsg_ = ""; /// ///消息 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string ChatMsg { get { return chatMsg_; } set { chatMsg_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "Date" field. public const int DateFieldNumber = 3; private long date_; /// ///消息 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public long Date { get { return date_; } set { date_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as Protobuf_ChatMsg_RESP); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(Protobuf_ChatMsg_RESP other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (NickName != other.NickName) return false; if (ChatMsg != other.ChatMsg) return false; if (Date != other.Date) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; if (NickName.Length != 0) hash ^= NickName.GetHashCode(); if (ChatMsg.Length != 0) hash ^= ChatMsg.GetHashCode(); if (Date != 0L) hash ^= Date.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (NickName.Length != 0) { output.WriteRawTag(10); output.WriteString(NickName); } if (ChatMsg.Length != 0) { output.WriteRawTag(18); output.WriteString(ChatMsg); } if (Date != 0L) { output.WriteRawTag(24); output.WriteInt64(Date); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (NickName.Length != 0) { output.WriteRawTag(10); output.WriteString(NickName); } if (ChatMsg.Length != 0) { output.WriteRawTag(18); output.WriteString(ChatMsg); } if (Date != 0L) { output.WriteRawTag(24); output.WriteInt64(Date); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; if (NickName.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(NickName); } if (ChatMsg.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(ChatMsg); } if (Date != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(Date); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(Protobuf_ChatMsg_RESP other) { if (other == null) { return; } if (other.NickName.Length != 0) { NickName = other.NickName; } if (other.ChatMsg.Length != 0) { ChatMsg = other.ChatMsg; } if (other.Date != 0L) { Date = other.Date; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 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 10: { NickName = input.ReadString(); break; } case 18: { ChatMsg = input.ReadString(); break; } case 24: { Date = input.ReadInt64(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] 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 10: { NickName = input.ReadString(); break; } case 18: { ChatMsg = input.ReadString(); break; } case 24: { Date = input.ReadInt64(); break; } } } } #endif } #endregion } #endregion Designer generated code