@miradorlabs/web-grpc 2.30.0 → 2.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,15 +42,12 @@ goog.exportSymbol('proto.gateway.web.v1.BridgeMatched', null, global);
42
42
  goog.exportSymbol('proto.gateway.web.v1.CantonEvent', null, global);
43
43
  goog.exportSymbol('proto.gateway.web.v1.CantonEventKind', null, global);
44
44
  goog.exportSymbol('proto.gateway.web.v1.CantonTxAdded', null, global);
45
- goog.exportSymbol('proto.gateway.web.v1.CloseTraceReason', null, global);
46
45
  goog.exportSymbol('proto.gateway.web.v1.DeleteTraceRequest', null, global);
47
46
  goog.exportSymbol('proto.gateway.web.v1.DeleteTraceResponse', null, global);
48
47
  goog.exportSymbol('proto.gateway.web.v1.ErrorEventAdded', null, global);
49
48
  goog.exportSymbol('proto.gateway.web.v1.EventSource', null, global);
50
49
  goog.exportSymbol('proto.gateway.web.v1.EvmTxAdded', null, global);
51
50
  goog.exportSymbol('proto.gateway.web.v1.EvmTxReceiptAdded', null, global);
52
- goog.exportSymbol('proto.gateway.web.v1.FinishTraceRequest', null, global);
53
- goog.exportSymbol('proto.gateway.web.v1.FinishTraceResponse', null, global);
54
51
  goog.exportSymbol('proto.gateway.web.v1.GetTraceRequest', null, global);
55
52
  goog.exportSymbol('proto.gateway.web.v1.GetTraceResponse', null, global);
56
53
  goog.exportSymbol('proto.gateway.web.v1.InfoEventAdded', null, global);
@@ -125,7 +122,6 @@ goog.exportSymbol('proto.gateway.web.v1.TagsUpdated', null, global);
125
122
  goog.exportSymbol('proto.gateway.web.v1.Trace', null, global);
126
123
  goog.exportSymbol('proto.gateway.web.v1.TraceAnalyticsEnvelope', null, global);
127
124
  goog.exportSymbol('proto.gateway.web.v1.TraceAnalyticsEnvelope.EventCase', null, global);
128
- goog.exportSymbol('proto.gateway.web.v1.TraceClosed', null, global);
129
125
  goog.exportSymbol('proto.gateway.web.v1.TraceDeleted', null, global);
130
126
  goog.exportSymbol('proto.gateway.web.v1.TraceEnvelope', null, global);
131
127
  goog.exportSymbol('proto.gateway.web.v1.TraceEnvelope.EventCase', null, global);
@@ -139,8 +135,8 @@ goog.exportSymbol('proto.gateway.web.v1.TraceFilter.Search', null, global);
139
135
  goog.exportSymbol('proto.gateway.web.v1.TraceFilter.SeverityFilter', null, global);
140
136
  goog.exportSymbol('proto.gateway.web.v1.TraceFilter.StatusFilter', null, global);
141
137
  goog.exportSymbol('proto.gateway.web.v1.TraceFilter.TagFilter', null, global);
142
- goog.exportSymbol('proto.gateway.web.v1.TraceFinished', null, global);
143
138
  goog.exportSymbol('proto.gateway.web.v1.TraceMetadataEnvelope', null, global);
139
+ goog.exportSymbol('proto.gateway.web.v1.TraceNameUpdated', null, global);
144
140
  goog.exportSymbol('proto.gateway.web.v1.TraceSeverity', null, global);
145
141
  goog.exportSymbol('proto.gateway.web.v1.TraceSnapshot', null, global);
146
142
  goog.exportSymbol('proto.gateway.web.v1.TraceStarted', null, global);
@@ -572,48 +568,6 @@ if (goog.DEBUG && !COMPILED) {
572
568
  */
573
569
  proto.gateway.web.v1.DeleteTraceResponse.displayName = 'proto.gateway.web.v1.DeleteTraceResponse';
574
570
  }
575
- /**
576
- * Generated by JsPbCodeGenerator.
577
- * @param {Array=} opt_data Optional initial data array, typically from a
578
- * server response, or constructed directly in Javascript. The array is used
579
- * in place and becomes part of the constructed object. It is not cloned.
580
- * If no data is provided, the constructed object will be empty, but still
581
- * valid.
582
- * @extends {jspb.Message}
583
- * @constructor
584
- */
585
- proto.gateway.web.v1.FinishTraceRequest = function(opt_data) {
586
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
587
- };
588
- goog.inherits(proto.gateway.web.v1.FinishTraceRequest, jspb.Message);
589
- if (goog.DEBUG && !COMPILED) {
590
- /**
591
- * @public
592
- * @override
593
- */
594
- proto.gateway.web.v1.FinishTraceRequest.displayName = 'proto.gateway.web.v1.FinishTraceRequest';
595
- }
596
- /**
597
- * Generated by JsPbCodeGenerator.
598
- * @param {Array=} opt_data Optional initial data array, typically from a
599
- * server response, or constructed directly in Javascript. The array is used
600
- * in place and becomes part of the constructed object. It is not cloned.
601
- * If no data is provided, the constructed object will be empty, but still
602
- * valid.
603
- * @extends {jspb.Message}
604
- * @constructor
605
- */
606
- proto.gateway.web.v1.FinishTraceResponse = function(opt_data) {
607
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
608
- };
609
- goog.inherits(proto.gateway.web.v1.FinishTraceResponse, jspb.Message);
610
- if (goog.DEBUG && !COMPILED) {
611
- /**
612
- * @public
613
- * @override
614
- */
615
- proto.gateway.web.v1.FinishTraceResponse.displayName = 'proto.gateway.web.v1.FinishTraceResponse';
616
- }
617
571
  /**
618
572
  * Generated by JsPbCodeGenerator.
619
573
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -887,27 +841,6 @@ if (goog.DEBUG && !COMPILED) {
887
841
  */
888
842
  proto.gateway.web.v1.TraceStarted.displayName = 'proto.gateway.web.v1.TraceStarted';
889
843
  }
890
- /**
891
- * Generated by JsPbCodeGenerator.
892
- * @param {Array=} opt_data Optional initial data array, typically from a
893
- * server response, or constructed directly in Javascript. The array is used
894
- * in place and becomes part of the constructed object. It is not cloned.
895
- * If no data is provided, the constructed object will be empty, but still
896
- * valid.
897
- * @extends {jspb.Message}
898
- * @constructor
899
- */
900
- proto.gateway.web.v1.TraceFinished = function(opt_data) {
901
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
902
- };
903
- goog.inherits(proto.gateway.web.v1.TraceFinished, jspb.Message);
904
- if (goog.DEBUG && !COMPILED) {
905
- /**
906
- * @public
907
- * @override
908
- */
909
- proto.gateway.web.v1.TraceFinished.displayName = 'proto.gateway.web.v1.TraceFinished';
910
- }
911
844
  /**
912
845
  * Generated by JsPbCodeGenerator.
913
846
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -1065,16 +998,16 @@ if (goog.DEBUG && !COMPILED) {
1065
998
  * @extends {jspb.Message}
1066
999
  * @constructor
1067
1000
  */
1068
- proto.gateway.web.v1.TxTrackingStarted = function(opt_data) {
1001
+ proto.gateway.web.v1.TraceNameUpdated = function(opt_data) {
1069
1002
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1070
1003
  };
1071
- goog.inherits(proto.gateway.web.v1.TxTrackingStarted, jspb.Message);
1004
+ goog.inherits(proto.gateway.web.v1.TraceNameUpdated, jspb.Message);
1072
1005
  if (goog.DEBUG && !COMPILED) {
1073
1006
  /**
1074
1007
  * @public
1075
1008
  * @override
1076
1009
  */
1077
- proto.gateway.web.v1.TxTrackingStarted.displayName = 'proto.gateway.web.v1.TxTrackingStarted';
1010
+ proto.gateway.web.v1.TraceNameUpdated.displayName = 'proto.gateway.web.v1.TraceNameUpdated';
1078
1011
  }
1079
1012
  /**
1080
1013
  * Generated by JsPbCodeGenerator.
@@ -1086,16 +1019,16 @@ if (goog.DEBUG && !COMPILED) {
1086
1019
  * @extends {jspb.Message}
1087
1020
  * @constructor
1088
1021
  */
1089
- proto.gateway.web.v1.EvmTxAdded = function(opt_data) {
1022
+ proto.gateway.web.v1.TxTrackingStarted = function(opt_data) {
1090
1023
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1091
1024
  };
1092
- goog.inherits(proto.gateway.web.v1.EvmTxAdded, jspb.Message);
1025
+ goog.inherits(proto.gateway.web.v1.TxTrackingStarted, jspb.Message);
1093
1026
  if (goog.DEBUG && !COMPILED) {
1094
1027
  /**
1095
1028
  * @public
1096
1029
  * @override
1097
1030
  */
1098
- proto.gateway.web.v1.EvmTxAdded.displayName = 'proto.gateway.web.v1.EvmTxAdded';
1031
+ proto.gateway.web.v1.TxTrackingStarted.displayName = 'proto.gateway.web.v1.TxTrackingStarted';
1099
1032
  }
1100
1033
  /**
1101
1034
  * Generated by JsPbCodeGenerator.
@@ -1107,16 +1040,16 @@ if (goog.DEBUG && !COMPILED) {
1107
1040
  * @extends {jspb.Message}
1108
1041
  * @constructor
1109
1042
  */
1110
- proto.gateway.web.v1.EvmTxReceiptAdded = function(opt_data) {
1043
+ proto.gateway.web.v1.EvmTxAdded = function(opt_data) {
1111
1044
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1112
1045
  };
1113
- goog.inherits(proto.gateway.web.v1.EvmTxReceiptAdded, jspb.Message);
1046
+ goog.inherits(proto.gateway.web.v1.EvmTxAdded, jspb.Message);
1114
1047
  if (goog.DEBUG && !COMPILED) {
1115
1048
  /**
1116
1049
  * @public
1117
1050
  * @override
1118
1051
  */
1119
- proto.gateway.web.v1.EvmTxReceiptAdded.displayName = 'proto.gateway.web.v1.EvmTxReceiptAdded';
1052
+ proto.gateway.web.v1.EvmTxAdded.displayName = 'proto.gateway.web.v1.EvmTxAdded';
1120
1053
  }
1121
1054
  /**
1122
1055
  * Generated by JsPbCodeGenerator.
@@ -1128,16 +1061,16 @@ if (goog.DEBUG && !COMPILED) {
1128
1061
  * @extends {jspb.Message}
1129
1062
  * @constructor
1130
1063
  */
1131
- proto.gateway.web.v1.BridgeDetected = function(opt_data) {
1064
+ proto.gateway.web.v1.EvmTxReceiptAdded = function(opt_data) {
1132
1065
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1133
1066
  };
1134
- goog.inherits(proto.gateway.web.v1.BridgeDetected, jspb.Message);
1067
+ goog.inherits(proto.gateway.web.v1.EvmTxReceiptAdded, jspb.Message);
1135
1068
  if (goog.DEBUG && !COMPILED) {
1136
1069
  /**
1137
1070
  * @public
1138
1071
  * @override
1139
1072
  */
1140
- proto.gateway.web.v1.BridgeDetected.displayName = 'proto.gateway.web.v1.BridgeDetected';
1073
+ proto.gateway.web.v1.EvmTxReceiptAdded.displayName = 'proto.gateway.web.v1.EvmTxReceiptAdded';
1141
1074
  }
1142
1075
  /**
1143
1076
  * Generated by JsPbCodeGenerator.
@@ -1149,16 +1082,16 @@ if (goog.DEBUG && !COMPILED) {
1149
1082
  * @extends {jspb.Message}
1150
1083
  * @constructor
1151
1084
  */
1152
- proto.gateway.web.v1.BridgeMatched = function(opt_data) {
1085
+ proto.gateway.web.v1.BridgeDetected = function(opt_data) {
1153
1086
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1154
1087
  };
1155
- goog.inherits(proto.gateway.web.v1.BridgeMatched, jspb.Message);
1088
+ goog.inherits(proto.gateway.web.v1.BridgeDetected, jspb.Message);
1156
1089
  if (goog.DEBUG && !COMPILED) {
1157
1090
  /**
1158
1091
  * @public
1159
1092
  * @override
1160
1093
  */
1161
- proto.gateway.web.v1.BridgeMatched.displayName = 'proto.gateway.web.v1.BridgeMatched';
1094
+ proto.gateway.web.v1.BridgeDetected.displayName = 'proto.gateway.web.v1.BridgeDetected';
1162
1095
  }
1163
1096
  /**
1164
1097
  * Generated by JsPbCodeGenerator.
@@ -1170,16 +1103,16 @@ if (goog.DEBUG && !COMPILED) {
1170
1103
  * @extends {jspb.Message}
1171
1104
  * @constructor
1172
1105
  */
1173
- proto.gateway.web.v1.TraceClosed = function(opt_data) {
1106
+ proto.gateway.web.v1.BridgeMatched = function(opt_data) {
1174
1107
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1175
1108
  };
1176
- goog.inherits(proto.gateway.web.v1.TraceClosed, jspb.Message);
1109
+ goog.inherits(proto.gateway.web.v1.BridgeMatched, jspb.Message);
1177
1110
  if (goog.DEBUG && !COMPILED) {
1178
1111
  /**
1179
1112
  * @public
1180
1113
  * @override
1181
1114
  */
1182
- proto.gateway.web.v1.TraceClosed.displayName = 'proto.gateway.web.v1.TraceClosed';
1115
+ proto.gateway.web.v1.BridgeMatched.displayName = 'proto.gateway.web.v1.BridgeMatched';
1183
1116
  }
1184
1117
  /**
1185
1118
  * Generated by JsPbCodeGenerator.
@@ -7273,347 +7206,6 @@ proto.gateway.web.v1.DeleteTraceResponse.prototype.hasStatus = function() {
7273
7206
 
7274
7207
 
7275
7208
 
7276
- if (jspb.Message.GENERATE_TO_OBJECT) {
7277
- /**
7278
- * Creates an object representation of this proto.
7279
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
7280
- * Optional fields that are not set will be set to undefined.
7281
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
7282
- * For the list of reserved names please see:
7283
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
7284
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
7285
- * JSPB instance for transitional soy proto support:
7286
- * http://goto/soy-param-migration
7287
- * @return {!Object}
7288
- */
7289
- proto.gateway.web.v1.FinishTraceRequest.prototype.toObject = function(opt_includeInstance) {
7290
- return proto.gateway.web.v1.FinishTraceRequest.toObject(opt_includeInstance, this);
7291
- };
7292
-
7293
-
7294
- /**
7295
- * Static version of the {@see toObject} method.
7296
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
7297
- * the JSPB instance for transitional soy proto support:
7298
- * http://goto/soy-param-migration
7299
- * @param {!proto.gateway.web.v1.FinishTraceRequest} msg The msg instance to transform.
7300
- * @return {!Object}
7301
- * @suppress {unusedLocalVariables} f is only used for nested messages
7302
- */
7303
- proto.gateway.web.v1.FinishTraceRequest.toObject = function(includeInstance, msg) {
7304
- var f, obj = {
7305
- organizationId: jspb.Message.getFieldWithDefault(msg, 1, ""),
7306
- projectId: jspb.Message.getFieldWithDefault(msg, 2, ""),
7307
- traceId: jspb.Message.getFieldWithDefault(msg, 3, "")
7308
- };
7309
-
7310
- if (includeInstance) {
7311
- obj.$jspbMessageInstance = msg;
7312
- }
7313
- return obj;
7314
- };
7315
- }
7316
-
7317
-
7318
- /**
7319
- * Deserializes binary data (in protobuf wire format).
7320
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
7321
- * @return {!proto.gateway.web.v1.FinishTraceRequest}
7322
- */
7323
- proto.gateway.web.v1.FinishTraceRequest.deserializeBinary = function(bytes) {
7324
- var reader = new jspb.BinaryReader(bytes);
7325
- var msg = new proto.gateway.web.v1.FinishTraceRequest;
7326
- return proto.gateway.web.v1.FinishTraceRequest.deserializeBinaryFromReader(msg, reader);
7327
- };
7328
-
7329
-
7330
- /**
7331
- * Deserializes binary data (in protobuf wire format) from the
7332
- * given reader into the given message object.
7333
- * @param {!proto.gateway.web.v1.FinishTraceRequest} msg The message object to deserialize into.
7334
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7335
- * @return {!proto.gateway.web.v1.FinishTraceRequest}
7336
- */
7337
- proto.gateway.web.v1.FinishTraceRequest.deserializeBinaryFromReader = function(msg, reader) {
7338
- while (reader.nextField()) {
7339
- if (reader.isEndGroup()) {
7340
- break;
7341
- }
7342
- var field = reader.getFieldNumber();
7343
- switch (field) {
7344
- case 1:
7345
- var value = /** @type {string} */ (reader.readString());
7346
- msg.setOrganizationId(value);
7347
- break;
7348
- case 2:
7349
- var value = /** @type {string} */ (reader.readString());
7350
- msg.setProjectId(value);
7351
- break;
7352
- case 3:
7353
- var value = /** @type {string} */ (reader.readString());
7354
- msg.setTraceId(value);
7355
- break;
7356
- default:
7357
- reader.skipField();
7358
- break;
7359
- }
7360
- }
7361
- return msg;
7362
- };
7363
-
7364
-
7365
- /**
7366
- * Serializes the message to binary data (in protobuf wire format).
7367
- * @return {!Uint8Array}
7368
- */
7369
- proto.gateway.web.v1.FinishTraceRequest.prototype.serializeBinary = function() {
7370
- var writer = new jspb.BinaryWriter();
7371
- proto.gateway.web.v1.FinishTraceRequest.serializeBinaryToWriter(this, writer);
7372
- return writer.getResultBuffer();
7373
- };
7374
-
7375
-
7376
- /**
7377
- * Serializes the given message to binary data (in protobuf wire
7378
- * format), writing to the given BinaryWriter.
7379
- * @param {!proto.gateway.web.v1.FinishTraceRequest} message
7380
- * @param {!jspb.BinaryWriter} writer
7381
- * @suppress {unusedLocalVariables} f is only used for nested messages
7382
- */
7383
- proto.gateway.web.v1.FinishTraceRequest.serializeBinaryToWriter = function(message, writer) {
7384
- var f = undefined;
7385
- f = message.getOrganizationId();
7386
- if (f.length > 0) {
7387
- writer.writeString(
7388
- 1,
7389
- f
7390
- );
7391
- }
7392
- f = message.getProjectId();
7393
- if (f.length > 0) {
7394
- writer.writeString(
7395
- 2,
7396
- f
7397
- );
7398
- }
7399
- f = message.getTraceId();
7400
- if (f.length > 0) {
7401
- writer.writeString(
7402
- 3,
7403
- f
7404
- );
7405
- }
7406
- };
7407
-
7408
-
7409
- /**
7410
- * optional string organization_id = 1;
7411
- * @return {string}
7412
- */
7413
- proto.gateway.web.v1.FinishTraceRequest.prototype.getOrganizationId = function() {
7414
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
7415
- };
7416
-
7417
-
7418
- /**
7419
- * @param {string} value
7420
- * @return {!proto.gateway.web.v1.FinishTraceRequest} returns this
7421
- */
7422
- proto.gateway.web.v1.FinishTraceRequest.prototype.setOrganizationId = function(value) {
7423
- return jspb.Message.setProto3StringField(this, 1, value);
7424
- };
7425
-
7426
-
7427
- /**
7428
- * optional string project_id = 2;
7429
- * @return {string}
7430
- */
7431
- proto.gateway.web.v1.FinishTraceRequest.prototype.getProjectId = function() {
7432
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
7433
- };
7434
-
7435
-
7436
- /**
7437
- * @param {string} value
7438
- * @return {!proto.gateway.web.v1.FinishTraceRequest} returns this
7439
- */
7440
- proto.gateway.web.v1.FinishTraceRequest.prototype.setProjectId = function(value) {
7441
- return jspb.Message.setProto3StringField(this, 2, value);
7442
- };
7443
-
7444
-
7445
- /**
7446
- * optional string trace_id = 3;
7447
- * @return {string}
7448
- */
7449
- proto.gateway.web.v1.FinishTraceRequest.prototype.getTraceId = function() {
7450
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
7451
- };
7452
-
7453
-
7454
- /**
7455
- * @param {string} value
7456
- * @return {!proto.gateway.web.v1.FinishTraceRequest} returns this
7457
- */
7458
- proto.gateway.web.v1.FinishTraceRequest.prototype.setTraceId = function(value) {
7459
- return jspb.Message.setProto3StringField(this, 3, value);
7460
- };
7461
-
7462
-
7463
-
7464
-
7465
-
7466
- if (jspb.Message.GENERATE_TO_OBJECT) {
7467
- /**
7468
- * Creates an object representation of this proto.
7469
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
7470
- * Optional fields that are not set will be set to undefined.
7471
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
7472
- * For the list of reserved names please see:
7473
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
7474
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
7475
- * JSPB instance for transitional soy proto support:
7476
- * http://goto/soy-param-migration
7477
- * @return {!Object}
7478
- */
7479
- proto.gateway.web.v1.FinishTraceResponse.prototype.toObject = function(opt_includeInstance) {
7480
- return proto.gateway.web.v1.FinishTraceResponse.toObject(opt_includeInstance, this);
7481
- };
7482
-
7483
-
7484
- /**
7485
- * Static version of the {@see toObject} method.
7486
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
7487
- * the JSPB instance for transitional soy proto support:
7488
- * http://goto/soy-param-migration
7489
- * @param {!proto.gateway.web.v1.FinishTraceResponse} msg The msg instance to transform.
7490
- * @return {!Object}
7491
- * @suppress {unusedLocalVariables} f is only used for nested messages
7492
- */
7493
- proto.gateway.web.v1.FinishTraceResponse.toObject = function(includeInstance, msg) {
7494
- var f, obj = {
7495
- status: (f = msg.getStatus()) && proto_gateway_common_v1_status_pb.ResponseStatus.toObject(includeInstance, f)
7496
- };
7497
-
7498
- if (includeInstance) {
7499
- obj.$jspbMessageInstance = msg;
7500
- }
7501
- return obj;
7502
- };
7503
- }
7504
-
7505
-
7506
- /**
7507
- * Deserializes binary data (in protobuf wire format).
7508
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
7509
- * @return {!proto.gateway.web.v1.FinishTraceResponse}
7510
- */
7511
- proto.gateway.web.v1.FinishTraceResponse.deserializeBinary = function(bytes) {
7512
- var reader = new jspb.BinaryReader(bytes);
7513
- var msg = new proto.gateway.web.v1.FinishTraceResponse;
7514
- return proto.gateway.web.v1.FinishTraceResponse.deserializeBinaryFromReader(msg, reader);
7515
- };
7516
-
7517
-
7518
- /**
7519
- * Deserializes binary data (in protobuf wire format) from the
7520
- * given reader into the given message object.
7521
- * @param {!proto.gateway.web.v1.FinishTraceResponse} msg The message object to deserialize into.
7522
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7523
- * @return {!proto.gateway.web.v1.FinishTraceResponse}
7524
- */
7525
- proto.gateway.web.v1.FinishTraceResponse.deserializeBinaryFromReader = function(msg, reader) {
7526
- while (reader.nextField()) {
7527
- if (reader.isEndGroup()) {
7528
- break;
7529
- }
7530
- var field = reader.getFieldNumber();
7531
- switch (field) {
7532
- case 1:
7533
- var value = new proto_gateway_common_v1_status_pb.ResponseStatus;
7534
- reader.readMessage(value,proto_gateway_common_v1_status_pb.ResponseStatus.deserializeBinaryFromReader);
7535
- msg.setStatus(value);
7536
- break;
7537
- default:
7538
- reader.skipField();
7539
- break;
7540
- }
7541
- }
7542
- return msg;
7543
- };
7544
-
7545
-
7546
- /**
7547
- * Serializes the message to binary data (in protobuf wire format).
7548
- * @return {!Uint8Array}
7549
- */
7550
- proto.gateway.web.v1.FinishTraceResponse.prototype.serializeBinary = function() {
7551
- var writer = new jspb.BinaryWriter();
7552
- proto.gateway.web.v1.FinishTraceResponse.serializeBinaryToWriter(this, writer);
7553
- return writer.getResultBuffer();
7554
- };
7555
-
7556
-
7557
- /**
7558
- * Serializes the given message to binary data (in protobuf wire
7559
- * format), writing to the given BinaryWriter.
7560
- * @param {!proto.gateway.web.v1.FinishTraceResponse} message
7561
- * @param {!jspb.BinaryWriter} writer
7562
- * @suppress {unusedLocalVariables} f is only used for nested messages
7563
- */
7564
- proto.gateway.web.v1.FinishTraceResponse.serializeBinaryToWriter = function(message, writer) {
7565
- var f = undefined;
7566
- f = message.getStatus();
7567
- if (f != null) {
7568
- writer.writeMessage(
7569
- 1,
7570
- f,
7571
- proto_gateway_common_v1_status_pb.ResponseStatus.serializeBinaryToWriter
7572
- );
7573
- }
7574
- };
7575
-
7576
-
7577
- /**
7578
- * optional gateway.common.v1.ResponseStatus status = 1;
7579
- * @return {?proto.gateway.common.v1.ResponseStatus}
7580
- */
7581
- proto.gateway.web.v1.FinishTraceResponse.prototype.getStatus = function() {
7582
- return /** @type{?proto.gateway.common.v1.ResponseStatus} */ (
7583
- jspb.Message.getWrapperField(this, proto_gateway_common_v1_status_pb.ResponseStatus, 1));
7584
- };
7585
-
7586
-
7587
- /**
7588
- * @param {?proto.gateway.common.v1.ResponseStatus|undefined} value
7589
- * @return {!proto.gateway.web.v1.FinishTraceResponse} returns this
7590
- */
7591
- proto.gateway.web.v1.FinishTraceResponse.prototype.setStatus = function(value) {
7592
- return jspb.Message.setWrapperField(this, 1, value);
7593
- };
7594
-
7595
-
7596
- /**
7597
- * Clears the message field making it undefined.
7598
- * @return {!proto.gateway.web.v1.FinishTraceResponse} returns this
7599
- */
7600
- proto.gateway.web.v1.FinishTraceResponse.prototype.clearStatus = function() {
7601
- return this.setStatus(undefined);
7602
- };
7603
-
7604
-
7605
- /**
7606
- * Returns whether this field is set.
7607
- * @return {boolean}
7608
- */
7609
- proto.gateway.web.v1.FinishTraceResponse.prototype.hasStatus = function() {
7610
- return jspb.Message.getField(this, 1) != null;
7611
- };
7612
-
7613
-
7614
-
7615
-
7616
-
7617
7209
  if (jspb.Message.GENERATE_TO_OBJECT) {
7618
7210
  /**
7619
7211
  * Creates an object representation of this proto.
@@ -9657,7 +9249,7 @@ proto.gateway.web.v1.RuleMatch.prototype.hasMatchedAt = function() {
9657
9249
  * @private {!Array<!Array<number>>}
9658
9250
  * @const
9659
9251
  */
9660
- proto.gateway.web.v1.TraceEventEnvelope.oneofGroups_ = [[20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,38,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78]];
9252
+ proto.gateway.web.v1.TraceEventEnvelope.oneofGroups_ = [[20,22,23,24,25,26,28,29,30,31,32,34,35,36,38,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79]];
9661
9253
 
9662
9254
  /**
9663
9255
  * @enum {number}
@@ -9665,7 +9257,6 @@ proto.gateway.web.v1.TraceEventEnvelope.oneofGroups_ = [[20,21,22,23,24,25,26,28
9665
9257
  proto.gateway.web.v1.TraceEventEnvelope.PayloadCase = {
9666
9258
  PAYLOAD_NOT_SET: 0,
9667
9259
  TRACE_STARTED: 20,
9668
- TRACE_FINISHED: 21,
9669
9260
  INFO_EVENT_ADDED: 22,
9670
9261
  TX_HINT_ADDED: 23,
9671
9262
  TX_TRACKING_STARTED: 24,
@@ -9676,7 +9267,6 @@ proto.gateway.web.v1.TraceEventEnvelope.PayloadCase = {
9676
9267
  TX_TRACKING_COMPLETED: 30,
9677
9268
  TRACE_ATTRIBUTES_UPDATED: 31,
9678
9269
  TRACE_TAGS_UPDATED: 32,
9679
- TRACE_CLOSED: 33,
9680
9270
  SOLANA_TX_ADDED: 34,
9681
9271
  SAFE_MSG_HINT_ADDED: 35,
9682
9272
  SAFE_MSG_TRACKING_STARTED: 36,
@@ -9719,7 +9309,8 @@ proto.gateway.web.v1.TraceEventEnvelope.PayloadCase = {
9719
9309
  RATE_TRACKING_STARTED: 75,
9720
9310
  RATE_ADDED: 76,
9721
9311
  RATE_NOT_FOUND: 77,
9722
- RATE_TRACKING_FINISHED: 78
9312
+ RATE_TRACKING_FINISHED: 78,
9313
+ TRACE_NAME_UPDATED: 79
9723
9314
  };
9724
9315
 
9725
9316
  /**
@@ -9775,7 +9366,6 @@ parentSpanId: jspb.Message.getFieldWithDefault(msg, 14, ""),
9775
9366
  attributesMap: (f = msg.getAttributesMap()) ? f.toObject(includeInstance, proto.gateway.web.v1.AttributeValue.toObject) : [],
9776
9367
  selector: jspb.Message.getFieldWithDefault(msg, 16, ""),
9777
9368
  traceStarted: (f = msg.getTraceStarted()) && proto.gateway.web.v1.TraceStarted.toObject(includeInstance, f),
9778
- traceFinished: (f = msg.getTraceFinished()) && proto.gateway.web.v1.TraceFinished.toObject(includeInstance, f),
9779
9369
  infoEventAdded: (f = msg.getInfoEventAdded()) && proto.gateway.web.v1.InfoEventAdded.toObject(includeInstance, f),
9780
9370
  txHintAdded: (f = msg.getTxHintAdded()) && proto.gateway.web.v1.TxHintAdded.toObject(includeInstance, f),
9781
9371
  txTrackingStarted: (f = msg.getTxTrackingStarted()) && proto.gateway.web.v1.TxTrackingStarted.toObject(includeInstance, f),
@@ -9786,7 +9376,6 @@ bridgeMatched: (f = msg.getBridgeMatched()) && proto.gateway.web.v1.BridgeMatche
9786
9376
  txTrackingCompleted: (f = msg.getTxTrackingCompleted()) && proto.gateway.web.v1.TxTrackingCompleted.toObject(includeInstance, f),
9787
9377
  traceAttributesUpdated: (f = msg.getTraceAttributesUpdated()) && proto.gateway.web.v1.AttributesUpdated.toObject(includeInstance, f),
9788
9378
  traceTagsUpdated: (f = msg.getTraceTagsUpdated()) && proto.gateway.web.v1.TagsUpdated.toObject(includeInstance, f),
9789
- traceClosed: (f = msg.getTraceClosed()) && proto.gateway.web.v1.TraceClosed.toObject(includeInstance, f),
9790
9379
  solanaTxAdded: (f = msg.getSolanaTxAdded()) && proto.gateway.web.v1.SolanaTxAdded.toObject(includeInstance, f),
9791
9380
  safeMsgHintAdded: (f = msg.getSafeMsgHintAdded()) && proto.gateway.web.v1.SafeMsgHintAdded.toObject(includeInstance, f),
9792
9381
  safeMsgTrackingStarted: (f = msg.getSafeMsgTrackingStarted()) && proto.gateway.web.v1.SafeMsgTrackingStarted.toObject(includeInstance, f),
@@ -9829,7 +9418,8 @@ rateHintAdded: (f = msg.getRateHintAdded()) && proto.gateway.web.v1.RateHintAdde
9829
9418
  rateTrackingStarted: (f = msg.getRateTrackingStarted()) && proto.gateway.web.v1.RateTrackingStarted.toObject(includeInstance, f),
9830
9419
  rateAdded: (f = msg.getRateAdded()) && proto.gateway.web.v1.RateAdded.toObject(includeInstance, f),
9831
9420
  rateNotFound: (f = msg.getRateNotFound()) && proto.gateway.web.v1.RateNotFound.toObject(includeInstance, f),
9832
- rateTrackingFinished: (f = msg.getRateTrackingFinished()) && proto.gateway.web.v1.RateTrackingFinished.toObject(includeInstance, f)
9421
+ rateTrackingFinished: (f = msg.getRateTrackingFinished()) && proto.gateway.web.v1.RateTrackingFinished.toObject(includeInstance, f),
9422
+ traceNameUpdated: (f = msg.getTraceNameUpdated()) && proto.gateway.web.v1.TraceNameUpdated.toObject(includeInstance, f)
9833
9423
  };
9834
9424
 
9835
9425
  if (includeInstance) {
@@ -9931,11 +9521,6 @@ proto.gateway.web.v1.TraceEventEnvelope.deserializeBinaryFromReader = function(m
9931
9521
  reader.readMessage(value,proto.gateway.web.v1.TraceStarted.deserializeBinaryFromReader);
9932
9522
  msg.setTraceStarted(value);
9933
9523
  break;
9934
- case 21:
9935
- var value = new proto.gateway.web.v1.TraceFinished;
9936
- reader.readMessage(value,proto.gateway.web.v1.TraceFinished.deserializeBinaryFromReader);
9937
- msg.setTraceFinished(value);
9938
- break;
9939
9524
  case 22:
9940
9525
  var value = new proto.gateway.web.v1.InfoEventAdded;
9941
9526
  reader.readMessage(value,proto.gateway.web.v1.InfoEventAdded.deserializeBinaryFromReader);
@@ -9986,11 +9571,6 @@ proto.gateway.web.v1.TraceEventEnvelope.deserializeBinaryFromReader = function(m
9986
9571
  reader.readMessage(value,proto.gateway.web.v1.TagsUpdated.deserializeBinaryFromReader);
9987
9572
  msg.setTraceTagsUpdated(value);
9988
9573
  break;
9989
- case 33:
9990
- var value = new proto.gateway.web.v1.TraceClosed;
9991
- reader.readMessage(value,proto.gateway.web.v1.TraceClosed.deserializeBinaryFromReader);
9992
- msg.setTraceClosed(value);
9993
- break;
9994
9574
  case 34:
9995
9575
  var value = new proto.gateway.web.v1.SolanaTxAdded;
9996
9576
  reader.readMessage(value,proto.gateway.web.v1.SolanaTxAdded.deserializeBinaryFromReader);
@@ -10206,6 +9786,11 @@ proto.gateway.web.v1.TraceEventEnvelope.deserializeBinaryFromReader = function(m
10206
9786
  reader.readMessage(value,proto.gateway.web.v1.RateTrackingFinished.deserializeBinaryFromReader);
10207
9787
  msg.setRateTrackingFinished(value);
10208
9788
  break;
9789
+ case 79:
9790
+ var value = new proto.gateway.web.v1.TraceNameUpdated;
9791
+ reader.readMessage(value,proto.gateway.web.v1.TraceNameUpdated.deserializeBinaryFromReader);
9792
+ msg.setTraceNameUpdated(value);
9793
+ break;
10209
9794
  default:
10210
9795
  reader.skipField();
10211
9796
  break;
@@ -10340,14 +9925,6 @@ proto.gateway.web.v1.TraceEventEnvelope.serializeBinaryToWriter = function(messa
10340
9925
  proto.gateway.web.v1.TraceStarted.serializeBinaryToWriter
10341
9926
  );
10342
9927
  }
10343
- f = message.getTraceFinished();
10344
- if (f != null) {
10345
- writer.writeMessage(
10346
- 21,
10347
- f,
10348
- proto.gateway.web.v1.TraceFinished.serializeBinaryToWriter
10349
- );
10350
- }
10351
9928
  f = message.getInfoEventAdded();
10352
9929
  if (f != null) {
10353
9930
  writer.writeMessage(
@@ -10428,14 +10005,6 @@ proto.gateway.web.v1.TraceEventEnvelope.serializeBinaryToWriter = function(messa
10428
10005
  proto.gateway.web.v1.TagsUpdated.serializeBinaryToWriter
10429
10006
  );
10430
10007
  }
10431
- f = message.getTraceClosed();
10432
- if (f != null) {
10433
- writer.writeMessage(
10434
- 33,
10435
- f,
10436
- proto.gateway.web.v1.TraceClosed.serializeBinaryToWriter
10437
- );
10438
- }
10439
10008
  f = message.getSolanaTxAdded();
10440
10009
  if (f != null) {
10441
10010
  writer.writeMessage(
@@ -10780,6 +10349,14 @@ proto.gateway.web.v1.TraceEventEnvelope.serializeBinaryToWriter = function(messa
10780
10349
  proto.gateway.web.v1.RateTrackingFinished.serializeBinaryToWriter
10781
10350
  );
10782
10351
  }
10352
+ f = message.getTraceNameUpdated();
10353
+ if (f != null) {
10354
+ writer.writeMessage(
10355
+ 79,
10356
+ f,
10357
+ proto.gateway.web.v1.TraceNameUpdated.serializeBinaryToWriter
10358
+ );
10359
+ }
10783
10360
  };
10784
10361
 
10785
10362
 
@@ -11115,43 +10692,6 @@ proto.gateway.web.v1.TraceEventEnvelope.prototype.hasTraceStarted = function() {
11115
10692
  };
11116
10693
 
11117
10694
 
11118
- /**
11119
- * optional TraceFinished trace_finished = 21;
11120
- * @return {?proto.gateway.web.v1.TraceFinished}
11121
- */
11122
- proto.gateway.web.v1.TraceEventEnvelope.prototype.getTraceFinished = function() {
11123
- return /** @type{?proto.gateway.web.v1.TraceFinished} */ (
11124
- jspb.Message.getWrapperField(this, proto.gateway.web.v1.TraceFinished, 21));
11125
- };
11126
-
11127
-
11128
- /**
11129
- * @param {?proto.gateway.web.v1.TraceFinished|undefined} value
11130
- * @return {!proto.gateway.web.v1.TraceEventEnvelope} returns this
11131
- */
11132
- proto.gateway.web.v1.TraceEventEnvelope.prototype.setTraceFinished = function(value) {
11133
- return jspb.Message.setOneofWrapperField(this, 21, proto.gateway.web.v1.TraceEventEnvelope.oneofGroups_[0], value);
11134
- };
11135
-
11136
-
11137
- /**
11138
- * Clears the message field making it undefined.
11139
- * @return {!proto.gateway.web.v1.TraceEventEnvelope} returns this
11140
- */
11141
- proto.gateway.web.v1.TraceEventEnvelope.prototype.clearTraceFinished = function() {
11142
- return this.setTraceFinished(undefined);
11143
- };
11144
-
11145
-
11146
- /**
11147
- * Returns whether this field is set.
11148
- * @return {boolean}
11149
- */
11150
- proto.gateway.web.v1.TraceEventEnvelope.prototype.hasTraceFinished = function() {
11151
- return jspb.Message.getField(this, 21) != null;
11152
- };
11153
-
11154
-
11155
10695
  /**
11156
10696
  * optional InfoEventAdded info_event_added = 22;
11157
10697
  * @return {?proto.gateway.web.v1.InfoEventAdded}
@@ -11522,43 +11062,6 @@ proto.gateway.web.v1.TraceEventEnvelope.prototype.hasTraceTagsUpdated = function
11522
11062
  };
11523
11063
 
11524
11064
 
11525
- /**
11526
- * optional TraceClosed trace_closed = 33;
11527
- * @return {?proto.gateway.web.v1.TraceClosed}
11528
- */
11529
- proto.gateway.web.v1.TraceEventEnvelope.prototype.getTraceClosed = function() {
11530
- return /** @type{?proto.gateway.web.v1.TraceClosed} */ (
11531
- jspb.Message.getWrapperField(this, proto.gateway.web.v1.TraceClosed, 33));
11532
- };
11533
-
11534
-
11535
- /**
11536
- * @param {?proto.gateway.web.v1.TraceClosed|undefined} value
11537
- * @return {!proto.gateway.web.v1.TraceEventEnvelope} returns this
11538
- */
11539
- proto.gateway.web.v1.TraceEventEnvelope.prototype.setTraceClosed = function(value) {
11540
- return jspb.Message.setOneofWrapperField(this, 33, proto.gateway.web.v1.TraceEventEnvelope.oneofGroups_[0], value);
11541
- };
11542
-
11543
-
11544
- /**
11545
- * Clears the message field making it undefined.
11546
- * @return {!proto.gateway.web.v1.TraceEventEnvelope} returns this
11547
- */
11548
- proto.gateway.web.v1.TraceEventEnvelope.prototype.clearTraceClosed = function() {
11549
- return this.setTraceClosed(undefined);
11550
- };
11551
-
11552
-
11553
- /**
11554
- * Returns whether this field is set.
11555
- * @return {boolean}
11556
- */
11557
- proto.gateway.web.v1.TraceEventEnvelope.prototype.hasTraceClosed = function() {
11558
- return jspb.Message.getField(this, 33) != null;
11559
- };
11560
-
11561
-
11562
11065
  /**
11563
11066
  * optional SolanaTxAdded solana_tx_added = 34;
11564
11067
  * @return {?proto.gateway.web.v1.SolanaTxAdded}
@@ -13150,6 +12653,43 @@ proto.gateway.web.v1.TraceEventEnvelope.prototype.hasRateTrackingFinished = func
13150
12653
  };
13151
12654
 
13152
12655
 
12656
+ /**
12657
+ * optional TraceNameUpdated trace_name_updated = 79;
12658
+ * @return {?proto.gateway.web.v1.TraceNameUpdated}
12659
+ */
12660
+ proto.gateway.web.v1.TraceEventEnvelope.prototype.getTraceNameUpdated = function() {
12661
+ return /** @type{?proto.gateway.web.v1.TraceNameUpdated} */ (
12662
+ jspb.Message.getWrapperField(this, proto.gateway.web.v1.TraceNameUpdated, 79));
12663
+ };
12664
+
12665
+
12666
+ /**
12667
+ * @param {?proto.gateway.web.v1.TraceNameUpdated|undefined} value
12668
+ * @return {!proto.gateway.web.v1.TraceEventEnvelope} returns this
12669
+ */
12670
+ proto.gateway.web.v1.TraceEventEnvelope.prototype.setTraceNameUpdated = function(value) {
12671
+ return jspb.Message.setOneofWrapperField(this, 79, proto.gateway.web.v1.TraceEventEnvelope.oneofGroups_[0], value);
12672
+ };
12673
+
12674
+
12675
+ /**
12676
+ * Clears the message field making it undefined.
12677
+ * @return {!proto.gateway.web.v1.TraceEventEnvelope} returns this
12678
+ */
12679
+ proto.gateway.web.v1.TraceEventEnvelope.prototype.clearTraceNameUpdated = function() {
12680
+ return this.setTraceNameUpdated(undefined);
12681
+ };
12682
+
12683
+
12684
+ /**
12685
+ * Returns whether this field is set.
12686
+ * @return {boolean}
12687
+ */
12688
+ proto.gateway.web.v1.TraceEventEnvelope.prototype.hasTraceNameUpdated = function() {
12689
+ return jspb.Message.getField(this, 79) != null;
12690
+ };
12691
+
12692
+
13153
12693
 
13154
12694
 
13155
12695
 
@@ -14068,107 +13608,6 @@ proto.gateway.web.v1.TraceStarted.prototype.setProjectId = function(value) {
14068
13608
 
14069
13609
 
14070
13610
 
14071
- if (jspb.Message.GENERATE_TO_OBJECT) {
14072
- /**
14073
- * Creates an object representation of this proto.
14074
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
14075
- * Optional fields that are not set will be set to undefined.
14076
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
14077
- * For the list of reserved names please see:
14078
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
14079
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
14080
- * JSPB instance for transitional soy proto support:
14081
- * http://goto/soy-param-migration
14082
- * @return {!Object}
14083
- */
14084
- proto.gateway.web.v1.TraceFinished.prototype.toObject = function(opt_includeInstance) {
14085
- return proto.gateway.web.v1.TraceFinished.toObject(opt_includeInstance, this);
14086
- };
14087
-
14088
-
14089
- /**
14090
- * Static version of the {@see toObject} method.
14091
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
14092
- * the JSPB instance for transitional soy proto support:
14093
- * http://goto/soy-param-migration
14094
- * @param {!proto.gateway.web.v1.TraceFinished} msg The msg instance to transform.
14095
- * @return {!Object}
14096
- * @suppress {unusedLocalVariables} f is only used for nested messages
14097
- */
14098
- proto.gateway.web.v1.TraceFinished.toObject = function(includeInstance, msg) {
14099
- var f, obj = {
14100
-
14101
- };
14102
-
14103
- if (includeInstance) {
14104
- obj.$jspbMessageInstance = msg;
14105
- }
14106
- return obj;
14107
- };
14108
- }
14109
-
14110
-
14111
- /**
14112
- * Deserializes binary data (in protobuf wire format).
14113
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
14114
- * @return {!proto.gateway.web.v1.TraceFinished}
14115
- */
14116
- proto.gateway.web.v1.TraceFinished.deserializeBinary = function(bytes) {
14117
- var reader = new jspb.BinaryReader(bytes);
14118
- var msg = new proto.gateway.web.v1.TraceFinished;
14119
- return proto.gateway.web.v1.TraceFinished.deserializeBinaryFromReader(msg, reader);
14120
- };
14121
-
14122
-
14123
- /**
14124
- * Deserializes binary data (in protobuf wire format) from the
14125
- * given reader into the given message object.
14126
- * @param {!proto.gateway.web.v1.TraceFinished} msg The message object to deserialize into.
14127
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
14128
- * @return {!proto.gateway.web.v1.TraceFinished}
14129
- */
14130
- proto.gateway.web.v1.TraceFinished.deserializeBinaryFromReader = function(msg, reader) {
14131
- while (reader.nextField()) {
14132
- if (reader.isEndGroup()) {
14133
- break;
14134
- }
14135
- var field = reader.getFieldNumber();
14136
- switch (field) {
14137
- default:
14138
- reader.skipField();
14139
- break;
14140
- }
14141
- }
14142
- return msg;
14143
- };
14144
-
14145
-
14146
- /**
14147
- * Serializes the message to binary data (in protobuf wire format).
14148
- * @return {!Uint8Array}
14149
- */
14150
- proto.gateway.web.v1.TraceFinished.prototype.serializeBinary = function() {
14151
- var writer = new jspb.BinaryWriter();
14152
- proto.gateway.web.v1.TraceFinished.serializeBinaryToWriter(this, writer);
14153
- return writer.getResultBuffer();
14154
- };
14155
-
14156
-
14157
- /**
14158
- * Serializes the given message to binary data (in protobuf wire
14159
- * format), writing to the given BinaryWriter.
14160
- * @param {!proto.gateway.web.v1.TraceFinished} message
14161
- * @param {!jspb.BinaryWriter} writer
14162
- * @suppress {unusedLocalVariables} f is only used for nested messages
14163
- */
14164
- proto.gateway.web.v1.TraceFinished.serializeBinaryToWriter = function(message, writer) {
14165
- var f = undefined;
14166
- };
14167
-
14168
-
14169
-
14170
-
14171
-
14172
13611
  if (jspb.Message.GENERATE_TO_OBJECT) {
14173
13612
  /**
14174
13613
  * Creates an object representation of this proto.
@@ -15817,6 +15256,136 @@ proto.gateway.web.v1.TagsUpdated.prototype.clearTagsList = function() {
15817
15256
 
15818
15257
 
15819
15258
 
15259
+ if (jspb.Message.GENERATE_TO_OBJECT) {
15260
+ /**
15261
+ * Creates an object representation of this proto.
15262
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
15263
+ * Optional fields that are not set will be set to undefined.
15264
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
15265
+ * For the list of reserved names please see:
15266
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
15267
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
15268
+ * JSPB instance for transitional soy proto support:
15269
+ * http://goto/soy-param-migration
15270
+ * @return {!Object}
15271
+ */
15272
+ proto.gateway.web.v1.TraceNameUpdated.prototype.toObject = function(opt_includeInstance) {
15273
+ return proto.gateway.web.v1.TraceNameUpdated.toObject(opt_includeInstance, this);
15274
+ };
15275
+
15276
+
15277
+ /**
15278
+ * Static version of the {@see toObject} method.
15279
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
15280
+ * the JSPB instance for transitional soy proto support:
15281
+ * http://goto/soy-param-migration
15282
+ * @param {!proto.gateway.web.v1.TraceNameUpdated} msg The msg instance to transform.
15283
+ * @return {!Object}
15284
+ * @suppress {unusedLocalVariables} f is only used for nested messages
15285
+ */
15286
+ proto.gateway.web.v1.TraceNameUpdated.toObject = function(includeInstance, msg) {
15287
+ var f, obj = {
15288
+ name: jspb.Message.getFieldWithDefault(msg, 1, "")
15289
+ };
15290
+
15291
+ if (includeInstance) {
15292
+ obj.$jspbMessageInstance = msg;
15293
+ }
15294
+ return obj;
15295
+ };
15296
+ }
15297
+
15298
+
15299
+ /**
15300
+ * Deserializes binary data (in protobuf wire format).
15301
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
15302
+ * @return {!proto.gateway.web.v1.TraceNameUpdated}
15303
+ */
15304
+ proto.gateway.web.v1.TraceNameUpdated.deserializeBinary = function(bytes) {
15305
+ var reader = new jspb.BinaryReader(bytes);
15306
+ var msg = new proto.gateway.web.v1.TraceNameUpdated;
15307
+ return proto.gateway.web.v1.TraceNameUpdated.deserializeBinaryFromReader(msg, reader);
15308
+ };
15309
+
15310
+
15311
+ /**
15312
+ * Deserializes binary data (in protobuf wire format) from the
15313
+ * given reader into the given message object.
15314
+ * @param {!proto.gateway.web.v1.TraceNameUpdated} msg The message object to deserialize into.
15315
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
15316
+ * @return {!proto.gateway.web.v1.TraceNameUpdated}
15317
+ */
15318
+ proto.gateway.web.v1.TraceNameUpdated.deserializeBinaryFromReader = function(msg, reader) {
15319
+ while (reader.nextField()) {
15320
+ if (reader.isEndGroup()) {
15321
+ break;
15322
+ }
15323
+ var field = reader.getFieldNumber();
15324
+ switch (field) {
15325
+ case 1:
15326
+ var value = /** @type {string} */ (reader.readString());
15327
+ msg.setName(value);
15328
+ break;
15329
+ default:
15330
+ reader.skipField();
15331
+ break;
15332
+ }
15333
+ }
15334
+ return msg;
15335
+ };
15336
+
15337
+
15338
+ /**
15339
+ * Serializes the message to binary data (in protobuf wire format).
15340
+ * @return {!Uint8Array}
15341
+ */
15342
+ proto.gateway.web.v1.TraceNameUpdated.prototype.serializeBinary = function() {
15343
+ var writer = new jspb.BinaryWriter();
15344
+ proto.gateway.web.v1.TraceNameUpdated.serializeBinaryToWriter(this, writer);
15345
+ return writer.getResultBuffer();
15346
+ };
15347
+
15348
+
15349
+ /**
15350
+ * Serializes the given message to binary data (in protobuf wire
15351
+ * format), writing to the given BinaryWriter.
15352
+ * @param {!proto.gateway.web.v1.TraceNameUpdated} message
15353
+ * @param {!jspb.BinaryWriter} writer
15354
+ * @suppress {unusedLocalVariables} f is only used for nested messages
15355
+ */
15356
+ proto.gateway.web.v1.TraceNameUpdated.serializeBinaryToWriter = function(message, writer) {
15357
+ var f = undefined;
15358
+ f = message.getName();
15359
+ if (f.length > 0) {
15360
+ writer.writeString(
15361
+ 1,
15362
+ f
15363
+ );
15364
+ }
15365
+ };
15366
+
15367
+
15368
+ /**
15369
+ * optional string name = 1;
15370
+ * @return {string}
15371
+ */
15372
+ proto.gateway.web.v1.TraceNameUpdated.prototype.getName = function() {
15373
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
15374
+ };
15375
+
15376
+
15377
+ /**
15378
+ * @param {string} value
15379
+ * @return {!proto.gateway.web.v1.TraceNameUpdated} returns this
15380
+ */
15381
+ proto.gateway.web.v1.TraceNameUpdated.prototype.setName = function(value) {
15382
+ return jspb.Message.setProto3StringField(this, 1, value);
15383
+ };
15384
+
15385
+
15386
+
15387
+
15388
+
15820
15389
  if (jspb.Message.GENERATE_TO_OBJECT) {
15821
15390
  /**
15822
15391
  * Creates an object representation of this proto.
@@ -17876,187 +17445,6 @@ proto.gateway.web.v1.BridgeMatched.prototype.hasDestinationChainDetails = functi
17876
17445
 
17877
17446
 
17878
17447
 
17879
-
17880
-
17881
- if (jspb.Message.GENERATE_TO_OBJECT) {
17882
- /**
17883
- * Creates an object representation of this proto.
17884
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
17885
- * Optional fields that are not set will be set to undefined.
17886
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
17887
- * For the list of reserved names please see:
17888
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
17889
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
17890
- * JSPB instance for transitional soy proto support:
17891
- * http://goto/soy-param-migration
17892
- * @return {!Object}
17893
- */
17894
- proto.gateway.web.v1.TraceClosed.prototype.toObject = function(opt_includeInstance) {
17895
- return proto.gateway.web.v1.TraceClosed.toObject(opt_includeInstance, this);
17896
- };
17897
-
17898
-
17899
- /**
17900
- * Static version of the {@see toObject} method.
17901
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
17902
- * the JSPB instance for transitional soy proto support:
17903
- * http://goto/soy-param-migration
17904
- * @param {!proto.gateway.web.v1.TraceClosed} msg The msg instance to transform.
17905
- * @return {!Object}
17906
- * @suppress {unusedLocalVariables} f is only used for nested messages
17907
- */
17908
- proto.gateway.web.v1.TraceClosed.toObject = function(includeInstance, msg) {
17909
- var f, obj = {
17910
- at: (f = msg.getAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
17911
- reason: jspb.Message.getFieldWithDefault(msg, 2, 0)
17912
- };
17913
-
17914
- if (includeInstance) {
17915
- obj.$jspbMessageInstance = msg;
17916
- }
17917
- return obj;
17918
- };
17919
- }
17920
-
17921
-
17922
- /**
17923
- * Deserializes binary data (in protobuf wire format).
17924
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
17925
- * @return {!proto.gateway.web.v1.TraceClosed}
17926
- */
17927
- proto.gateway.web.v1.TraceClosed.deserializeBinary = function(bytes) {
17928
- var reader = new jspb.BinaryReader(bytes);
17929
- var msg = new proto.gateway.web.v1.TraceClosed;
17930
- return proto.gateway.web.v1.TraceClosed.deserializeBinaryFromReader(msg, reader);
17931
- };
17932
-
17933
-
17934
- /**
17935
- * Deserializes binary data (in protobuf wire format) from the
17936
- * given reader into the given message object.
17937
- * @param {!proto.gateway.web.v1.TraceClosed} msg The message object to deserialize into.
17938
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
17939
- * @return {!proto.gateway.web.v1.TraceClosed}
17940
- */
17941
- proto.gateway.web.v1.TraceClosed.deserializeBinaryFromReader = function(msg, reader) {
17942
- while (reader.nextField()) {
17943
- if (reader.isEndGroup()) {
17944
- break;
17945
- }
17946
- var field = reader.getFieldNumber();
17947
- switch (field) {
17948
- case 1:
17949
- var value = new google_protobuf_timestamp_pb.Timestamp;
17950
- reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
17951
- msg.setAt(value);
17952
- break;
17953
- case 2:
17954
- var value = /** @type {!proto.gateway.web.v1.CloseTraceReason} */ (reader.readEnum());
17955
- msg.setReason(value);
17956
- break;
17957
- default:
17958
- reader.skipField();
17959
- break;
17960
- }
17961
- }
17962
- return msg;
17963
- };
17964
-
17965
-
17966
- /**
17967
- * Serializes the message to binary data (in protobuf wire format).
17968
- * @return {!Uint8Array}
17969
- */
17970
- proto.gateway.web.v1.TraceClosed.prototype.serializeBinary = function() {
17971
- var writer = new jspb.BinaryWriter();
17972
- proto.gateway.web.v1.TraceClosed.serializeBinaryToWriter(this, writer);
17973
- return writer.getResultBuffer();
17974
- };
17975
-
17976
-
17977
- /**
17978
- * Serializes the given message to binary data (in protobuf wire
17979
- * format), writing to the given BinaryWriter.
17980
- * @param {!proto.gateway.web.v1.TraceClosed} message
17981
- * @param {!jspb.BinaryWriter} writer
17982
- * @suppress {unusedLocalVariables} f is only used for nested messages
17983
- */
17984
- proto.gateway.web.v1.TraceClosed.serializeBinaryToWriter = function(message, writer) {
17985
- var f = undefined;
17986
- f = message.getAt();
17987
- if (f != null) {
17988
- writer.writeMessage(
17989
- 1,
17990
- f,
17991
- google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
17992
- );
17993
- }
17994
- f = message.getReason();
17995
- if (f !== 0.0) {
17996
- writer.writeEnum(
17997
- 2,
17998
- f
17999
- );
18000
- }
18001
- };
18002
-
18003
-
18004
- /**
18005
- * optional google.protobuf.Timestamp at = 1;
18006
- * @return {?proto.google.protobuf.Timestamp}
18007
- */
18008
- proto.gateway.web.v1.TraceClosed.prototype.getAt = function() {
18009
- return /** @type{?proto.google.protobuf.Timestamp} */ (
18010
- jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
18011
- };
18012
-
18013
-
18014
- /**
18015
- * @param {?proto.google.protobuf.Timestamp|undefined} value
18016
- * @return {!proto.gateway.web.v1.TraceClosed} returns this
18017
- */
18018
- proto.gateway.web.v1.TraceClosed.prototype.setAt = function(value) {
18019
- return jspb.Message.setWrapperField(this, 1, value);
18020
- };
18021
-
18022
-
18023
- /**
18024
- * Clears the message field making it undefined.
18025
- * @return {!proto.gateway.web.v1.TraceClosed} returns this
18026
- */
18027
- proto.gateway.web.v1.TraceClosed.prototype.clearAt = function() {
18028
- return this.setAt(undefined);
18029
- };
18030
-
18031
-
18032
- /**
18033
- * Returns whether this field is set.
18034
- * @return {boolean}
18035
- */
18036
- proto.gateway.web.v1.TraceClosed.prototype.hasAt = function() {
18037
- return jspb.Message.getField(this, 1) != null;
18038
- };
18039
-
18040
-
18041
- /**
18042
- * optional CloseTraceReason reason = 2;
18043
- * @return {!proto.gateway.web.v1.CloseTraceReason}
18044
- */
18045
- proto.gateway.web.v1.TraceClosed.prototype.getReason = function() {
18046
- return /** @type {!proto.gateway.web.v1.CloseTraceReason} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
18047
- };
18048
-
18049
-
18050
- /**
18051
- * @param {!proto.gateway.web.v1.CloseTraceReason} value
18052
- * @return {!proto.gateway.web.v1.TraceClosed} returns this
18053
- */
18054
- proto.gateway.web.v1.TraceClosed.prototype.setReason = function(value) {
18055
- return jspb.Message.setProto3EnumField(this, 2, value);
18056
- };
18057
-
18058
-
18059
-
18060
17448
  /**
18061
17449
  * List of repeated fields within this message type.
18062
17450
  * @private {!Array<number>}
@@ -34055,7 +33443,8 @@ proto.gateway.web.v1.TraceEventType = {
34055
33443
  TRACE_EVENT_TYPE_RATE_TRACKING_STARTED: 65,
34056
33444
  TRACE_EVENT_TYPE_RATE_ADDED: 66,
34057
33445
  TRACE_EVENT_TYPE_RATE_NOT_FOUND: 67,
34058
- TRACE_EVENT_TYPE_RATE_TRACKING_FINISHED: 68
33446
+ TRACE_EVENT_TYPE_RATE_TRACKING_FINISHED: 68,
33447
+ TRACE_EVENT_TYPE_NAME_UPDATED: 69
34059
33448
  };
34060
33449
 
34061
33450
  /**
@@ -34068,15 +33457,6 @@ proto.gateway.web.v1.CantonEventKind = {
34068
33457
  CANTON_EVENT_KIND_EXERCISED: 3
34069
33458
  };
34070
33459
 
34071
- /**
34072
- * @enum {number}
34073
- */
34074
- proto.gateway.web.v1.CloseTraceReason = {
34075
- CLOSE_TRACE_REASON_UNSPECIFIED: 0,
34076
- CLOSE_TRACE_REASON_CLIENT: 1,
34077
- CLOSE_TRACE_REASON_TIMEOUT: 2
34078
- };
34079
-
34080
33460
  /**
34081
33461
  * @enum {number}
34082
33462
  */
@@ -34119,8 +33499,8 @@ proto.gateway.web.v1.AnalyticsTimeInterval = {
34119
33499
  */
34120
33500
  proto.gateway.web.v1.TraceStatus = {
34121
33501
  TRACE_STATUS_UNSPECIFIED: 0,
34122
- TRACE_STATUS_RUNNING: 1,
34123
- TRACE_STATUS_COMPLETED: 2,
33502
+ TRACE_STATUS_WORKING: 1,
33503
+ TRACE_STATUS_READY: 2,
34124
33504
  TRACE_STATUS_DELETED: 3
34125
33505
  };
34126
33506