123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: chat.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 Protos {
- /// <summary>Holder for reflection information generated from chat.proto</summary>
- public static partial class ChatReflection {
- #region Descriptor
- /// <summary>File descriptor for chat.proto</summary>
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
- static ChatReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "CgpjaGF0LnByb3RvEgZwcm90b3MaDnVzZXJpbmZvLnByb3RvGgxyZXN1bHQu",
- "cHJvdG8iNwoKQ2hhdE5vdGlmeRIMCgRUeXBlGAEgASgNEg4KBlRhcmdldBgC",
- "IAEoBBILCgNNc2cYAyABKAkiVwoIQ2hhdFB1c2gSDAoEVHlwZRgBIAEoDRIO",
- "CgZUYXJnZXQYAiABKAQSCwoDTXNnGAMgASgJEiAKBlNlbmRlchgEIAEoCzIQ",
- "LnByb3Rvcy5Vc2VySW5mbyIlChJTd2l0Y2hXb3JsZFJlcXVlc3QSDwoHV29y",
- "bGRJRBgBIAEoDSI1ChNTd2l0Y2hXb3JsZFJlc3BvbnNlEh4KBlJlc3VsdBgB",
- "IAEoCzIOLnByb3Rvcy5SZXN1bHRiBnByb3RvMw=="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { global::Protos.UserinfoReflection.Descriptor, global::Protos.ResultReflection.Descriptor, },
- new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
- new pbr::GeneratedClrTypeInfo(typeof(global::Protos.ChatNotify), global::Protos.ChatNotify.Parser, new[]{ "Type", "Target", "Msg" }, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::Protos.ChatPush), global::Protos.ChatPush.Parser, new[]{ "Type", "Target", "Msg", "Sender" }, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::Protos.SwitchWorldRequest), global::Protos.SwitchWorldRequest.Parser, new[]{ "WorldID" }, null, null, null),
- new pbr::GeneratedClrTypeInfo(typeof(global::Protos.SwitchWorldResponse), global::Protos.SwitchWorldResponse.Parser, new[]{ "Result" }, null, null, null)
- }));
- }
- #endregion
- }
- #region Messages
- public sealed partial class ChatNotify : pb::IMessage<ChatNotify> {
- private static readonly pb::MessageParser<ChatNotify> _parser = new pb::MessageParser<ChatNotify>(() => new ChatNotify());
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public static pb::MessageParser<ChatNotify> Parser { get { return _parser; } }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::Protos.ChatReflection.Descriptor.MessageTypes[0]; }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public ChatNotify() {
- OnConstruction();
- }
- partial void OnConstruction();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public ChatNotify(ChatNotify other) : this() {
- type_ = other.type_;
- target_ = other.target_;
- msg_ = other.msg_;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public ChatNotify Clone() {
- return new ChatNotify(this);
- }
- /// <summary>Field number for the "Type" field.</summary>
- public const int TypeFieldNumber = 1;
- private uint type_;
- /// <summary>
- /// 0=世界;1=大厅;2=队伍;3=派对;4=好友(私聊)
- /// </summary>
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public uint Type {
- get { return type_; }
- set {
- type_ = value;
- }
- }
- /// <summary>Field number for the "Target" field.</summary>
- public const int TargetFieldNumber = 2;
- private ulong target_;
- /// <summary>
- /// 对象id, 对应Type字段的世界id,roomid partyid, 好友id
- /// </summary>
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public ulong Target {
- get { return target_; }
- set {
- target_ = value;
- }
- }
- /// <summary>Field number for the "Msg" field.</summary>
- public const int MsgFieldNumber = 3;
- private string msg_ = "";
- /// <summary>
- /// 消息正文, 客户端自行编码解码
- /// </summary>
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public string Msg {
- get { return msg_; }
- set {
- msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public override bool Equals(object other) {
- return Equals(other as ChatNotify);
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public bool Equals(ChatNotify other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Type != other.Type) return false;
- if (Target != other.Target) return false;
- if (Msg != other.Msg) return false;
- return true;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public override int GetHashCode() {
- int hash = 1;
- if (Type != 0) hash ^= Type.GetHashCode();
- if (Target != 0UL) hash ^= Target.GetHashCode();
- if (Msg.Length != 0) hash ^= Msg.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 (Type != 0) {
- output.WriteRawTag(8);
- output.WriteUInt32(Type);
- }
- if (Target != 0UL) {
- output.WriteRawTag(16);
- output.WriteUInt64(Target);
- }
- if (Msg.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Msg);
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public int CalculateSize() {
- int size = 0;
- if (Type != 0) {
- size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Type);
- }
- if (Target != 0UL) {
- size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Target);
- }
- if (Msg.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg);
- }
- return size;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public void MergeFrom(ChatNotify other) {
- if (other == null) {
- return;
- }
- if (other.Type != 0) {
- Type = other.Type;
- }
- if (other.Target != 0UL) {
- Target = other.Target;
- }
- if (other.Msg.Length != 0) {
- Msg = other.Msg;
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public void MergeFrom(pb::CodedInputStream input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- input.SkipLastField();
- break;
- case 8: {
- Type = input.ReadUInt32();
- break;
- }
- case 16: {
- Target = input.ReadUInt64();
- break;
- }
- case 26: {
- Msg = input.ReadString();
- break;
- }
- }
- }
- }
- }
- public sealed partial class ChatPush : pb::IMessage<ChatPush> {
- private static readonly pb::MessageParser<ChatPush> _parser = new pb::MessageParser<ChatPush>(() => new ChatPush());
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public static pb::MessageParser<ChatPush> Parser { get { return _parser; } }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::Protos.ChatReflection.Descriptor.MessageTypes[1]; }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public ChatPush() {
- OnConstruction();
- }
- partial void OnConstruction();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public ChatPush(ChatPush other) : this() {
- type_ = other.type_;
- target_ = other.target_;
- msg_ = other.msg_;
- Sender = other.sender_ != null ? other.Sender.Clone() : null;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public ChatPush Clone() {
- return new ChatPush(this);
- }
- /// <summary>Field number for the "Type" field.</summary>
- public const int TypeFieldNumber = 1;
- private uint type_;
- /// <summary>
- /// 0=世界;1=大厅;2=队伍;3=派对;4=好友(私聊)
- /// </summary>
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public uint Type {
- get { return type_; }
- set {
- type_ = value;
- }
- }
- /// <summary>Field number for the "Target" field.</summary>
- public const int TargetFieldNumber = 2;
- private ulong target_;
- /// <summary>
- /// 对象id, 对应Type字段的世界id,roomid partyid, 好友id
- /// </summary>
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public ulong Target {
- get { return target_; }
- set {
- target_ = value;
- }
- }
- /// <summary>Field number for the "Msg" field.</summary>
- public const int MsgFieldNumber = 3;
- private string msg_ = "";
- /// <summary>
- /// 消息正文, 客户端自行编码解码
- /// </summary>
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public string Msg {
- get { return msg_; }
- set {
- msg_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
- }
- }
- /// <summary>Field number for the "Sender" field.</summary>
- public const int SenderFieldNumber = 4;
- private global::Protos.UserInfo sender_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public global::Protos.UserInfo Sender {
- get { return sender_; }
- set {
- sender_ = value;
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public override bool Equals(object other) {
- return Equals(other as ChatPush);
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public bool Equals(ChatPush other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (Type != other.Type) return false;
- if (Target != other.Target) return false;
- if (Msg != other.Msg) return false;
- if (!object.Equals(Sender, other.Sender)) return false;
- return true;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public override int GetHashCode() {
- int hash = 1;
- if (Type != 0) hash ^= Type.GetHashCode();
- if (Target != 0UL) hash ^= Target.GetHashCode();
- if (Msg.Length != 0) hash ^= Msg.GetHashCode();
- if (sender_ != null) hash ^= Sender.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 (Type != 0) {
- output.WriteRawTag(8);
- output.WriteUInt32(Type);
- }
- if (Target != 0UL) {
- output.WriteRawTag(16);
- output.WriteUInt64(Target);
- }
- if (Msg.Length != 0) {
- output.WriteRawTag(26);
- output.WriteString(Msg);
- }
- if (sender_ != null) {
- output.WriteRawTag(34);
- output.WriteMessage(Sender);
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public int CalculateSize() {
- int size = 0;
- if (Type != 0) {
- size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Type);
- }
- if (Target != 0UL) {
- size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Target);
- }
- if (Msg.Length != 0) {
- size += 1 + pb::CodedOutputStream.ComputeStringSize(Msg);
- }
- if (sender_ != null) {
- size += 1 + pb::CodedOutputStream.ComputeMessageSize(Sender);
- }
- return size;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public void MergeFrom(ChatPush other) {
- if (other == null) {
- return;
- }
- if (other.Type != 0) {
- Type = other.Type;
- }
- if (other.Target != 0UL) {
- Target = other.Target;
- }
- if (other.Msg.Length != 0) {
- Msg = other.Msg;
- }
- if (other.sender_ != null) {
- if (sender_ == null) {
- sender_ = new global::Protos.UserInfo();
- }
- Sender.MergeFrom(other.Sender);
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public void MergeFrom(pb::CodedInputStream input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- input.SkipLastField();
- break;
- case 8: {
- Type = input.ReadUInt32();
- break;
- }
- case 16: {
- Target = input.ReadUInt64();
- break;
- }
- case 26: {
- Msg = input.ReadString();
- break;
- }
- case 34: {
- if (sender_ == null) {
- sender_ = new global::Protos.UserInfo();
- }
- input.ReadMessage(sender_);
- break;
- }
- }
- }
- }
- }
- public sealed partial class SwitchWorldRequest : pb::IMessage<SwitchWorldRequest> {
- private static readonly pb::MessageParser<SwitchWorldRequest> _parser = new pb::MessageParser<SwitchWorldRequest>(() => new SwitchWorldRequest());
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public static pb::MessageParser<SwitchWorldRequest> Parser { get { return _parser; } }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::Protos.ChatReflection.Descriptor.MessageTypes[2]; }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public SwitchWorldRequest() {
- OnConstruction();
- }
- partial void OnConstruction();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public SwitchWorldRequest(SwitchWorldRequest other) : this() {
- worldID_ = other.worldID_;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public SwitchWorldRequest Clone() {
- return new SwitchWorldRequest(this);
- }
- /// <summary>Field number for the "WorldID" field.</summary>
- public const int WorldIDFieldNumber = 1;
- private uint worldID_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public uint WorldID {
- get { return worldID_; }
- set {
- worldID_ = value;
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public override bool Equals(object other) {
- return Equals(other as SwitchWorldRequest);
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public bool Equals(SwitchWorldRequest other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (WorldID != other.WorldID) return false;
- return true;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public override int GetHashCode() {
- int hash = 1;
- if (WorldID != 0) hash ^= WorldID.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 (WorldID != 0) {
- output.WriteRawTag(8);
- output.WriteUInt32(WorldID);
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public int CalculateSize() {
- int size = 0;
- if (WorldID != 0) {
- size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldID);
- }
- return size;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public void MergeFrom(SwitchWorldRequest other) {
- if (other == null) {
- return;
- }
- if (other.WorldID != 0) {
- WorldID = other.WorldID;
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public void MergeFrom(pb::CodedInputStream input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- input.SkipLastField();
- break;
- case 8: {
- WorldID = input.ReadUInt32();
- break;
- }
- }
- }
- }
- }
- public sealed partial class SwitchWorldResponse : pb::IMessage<SwitchWorldResponse> {
- private static readonly pb::MessageParser<SwitchWorldResponse> _parser = new pb::MessageParser<SwitchWorldResponse>(() => new SwitchWorldResponse());
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public static pb::MessageParser<SwitchWorldResponse> Parser { get { return _parser; } }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public static pbr::MessageDescriptor Descriptor {
- get { return global::Protos.ChatReflection.Descriptor.MessageTypes[3]; }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- pbr::MessageDescriptor pb::IMessage.Descriptor {
- get { return Descriptor; }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public SwitchWorldResponse() {
- OnConstruction();
- }
- partial void OnConstruction();
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public SwitchWorldResponse(SwitchWorldResponse other) : this() {
- Result = other.result_ != null ? other.Result.Clone() : null;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public SwitchWorldResponse Clone() {
- return new SwitchWorldResponse(this);
- }
- /// <summary>Field number for the "Result" field.</summary>
- public const int ResultFieldNumber = 1;
- private global::Protos.Result result_;
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public global::Protos.Result Result {
- get { return result_; }
- set {
- result_ = value;
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public override bool Equals(object other) {
- return Equals(other as SwitchWorldResponse);
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public bool Equals(SwitchWorldResponse other) {
- if (ReferenceEquals(other, null)) {
- return false;
- }
- if (ReferenceEquals(other, this)) {
- return true;
- }
- if (!object.Equals(Result, other.Result)) return false;
- return true;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public override int GetHashCode() {
- int hash = 1;
- if (result_ != null) hash ^= Result.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 (result_ != null) {
- output.WriteRawTag(10);
- output.WriteMessage(Result);
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public int CalculateSize() {
- int size = 0;
- if (result_ != null) {
- size += 1 + pb::CodedOutputStream.ComputeMessageSize(Result);
- }
- return size;
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public void MergeFrom(SwitchWorldResponse other) {
- if (other == null) {
- return;
- }
- if (other.result_ != null) {
- if (result_ == null) {
- result_ = new global::Protos.Result();
- }
- Result.MergeFrom(other.Result);
- }
- }
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
- public void MergeFrom(pb::CodedInputStream input) {
- uint tag;
- while ((tag = input.ReadTag()) != 0) {
- switch(tag) {
- default:
- input.SkipLastField();
- break;
- case 10: {
- if (result_ == null) {
- result_ = new global::Protos.Result();
- }
- input.ReadMessage(result_);
- break;
- }
- }
- }
- }
- }
- #endregion
- }
- #endregion Designer generated code
|