protobuf-platform 1.2.594 → 1.2.595
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.
- package/game/game.proto +44 -0
- package/game/game_grpc_pb.js +66 -0
- package/game/game_pb.js +1631 -0
- package/package.json +1 -1
package/game/game_pb.js
CHANGED
|
@@ -141,6 +141,11 @@ goog.exportSymbol('proto.game.PingRequest', null, global);
|
|
|
141
141
|
goog.exportSymbol('proto.game.PongResponse', null, global);
|
|
142
142
|
goog.exportSymbol('proto.game.ProviderCatalogBatchItem', null, global);
|
|
143
143
|
goog.exportSymbol('proto.game.ProviderCatalogBatchResponse', null, global);
|
|
144
|
+
goog.exportSymbol('proto.game.ProviderCutoverAcceptedResponse', null, global);
|
|
145
|
+
goog.exportSymbol('proto.game.ProviderCutoverProblemItem', null, global);
|
|
146
|
+
goog.exportSymbol('proto.game.ProviderCutoverProviderItem', null, global);
|
|
147
|
+
goog.exportSymbol('proto.game.ProviderCutoverRequest', null, global);
|
|
148
|
+
goog.exportSymbol('proto.game.ProviderCutoverSnapshotResponse', null, global);
|
|
144
149
|
goog.exportSymbol('proto.game.ProviderItem', null, global);
|
|
145
150
|
goog.exportSymbol('proto.game.ProviderItemRequest', null, global);
|
|
146
151
|
goog.exportSymbol('proto.game.ProviderItemsResponse', null, global);
|
|
@@ -1359,6 +1364,111 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1359
1364
|
*/
|
|
1360
1365
|
proto.game.NormalizeDuplicateProvidersResponse.displayName = 'proto.game.NormalizeDuplicateProvidersResponse';
|
|
1361
1366
|
}
|
|
1367
|
+
/**
|
|
1368
|
+
* Generated by JsPbCodeGenerator.
|
|
1369
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1370
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1371
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1372
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1373
|
+
* valid.
|
|
1374
|
+
* @extends {jspb.Message}
|
|
1375
|
+
* @constructor
|
|
1376
|
+
*/
|
|
1377
|
+
proto.game.ProviderCutoverRequest = function(opt_data) {
|
|
1378
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1379
|
+
};
|
|
1380
|
+
goog.inherits(proto.game.ProviderCutoverRequest, jspb.Message);
|
|
1381
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1382
|
+
/**
|
|
1383
|
+
* @public
|
|
1384
|
+
* @override
|
|
1385
|
+
*/
|
|
1386
|
+
proto.game.ProviderCutoverRequest.displayName = 'proto.game.ProviderCutoverRequest';
|
|
1387
|
+
}
|
|
1388
|
+
/**
|
|
1389
|
+
* Generated by JsPbCodeGenerator.
|
|
1390
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1391
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1392
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1393
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1394
|
+
* valid.
|
|
1395
|
+
* @extends {jspb.Message}
|
|
1396
|
+
* @constructor
|
|
1397
|
+
*/
|
|
1398
|
+
proto.game.ProviderCutoverAcceptedResponse = function(opt_data) {
|
|
1399
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1400
|
+
};
|
|
1401
|
+
goog.inherits(proto.game.ProviderCutoverAcceptedResponse, jspb.Message);
|
|
1402
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1403
|
+
/**
|
|
1404
|
+
* @public
|
|
1405
|
+
* @override
|
|
1406
|
+
*/
|
|
1407
|
+
proto.game.ProviderCutoverAcceptedResponse.displayName = 'proto.game.ProviderCutoverAcceptedResponse';
|
|
1408
|
+
}
|
|
1409
|
+
/**
|
|
1410
|
+
* Generated by JsPbCodeGenerator.
|
|
1411
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1412
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1413
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1414
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1415
|
+
* valid.
|
|
1416
|
+
* @extends {jspb.Message}
|
|
1417
|
+
* @constructor
|
|
1418
|
+
*/
|
|
1419
|
+
proto.game.ProviderCutoverProviderItem = function(opt_data) {
|
|
1420
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1421
|
+
};
|
|
1422
|
+
goog.inherits(proto.game.ProviderCutoverProviderItem, jspb.Message);
|
|
1423
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1424
|
+
/**
|
|
1425
|
+
* @public
|
|
1426
|
+
* @override
|
|
1427
|
+
*/
|
|
1428
|
+
proto.game.ProviderCutoverProviderItem.displayName = 'proto.game.ProviderCutoverProviderItem';
|
|
1429
|
+
}
|
|
1430
|
+
/**
|
|
1431
|
+
* Generated by JsPbCodeGenerator.
|
|
1432
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1433
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1434
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1435
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1436
|
+
* valid.
|
|
1437
|
+
* @extends {jspb.Message}
|
|
1438
|
+
* @constructor
|
|
1439
|
+
*/
|
|
1440
|
+
proto.game.ProviderCutoverProblemItem = function(opt_data) {
|
|
1441
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.game.ProviderCutoverProblemItem.repeatedFields_, null);
|
|
1442
|
+
};
|
|
1443
|
+
goog.inherits(proto.game.ProviderCutoverProblemItem, jspb.Message);
|
|
1444
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1445
|
+
/**
|
|
1446
|
+
* @public
|
|
1447
|
+
* @override
|
|
1448
|
+
*/
|
|
1449
|
+
proto.game.ProviderCutoverProblemItem.displayName = 'proto.game.ProviderCutoverProblemItem';
|
|
1450
|
+
}
|
|
1451
|
+
/**
|
|
1452
|
+
* Generated by JsPbCodeGenerator.
|
|
1453
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1454
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1455
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1456
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1457
|
+
* valid.
|
|
1458
|
+
* @extends {jspb.Message}
|
|
1459
|
+
* @constructor
|
|
1460
|
+
*/
|
|
1461
|
+
proto.game.ProviderCutoverSnapshotResponse = function(opt_data) {
|
|
1462
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.game.ProviderCutoverSnapshotResponse.repeatedFields_, null);
|
|
1463
|
+
};
|
|
1464
|
+
goog.inherits(proto.game.ProviderCutoverSnapshotResponse, jspb.Message);
|
|
1465
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1466
|
+
/**
|
|
1467
|
+
* @public
|
|
1468
|
+
* @override
|
|
1469
|
+
*/
|
|
1470
|
+
proto.game.ProviderCutoverSnapshotResponse.displayName = 'proto.game.ProviderCutoverSnapshotResponse';
|
|
1471
|
+
}
|
|
1362
1472
|
/**
|
|
1363
1473
|
* Generated by JsPbCodeGenerator.
|
|
1364
1474
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -20551,6 +20661,1527 @@ proto.game.NormalizeDuplicateProvidersResponse.prototype.setProvidersSkipped = f
|
|
|
20551
20661
|
|
|
20552
20662
|
|
|
20553
20663
|
|
|
20664
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
20665
|
+
/**
|
|
20666
|
+
* Creates an object representation of this proto.
|
|
20667
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
20668
|
+
* Optional fields that are not set will be set to undefined.
|
|
20669
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
20670
|
+
* For the list of reserved names please see:
|
|
20671
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
20672
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
20673
|
+
* JSPB instance for transitional soy proto support:
|
|
20674
|
+
* http://goto/soy-param-migration
|
|
20675
|
+
* @return {!Object}
|
|
20676
|
+
*/
|
|
20677
|
+
proto.game.ProviderCutoverRequest.prototype.toObject = function(opt_includeInstance) {
|
|
20678
|
+
return proto.game.ProviderCutoverRequest.toObject(opt_includeInstance, this);
|
|
20679
|
+
};
|
|
20680
|
+
|
|
20681
|
+
|
|
20682
|
+
/**
|
|
20683
|
+
* Static version of the {@see toObject} method.
|
|
20684
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
20685
|
+
* the JSPB instance for transitional soy proto support:
|
|
20686
|
+
* http://goto/soy-param-migration
|
|
20687
|
+
* @param {!proto.game.ProviderCutoverRequest} msg The msg instance to transform.
|
|
20688
|
+
* @return {!Object}
|
|
20689
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
20690
|
+
*/
|
|
20691
|
+
proto.game.ProviderCutoverRequest.toObject = function(includeInstance, msg) {
|
|
20692
|
+
var f, obj = {
|
|
20693
|
+
providerFromId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
20694
|
+
providerToId: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
20695
|
+
};
|
|
20696
|
+
|
|
20697
|
+
if (includeInstance) {
|
|
20698
|
+
obj.$jspbMessageInstance = msg;
|
|
20699
|
+
}
|
|
20700
|
+
return obj;
|
|
20701
|
+
};
|
|
20702
|
+
}
|
|
20703
|
+
|
|
20704
|
+
|
|
20705
|
+
/**
|
|
20706
|
+
* Deserializes binary data (in protobuf wire format).
|
|
20707
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
20708
|
+
* @return {!proto.game.ProviderCutoverRequest}
|
|
20709
|
+
*/
|
|
20710
|
+
proto.game.ProviderCutoverRequest.deserializeBinary = function(bytes) {
|
|
20711
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
20712
|
+
var msg = new proto.game.ProviderCutoverRequest;
|
|
20713
|
+
return proto.game.ProviderCutoverRequest.deserializeBinaryFromReader(msg, reader);
|
|
20714
|
+
};
|
|
20715
|
+
|
|
20716
|
+
|
|
20717
|
+
/**
|
|
20718
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
20719
|
+
* given reader into the given message object.
|
|
20720
|
+
* @param {!proto.game.ProviderCutoverRequest} msg The message object to deserialize into.
|
|
20721
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
20722
|
+
* @return {!proto.game.ProviderCutoverRequest}
|
|
20723
|
+
*/
|
|
20724
|
+
proto.game.ProviderCutoverRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
20725
|
+
while (reader.nextField()) {
|
|
20726
|
+
if (reader.isEndGroup()) {
|
|
20727
|
+
break;
|
|
20728
|
+
}
|
|
20729
|
+
var field = reader.getFieldNumber();
|
|
20730
|
+
switch (field) {
|
|
20731
|
+
case 1:
|
|
20732
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
20733
|
+
msg.setProviderFromId(value);
|
|
20734
|
+
break;
|
|
20735
|
+
case 2:
|
|
20736
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
20737
|
+
msg.setProviderToId(value);
|
|
20738
|
+
break;
|
|
20739
|
+
default:
|
|
20740
|
+
reader.skipField();
|
|
20741
|
+
break;
|
|
20742
|
+
}
|
|
20743
|
+
}
|
|
20744
|
+
return msg;
|
|
20745
|
+
};
|
|
20746
|
+
|
|
20747
|
+
|
|
20748
|
+
/**
|
|
20749
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
20750
|
+
* @return {!Uint8Array}
|
|
20751
|
+
*/
|
|
20752
|
+
proto.game.ProviderCutoverRequest.prototype.serializeBinary = function() {
|
|
20753
|
+
var writer = new jspb.BinaryWriter();
|
|
20754
|
+
proto.game.ProviderCutoverRequest.serializeBinaryToWriter(this, writer);
|
|
20755
|
+
return writer.getResultBuffer();
|
|
20756
|
+
};
|
|
20757
|
+
|
|
20758
|
+
|
|
20759
|
+
/**
|
|
20760
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
20761
|
+
* format), writing to the given BinaryWriter.
|
|
20762
|
+
* @param {!proto.game.ProviderCutoverRequest} message
|
|
20763
|
+
* @param {!jspb.BinaryWriter} writer
|
|
20764
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
20765
|
+
*/
|
|
20766
|
+
proto.game.ProviderCutoverRequest.serializeBinaryToWriter = function(message, writer) {
|
|
20767
|
+
var f = undefined;
|
|
20768
|
+
f = message.getProviderFromId();
|
|
20769
|
+
if (f !== 0) {
|
|
20770
|
+
writer.writeInt32(
|
|
20771
|
+
1,
|
|
20772
|
+
f
|
|
20773
|
+
);
|
|
20774
|
+
}
|
|
20775
|
+
f = message.getProviderToId();
|
|
20776
|
+
if (f !== 0) {
|
|
20777
|
+
writer.writeInt32(
|
|
20778
|
+
2,
|
|
20779
|
+
f
|
|
20780
|
+
);
|
|
20781
|
+
}
|
|
20782
|
+
};
|
|
20783
|
+
|
|
20784
|
+
|
|
20785
|
+
/**
|
|
20786
|
+
* optional int32 provider_from_id = 1;
|
|
20787
|
+
* @return {number}
|
|
20788
|
+
*/
|
|
20789
|
+
proto.game.ProviderCutoverRequest.prototype.getProviderFromId = function() {
|
|
20790
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
20791
|
+
};
|
|
20792
|
+
|
|
20793
|
+
|
|
20794
|
+
/**
|
|
20795
|
+
* @param {number} value
|
|
20796
|
+
* @return {!proto.game.ProviderCutoverRequest} returns this
|
|
20797
|
+
*/
|
|
20798
|
+
proto.game.ProviderCutoverRequest.prototype.setProviderFromId = function(value) {
|
|
20799
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
20800
|
+
};
|
|
20801
|
+
|
|
20802
|
+
|
|
20803
|
+
/**
|
|
20804
|
+
* optional int32 provider_to_id = 2;
|
|
20805
|
+
* @return {number}
|
|
20806
|
+
*/
|
|
20807
|
+
proto.game.ProviderCutoverRequest.prototype.getProviderToId = function() {
|
|
20808
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
20809
|
+
};
|
|
20810
|
+
|
|
20811
|
+
|
|
20812
|
+
/**
|
|
20813
|
+
* @param {number} value
|
|
20814
|
+
* @return {!proto.game.ProviderCutoverRequest} returns this
|
|
20815
|
+
*/
|
|
20816
|
+
proto.game.ProviderCutoverRequest.prototype.setProviderToId = function(value) {
|
|
20817
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
20818
|
+
};
|
|
20819
|
+
|
|
20820
|
+
|
|
20821
|
+
|
|
20822
|
+
|
|
20823
|
+
|
|
20824
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
20825
|
+
/**
|
|
20826
|
+
* Creates an object representation of this proto.
|
|
20827
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
20828
|
+
* Optional fields that are not set will be set to undefined.
|
|
20829
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
20830
|
+
* For the list of reserved names please see:
|
|
20831
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
20832
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
20833
|
+
* JSPB instance for transitional soy proto support:
|
|
20834
|
+
* http://goto/soy-param-migration
|
|
20835
|
+
* @return {!Object}
|
|
20836
|
+
*/
|
|
20837
|
+
proto.game.ProviderCutoverAcceptedResponse.prototype.toObject = function(opt_includeInstance) {
|
|
20838
|
+
return proto.game.ProviderCutoverAcceptedResponse.toObject(opt_includeInstance, this);
|
|
20839
|
+
};
|
|
20840
|
+
|
|
20841
|
+
|
|
20842
|
+
/**
|
|
20843
|
+
* Static version of the {@see toObject} method.
|
|
20844
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
20845
|
+
* the JSPB instance for transitional soy proto support:
|
|
20846
|
+
* http://goto/soy-param-migration
|
|
20847
|
+
* @param {!proto.game.ProviderCutoverAcceptedResponse} msg The msg instance to transform.
|
|
20848
|
+
* @return {!Object}
|
|
20849
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
20850
|
+
*/
|
|
20851
|
+
proto.game.ProviderCutoverAcceptedResponse.toObject = function(includeInstance, msg) {
|
|
20852
|
+
var f, obj = {
|
|
20853
|
+
status: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
20854
|
+
migrationId: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
20855
|
+
};
|
|
20856
|
+
|
|
20857
|
+
if (includeInstance) {
|
|
20858
|
+
obj.$jspbMessageInstance = msg;
|
|
20859
|
+
}
|
|
20860
|
+
return obj;
|
|
20861
|
+
};
|
|
20862
|
+
}
|
|
20863
|
+
|
|
20864
|
+
|
|
20865
|
+
/**
|
|
20866
|
+
* Deserializes binary data (in protobuf wire format).
|
|
20867
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
20868
|
+
* @return {!proto.game.ProviderCutoverAcceptedResponse}
|
|
20869
|
+
*/
|
|
20870
|
+
proto.game.ProviderCutoverAcceptedResponse.deserializeBinary = function(bytes) {
|
|
20871
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
20872
|
+
var msg = new proto.game.ProviderCutoverAcceptedResponse;
|
|
20873
|
+
return proto.game.ProviderCutoverAcceptedResponse.deserializeBinaryFromReader(msg, reader);
|
|
20874
|
+
};
|
|
20875
|
+
|
|
20876
|
+
|
|
20877
|
+
/**
|
|
20878
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
20879
|
+
* given reader into the given message object.
|
|
20880
|
+
* @param {!proto.game.ProviderCutoverAcceptedResponse} msg The message object to deserialize into.
|
|
20881
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
20882
|
+
* @return {!proto.game.ProviderCutoverAcceptedResponse}
|
|
20883
|
+
*/
|
|
20884
|
+
proto.game.ProviderCutoverAcceptedResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
20885
|
+
while (reader.nextField()) {
|
|
20886
|
+
if (reader.isEndGroup()) {
|
|
20887
|
+
break;
|
|
20888
|
+
}
|
|
20889
|
+
var field = reader.getFieldNumber();
|
|
20890
|
+
switch (field) {
|
|
20891
|
+
case 1:
|
|
20892
|
+
var value = /** @type {string} */ (reader.readString());
|
|
20893
|
+
msg.setStatus(value);
|
|
20894
|
+
break;
|
|
20895
|
+
case 2:
|
|
20896
|
+
var value = /** @type {string} */ (reader.readString());
|
|
20897
|
+
msg.setMigrationId(value);
|
|
20898
|
+
break;
|
|
20899
|
+
default:
|
|
20900
|
+
reader.skipField();
|
|
20901
|
+
break;
|
|
20902
|
+
}
|
|
20903
|
+
}
|
|
20904
|
+
return msg;
|
|
20905
|
+
};
|
|
20906
|
+
|
|
20907
|
+
|
|
20908
|
+
/**
|
|
20909
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
20910
|
+
* @return {!Uint8Array}
|
|
20911
|
+
*/
|
|
20912
|
+
proto.game.ProviderCutoverAcceptedResponse.prototype.serializeBinary = function() {
|
|
20913
|
+
var writer = new jspb.BinaryWriter();
|
|
20914
|
+
proto.game.ProviderCutoverAcceptedResponse.serializeBinaryToWriter(this, writer);
|
|
20915
|
+
return writer.getResultBuffer();
|
|
20916
|
+
};
|
|
20917
|
+
|
|
20918
|
+
|
|
20919
|
+
/**
|
|
20920
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
20921
|
+
* format), writing to the given BinaryWriter.
|
|
20922
|
+
* @param {!proto.game.ProviderCutoverAcceptedResponse} message
|
|
20923
|
+
* @param {!jspb.BinaryWriter} writer
|
|
20924
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
20925
|
+
*/
|
|
20926
|
+
proto.game.ProviderCutoverAcceptedResponse.serializeBinaryToWriter = function(message, writer) {
|
|
20927
|
+
var f = undefined;
|
|
20928
|
+
f = message.getStatus();
|
|
20929
|
+
if (f.length > 0) {
|
|
20930
|
+
writer.writeString(
|
|
20931
|
+
1,
|
|
20932
|
+
f
|
|
20933
|
+
);
|
|
20934
|
+
}
|
|
20935
|
+
f = message.getMigrationId();
|
|
20936
|
+
if (f.length > 0) {
|
|
20937
|
+
writer.writeString(
|
|
20938
|
+
2,
|
|
20939
|
+
f
|
|
20940
|
+
);
|
|
20941
|
+
}
|
|
20942
|
+
};
|
|
20943
|
+
|
|
20944
|
+
|
|
20945
|
+
/**
|
|
20946
|
+
* optional string status = 1;
|
|
20947
|
+
* @return {string}
|
|
20948
|
+
*/
|
|
20949
|
+
proto.game.ProviderCutoverAcceptedResponse.prototype.getStatus = function() {
|
|
20950
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
20951
|
+
};
|
|
20952
|
+
|
|
20953
|
+
|
|
20954
|
+
/**
|
|
20955
|
+
* @param {string} value
|
|
20956
|
+
* @return {!proto.game.ProviderCutoverAcceptedResponse} returns this
|
|
20957
|
+
*/
|
|
20958
|
+
proto.game.ProviderCutoverAcceptedResponse.prototype.setStatus = function(value) {
|
|
20959
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
20960
|
+
};
|
|
20961
|
+
|
|
20962
|
+
|
|
20963
|
+
/**
|
|
20964
|
+
* optional string migration_id = 2;
|
|
20965
|
+
* @return {string}
|
|
20966
|
+
*/
|
|
20967
|
+
proto.game.ProviderCutoverAcceptedResponse.prototype.getMigrationId = function() {
|
|
20968
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
20969
|
+
};
|
|
20970
|
+
|
|
20971
|
+
|
|
20972
|
+
/**
|
|
20973
|
+
* @param {string} value
|
|
20974
|
+
* @return {!proto.game.ProviderCutoverAcceptedResponse} returns this
|
|
20975
|
+
*/
|
|
20976
|
+
proto.game.ProviderCutoverAcceptedResponse.prototype.setMigrationId = function(value) {
|
|
20977
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
20978
|
+
};
|
|
20979
|
+
|
|
20980
|
+
|
|
20981
|
+
|
|
20982
|
+
|
|
20983
|
+
|
|
20984
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
20985
|
+
/**
|
|
20986
|
+
* Creates an object representation of this proto.
|
|
20987
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
20988
|
+
* Optional fields that are not set will be set to undefined.
|
|
20989
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
20990
|
+
* For the list of reserved names please see:
|
|
20991
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
20992
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
20993
|
+
* JSPB instance for transitional soy proto support:
|
|
20994
|
+
* http://goto/soy-param-migration
|
|
20995
|
+
* @return {!Object}
|
|
20996
|
+
*/
|
|
20997
|
+
proto.game.ProviderCutoverProviderItem.prototype.toObject = function(opt_includeInstance) {
|
|
20998
|
+
return proto.game.ProviderCutoverProviderItem.toObject(opt_includeInstance, this);
|
|
20999
|
+
};
|
|
21000
|
+
|
|
21001
|
+
|
|
21002
|
+
/**
|
|
21003
|
+
* Static version of the {@see toObject} method.
|
|
21004
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
21005
|
+
* the JSPB instance for transitional soy proto support:
|
|
21006
|
+
* http://goto/soy-param-migration
|
|
21007
|
+
* @param {!proto.game.ProviderCutoverProviderItem} msg The msg instance to transform.
|
|
21008
|
+
* @return {!Object}
|
|
21009
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
21010
|
+
*/
|
|
21011
|
+
proto.game.ProviderCutoverProviderItem.toObject = function(includeInstance, msg) {
|
|
21012
|
+
var f, obj = {
|
|
21013
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
21014
|
+
title: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
21015
|
+
slug: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
21016
|
+
vendor: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
21017
|
+
};
|
|
21018
|
+
|
|
21019
|
+
if (includeInstance) {
|
|
21020
|
+
obj.$jspbMessageInstance = msg;
|
|
21021
|
+
}
|
|
21022
|
+
return obj;
|
|
21023
|
+
};
|
|
21024
|
+
}
|
|
21025
|
+
|
|
21026
|
+
|
|
21027
|
+
/**
|
|
21028
|
+
* Deserializes binary data (in protobuf wire format).
|
|
21029
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
21030
|
+
* @return {!proto.game.ProviderCutoverProviderItem}
|
|
21031
|
+
*/
|
|
21032
|
+
proto.game.ProviderCutoverProviderItem.deserializeBinary = function(bytes) {
|
|
21033
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
21034
|
+
var msg = new proto.game.ProviderCutoverProviderItem;
|
|
21035
|
+
return proto.game.ProviderCutoverProviderItem.deserializeBinaryFromReader(msg, reader);
|
|
21036
|
+
};
|
|
21037
|
+
|
|
21038
|
+
|
|
21039
|
+
/**
|
|
21040
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
21041
|
+
* given reader into the given message object.
|
|
21042
|
+
* @param {!proto.game.ProviderCutoverProviderItem} msg The message object to deserialize into.
|
|
21043
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
21044
|
+
* @return {!proto.game.ProviderCutoverProviderItem}
|
|
21045
|
+
*/
|
|
21046
|
+
proto.game.ProviderCutoverProviderItem.deserializeBinaryFromReader = function(msg, reader) {
|
|
21047
|
+
while (reader.nextField()) {
|
|
21048
|
+
if (reader.isEndGroup()) {
|
|
21049
|
+
break;
|
|
21050
|
+
}
|
|
21051
|
+
var field = reader.getFieldNumber();
|
|
21052
|
+
switch (field) {
|
|
21053
|
+
case 1:
|
|
21054
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21055
|
+
msg.setId(value);
|
|
21056
|
+
break;
|
|
21057
|
+
case 2:
|
|
21058
|
+
var value = /** @type {string} */ (reader.readString());
|
|
21059
|
+
msg.setTitle(value);
|
|
21060
|
+
break;
|
|
21061
|
+
case 3:
|
|
21062
|
+
var value = /** @type {string} */ (reader.readString());
|
|
21063
|
+
msg.setSlug(value);
|
|
21064
|
+
break;
|
|
21065
|
+
case 4:
|
|
21066
|
+
var value = /** @type {string} */ (reader.readString());
|
|
21067
|
+
msg.setVendor(value);
|
|
21068
|
+
break;
|
|
21069
|
+
default:
|
|
21070
|
+
reader.skipField();
|
|
21071
|
+
break;
|
|
21072
|
+
}
|
|
21073
|
+
}
|
|
21074
|
+
return msg;
|
|
21075
|
+
};
|
|
21076
|
+
|
|
21077
|
+
|
|
21078
|
+
/**
|
|
21079
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
21080
|
+
* @return {!Uint8Array}
|
|
21081
|
+
*/
|
|
21082
|
+
proto.game.ProviderCutoverProviderItem.prototype.serializeBinary = function() {
|
|
21083
|
+
var writer = new jspb.BinaryWriter();
|
|
21084
|
+
proto.game.ProviderCutoverProviderItem.serializeBinaryToWriter(this, writer);
|
|
21085
|
+
return writer.getResultBuffer();
|
|
21086
|
+
};
|
|
21087
|
+
|
|
21088
|
+
|
|
21089
|
+
/**
|
|
21090
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
21091
|
+
* format), writing to the given BinaryWriter.
|
|
21092
|
+
* @param {!proto.game.ProviderCutoverProviderItem} message
|
|
21093
|
+
* @param {!jspb.BinaryWriter} writer
|
|
21094
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
21095
|
+
*/
|
|
21096
|
+
proto.game.ProviderCutoverProviderItem.serializeBinaryToWriter = function(message, writer) {
|
|
21097
|
+
var f = undefined;
|
|
21098
|
+
f = message.getId();
|
|
21099
|
+
if (f !== 0) {
|
|
21100
|
+
writer.writeInt32(
|
|
21101
|
+
1,
|
|
21102
|
+
f
|
|
21103
|
+
);
|
|
21104
|
+
}
|
|
21105
|
+
f = message.getTitle();
|
|
21106
|
+
if (f.length > 0) {
|
|
21107
|
+
writer.writeString(
|
|
21108
|
+
2,
|
|
21109
|
+
f
|
|
21110
|
+
);
|
|
21111
|
+
}
|
|
21112
|
+
f = message.getSlug();
|
|
21113
|
+
if (f.length > 0) {
|
|
21114
|
+
writer.writeString(
|
|
21115
|
+
3,
|
|
21116
|
+
f
|
|
21117
|
+
);
|
|
21118
|
+
}
|
|
21119
|
+
f = message.getVendor();
|
|
21120
|
+
if (f.length > 0) {
|
|
21121
|
+
writer.writeString(
|
|
21122
|
+
4,
|
|
21123
|
+
f
|
|
21124
|
+
);
|
|
21125
|
+
}
|
|
21126
|
+
};
|
|
21127
|
+
|
|
21128
|
+
|
|
21129
|
+
/**
|
|
21130
|
+
* optional int32 id = 1;
|
|
21131
|
+
* @return {number}
|
|
21132
|
+
*/
|
|
21133
|
+
proto.game.ProviderCutoverProviderItem.prototype.getId = function() {
|
|
21134
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
21135
|
+
};
|
|
21136
|
+
|
|
21137
|
+
|
|
21138
|
+
/**
|
|
21139
|
+
* @param {number} value
|
|
21140
|
+
* @return {!proto.game.ProviderCutoverProviderItem} returns this
|
|
21141
|
+
*/
|
|
21142
|
+
proto.game.ProviderCutoverProviderItem.prototype.setId = function(value) {
|
|
21143
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
21144
|
+
};
|
|
21145
|
+
|
|
21146
|
+
|
|
21147
|
+
/**
|
|
21148
|
+
* optional string title = 2;
|
|
21149
|
+
* @return {string}
|
|
21150
|
+
*/
|
|
21151
|
+
proto.game.ProviderCutoverProviderItem.prototype.getTitle = function() {
|
|
21152
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
21153
|
+
};
|
|
21154
|
+
|
|
21155
|
+
|
|
21156
|
+
/**
|
|
21157
|
+
* @param {string} value
|
|
21158
|
+
* @return {!proto.game.ProviderCutoverProviderItem} returns this
|
|
21159
|
+
*/
|
|
21160
|
+
proto.game.ProviderCutoverProviderItem.prototype.setTitle = function(value) {
|
|
21161
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
21162
|
+
};
|
|
21163
|
+
|
|
21164
|
+
|
|
21165
|
+
/**
|
|
21166
|
+
* optional string slug = 3;
|
|
21167
|
+
* @return {string}
|
|
21168
|
+
*/
|
|
21169
|
+
proto.game.ProviderCutoverProviderItem.prototype.getSlug = function() {
|
|
21170
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
21171
|
+
};
|
|
21172
|
+
|
|
21173
|
+
|
|
21174
|
+
/**
|
|
21175
|
+
* @param {string} value
|
|
21176
|
+
* @return {!proto.game.ProviderCutoverProviderItem} returns this
|
|
21177
|
+
*/
|
|
21178
|
+
proto.game.ProviderCutoverProviderItem.prototype.setSlug = function(value) {
|
|
21179
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
21180
|
+
};
|
|
21181
|
+
|
|
21182
|
+
|
|
21183
|
+
/**
|
|
21184
|
+
* optional string vendor = 4;
|
|
21185
|
+
* @return {string}
|
|
21186
|
+
*/
|
|
21187
|
+
proto.game.ProviderCutoverProviderItem.prototype.getVendor = function() {
|
|
21188
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
21189
|
+
};
|
|
21190
|
+
|
|
21191
|
+
|
|
21192
|
+
/**
|
|
21193
|
+
* @param {string} value
|
|
21194
|
+
* @return {!proto.game.ProviderCutoverProviderItem} returns this
|
|
21195
|
+
*/
|
|
21196
|
+
proto.game.ProviderCutoverProviderItem.prototype.setVendor = function(value) {
|
|
21197
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
21198
|
+
};
|
|
21199
|
+
|
|
21200
|
+
|
|
21201
|
+
|
|
21202
|
+
/**
|
|
21203
|
+
* List of repeated fields within this message type.
|
|
21204
|
+
* @private {!Array<number>}
|
|
21205
|
+
* @const
|
|
21206
|
+
*/
|
|
21207
|
+
proto.game.ProviderCutoverProblemItem.repeatedFields_ = [2,3];
|
|
21208
|
+
|
|
21209
|
+
|
|
21210
|
+
|
|
21211
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
21212
|
+
/**
|
|
21213
|
+
* Creates an object representation of this proto.
|
|
21214
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
21215
|
+
* Optional fields that are not set will be set to undefined.
|
|
21216
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
21217
|
+
* For the list of reserved names please see:
|
|
21218
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
21219
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
21220
|
+
* JSPB instance for transitional soy proto support:
|
|
21221
|
+
* http://goto/soy-param-migration
|
|
21222
|
+
* @return {!Object}
|
|
21223
|
+
*/
|
|
21224
|
+
proto.game.ProviderCutoverProblemItem.prototype.toObject = function(opt_includeInstance) {
|
|
21225
|
+
return proto.game.ProviderCutoverProblemItem.toObject(opt_includeInstance, this);
|
|
21226
|
+
};
|
|
21227
|
+
|
|
21228
|
+
|
|
21229
|
+
/**
|
|
21230
|
+
* Static version of the {@see toObject} method.
|
|
21231
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
21232
|
+
* the JSPB instance for transitional soy proto support:
|
|
21233
|
+
* http://goto/soy-param-migration
|
|
21234
|
+
* @param {!proto.game.ProviderCutoverProblemItem} msg The msg instance to transform.
|
|
21235
|
+
* @return {!Object}
|
|
21236
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
21237
|
+
*/
|
|
21238
|
+
proto.game.ProviderCutoverProblemItem.toObject = function(includeInstance, msg) {
|
|
21239
|
+
var f, obj = {
|
|
21240
|
+
canonicalSlug: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
21241
|
+
sourceGameIdsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
|
|
21242
|
+
targetGameIdsList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f,
|
|
21243
|
+
status: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
21244
|
+
};
|
|
21245
|
+
|
|
21246
|
+
if (includeInstance) {
|
|
21247
|
+
obj.$jspbMessageInstance = msg;
|
|
21248
|
+
}
|
|
21249
|
+
return obj;
|
|
21250
|
+
};
|
|
21251
|
+
}
|
|
21252
|
+
|
|
21253
|
+
|
|
21254
|
+
/**
|
|
21255
|
+
* Deserializes binary data (in protobuf wire format).
|
|
21256
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
21257
|
+
* @return {!proto.game.ProviderCutoverProblemItem}
|
|
21258
|
+
*/
|
|
21259
|
+
proto.game.ProviderCutoverProblemItem.deserializeBinary = function(bytes) {
|
|
21260
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
21261
|
+
var msg = new proto.game.ProviderCutoverProblemItem;
|
|
21262
|
+
return proto.game.ProviderCutoverProblemItem.deserializeBinaryFromReader(msg, reader);
|
|
21263
|
+
};
|
|
21264
|
+
|
|
21265
|
+
|
|
21266
|
+
/**
|
|
21267
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
21268
|
+
* given reader into the given message object.
|
|
21269
|
+
* @param {!proto.game.ProviderCutoverProblemItem} msg The message object to deserialize into.
|
|
21270
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
21271
|
+
* @return {!proto.game.ProviderCutoverProblemItem}
|
|
21272
|
+
*/
|
|
21273
|
+
proto.game.ProviderCutoverProblemItem.deserializeBinaryFromReader = function(msg, reader) {
|
|
21274
|
+
while (reader.nextField()) {
|
|
21275
|
+
if (reader.isEndGroup()) {
|
|
21276
|
+
break;
|
|
21277
|
+
}
|
|
21278
|
+
var field = reader.getFieldNumber();
|
|
21279
|
+
switch (field) {
|
|
21280
|
+
case 1:
|
|
21281
|
+
var value = /** @type {string} */ (reader.readString());
|
|
21282
|
+
msg.setCanonicalSlug(value);
|
|
21283
|
+
break;
|
|
21284
|
+
case 2:
|
|
21285
|
+
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt32() : [reader.readInt32()]);
|
|
21286
|
+
for (var i = 0; i < values.length; i++) {
|
|
21287
|
+
msg.addSourceGameIds(values[i]);
|
|
21288
|
+
}
|
|
21289
|
+
break;
|
|
21290
|
+
case 3:
|
|
21291
|
+
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt32() : [reader.readInt32()]);
|
|
21292
|
+
for (var i = 0; i < values.length; i++) {
|
|
21293
|
+
msg.addTargetGameIds(values[i]);
|
|
21294
|
+
}
|
|
21295
|
+
break;
|
|
21296
|
+
case 4:
|
|
21297
|
+
var value = /** @type {string} */ (reader.readString());
|
|
21298
|
+
msg.setStatus(value);
|
|
21299
|
+
break;
|
|
21300
|
+
default:
|
|
21301
|
+
reader.skipField();
|
|
21302
|
+
break;
|
|
21303
|
+
}
|
|
21304
|
+
}
|
|
21305
|
+
return msg;
|
|
21306
|
+
};
|
|
21307
|
+
|
|
21308
|
+
|
|
21309
|
+
/**
|
|
21310
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
21311
|
+
* @return {!Uint8Array}
|
|
21312
|
+
*/
|
|
21313
|
+
proto.game.ProviderCutoverProblemItem.prototype.serializeBinary = function() {
|
|
21314
|
+
var writer = new jspb.BinaryWriter();
|
|
21315
|
+
proto.game.ProviderCutoverProblemItem.serializeBinaryToWriter(this, writer);
|
|
21316
|
+
return writer.getResultBuffer();
|
|
21317
|
+
};
|
|
21318
|
+
|
|
21319
|
+
|
|
21320
|
+
/**
|
|
21321
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
21322
|
+
* format), writing to the given BinaryWriter.
|
|
21323
|
+
* @param {!proto.game.ProviderCutoverProblemItem} message
|
|
21324
|
+
* @param {!jspb.BinaryWriter} writer
|
|
21325
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
21326
|
+
*/
|
|
21327
|
+
proto.game.ProviderCutoverProblemItem.serializeBinaryToWriter = function(message, writer) {
|
|
21328
|
+
var f = undefined;
|
|
21329
|
+
f = message.getCanonicalSlug();
|
|
21330
|
+
if (f.length > 0) {
|
|
21331
|
+
writer.writeString(
|
|
21332
|
+
1,
|
|
21333
|
+
f
|
|
21334
|
+
);
|
|
21335
|
+
}
|
|
21336
|
+
f = message.getSourceGameIdsList();
|
|
21337
|
+
if (f.length > 0) {
|
|
21338
|
+
writer.writePackedInt32(
|
|
21339
|
+
2,
|
|
21340
|
+
f
|
|
21341
|
+
);
|
|
21342
|
+
}
|
|
21343
|
+
f = message.getTargetGameIdsList();
|
|
21344
|
+
if (f.length > 0) {
|
|
21345
|
+
writer.writePackedInt32(
|
|
21346
|
+
3,
|
|
21347
|
+
f
|
|
21348
|
+
);
|
|
21349
|
+
}
|
|
21350
|
+
f = message.getStatus();
|
|
21351
|
+
if (f.length > 0) {
|
|
21352
|
+
writer.writeString(
|
|
21353
|
+
4,
|
|
21354
|
+
f
|
|
21355
|
+
);
|
|
21356
|
+
}
|
|
21357
|
+
};
|
|
21358
|
+
|
|
21359
|
+
|
|
21360
|
+
/**
|
|
21361
|
+
* optional string canonical_slug = 1;
|
|
21362
|
+
* @return {string}
|
|
21363
|
+
*/
|
|
21364
|
+
proto.game.ProviderCutoverProblemItem.prototype.getCanonicalSlug = function() {
|
|
21365
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
21366
|
+
};
|
|
21367
|
+
|
|
21368
|
+
|
|
21369
|
+
/**
|
|
21370
|
+
* @param {string} value
|
|
21371
|
+
* @return {!proto.game.ProviderCutoverProblemItem} returns this
|
|
21372
|
+
*/
|
|
21373
|
+
proto.game.ProviderCutoverProblemItem.prototype.setCanonicalSlug = function(value) {
|
|
21374
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
21375
|
+
};
|
|
21376
|
+
|
|
21377
|
+
|
|
21378
|
+
/**
|
|
21379
|
+
* repeated int32 source_game_ids = 2;
|
|
21380
|
+
* @return {!Array<number>}
|
|
21381
|
+
*/
|
|
21382
|
+
proto.game.ProviderCutoverProblemItem.prototype.getSourceGameIdsList = function() {
|
|
21383
|
+
return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
21384
|
+
};
|
|
21385
|
+
|
|
21386
|
+
|
|
21387
|
+
/**
|
|
21388
|
+
* @param {!Array<number>} value
|
|
21389
|
+
* @return {!proto.game.ProviderCutoverProblemItem} returns this
|
|
21390
|
+
*/
|
|
21391
|
+
proto.game.ProviderCutoverProblemItem.prototype.setSourceGameIdsList = function(value) {
|
|
21392
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
21393
|
+
};
|
|
21394
|
+
|
|
21395
|
+
|
|
21396
|
+
/**
|
|
21397
|
+
* @param {number} value
|
|
21398
|
+
* @param {number=} opt_index
|
|
21399
|
+
* @return {!proto.game.ProviderCutoverProblemItem} returns this
|
|
21400
|
+
*/
|
|
21401
|
+
proto.game.ProviderCutoverProblemItem.prototype.addSourceGameIds = function(value, opt_index) {
|
|
21402
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
21403
|
+
};
|
|
21404
|
+
|
|
21405
|
+
|
|
21406
|
+
/**
|
|
21407
|
+
* Clears the list making it empty but non-null.
|
|
21408
|
+
* @return {!proto.game.ProviderCutoverProblemItem} returns this
|
|
21409
|
+
*/
|
|
21410
|
+
proto.game.ProviderCutoverProblemItem.prototype.clearSourceGameIdsList = function() {
|
|
21411
|
+
return this.setSourceGameIdsList([]);
|
|
21412
|
+
};
|
|
21413
|
+
|
|
21414
|
+
|
|
21415
|
+
/**
|
|
21416
|
+
* repeated int32 target_game_ids = 3;
|
|
21417
|
+
* @return {!Array<number>}
|
|
21418
|
+
*/
|
|
21419
|
+
proto.game.ProviderCutoverProblemItem.prototype.getTargetGameIdsList = function() {
|
|
21420
|
+
return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 3));
|
|
21421
|
+
};
|
|
21422
|
+
|
|
21423
|
+
|
|
21424
|
+
/**
|
|
21425
|
+
* @param {!Array<number>} value
|
|
21426
|
+
* @return {!proto.game.ProviderCutoverProblemItem} returns this
|
|
21427
|
+
*/
|
|
21428
|
+
proto.game.ProviderCutoverProblemItem.prototype.setTargetGameIdsList = function(value) {
|
|
21429
|
+
return jspb.Message.setField(this, 3, value || []);
|
|
21430
|
+
};
|
|
21431
|
+
|
|
21432
|
+
|
|
21433
|
+
/**
|
|
21434
|
+
* @param {number} value
|
|
21435
|
+
* @param {number=} opt_index
|
|
21436
|
+
* @return {!proto.game.ProviderCutoverProblemItem} returns this
|
|
21437
|
+
*/
|
|
21438
|
+
proto.game.ProviderCutoverProblemItem.prototype.addTargetGameIds = function(value, opt_index) {
|
|
21439
|
+
return jspb.Message.addToRepeatedField(this, 3, value, opt_index);
|
|
21440
|
+
};
|
|
21441
|
+
|
|
21442
|
+
|
|
21443
|
+
/**
|
|
21444
|
+
* Clears the list making it empty but non-null.
|
|
21445
|
+
* @return {!proto.game.ProviderCutoverProblemItem} returns this
|
|
21446
|
+
*/
|
|
21447
|
+
proto.game.ProviderCutoverProblemItem.prototype.clearTargetGameIdsList = function() {
|
|
21448
|
+
return this.setTargetGameIdsList([]);
|
|
21449
|
+
};
|
|
21450
|
+
|
|
21451
|
+
|
|
21452
|
+
/**
|
|
21453
|
+
* optional string status = 4;
|
|
21454
|
+
* @return {string}
|
|
21455
|
+
*/
|
|
21456
|
+
proto.game.ProviderCutoverProblemItem.prototype.getStatus = function() {
|
|
21457
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
21458
|
+
};
|
|
21459
|
+
|
|
21460
|
+
|
|
21461
|
+
/**
|
|
21462
|
+
* @param {string} value
|
|
21463
|
+
* @return {!proto.game.ProviderCutoverProblemItem} returns this
|
|
21464
|
+
*/
|
|
21465
|
+
proto.game.ProviderCutoverProblemItem.prototype.setStatus = function(value) {
|
|
21466
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
21467
|
+
};
|
|
21468
|
+
|
|
21469
|
+
|
|
21470
|
+
|
|
21471
|
+
/**
|
|
21472
|
+
* List of repeated fields within this message type.
|
|
21473
|
+
* @private {!Array<number>}
|
|
21474
|
+
* @const
|
|
21475
|
+
*/
|
|
21476
|
+
proto.game.ProviderCutoverSnapshotResponse.repeatedFields_ = [18];
|
|
21477
|
+
|
|
21478
|
+
|
|
21479
|
+
|
|
21480
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
21481
|
+
/**
|
|
21482
|
+
* Creates an object representation of this proto.
|
|
21483
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
21484
|
+
* Optional fields that are not set will be set to undefined.
|
|
21485
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
21486
|
+
* For the list of reserved names please see:
|
|
21487
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
21488
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
21489
|
+
* JSPB instance for transitional soy proto support:
|
|
21490
|
+
* http://goto/soy-param-migration
|
|
21491
|
+
* @return {!Object}
|
|
21492
|
+
*/
|
|
21493
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.toObject = function(opt_includeInstance) {
|
|
21494
|
+
return proto.game.ProviderCutoverSnapshotResponse.toObject(opt_includeInstance, this);
|
|
21495
|
+
};
|
|
21496
|
+
|
|
21497
|
+
|
|
21498
|
+
/**
|
|
21499
|
+
* Static version of the {@see toObject} method.
|
|
21500
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
21501
|
+
* the JSPB instance for transitional soy proto support:
|
|
21502
|
+
* http://goto/soy-param-migration
|
|
21503
|
+
* @param {!proto.game.ProviderCutoverSnapshotResponse} msg The msg instance to transform.
|
|
21504
|
+
* @return {!Object}
|
|
21505
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
21506
|
+
*/
|
|
21507
|
+
proto.game.ProviderCutoverSnapshotResponse.toObject = function(includeInstance, msg) {
|
|
21508
|
+
var f, obj = {
|
|
21509
|
+
migrationId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
21510
|
+
providerFrom: (f = msg.getProviderFrom()) && proto.game.ProviderCutoverProviderItem.toObject(includeInstance, f),
|
|
21511
|
+
providerTo: (f = msg.getProviderTo()) && proto.game.ProviderCutoverProviderItem.toObject(includeInstance, f),
|
|
21512
|
+
sourceGamesTotal: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
21513
|
+
targetGamesTotal: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
21514
|
+
matchedGamesTotal: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
21515
|
+
ambiguousGamesTotal: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
21516
|
+
unmatchedSourceGamesTotal: jspb.Message.getFieldWithDefault(msg, 8, 0),
|
|
21517
|
+
unmatchedTargetGamesTotal: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
21518
|
+
sourceGamesWithMediaTotal: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
21519
|
+
mediaCopyableGamesTotal: jspb.Message.getFieldWithDefault(msg, 11, 0),
|
|
21520
|
+
sourceCollectionRelationsTotal: jspb.Message.getFieldWithDefault(msg, 12, 0),
|
|
21521
|
+
sourceTagRelationsTotal: jspb.Message.getFieldWithDefault(msg, 13, 0),
|
|
21522
|
+
targetRelationsExistingTotal: jspb.Message.getFieldWithDefault(msg, 14, 0),
|
|
21523
|
+
targetRelationsMissingTotal: jspb.Message.getFieldWithDefault(msg, 15, 0),
|
|
21524
|
+
gamesReadyForActivationTotal: jspb.Message.getFieldWithDefault(msg, 16, 0),
|
|
21525
|
+
problemsTotal: jspb.Message.getFieldWithDefault(msg, 17, 0),
|
|
21526
|
+
problemsList: jspb.Message.toObjectList(msg.getProblemsList(),
|
|
21527
|
+
proto.game.ProviderCutoverProblemItem.toObject, includeInstance)
|
|
21528
|
+
};
|
|
21529
|
+
|
|
21530
|
+
if (includeInstance) {
|
|
21531
|
+
obj.$jspbMessageInstance = msg;
|
|
21532
|
+
}
|
|
21533
|
+
return obj;
|
|
21534
|
+
};
|
|
21535
|
+
}
|
|
21536
|
+
|
|
21537
|
+
|
|
21538
|
+
/**
|
|
21539
|
+
* Deserializes binary data (in protobuf wire format).
|
|
21540
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
21541
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse}
|
|
21542
|
+
*/
|
|
21543
|
+
proto.game.ProviderCutoverSnapshotResponse.deserializeBinary = function(bytes) {
|
|
21544
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
21545
|
+
var msg = new proto.game.ProviderCutoverSnapshotResponse;
|
|
21546
|
+
return proto.game.ProviderCutoverSnapshotResponse.deserializeBinaryFromReader(msg, reader);
|
|
21547
|
+
};
|
|
21548
|
+
|
|
21549
|
+
|
|
21550
|
+
/**
|
|
21551
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
21552
|
+
* given reader into the given message object.
|
|
21553
|
+
* @param {!proto.game.ProviderCutoverSnapshotResponse} msg The message object to deserialize into.
|
|
21554
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
21555
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse}
|
|
21556
|
+
*/
|
|
21557
|
+
proto.game.ProviderCutoverSnapshotResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
21558
|
+
while (reader.nextField()) {
|
|
21559
|
+
if (reader.isEndGroup()) {
|
|
21560
|
+
break;
|
|
21561
|
+
}
|
|
21562
|
+
var field = reader.getFieldNumber();
|
|
21563
|
+
switch (field) {
|
|
21564
|
+
case 1:
|
|
21565
|
+
var value = /** @type {string} */ (reader.readString());
|
|
21566
|
+
msg.setMigrationId(value);
|
|
21567
|
+
break;
|
|
21568
|
+
case 2:
|
|
21569
|
+
var value = new proto.game.ProviderCutoverProviderItem;
|
|
21570
|
+
reader.readMessage(value,proto.game.ProviderCutoverProviderItem.deserializeBinaryFromReader);
|
|
21571
|
+
msg.setProviderFrom(value);
|
|
21572
|
+
break;
|
|
21573
|
+
case 3:
|
|
21574
|
+
var value = new proto.game.ProviderCutoverProviderItem;
|
|
21575
|
+
reader.readMessage(value,proto.game.ProviderCutoverProviderItem.deserializeBinaryFromReader);
|
|
21576
|
+
msg.setProviderTo(value);
|
|
21577
|
+
break;
|
|
21578
|
+
case 4:
|
|
21579
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21580
|
+
msg.setSourceGamesTotal(value);
|
|
21581
|
+
break;
|
|
21582
|
+
case 5:
|
|
21583
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21584
|
+
msg.setTargetGamesTotal(value);
|
|
21585
|
+
break;
|
|
21586
|
+
case 6:
|
|
21587
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21588
|
+
msg.setMatchedGamesTotal(value);
|
|
21589
|
+
break;
|
|
21590
|
+
case 7:
|
|
21591
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21592
|
+
msg.setAmbiguousGamesTotal(value);
|
|
21593
|
+
break;
|
|
21594
|
+
case 8:
|
|
21595
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21596
|
+
msg.setUnmatchedSourceGamesTotal(value);
|
|
21597
|
+
break;
|
|
21598
|
+
case 9:
|
|
21599
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21600
|
+
msg.setUnmatchedTargetGamesTotal(value);
|
|
21601
|
+
break;
|
|
21602
|
+
case 10:
|
|
21603
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21604
|
+
msg.setSourceGamesWithMediaTotal(value);
|
|
21605
|
+
break;
|
|
21606
|
+
case 11:
|
|
21607
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21608
|
+
msg.setMediaCopyableGamesTotal(value);
|
|
21609
|
+
break;
|
|
21610
|
+
case 12:
|
|
21611
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21612
|
+
msg.setSourceCollectionRelationsTotal(value);
|
|
21613
|
+
break;
|
|
21614
|
+
case 13:
|
|
21615
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21616
|
+
msg.setSourceTagRelationsTotal(value);
|
|
21617
|
+
break;
|
|
21618
|
+
case 14:
|
|
21619
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21620
|
+
msg.setTargetRelationsExistingTotal(value);
|
|
21621
|
+
break;
|
|
21622
|
+
case 15:
|
|
21623
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21624
|
+
msg.setTargetRelationsMissingTotal(value);
|
|
21625
|
+
break;
|
|
21626
|
+
case 16:
|
|
21627
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21628
|
+
msg.setGamesReadyForActivationTotal(value);
|
|
21629
|
+
break;
|
|
21630
|
+
case 17:
|
|
21631
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
21632
|
+
msg.setProblemsTotal(value);
|
|
21633
|
+
break;
|
|
21634
|
+
case 18:
|
|
21635
|
+
var value = new proto.game.ProviderCutoverProblemItem;
|
|
21636
|
+
reader.readMessage(value,proto.game.ProviderCutoverProblemItem.deserializeBinaryFromReader);
|
|
21637
|
+
msg.addProblems(value);
|
|
21638
|
+
break;
|
|
21639
|
+
default:
|
|
21640
|
+
reader.skipField();
|
|
21641
|
+
break;
|
|
21642
|
+
}
|
|
21643
|
+
}
|
|
21644
|
+
return msg;
|
|
21645
|
+
};
|
|
21646
|
+
|
|
21647
|
+
|
|
21648
|
+
/**
|
|
21649
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
21650
|
+
* @return {!Uint8Array}
|
|
21651
|
+
*/
|
|
21652
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.serializeBinary = function() {
|
|
21653
|
+
var writer = new jspb.BinaryWriter();
|
|
21654
|
+
proto.game.ProviderCutoverSnapshotResponse.serializeBinaryToWriter(this, writer);
|
|
21655
|
+
return writer.getResultBuffer();
|
|
21656
|
+
};
|
|
21657
|
+
|
|
21658
|
+
|
|
21659
|
+
/**
|
|
21660
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
21661
|
+
* format), writing to the given BinaryWriter.
|
|
21662
|
+
* @param {!proto.game.ProviderCutoverSnapshotResponse} message
|
|
21663
|
+
* @param {!jspb.BinaryWriter} writer
|
|
21664
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
21665
|
+
*/
|
|
21666
|
+
proto.game.ProviderCutoverSnapshotResponse.serializeBinaryToWriter = function(message, writer) {
|
|
21667
|
+
var f = undefined;
|
|
21668
|
+
f = message.getMigrationId();
|
|
21669
|
+
if (f.length > 0) {
|
|
21670
|
+
writer.writeString(
|
|
21671
|
+
1,
|
|
21672
|
+
f
|
|
21673
|
+
);
|
|
21674
|
+
}
|
|
21675
|
+
f = message.getProviderFrom();
|
|
21676
|
+
if (f != null) {
|
|
21677
|
+
writer.writeMessage(
|
|
21678
|
+
2,
|
|
21679
|
+
f,
|
|
21680
|
+
proto.game.ProviderCutoverProviderItem.serializeBinaryToWriter
|
|
21681
|
+
);
|
|
21682
|
+
}
|
|
21683
|
+
f = message.getProviderTo();
|
|
21684
|
+
if (f != null) {
|
|
21685
|
+
writer.writeMessage(
|
|
21686
|
+
3,
|
|
21687
|
+
f,
|
|
21688
|
+
proto.game.ProviderCutoverProviderItem.serializeBinaryToWriter
|
|
21689
|
+
);
|
|
21690
|
+
}
|
|
21691
|
+
f = message.getSourceGamesTotal();
|
|
21692
|
+
if (f !== 0) {
|
|
21693
|
+
writer.writeInt32(
|
|
21694
|
+
4,
|
|
21695
|
+
f
|
|
21696
|
+
);
|
|
21697
|
+
}
|
|
21698
|
+
f = message.getTargetGamesTotal();
|
|
21699
|
+
if (f !== 0) {
|
|
21700
|
+
writer.writeInt32(
|
|
21701
|
+
5,
|
|
21702
|
+
f
|
|
21703
|
+
);
|
|
21704
|
+
}
|
|
21705
|
+
f = message.getMatchedGamesTotal();
|
|
21706
|
+
if (f !== 0) {
|
|
21707
|
+
writer.writeInt32(
|
|
21708
|
+
6,
|
|
21709
|
+
f
|
|
21710
|
+
);
|
|
21711
|
+
}
|
|
21712
|
+
f = message.getAmbiguousGamesTotal();
|
|
21713
|
+
if (f !== 0) {
|
|
21714
|
+
writer.writeInt32(
|
|
21715
|
+
7,
|
|
21716
|
+
f
|
|
21717
|
+
);
|
|
21718
|
+
}
|
|
21719
|
+
f = message.getUnmatchedSourceGamesTotal();
|
|
21720
|
+
if (f !== 0) {
|
|
21721
|
+
writer.writeInt32(
|
|
21722
|
+
8,
|
|
21723
|
+
f
|
|
21724
|
+
);
|
|
21725
|
+
}
|
|
21726
|
+
f = message.getUnmatchedTargetGamesTotal();
|
|
21727
|
+
if (f !== 0) {
|
|
21728
|
+
writer.writeInt32(
|
|
21729
|
+
9,
|
|
21730
|
+
f
|
|
21731
|
+
);
|
|
21732
|
+
}
|
|
21733
|
+
f = message.getSourceGamesWithMediaTotal();
|
|
21734
|
+
if (f !== 0) {
|
|
21735
|
+
writer.writeInt32(
|
|
21736
|
+
10,
|
|
21737
|
+
f
|
|
21738
|
+
);
|
|
21739
|
+
}
|
|
21740
|
+
f = message.getMediaCopyableGamesTotal();
|
|
21741
|
+
if (f !== 0) {
|
|
21742
|
+
writer.writeInt32(
|
|
21743
|
+
11,
|
|
21744
|
+
f
|
|
21745
|
+
);
|
|
21746
|
+
}
|
|
21747
|
+
f = message.getSourceCollectionRelationsTotal();
|
|
21748
|
+
if (f !== 0) {
|
|
21749
|
+
writer.writeInt32(
|
|
21750
|
+
12,
|
|
21751
|
+
f
|
|
21752
|
+
);
|
|
21753
|
+
}
|
|
21754
|
+
f = message.getSourceTagRelationsTotal();
|
|
21755
|
+
if (f !== 0) {
|
|
21756
|
+
writer.writeInt32(
|
|
21757
|
+
13,
|
|
21758
|
+
f
|
|
21759
|
+
);
|
|
21760
|
+
}
|
|
21761
|
+
f = message.getTargetRelationsExistingTotal();
|
|
21762
|
+
if (f !== 0) {
|
|
21763
|
+
writer.writeInt32(
|
|
21764
|
+
14,
|
|
21765
|
+
f
|
|
21766
|
+
);
|
|
21767
|
+
}
|
|
21768
|
+
f = message.getTargetRelationsMissingTotal();
|
|
21769
|
+
if (f !== 0) {
|
|
21770
|
+
writer.writeInt32(
|
|
21771
|
+
15,
|
|
21772
|
+
f
|
|
21773
|
+
);
|
|
21774
|
+
}
|
|
21775
|
+
f = message.getGamesReadyForActivationTotal();
|
|
21776
|
+
if (f !== 0) {
|
|
21777
|
+
writer.writeInt32(
|
|
21778
|
+
16,
|
|
21779
|
+
f
|
|
21780
|
+
);
|
|
21781
|
+
}
|
|
21782
|
+
f = message.getProblemsTotal();
|
|
21783
|
+
if (f !== 0) {
|
|
21784
|
+
writer.writeInt32(
|
|
21785
|
+
17,
|
|
21786
|
+
f
|
|
21787
|
+
);
|
|
21788
|
+
}
|
|
21789
|
+
f = message.getProblemsList();
|
|
21790
|
+
if (f.length > 0) {
|
|
21791
|
+
writer.writeRepeatedMessage(
|
|
21792
|
+
18,
|
|
21793
|
+
f,
|
|
21794
|
+
proto.game.ProviderCutoverProblemItem.serializeBinaryToWriter
|
|
21795
|
+
);
|
|
21796
|
+
}
|
|
21797
|
+
};
|
|
21798
|
+
|
|
21799
|
+
|
|
21800
|
+
/**
|
|
21801
|
+
* optional string migration_id = 1;
|
|
21802
|
+
* @return {string}
|
|
21803
|
+
*/
|
|
21804
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getMigrationId = function() {
|
|
21805
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
21806
|
+
};
|
|
21807
|
+
|
|
21808
|
+
|
|
21809
|
+
/**
|
|
21810
|
+
* @param {string} value
|
|
21811
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21812
|
+
*/
|
|
21813
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setMigrationId = function(value) {
|
|
21814
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
21815
|
+
};
|
|
21816
|
+
|
|
21817
|
+
|
|
21818
|
+
/**
|
|
21819
|
+
* optional ProviderCutoverProviderItem provider_from = 2;
|
|
21820
|
+
* @return {?proto.game.ProviderCutoverProviderItem}
|
|
21821
|
+
*/
|
|
21822
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getProviderFrom = function() {
|
|
21823
|
+
return /** @type{?proto.game.ProviderCutoverProviderItem} */ (
|
|
21824
|
+
jspb.Message.getWrapperField(this, proto.game.ProviderCutoverProviderItem, 2));
|
|
21825
|
+
};
|
|
21826
|
+
|
|
21827
|
+
|
|
21828
|
+
/**
|
|
21829
|
+
* @param {?proto.game.ProviderCutoverProviderItem|undefined} value
|
|
21830
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21831
|
+
*/
|
|
21832
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setProviderFrom = function(value) {
|
|
21833
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
21834
|
+
};
|
|
21835
|
+
|
|
21836
|
+
|
|
21837
|
+
/**
|
|
21838
|
+
* Clears the message field making it undefined.
|
|
21839
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21840
|
+
*/
|
|
21841
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.clearProviderFrom = function() {
|
|
21842
|
+
return this.setProviderFrom(undefined);
|
|
21843
|
+
};
|
|
21844
|
+
|
|
21845
|
+
|
|
21846
|
+
/**
|
|
21847
|
+
* Returns whether this field is set.
|
|
21848
|
+
* @return {boolean}
|
|
21849
|
+
*/
|
|
21850
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.hasProviderFrom = function() {
|
|
21851
|
+
return jspb.Message.getField(this, 2) != null;
|
|
21852
|
+
};
|
|
21853
|
+
|
|
21854
|
+
|
|
21855
|
+
/**
|
|
21856
|
+
* optional ProviderCutoverProviderItem provider_to = 3;
|
|
21857
|
+
* @return {?proto.game.ProviderCutoverProviderItem}
|
|
21858
|
+
*/
|
|
21859
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getProviderTo = function() {
|
|
21860
|
+
return /** @type{?proto.game.ProviderCutoverProviderItem} */ (
|
|
21861
|
+
jspb.Message.getWrapperField(this, proto.game.ProviderCutoverProviderItem, 3));
|
|
21862
|
+
};
|
|
21863
|
+
|
|
21864
|
+
|
|
21865
|
+
/**
|
|
21866
|
+
* @param {?proto.game.ProviderCutoverProviderItem|undefined} value
|
|
21867
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21868
|
+
*/
|
|
21869
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setProviderTo = function(value) {
|
|
21870
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
21871
|
+
};
|
|
21872
|
+
|
|
21873
|
+
|
|
21874
|
+
/**
|
|
21875
|
+
* Clears the message field making it undefined.
|
|
21876
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21877
|
+
*/
|
|
21878
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.clearProviderTo = function() {
|
|
21879
|
+
return this.setProviderTo(undefined);
|
|
21880
|
+
};
|
|
21881
|
+
|
|
21882
|
+
|
|
21883
|
+
/**
|
|
21884
|
+
* Returns whether this field is set.
|
|
21885
|
+
* @return {boolean}
|
|
21886
|
+
*/
|
|
21887
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.hasProviderTo = function() {
|
|
21888
|
+
return jspb.Message.getField(this, 3) != null;
|
|
21889
|
+
};
|
|
21890
|
+
|
|
21891
|
+
|
|
21892
|
+
/**
|
|
21893
|
+
* optional int32 source_games_total = 4;
|
|
21894
|
+
* @return {number}
|
|
21895
|
+
*/
|
|
21896
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getSourceGamesTotal = function() {
|
|
21897
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
21898
|
+
};
|
|
21899
|
+
|
|
21900
|
+
|
|
21901
|
+
/**
|
|
21902
|
+
* @param {number} value
|
|
21903
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21904
|
+
*/
|
|
21905
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setSourceGamesTotal = function(value) {
|
|
21906
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
21907
|
+
};
|
|
21908
|
+
|
|
21909
|
+
|
|
21910
|
+
/**
|
|
21911
|
+
* optional int32 target_games_total = 5;
|
|
21912
|
+
* @return {number}
|
|
21913
|
+
*/
|
|
21914
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getTargetGamesTotal = function() {
|
|
21915
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
21916
|
+
};
|
|
21917
|
+
|
|
21918
|
+
|
|
21919
|
+
/**
|
|
21920
|
+
* @param {number} value
|
|
21921
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21922
|
+
*/
|
|
21923
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setTargetGamesTotal = function(value) {
|
|
21924
|
+
return jspb.Message.setProto3IntField(this, 5, value);
|
|
21925
|
+
};
|
|
21926
|
+
|
|
21927
|
+
|
|
21928
|
+
/**
|
|
21929
|
+
* optional int32 matched_games_total = 6;
|
|
21930
|
+
* @return {number}
|
|
21931
|
+
*/
|
|
21932
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getMatchedGamesTotal = function() {
|
|
21933
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
|
|
21934
|
+
};
|
|
21935
|
+
|
|
21936
|
+
|
|
21937
|
+
/**
|
|
21938
|
+
* @param {number} value
|
|
21939
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21940
|
+
*/
|
|
21941
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setMatchedGamesTotal = function(value) {
|
|
21942
|
+
return jspb.Message.setProto3IntField(this, 6, value);
|
|
21943
|
+
};
|
|
21944
|
+
|
|
21945
|
+
|
|
21946
|
+
/**
|
|
21947
|
+
* optional int32 ambiguous_games_total = 7;
|
|
21948
|
+
* @return {number}
|
|
21949
|
+
*/
|
|
21950
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getAmbiguousGamesTotal = function() {
|
|
21951
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
21952
|
+
};
|
|
21953
|
+
|
|
21954
|
+
|
|
21955
|
+
/**
|
|
21956
|
+
* @param {number} value
|
|
21957
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21958
|
+
*/
|
|
21959
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setAmbiguousGamesTotal = function(value) {
|
|
21960
|
+
return jspb.Message.setProto3IntField(this, 7, value);
|
|
21961
|
+
};
|
|
21962
|
+
|
|
21963
|
+
|
|
21964
|
+
/**
|
|
21965
|
+
* optional int32 unmatched_source_games_total = 8;
|
|
21966
|
+
* @return {number}
|
|
21967
|
+
*/
|
|
21968
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getUnmatchedSourceGamesTotal = function() {
|
|
21969
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
|
|
21970
|
+
};
|
|
21971
|
+
|
|
21972
|
+
|
|
21973
|
+
/**
|
|
21974
|
+
* @param {number} value
|
|
21975
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21976
|
+
*/
|
|
21977
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setUnmatchedSourceGamesTotal = function(value) {
|
|
21978
|
+
return jspb.Message.setProto3IntField(this, 8, value);
|
|
21979
|
+
};
|
|
21980
|
+
|
|
21981
|
+
|
|
21982
|
+
/**
|
|
21983
|
+
* optional int32 unmatched_target_games_total = 9;
|
|
21984
|
+
* @return {number}
|
|
21985
|
+
*/
|
|
21986
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getUnmatchedTargetGamesTotal = function() {
|
|
21987
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
|
|
21988
|
+
};
|
|
21989
|
+
|
|
21990
|
+
|
|
21991
|
+
/**
|
|
21992
|
+
* @param {number} value
|
|
21993
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
21994
|
+
*/
|
|
21995
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setUnmatchedTargetGamesTotal = function(value) {
|
|
21996
|
+
return jspb.Message.setProto3IntField(this, 9, value);
|
|
21997
|
+
};
|
|
21998
|
+
|
|
21999
|
+
|
|
22000
|
+
/**
|
|
22001
|
+
* optional int32 source_games_with_media_total = 10;
|
|
22002
|
+
* @return {number}
|
|
22003
|
+
*/
|
|
22004
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getSourceGamesWithMediaTotal = function() {
|
|
22005
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
|
|
22006
|
+
};
|
|
22007
|
+
|
|
22008
|
+
|
|
22009
|
+
/**
|
|
22010
|
+
* @param {number} value
|
|
22011
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22012
|
+
*/
|
|
22013
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setSourceGamesWithMediaTotal = function(value) {
|
|
22014
|
+
return jspb.Message.setProto3IntField(this, 10, value);
|
|
22015
|
+
};
|
|
22016
|
+
|
|
22017
|
+
|
|
22018
|
+
/**
|
|
22019
|
+
* optional int32 media_copyable_games_total = 11;
|
|
22020
|
+
* @return {number}
|
|
22021
|
+
*/
|
|
22022
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getMediaCopyableGamesTotal = function() {
|
|
22023
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0));
|
|
22024
|
+
};
|
|
22025
|
+
|
|
22026
|
+
|
|
22027
|
+
/**
|
|
22028
|
+
* @param {number} value
|
|
22029
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22030
|
+
*/
|
|
22031
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setMediaCopyableGamesTotal = function(value) {
|
|
22032
|
+
return jspb.Message.setProto3IntField(this, 11, value);
|
|
22033
|
+
};
|
|
22034
|
+
|
|
22035
|
+
|
|
22036
|
+
/**
|
|
22037
|
+
* optional int32 source_collection_relations_total = 12;
|
|
22038
|
+
* @return {number}
|
|
22039
|
+
*/
|
|
22040
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getSourceCollectionRelationsTotal = function() {
|
|
22041
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
22042
|
+
};
|
|
22043
|
+
|
|
22044
|
+
|
|
22045
|
+
/**
|
|
22046
|
+
* @param {number} value
|
|
22047
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22048
|
+
*/
|
|
22049
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setSourceCollectionRelationsTotal = function(value) {
|
|
22050
|
+
return jspb.Message.setProto3IntField(this, 12, value);
|
|
22051
|
+
};
|
|
22052
|
+
|
|
22053
|
+
|
|
22054
|
+
/**
|
|
22055
|
+
* optional int32 source_tag_relations_total = 13;
|
|
22056
|
+
* @return {number}
|
|
22057
|
+
*/
|
|
22058
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getSourceTagRelationsTotal = function() {
|
|
22059
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 13, 0));
|
|
22060
|
+
};
|
|
22061
|
+
|
|
22062
|
+
|
|
22063
|
+
/**
|
|
22064
|
+
* @param {number} value
|
|
22065
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22066
|
+
*/
|
|
22067
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setSourceTagRelationsTotal = function(value) {
|
|
22068
|
+
return jspb.Message.setProto3IntField(this, 13, value);
|
|
22069
|
+
};
|
|
22070
|
+
|
|
22071
|
+
|
|
22072
|
+
/**
|
|
22073
|
+
* optional int32 target_relations_existing_total = 14;
|
|
22074
|
+
* @return {number}
|
|
22075
|
+
*/
|
|
22076
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getTargetRelationsExistingTotal = function() {
|
|
22077
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0));
|
|
22078
|
+
};
|
|
22079
|
+
|
|
22080
|
+
|
|
22081
|
+
/**
|
|
22082
|
+
* @param {number} value
|
|
22083
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22084
|
+
*/
|
|
22085
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setTargetRelationsExistingTotal = function(value) {
|
|
22086
|
+
return jspb.Message.setProto3IntField(this, 14, value);
|
|
22087
|
+
};
|
|
22088
|
+
|
|
22089
|
+
|
|
22090
|
+
/**
|
|
22091
|
+
* optional int32 target_relations_missing_total = 15;
|
|
22092
|
+
* @return {number}
|
|
22093
|
+
*/
|
|
22094
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getTargetRelationsMissingTotal = function() {
|
|
22095
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 15, 0));
|
|
22096
|
+
};
|
|
22097
|
+
|
|
22098
|
+
|
|
22099
|
+
/**
|
|
22100
|
+
* @param {number} value
|
|
22101
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22102
|
+
*/
|
|
22103
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setTargetRelationsMissingTotal = function(value) {
|
|
22104
|
+
return jspb.Message.setProto3IntField(this, 15, value);
|
|
22105
|
+
};
|
|
22106
|
+
|
|
22107
|
+
|
|
22108
|
+
/**
|
|
22109
|
+
* optional int32 games_ready_for_activation_total = 16;
|
|
22110
|
+
* @return {number}
|
|
22111
|
+
*/
|
|
22112
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getGamesReadyForActivationTotal = function() {
|
|
22113
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 16, 0));
|
|
22114
|
+
};
|
|
22115
|
+
|
|
22116
|
+
|
|
22117
|
+
/**
|
|
22118
|
+
* @param {number} value
|
|
22119
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22120
|
+
*/
|
|
22121
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setGamesReadyForActivationTotal = function(value) {
|
|
22122
|
+
return jspb.Message.setProto3IntField(this, 16, value);
|
|
22123
|
+
};
|
|
22124
|
+
|
|
22125
|
+
|
|
22126
|
+
/**
|
|
22127
|
+
* optional int32 problems_total = 17;
|
|
22128
|
+
* @return {number}
|
|
22129
|
+
*/
|
|
22130
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getProblemsTotal = function() {
|
|
22131
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
|
|
22132
|
+
};
|
|
22133
|
+
|
|
22134
|
+
|
|
22135
|
+
/**
|
|
22136
|
+
* @param {number} value
|
|
22137
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22138
|
+
*/
|
|
22139
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setProblemsTotal = function(value) {
|
|
22140
|
+
return jspb.Message.setProto3IntField(this, 17, value);
|
|
22141
|
+
};
|
|
22142
|
+
|
|
22143
|
+
|
|
22144
|
+
/**
|
|
22145
|
+
* repeated ProviderCutoverProblemItem problems = 18;
|
|
22146
|
+
* @return {!Array<!proto.game.ProviderCutoverProblemItem>}
|
|
22147
|
+
*/
|
|
22148
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.getProblemsList = function() {
|
|
22149
|
+
return /** @type{!Array<!proto.game.ProviderCutoverProblemItem>} */ (
|
|
22150
|
+
jspb.Message.getRepeatedWrapperField(this, proto.game.ProviderCutoverProblemItem, 18));
|
|
22151
|
+
};
|
|
22152
|
+
|
|
22153
|
+
|
|
22154
|
+
/**
|
|
22155
|
+
* @param {!Array<!proto.game.ProviderCutoverProblemItem>} value
|
|
22156
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22157
|
+
*/
|
|
22158
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.setProblemsList = function(value) {
|
|
22159
|
+
return jspb.Message.setRepeatedWrapperField(this, 18, value);
|
|
22160
|
+
};
|
|
22161
|
+
|
|
22162
|
+
|
|
22163
|
+
/**
|
|
22164
|
+
* @param {!proto.game.ProviderCutoverProblemItem=} opt_value
|
|
22165
|
+
* @param {number=} opt_index
|
|
22166
|
+
* @return {!proto.game.ProviderCutoverProblemItem}
|
|
22167
|
+
*/
|
|
22168
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.addProblems = function(opt_value, opt_index) {
|
|
22169
|
+
return jspb.Message.addToRepeatedWrapperField(this, 18, opt_value, proto.game.ProviderCutoverProblemItem, opt_index);
|
|
22170
|
+
};
|
|
22171
|
+
|
|
22172
|
+
|
|
22173
|
+
/**
|
|
22174
|
+
* Clears the list making it empty but non-null.
|
|
22175
|
+
* @return {!proto.game.ProviderCutoverSnapshotResponse} returns this
|
|
22176
|
+
*/
|
|
22177
|
+
proto.game.ProviderCutoverSnapshotResponse.prototype.clearProblemsList = function() {
|
|
22178
|
+
return this.setProblemsList([]);
|
|
22179
|
+
};
|
|
22180
|
+
|
|
22181
|
+
|
|
22182
|
+
|
|
22183
|
+
|
|
22184
|
+
|
|
20554
22185
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
20555
22186
|
/**
|
|
20556
22187
|
* Creates an object representation of this proto.
|