< Summary

Class:Decentraland.Renderer.RendererServices.TriggerSelfUserExpressionRequest
Assembly:Decentraland.Protocol.GeneratedCode
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DecentralandProtocol/EmotesRenderer.gen.cs
Covered lines:0
Uncovered lines:51
Coverable lines:51
Total lines:853
Line coverage:0% (0 of 51)
Covered branches:0
Total branches:0
Covered methods:0
Total methods:17
Method coverage:0% (0 of 17)

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
TriggerSelfUserExpressionRequest()0%2100%
get_Descriptor()0%2100%
TriggerSelfUserExpressionRequest(...)0%2100%
Clone()0%2100%
TriggerSelfUserExpressionRequest()0%2100%
Equals(...)0%2100%
Equals(...)0%20400%
GetHashCode()0%12300%
ToString()0%2100%
WriteTo(...)0%12300%
CalculateSize()0%12300%
MergeFrom(...)0%12300%
MergeFrom(...)0%12300%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DecentralandProtocol/EmotesRenderer.gen.cs

#LineLine coverage
 1// <auto-generated>
 2//     Generated by the protocol buffer compiler.  DO NOT EDIT!
 3//     source: decentraland/renderer/renderer_services/emotes_renderer.proto
 4// </auto-generated>
 5#pragma warning disable 1591, 0612, 3021
 6#region Designer generated code
 7
 8using pb = global::Google.Protobuf;
 9using pbc = global::Google.Protobuf.Collections;
 10using pbr = global::Google.Protobuf.Reflection;
 11using scg = global::System.Collections.Generic;
 12namespace Decentraland.Renderer.RendererServices {
 13
 14  /// <summary>Holder for reflection information generated from decentraland/renderer/renderer_services/emotes_renderer.
 15  public static partial class EmotesRendererReflection {
 16
 17    #region Descriptor
 18    /// <summary>File descriptor for decentraland/renderer/renderer_services/emotes_renderer.proto</summary>
 19    public static pbr::FileDescriptor Descriptor {
 20      get { return descriptor; }
 21    }
 22    private static pbr::FileDescriptor descriptor;
 23
 24    static EmotesRendererReflection() {
 25      byte[] descriptorData = global::System.Convert.FromBase64String(
 26          string.Concat(
 27            "Cj1kZWNlbnRyYWxhbmQvcmVuZGVyZXIvcmVuZGVyZXJfc2VydmljZXMvZW1v",
 28            "dGVzX3JlbmRlcmVyLnByb3RvEidkZWNlbnRyYWxhbmQucmVuZGVyZXIucmVu",
 29            "ZGVyZXJfc2VydmljZXMiLgogVHJpZ2dlclNlbGZVc2VyRXhwcmVzc2lvblJl",
 30            "cXVlc3QSCgoCaWQYASABKAkiIwohVHJpZ2dlclNlbGZVc2VyRXhwcmVzc2lv",
 31            "blJlc3BvbnNlIlEKHVRyaWdnZXJTY2VuZUV4cHJlc3Npb25SZXF1ZXN0EgwK",
 32            "BHBhdGgYASABKAkSFAoMc2NlbmVfbnVtYmVyGAIgASgFEgwKBGxvb3AYAyAB",
 33            "KAgiIgoPU3VjY2Vzc1Jlc3BvbnNlEg8KB3N1Y2Nlc3MYASABKAgy7QIKFUVt",
 34            "b3Rlc1JlbmRlcmVyU2VydmljZRK0AQoZVHJpZ2dlclNlbGZVc2VyRXhwcmVz",
 35            "c2lvbhJJLmRlY2VudHJhbGFuZC5yZW5kZXJlci5yZW5kZXJlcl9zZXJ2aWNl",
 36            "cy5UcmlnZ2VyU2VsZlVzZXJFeHByZXNzaW9uUmVxdWVzdBpKLmRlY2VudHJh",
 37            "bGFuZC5yZW5kZXJlci5yZW5kZXJlcl9zZXJ2aWNlcy5UcmlnZ2VyU2VsZlVz",
 38            "ZXJFeHByZXNzaW9uUmVzcG9uc2UiABKcAQoWVHJpZ2dlclNjZW5lRXhwcmVz",
 39            "c2lvbhJGLmRlY2VudHJhbGFuZC5yZW5kZXJlci5yZW5kZXJlcl9zZXJ2aWNl",
 40            "cy5UcmlnZ2VyU2NlbmVFeHByZXNzaW9uUmVxdWVzdBo4LmRlY2VudHJhbGFu",
 41            "ZC5yZW5kZXJlci5yZW5kZXJlcl9zZXJ2aWNlcy5TdWNjZXNzUmVzcG9uc2Ui",
 42            "AGIGcHJvdG8z"));
 43      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
 44          new pbr::FileDescriptor[] { },
 45          new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
 46            new pbr::GeneratedClrTypeInfo(typeof(global::Decentraland.Renderer.RendererServices.TriggerSelfUserExpressio
 47            new pbr::GeneratedClrTypeInfo(typeof(global::Decentraland.Renderer.RendererServices.TriggerSelfUserExpressio
 48            new pbr::GeneratedClrTypeInfo(typeof(global::Decentraland.Renderer.RendererServices.TriggerSceneExpressionRe
 49            new pbr::GeneratedClrTypeInfo(typeof(global::Decentraland.Renderer.RendererServices.SuccessResponse), global
 50          }));
 51    }
 52    #endregion
 53
 54  }
 55  #region Messages
 56  public sealed partial class TriggerSelfUserExpressionRequest : pb::IMessage<TriggerSelfUserExpressionRequest>
 57  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 58      , pb::IBufferMessage
 59  #endif
 60  {
 061    private static readonly pb::MessageParser<TriggerSelfUserExpressionRequest> _parser = new pb::MessageParser<TriggerS
 62    private pb::UnknownFieldSet _unknownFields;
 63    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 64    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 065    public static pb::MessageParser<TriggerSelfUserExpressionRequest> Parser { get { return _parser; } }
 66
 67    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 68    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 69    public static pbr::MessageDescriptor Descriptor {
 070      get { return global::Decentraland.Renderer.RendererServices.EmotesRendererReflection.Descriptor.MessageTypes[0]; }
 71    }
 72
 73    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 74    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 75    pbr::MessageDescriptor pb::IMessage.Descriptor {
 076      get { return Descriptor; }
 77    }
 78
 79    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 80    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 081    public TriggerSelfUserExpressionRequest() {
 82      OnConstruction();
 083    }
 84
 85    partial void OnConstruction();
 86
 87    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 88    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 089    public TriggerSelfUserExpressionRequest(TriggerSelfUserExpressionRequest other) : this() {
 090      id_ = other.id_;
 091      _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
 092    }
 93
 94    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 95    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 96    public TriggerSelfUserExpressionRequest Clone() {
 097      return new TriggerSelfUserExpressionRequest(this);
 98    }
 99
 100    /// <summary>Field number for the "id" field.</summary>
 101    public const int IdFieldNumber = 1;
 0102    private string id_ = "";
 103    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 104    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 105    public string Id {
 0106      get { return id_; }
 107      set {
 0108        id_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
 0109      }
 110    }
 111
 112    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 113    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 114    public override bool Equals(object other) {
 0115      return Equals(other as TriggerSelfUserExpressionRequest);
 116    }
 117
 118    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 119    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 120    public bool Equals(TriggerSelfUserExpressionRequest other) {
 0121      if (ReferenceEquals(other, null)) {
 0122        return false;
 123      }
 0124      if (ReferenceEquals(other, this)) {
 0125        return true;
 126      }
 0127      if (Id != other.Id) return false;
 0128      return Equals(_unknownFields, other._unknownFields);
 129    }
 130
 131    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 132    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 133    public override int GetHashCode() {
 0134      int hash = 1;
 0135      if (Id.Length != 0) hash ^= Id.GetHashCode();
 0136      if (_unknownFields != null) {
 0137        hash ^= _unknownFields.GetHashCode();
 138      }
 0139      return hash;
 140    }
 141
 142    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 143    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 144    public override string ToString() {
 0145      return pb::JsonFormatter.ToDiagnosticString(this);
 146    }
 147
 148    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 149    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 150    public void WriteTo(pb::CodedOutputStream output) {
 151    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 152      output.WriteRawMessage(this);
 153    #else
 0154      if (Id.Length != 0) {
 0155        output.WriteRawTag(10);
 0156        output.WriteString(Id);
 157      }
 0158      if (_unknownFields != null) {
 0159        _unknownFields.WriteTo(output);
 160      }
 161    #endif
 0162    }
 163
 164    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 165    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 166    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 167    void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
 168      if (Id.Length != 0) {
 169        output.WriteRawTag(10);
 170        output.WriteString(Id);
 171      }
 172      if (_unknownFields != null) {
 173        _unknownFields.WriteTo(ref output);
 174      }
 175    }
 176    #endif
 177
 178    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 179    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 180    public int CalculateSize() {
 0181      int size = 0;
 0182      if (Id.Length != 0) {
 0183        size += 1 + pb::CodedOutputStream.ComputeStringSize(Id);
 184      }
 0185      if (_unknownFields != null) {
 0186        size += _unknownFields.CalculateSize();
 187      }
 0188      return size;
 189    }
 190
 191    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 192    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 193    public void MergeFrom(TriggerSelfUserExpressionRequest other) {
 0194      if (other == null) {
 0195        return;
 196      }
 0197      if (other.Id.Length != 0) {
 0198        Id = other.Id;
 199      }
 0200      _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 0201    }
 202
 203    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 204    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 205    public void MergeFrom(pb::CodedInputStream input) {
 206    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 207      input.ReadRawMessage(this);
 208    #else
 209      uint tag;
 0210      while ((tag = input.ReadTag()) != 0) {
 211        switch(tag) {
 212          default:
 0213            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
 0214            break;
 215          case 10: {
 0216            Id = input.ReadString();
 217            break;
 218          }
 219        }
 220      }
 221    #endif
 0222    }
 223
 224    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 225    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 226    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 227    void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
 228      uint tag;
 229      while ((tag = input.ReadTag()) != 0) {
 230        switch(tag) {
 231          default:
 232            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
 233            break;
 234          case 10: {
 235            Id = input.ReadString();
 236            break;
 237          }
 238        }
 239      }
 240    }
 241    #endif
 242
 243  }
 244
 245  public sealed partial class TriggerSelfUserExpressionResponse : pb::IMessage<TriggerSelfUserExpressionResponse>
 246  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 247      , pb::IBufferMessage
 248  #endif
 249  {
 250    private static readonly pb::MessageParser<TriggerSelfUserExpressionResponse> _parser = new pb::MessageParser<Trigger
 251    private pb::UnknownFieldSet _unknownFields;
 252    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 253    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 254    public static pb::MessageParser<TriggerSelfUserExpressionResponse> Parser { get { return _parser; } }
 255
 256    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 257    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 258    public static pbr::MessageDescriptor Descriptor {
 259      get { return global::Decentraland.Renderer.RendererServices.EmotesRendererReflection.Descriptor.MessageTypes[1]; }
 260    }
 261
 262    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 263    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 264    pbr::MessageDescriptor pb::IMessage.Descriptor {
 265      get { return Descriptor; }
 266    }
 267
 268    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 269    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 270    public TriggerSelfUserExpressionResponse() {
 271      OnConstruction();
 272    }
 273
 274    partial void OnConstruction();
 275
 276    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 277    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 278    public TriggerSelfUserExpressionResponse(TriggerSelfUserExpressionResponse other) : this() {
 279      _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
 280    }
 281
 282    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 283    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 284    public TriggerSelfUserExpressionResponse Clone() {
 285      return new TriggerSelfUserExpressionResponse(this);
 286    }
 287
 288    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 289    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 290    public override bool Equals(object other) {
 291      return Equals(other as TriggerSelfUserExpressionResponse);
 292    }
 293
 294    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 295    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 296    public bool Equals(TriggerSelfUserExpressionResponse other) {
 297      if (ReferenceEquals(other, null)) {
 298        return false;
 299      }
 300      if (ReferenceEquals(other, this)) {
 301        return true;
 302      }
 303      return Equals(_unknownFields, other._unknownFields);
 304    }
 305
 306    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 307    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 308    public override int GetHashCode() {
 309      int hash = 1;
 310      if (_unknownFields != null) {
 311        hash ^= _unknownFields.GetHashCode();
 312      }
 313      return hash;
 314    }
 315
 316    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 317    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 318    public override string ToString() {
 319      return pb::JsonFormatter.ToDiagnosticString(this);
 320    }
 321
 322    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 323    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 324    public void WriteTo(pb::CodedOutputStream output) {
 325    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 326      output.WriteRawMessage(this);
 327    #else
 328      if (_unknownFields != null) {
 329        _unknownFields.WriteTo(output);
 330      }
 331    #endif
 332    }
 333
 334    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 335    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 336    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 337    void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
 338      if (_unknownFields != null) {
 339        _unknownFields.WriteTo(ref output);
 340      }
 341    }
 342    #endif
 343
 344    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 345    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 346    public int CalculateSize() {
 347      int size = 0;
 348      if (_unknownFields != null) {
 349        size += _unknownFields.CalculateSize();
 350      }
 351      return size;
 352    }
 353
 354    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 355    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 356    public void MergeFrom(TriggerSelfUserExpressionResponse other) {
 357      if (other == null) {
 358        return;
 359      }
 360      _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 361    }
 362
 363    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 364    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 365    public void MergeFrom(pb::CodedInputStream input) {
 366    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 367      input.ReadRawMessage(this);
 368    #else
 369      uint tag;
 370      while ((tag = input.ReadTag()) != 0) {
 371        switch(tag) {
 372          default:
 373            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
 374            break;
 375        }
 376      }
 377    #endif
 378    }
 379
 380    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 381    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 382    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 383    void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
 384      uint tag;
 385      while ((tag = input.ReadTag()) != 0) {
 386        switch(tag) {
 387          default:
 388            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
 389            break;
 390        }
 391      }
 392    }
 393    #endif
 394
 395  }
 396
 397  public sealed partial class TriggerSceneExpressionRequest : pb::IMessage<TriggerSceneExpressionRequest>
 398  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 399      , pb::IBufferMessage
 400  #endif
 401  {
 402    private static readonly pb::MessageParser<TriggerSceneExpressionRequest> _parser = new pb::MessageParser<TriggerScen
 403    private pb::UnknownFieldSet _unknownFields;
 404    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 405    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 406    public static pb::MessageParser<TriggerSceneExpressionRequest> Parser { get { return _parser; } }
 407
 408    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 409    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 410    public static pbr::MessageDescriptor Descriptor {
 411      get { return global::Decentraland.Renderer.RendererServices.EmotesRendererReflection.Descriptor.MessageTypes[2]; }
 412    }
 413
 414    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 415    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 416    pbr::MessageDescriptor pb::IMessage.Descriptor {
 417      get { return Descriptor; }
 418    }
 419
 420    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 421    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 422    public TriggerSceneExpressionRequest() {
 423      OnConstruction();
 424    }
 425
 426    partial void OnConstruction();
 427
 428    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 429    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 430    public TriggerSceneExpressionRequest(TriggerSceneExpressionRequest other) : this() {
 431      path_ = other.path_;
 432      sceneNumber_ = other.sceneNumber_;
 433      loop_ = other.loop_;
 434      _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
 435    }
 436
 437    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 438    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 439    public TriggerSceneExpressionRequest Clone() {
 440      return new TriggerSceneExpressionRequest(this);
 441    }
 442
 443    /// <summary>Field number for the "path" field.</summary>
 444    public const int PathFieldNumber = 1;
 445    private string path_ = "";
 446    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 447    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 448    public string Path {
 449      get { return path_; }
 450      set {
 451        path_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
 452      }
 453    }
 454
 455    /// <summary>Field number for the "scene_number" field.</summary>
 456    public const int SceneNumberFieldNumber = 2;
 457    private int sceneNumber_;
 458    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 459    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 460    public int SceneNumber {
 461      get { return sceneNumber_; }
 462      set {
 463        sceneNumber_ = value;
 464      }
 465    }
 466
 467    /// <summary>Field number for the "loop" field.</summary>
 468    public const int LoopFieldNumber = 3;
 469    private bool loop_;
 470    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 471    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 472    public bool Loop {
 473      get { return loop_; }
 474      set {
 475        loop_ = value;
 476      }
 477    }
 478
 479    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 480    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 481    public override bool Equals(object other) {
 482      return Equals(other as TriggerSceneExpressionRequest);
 483    }
 484
 485    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 486    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 487    public bool Equals(TriggerSceneExpressionRequest other) {
 488      if (ReferenceEquals(other, null)) {
 489        return false;
 490      }
 491      if (ReferenceEquals(other, this)) {
 492        return true;
 493      }
 494      if (Path != other.Path) return false;
 495      if (SceneNumber != other.SceneNumber) return false;
 496      if (Loop != other.Loop) return false;
 497      return Equals(_unknownFields, other._unknownFields);
 498    }
 499
 500    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 501    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 502    public override int GetHashCode() {
 503      int hash = 1;
 504      if (Path.Length != 0) hash ^= Path.GetHashCode();
 505      if (SceneNumber != 0) hash ^= SceneNumber.GetHashCode();
 506      if (Loop != false) hash ^= Loop.GetHashCode();
 507      if (_unknownFields != null) {
 508        hash ^= _unknownFields.GetHashCode();
 509      }
 510      return hash;
 511    }
 512
 513    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 514    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 515    public override string ToString() {
 516      return pb::JsonFormatter.ToDiagnosticString(this);
 517    }
 518
 519    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 520    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 521    public void WriteTo(pb::CodedOutputStream output) {
 522    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 523      output.WriteRawMessage(this);
 524    #else
 525      if (Path.Length != 0) {
 526        output.WriteRawTag(10);
 527        output.WriteString(Path);
 528      }
 529      if (SceneNumber != 0) {
 530        output.WriteRawTag(16);
 531        output.WriteInt32(SceneNumber);
 532      }
 533      if (Loop != false) {
 534        output.WriteRawTag(24);
 535        output.WriteBool(Loop);
 536      }
 537      if (_unknownFields != null) {
 538        _unknownFields.WriteTo(output);
 539      }
 540    #endif
 541    }
 542
 543    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 544    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 545    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 546    void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
 547      if (Path.Length != 0) {
 548        output.WriteRawTag(10);
 549        output.WriteString(Path);
 550      }
 551      if (SceneNumber != 0) {
 552        output.WriteRawTag(16);
 553        output.WriteInt32(SceneNumber);
 554      }
 555      if (Loop != false) {
 556        output.WriteRawTag(24);
 557        output.WriteBool(Loop);
 558      }
 559      if (_unknownFields != null) {
 560        _unknownFields.WriteTo(ref output);
 561      }
 562    }
 563    #endif
 564
 565    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 566    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 567    public int CalculateSize() {
 568      int size = 0;
 569      if (Path.Length != 0) {
 570        size += 1 + pb::CodedOutputStream.ComputeStringSize(Path);
 571      }
 572      if (SceneNumber != 0) {
 573        size += 1 + pb::CodedOutputStream.ComputeInt32Size(SceneNumber);
 574      }
 575      if (Loop != false) {
 576        size += 1 + 1;
 577      }
 578      if (_unknownFields != null) {
 579        size += _unknownFields.CalculateSize();
 580      }
 581      return size;
 582    }
 583
 584    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 585    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 586    public void MergeFrom(TriggerSceneExpressionRequest other) {
 587      if (other == null) {
 588        return;
 589      }
 590      if (other.Path.Length != 0) {
 591        Path = other.Path;
 592      }
 593      if (other.SceneNumber != 0) {
 594        SceneNumber = other.SceneNumber;
 595      }
 596      if (other.Loop != false) {
 597        Loop = other.Loop;
 598      }
 599      _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 600    }
 601
 602    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 603    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 604    public void MergeFrom(pb::CodedInputStream input) {
 605    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 606      input.ReadRawMessage(this);
 607    #else
 608      uint tag;
 609      while ((tag = input.ReadTag()) != 0) {
 610        switch(tag) {
 611          default:
 612            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
 613            break;
 614          case 10: {
 615            Path = input.ReadString();
 616            break;
 617          }
 618          case 16: {
 619            SceneNumber = input.ReadInt32();
 620            break;
 621          }
 622          case 24: {
 623            Loop = input.ReadBool();
 624            break;
 625          }
 626        }
 627      }
 628    #endif
 629    }
 630
 631    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 632    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 633    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 634    void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
 635      uint tag;
 636      while ((tag = input.ReadTag()) != 0) {
 637        switch(tag) {
 638          default:
 639            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
 640            break;
 641          case 10: {
 642            Path = input.ReadString();
 643            break;
 644          }
 645          case 16: {
 646            SceneNumber = input.ReadInt32();
 647            break;
 648          }
 649          case 24: {
 650            Loop = input.ReadBool();
 651            break;
 652          }
 653        }
 654      }
 655    }
 656    #endif
 657
 658  }
 659
 660  public sealed partial class SuccessResponse : pb::IMessage<SuccessResponse>
 661  #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 662      , pb::IBufferMessage
 663  #endif
 664  {
 665    private static readonly pb::MessageParser<SuccessResponse> _parser = new pb::MessageParser<SuccessResponse>(() => ne
 666    private pb::UnknownFieldSet _unknownFields;
 667    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 668    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 669    public static pb::MessageParser<SuccessResponse> Parser { get { return _parser; } }
 670
 671    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 672    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 673    public static pbr::MessageDescriptor Descriptor {
 674      get { return global::Decentraland.Renderer.RendererServices.EmotesRendererReflection.Descriptor.MessageTypes[3]; }
 675    }
 676
 677    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 678    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 679    pbr::MessageDescriptor pb::IMessage.Descriptor {
 680      get { return Descriptor; }
 681    }
 682
 683    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 684    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 685    public SuccessResponse() {
 686      OnConstruction();
 687    }
 688
 689    partial void OnConstruction();
 690
 691    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 692    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 693    public SuccessResponse(SuccessResponse other) : this() {
 694      success_ = other.success_;
 695      _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
 696    }
 697
 698    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 699    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 700    public SuccessResponse Clone() {
 701      return new SuccessResponse(this);
 702    }
 703
 704    /// <summary>Field number for the "success" field.</summary>
 705    public const int SuccessFieldNumber = 1;
 706    private bool success_;
 707    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 708    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 709    public bool Success {
 710      get { return success_; }
 711      set {
 712        success_ = value;
 713      }
 714    }
 715
 716    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 717    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 718    public override bool Equals(object other) {
 719      return Equals(other as SuccessResponse);
 720    }
 721
 722    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 723    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 724    public bool Equals(SuccessResponse other) {
 725      if (ReferenceEquals(other, null)) {
 726        return false;
 727      }
 728      if (ReferenceEquals(other, this)) {
 729        return true;
 730      }
 731      if (Success != other.Success) return false;
 732      return Equals(_unknownFields, other._unknownFields);
 733    }
 734
 735    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 736    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 737    public override int GetHashCode() {
 738      int hash = 1;
 739      if (Success != false) hash ^= Success.GetHashCode();
 740      if (_unknownFields != null) {
 741        hash ^= _unknownFields.GetHashCode();
 742      }
 743      return hash;
 744    }
 745
 746    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 747    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 748    public override string ToString() {
 749      return pb::JsonFormatter.ToDiagnosticString(this);
 750    }
 751
 752    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 753    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 754    public void WriteTo(pb::CodedOutputStream output) {
 755    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 756      output.WriteRawMessage(this);
 757    #else
 758      if (Success != false) {
 759        output.WriteRawTag(8);
 760        output.WriteBool(Success);
 761      }
 762      if (_unknownFields != null) {
 763        _unknownFields.WriteTo(output);
 764      }
 765    #endif
 766    }
 767
 768    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 769    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 770    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 771    void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
 772      if (Success != false) {
 773        output.WriteRawTag(8);
 774        output.WriteBool(Success);
 775      }
 776      if (_unknownFields != null) {
 777        _unknownFields.WriteTo(ref output);
 778      }
 779    }
 780    #endif
 781
 782    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 783    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 784    public int CalculateSize() {
 785      int size = 0;
 786      if (Success != false) {
 787        size += 1 + 1;
 788      }
 789      if (_unknownFields != null) {
 790        size += _unknownFields.CalculateSize();
 791      }
 792      return size;
 793    }
 794
 795    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 796    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 797    public void MergeFrom(SuccessResponse other) {
 798      if (other == null) {
 799        return;
 800      }
 801      if (other.Success != false) {
 802        Success = other.Success;
 803      }
 804      _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 805    }
 806
 807    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 808    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 809    public void MergeFrom(pb::CodedInputStream input) {
 810    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 811      input.ReadRawMessage(this);
 812    #else
 813      uint tag;
 814      while ((tag = input.ReadTag()) != 0) {
 815        switch(tag) {
 816          default:
 817            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
 818            break;
 819          case 8: {
 820            Success = input.ReadBool();
 821            break;
 822          }
 823        }
 824      }
 825    #endif
 826    }
 827
 828    #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
 829    [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
 830    [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
 831    void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
 832      uint tag;
 833      while ((tag = input.ReadTag()) != 0) {
 834        switch(tag) {
 835          default:
 836            _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
 837            break;
 838          case 8: {
 839            Success = input.ReadBool();
 840            break;
 841          }
 842        }
 843      }
 844    }
 845    #endif
 846
 847  }
 848
 849  #endregion
 850
 851}
 852
 853#endregion Designer generated code