@aldiokta/protocgen 1.0.13 → 1.0.15
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/package.json +1 -1
- package/prisca/v1/core/job_grade/job_grade_pb.js +308 -36
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +22 -0
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +253 -80
- package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +26 -3
- package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +886 -107
|
@@ -23,6 +23,8 @@ var global =
|
|
|
23
23
|
|
|
24
24
|
var prisca_v1_global_meta_meta_pb = require('../../../../prisca/v1/global/meta/meta_pb.js');
|
|
25
25
|
goog.object.extend(proto, prisca_v1_global_meta_meta_pb);
|
|
26
|
+
var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
|
|
27
|
+
goog.object.extend(proto, google_protobuf_any_pb);
|
|
26
28
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionBuilderById', null, global);
|
|
27
29
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionConfigById', null, global);
|
|
28
30
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionFieldsById', null, global);
|
|
@@ -44,6 +46,7 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionB
|
|
|
44
46
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm', null, global);
|
|
45
47
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailList', null, global);
|
|
46
48
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable', null, global);
|
|
49
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails', null, global);
|
|
47
50
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionConfig', null, global);
|
|
48
51
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionConfigList', null, global);
|
|
49
52
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionFields', null, global);
|
|
@@ -52,10 +55,12 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilder',
|
|
|
52
55
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderConfig', null, global);
|
|
53
56
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFields', null, global);
|
|
54
57
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase', null, global);
|
|
58
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail', null, global);
|
|
55
59
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm', null, global);
|
|
56
60
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable', null, global);
|
|
57
61
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderRequest', null, global);
|
|
58
62
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes', null, global);
|
|
63
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes', null, global);
|
|
59
64
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes', null, global);
|
|
60
65
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails', null, global);
|
|
61
66
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionConfigRequest', null, global);
|
|
@@ -124,6 +129,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
124
129
|
*/
|
|
125
130
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm';
|
|
126
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* Generated by JsPbCodeGenerator.
|
|
134
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
135
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
136
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
137
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
138
|
+
* valid.
|
|
139
|
+
* @extends {jspb.Message}
|
|
140
|
+
* @constructor
|
|
141
|
+
*/
|
|
142
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail = function(opt_data) {
|
|
143
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
144
|
+
};
|
|
145
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail, jspb.Message);
|
|
146
|
+
if (goog.DEBUG && !COMPILED) {
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* @override
|
|
150
|
+
*/
|
|
151
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail';
|
|
152
|
+
}
|
|
127
153
|
/**
|
|
128
154
|
* Generated by JsPbCodeGenerator.
|
|
129
155
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -376,6 +402,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
376
402
|
*/
|
|
377
403
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes';
|
|
378
404
|
}
|
|
405
|
+
/**
|
|
406
|
+
* Generated by JsPbCodeGenerator.
|
|
407
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
408
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
409
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
410
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
411
|
+
* valid.
|
|
412
|
+
* @extends {jspb.Message}
|
|
413
|
+
* @constructor
|
|
414
|
+
*/
|
|
415
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes = function(opt_data) {
|
|
416
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.repeatedFields_, null);
|
|
417
|
+
};
|
|
418
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes, jspb.Message);
|
|
419
|
+
if (goog.DEBUG && !COMPILED) {
|
|
420
|
+
/**
|
|
421
|
+
* @public
|
|
422
|
+
* @override
|
|
423
|
+
*/
|
|
424
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes';
|
|
425
|
+
}
|
|
379
426
|
/**
|
|
380
427
|
* Generated by JsPbCodeGenerator.
|
|
381
428
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -701,16 +748,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
701
748
|
* @extends {jspb.Message}
|
|
702
749
|
* @constructor
|
|
703
750
|
*/
|
|
704
|
-
proto.prisca.v1.core.transaction_builder.
|
|
751
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails = function(opt_data) {
|
|
705
752
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
706
753
|
};
|
|
707
|
-
goog.inherits(proto.prisca.v1.core.transaction_builder.
|
|
754
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails, jspb.Message);
|
|
708
755
|
if (goog.DEBUG && !COMPILED) {
|
|
709
756
|
/**
|
|
710
757
|
* @public
|
|
711
758
|
* @override
|
|
712
759
|
*/
|
|
713
|
-
proto.prisca.v1.core.transaction_builder.
|
|
760
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.displayName = 'proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails';
|
|
714
761
|
}
|
|
715
762
|
/**
|
|
716
763
|
* Generated by JsPbCodeGenerator.
|
|
@@ -754,6 +801,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
754
801
|
*/
|
|
755
802
|
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.displayName = 'proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm';
|
|
756
803
|
}
|
|
804
|
+
/**
|
|
805
|
+
* Generated by JsPbCodeGenerator.
|
|
806
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
807
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
808
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
809
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
810
|
+
* valid.
|
|
811
|
+
* @extends {jspb.Message}
|
|
812
|
+
* @constructor
|
|
813
|
+
*/
|
|
814
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail = function(opt_data) {
|
|
815
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
816
|
+
};
|
|
817
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail, jspb.Message);
|
|
818
|
+
if (goog.DEBUG && !COMPILED) {
|
|
819
|
+
/**
|
|
820
|
+
* @public
|
|
821
|
+
* @override
|
|
822
|
+
*/
|
|
823
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.displayName = 'proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail';
|
|
824
|
+
}
|
|
757
825
|
/**
|
|
758
826
|
* Generated by JsPbCodeGenerator.
|
|
759
827
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -1225,7 +1293,7 @@ label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
|
1225
1293
|
referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1226
1294
|
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
1227
1295
|
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
1228
|
-
properties:
|
|
1296
|
+
properties: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1229
1297
|
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
1230
1298
|
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.toObject, includeInstance)
|
|
1231
1299
|
};
|
|
@@ -1290,8 +1358,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializ
|
|
|
1290
1358
|
msg.addOption(value);
|
|
1291
1359
|
break;
|
|
1292
1360
|
case 7:
|
|
1293
|
-
var value =
|
|
1294
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromReader);
|
|
1361
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1295
1362
|
msg.setProperties(value);
|
|
1296
1363
|
break;
|
|
1297
1364
|
case 8:
|
|
@@ -1372,11 +1439,10 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeB
|
|
|
1372
1439
|
);
|
|
1373
1440
|
}
|
|
1374
1441
|
f = message.getProperties();
|
|
1375
|
-
if (f
|
|
1376
|
-
writer.
|
|
1442
|
+
if (f.length > 0) {
|
|
1443
|
+
writer.writeString(
|
|
1377
1444
|
7,
|
|
1378
|
-
f
|
|
1379
|
-
proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter
|
|
1445
|
+
f
|
|
1380
1446
|
);
|
|
1381
1447
|
}
|
|
1382
1448
|
f = message.getFieldRulesList();
|
|
@@ -1519,77 +1585,368 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.
|
|
|
1519
1585
|
|
|
1520
1586
|
|
|
1521
1587
|
/**
|
|
1522
|
-
* optional
|
|
1523
|
-
* @return {
|
|
1588
|
+
* optional string properties = 7;
|
|
1589
|
+
* @return {string}
|
|
1524
1590
|
*/
|
|
1525
1591
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getProperties = function() {
|
|
1526
|
-
return /** @type{
|
|
1527
|
-
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesForm, 7));
|
|
1592
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
1528
1593
|
};
|
|
1529
1594
|
|
|
1530
1595
|
|
|
1531
1596
|
/**
|
|
1532
|
-
* @param {
|
|
1597
|
+
* @param {string} value
|
|
1533
1598
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1534
|
-
*/
|
|
1599
|
+
*/
|
|
1535
1600
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setProperties = function(value) {
|
|
1536
|
-
return jspb.Message.
|
|
1601
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
1602
|
+
};
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
/**
|
|
1606
|
+
* repeated FieldRulesWithProp field_rules = 8;
|
|
1607
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>}
|
|
1608
|
+
*/
|
|
1609
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getFieldRulesList = function() {
|
|
1610
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>} */ (
|
|
1611
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, 8));
|
|
1612
|
+
};
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
/**
|
|
1616
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>} value
|
|
1617
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1618
|
+
*/
|
|
1619
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setFieldRulesList = function(value) {
|
|
1620
|
+
return jspb.Message.setRepeatedWrapperField(this, 8, value);
|
|
1621
|
+
};
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
/**
|
|
1625
|
+
* @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp=} opt_value
|
|
1626
|
+
* @param {number=} opt_index
|
|
1627
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp}
|
|
1628
|
+
*/
|
|
1629
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.addFieldRules = function(opt_value, opt_index) {
|
|
1630
|
+
return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, opt_index);
|
|
1631
|
+
};
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
/**
|
|
1635
|
+
* Clears the list making it empty but non-null.
|
|
1636
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1637
|
+
*/
|
|
1638
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.clearFieldRulesList = function() {
|
|
1639
|
+
return this.setFieldRulesList([]);
|
|
1640
|
+
};
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1647
|
+
/**
|
|
1648
|
+
* Creates an object representation of this proto.
|
|
1649
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1650
|
+
* Optional fields that are not set will be set to undefined.
|
|
1651
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1652
|
+
* For the list of reserved names please see:
|
|
1653
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1654
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1655
|
+
* JSPB instance for transitional soy proto support:
|
|
1656
|
+
* http://goto/soy-param-migration
|
|
1657
|
+
* @return {!Object}
|
|
1658
|
+
*/
|
|
1659
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.toObject = function(opt_includeInstance) {
|
|
1660
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.toObject(opt_includeInstance, this);
|
|
1661
|
+
};
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
/**
|
|
1665
|
+
* Static version of the {@see toObject} method.
|
|
1666
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1667
|
+
* the JSPB instance for transitional soy proto support:
|
|
1668
|
+
* http://goto/soy-param-migration
|
|
1669
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} msg The msg instance to transform.
|
|
1670
|
+
* @return {!Object}
|
|
1671
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1672
|
+
*/
|
|
1673
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.toObject = function(includeInstance, msg) {
|
|
1674
|
+
var f, obj = {
|
|
1675
|
+
transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
1676
|
+
orders: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
1677
|
+
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1678
|
+
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1679
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1680
|
+
properties: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1681
|
+
value: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
1682
|
+
};
|
|
1683
|
+
|
|
1684
|
+
if (includeInstance) {
|
|
1685
|
+
obj.$jspbMessageInstance = msg;
|
|
1686
|
+
}
|
|
1687
|
+
return obj;
|
|
1688
|
+
};
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
/**
|
|
1693
|
+
* Deserializes binary data (in protobuf wire format).
|
|
1694
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1695
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail}
|
|
1696
|
+
*/
|
|
1697
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.deserializeBinary = function(bytes) {
|
|
1698
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
1699
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail;
|
|
1700
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.deserializeBinaryFromReader(msg, reader);
|
|
1701
|
+
};
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
/**
|
|
1705
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
1706
|
+
* given reader into the given message object.
|
|
1707
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} msg The message object to deserialize into.
|
|
1708
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1709
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail}
|
|
1710
|
+
*/
|
|
1711
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.deserializeBinaryFromReader = function(msg, reader) {
|
|
1712
|
+
while (reader.nextField()) {
|
|
1713
|
+
if (reader.isEndGroup()) {
|
|
1714
|
+
break;
|
|
1715
|
+
}
|
|
1716
|
+
var field = reader.getFieldNumber();
|
|
1717
|
+
switch (field) {
|
|
1718
|
+
case 1:
|
|
1719
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
1720
|
+
msg.setTransactionBuilderId(value);
|
|
1721
|
+
break;
|
|
1722
|
+
case 2:
|
|
1723
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
1724
|
+
msg.setOrders(value);
|
|
1725
|
+
break;
|
|
1726
|
+
case 3:
|
|
1727
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1728
|
+
msg.setKey(value);
|
|
1729
|
+
break;
|
|
1730
|
+
case 4:
|
|
1731
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1732
|
+
msg.setLabel(value);
|
|
1733
|
+
break;
|
|
1734
|
+
case 5:
|
|
1735
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1736
|
+
msg.setReferencesId(value);
|
|
1737
|
+
break;
|
|
1738
|
+
case 6:
|
|
1739
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1740
|
+
msg.setProperties(value);
|
|
1741
|
+
break;
|
|
1742
|
+
case 7:
|
|
1743
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1744
|
+
msg.setValue(value);
|
|
1745
|
+
break;
|
|
1746
|
+
default:
|
|
1747
|
+
reader.skipField();
|
|
1748
|
+
break;
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1751
|
+
return msg;
|
|
1752
|
+
};
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
/**
|
|
1756
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
1757
|
+
* @return {!Uint8Array}
|
|
1758
|
+
*/
|
|
1759
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.serializeBinary = function() {
|
|
1760
|
+
var writer = new jspb.BinaryWriter();
|
|
1761
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.serializeBinaryToWriter(this, writer);
|
|
1762
|
+
return writer.getResultBuffer();
|
|
1763
|
+
};
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
/**
|
|
1767
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
1768
|
+
* format), writing to the given BinaryWriter.
|
|
1769
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} message
|
|
1770
|
+
* @param {!jspb.BinaryWriter} writer
|
|
1771
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1772
|
+
*/
|
|
1773
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.serializeBinaryToWriter = function(message, writer) {
|
|
1774
|
+
var f = undefined;
|
|
1775
|
+
f = message.getTransactionBuilderId();
|
|
1776
|
+
if (f !== 0) {
|
|
1777
|
+
writer.writeInt64(
|
|
1778
|
+
1,
|
|
1779
|
+
f
|
|
1780
|
+
);
|
|
1781
|
+
}
|
|
1782
|
+
f = message.getOrders();
|
|
1783
|
+
if (f !== 0) {
|
|
1784
|
+
writer.writeInt64(
|
|
1785
|
+
2,
|
|
1786
|
+
f
|
|
1787
|
+
);
|
|
1788
|
+
}
|
|
1789
|
+
f = message.getKey();
|
|
1790
|
+
if (f.length > 0) {
|
|
1791
|
+
writer.writeString(
|
|
1792
|
+
3,
|
|
1793
|
+
f
|
|
1794
|
+
);
|
|
1795
|
+
}
|
|
1796
|
+
f = message.getLabel();
|
|
1797
|
+
if (f.length > 0) {
|
|
1798
|
+
writer.writeString(
|
|
1799
|
+
4,
|
|
1800
|
+
f
|
|
1801
|
+
);
|
|
1802
|
+
}
|
|
1803
|
+
f = message.getReferencesId();
|
|
1804
|
+
if (f.length > 0) {
|
|
1805
|
+
writer.writeString(
|
|
1806
|
+
5,
|
|
1807
|
+
f
|
|
1808
|
+
);
|
|
1809
|
+
}
|
|
1810
|
+
f = message.getProperties();
|
|
1811
|
+
if (f.length > 0) {
|
|
1812
|
+
writer.writeString(
|
|
1813
|
+
6,
|
|
1814
|
+
f
|
|
1815
|
+
);
|
|
1816
|
+
}
|
|
1817
|
+
f = message.getValue();
|
|
1818
|
+
if (f.length > 0) {
|
|
1819
|
+
writer.writeString(
|
|
1820
|
+
7,
|
|
1821
|
+
f
|
|
1822
|
+
);
|
|
1823
|
+
}
|
|
1824
|
+
};
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
/**
|
|
1828
|
+
* optional int64 transaction_builder_id = 1;
|
|
1829
|
+
* @return {number}
|
|
1830
|
+
*/
|
|
1831
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.getTransactionBuilderId = function() {
|
|
1832
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
1833
|
+
};
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
/**
|
|
1837
|
+
* @param {number} value
|
|
1838
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} returns this
|
|
1839
|
+
*/
|
|
1840
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.setTransactionBuilderId = function(value) {
|
|
1841
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
1842
|
+
};
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
/**
|
|
1846
|
+
* optional int64 orders = 2;
|
|
1847
|
+
* @return {number}
|
|
1848
|
+
*/
|
|
1849
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.getOrders = function() {
|
|
1850
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
1851
|
+
};
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
/**
|
|
1855
|
+
* @param {number} value
|
|
1856
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} returns this
|
|
1857
|
+
*/
|
|
1858
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.setOrders = function(value) {
|
|
1859
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
1860
|
+
};
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
/**
|
|
1864
|
+
* optional string key = 3;
|
|
1865
|
+
* @return {string}
|
|
1866
|
+
*/
|
|
1867
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.getKey = function() {
|
|
1868
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1869
|
+
};
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
/**
|
|
1873
|
+
* @param {string} value
|
|
1874
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} returns this
|
|
1875
|
+
*/
|
|
1876
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.setKey = function(value) {
|
|
1877
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1878
|
+
};
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
/**
|
|
1882
|
+
* optional string label = 4;
|
|
1883
|
+
* @return {string}
|
|
1884
|
+
*/
|
|
1885
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.getLabel = function() {
|
|
1886
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
1887
|
+
};
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
/**
|
|
1891
|
+
* @param {string} value
|
|
1892
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} returns this
|
|
1893
|
+
*/
|
|
1894
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.setLabel = function(value) {
|
|
1895
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1537
1896
|
};
|
|
1538
1897
|
|
|
1539
1898
|
|
|
1540
1899
|
/**
|
|
1541
|
-
*
|
|
1542
|
-
* @return {
|
|
1900
|
+
* optional string references_id = 5;
|
|
1901
|
+
* @return {string}
|
|
1543
1902
|
*/
|
|
1544
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1545
|
-
return
|
|
1903
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.getReferencesId = function() {
|
|
1904
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1546
1905
|
};
|
|
1547
1906
|
|
|
1548
1907
|
|
|
1549
1908
|
/**
|
|
1550
|
-
*
|
|
1551
|
-
* @return {
|
|
1909
|
+
* @param {string} value
|
|
1910
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} returns this
|
|
1552
1911
|
*/
|
|
1553
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1554
|
-
return jspb.Message.
|
|
1912
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.setReferencesId = function(value) {
|
|
1913
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1555
1914
|
};
|
|
1556
1915
|
|
|
1557
1916
|
|
|
1558
1917
|
/**
|
|
1559
|
-
*
|
|
1560
|
-
* @return {
|
|
1918
|
+
* optional string properties = 6;
|
|
1919
|
+
* @return {string}
|
|
1561
1920
|
*/
|
|
1562
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1563
|
-
return /** @type{
|
|
1564
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, 8));
|
|
1921
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.getProperties = function() {
|
|
1922
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
1565
1923
|
};
|
|
1566
1924
|
|
|
1567
1925
|
|
|
1568
1926
|
/**
|
|
1569
|
-
* @param {
|
|
1570
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1571
|
-
*/
|
|
1572
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1573
|
-
return jspb.Message.
|
|
1927
|
+
* @param {string} value
|
|
1928
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} returns this
|
|
1929
|
+
*/
|
|
1930
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.setProperties = function(value) {
|
|
1931
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
1574
1932
|
};
|
|
1575
1933
|
|
|
1576
1934
|
|
|
1577
1935
|
/**
|
|
1578
|
-
*
|
|
1579
|
-
* @
|
|
1580
|
-
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp}
|
|
1936
|
+
* optional string value = 7;
|
|
1937
|
+
* @return {string}
|
|
1581
1938
|
*/
|
|
1582
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1583
|
-
return jspb.Message.
|
|
1939
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.getValue = function() {
|
|
1940
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
1584
1941
|
};
|
|
1585
1942
|
|
|
1586
1943
|
|
|
1587
1944
|
/**
|
|
1588
|
-
*
|
|
1589
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1945
|
+
* @param {string} value
|
|
1946
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} returns this
|
|
1590
1947
|
*/
|
|
1591
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1592
|
-
return
|
|
1948
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.setValue = function(value) {
|
|
1949
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
1593
1950
|
};
|
|
1594
1951
|
|
|
1595
1952
|
|
|
@@ -4682,12 +5039,232 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.pro
|
|
|
4682
5039
|
* @return {!Object}
|
|
4683
5040
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4684
5041
|
*/
|
|
4685
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.toObject = function(includeInstance, msg) {
|
|
5042
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.toObject = function(includeInstance, msg) {
|
|
5043
|
+
var f, obj = {
|
|
5044
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
5045
|
+
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
5046
|
+
transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilderFieldsList(),
|
|
5047
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.toObject, includeInstance)
|
|
5048
|
+
};
|
|
5049
|
+
|
|
5050
|
+
if (includeInstance) {
|
|
5051
|
+
obj.$jspbMessageInstance = msg;
|
|
5052
|
+
}
|
|
5053
|
+
return obj;
|
|
5054
|
+
};
|
|
5055
|
+
}
|
|
5056
|
+
|
|
5057
|
+
|
|
5058
|
+
/**
|
|
5059
|
+
* Deserializes binary data (in protobuf wire format).
|
|
5060
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5061
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes}
|
|
5062
|
+
*/
|
|
5063
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinary = function(bytes) {
|
|
5064
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
5065
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes;
|
|
5066
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinaryFromReader(msg, reader);
|
|
5067
|
+
};
|
|
5068
|
+
|
|
5069
|
+
|
|
5070
|
+
/**
|
|
5071
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
5072
|
+
* given reader into the given message object.
|
|
5073
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} msg The message object to deserialize into.
|
|
5074
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5075
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes}
|
|
5076
|
+
*/
|
|
5077
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinaryFromReader = function(msg, reader) {
|
|
5078
|
+
while (reader.nextField()) {
|
|
5079
|
+
if (reader.isEndGroup()) {
|
|
5080
|
+
break;
|
|
5081
|
+
}
|
|
5082
|
+
var field = reader.getFieldNumber();
|
|
5083
|
+
switch (field) {
|
|
5084
|
+
case 1:
|
|
5085
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
5086
|
+
msg.setId(value);
|
|
5087
|
+
break;
|
|
5088
|
+
case 2:
|
|
5089
|
+
var value = /** @type {string} */ (reader.readString());
|
|
5090
|
+
msg.setName(value);
|
|
5091
|
+
break;
|
|
5092
|
+
case 3:
|
|
5093
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm;
|
|
5094
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinaryFromReader);
|
|
5095
|
+
msg.addTransactionBuilderFields(value);
|
|
5096
|
+
break;
|
|
5097
|
+
default:
|
|
5098
|
+
reader.skipField();
|
|
5099
|
+
break;
|
|
5100
|
+
}
|
|
5101
|
+
}
|
|
5102
|
+
return msg;
|
|
5103
|
+
};
|
|
5104
|
+
|
|
5105
|
+
|
|
5106
|
+
/**
|
|
5107
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
5108
|
+
* @return {!Uint8Array}
|
|
5109
|
+
*/
|
|
5110
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.serializeBinary = function() {
|
|
5111
|
+
var writer = new jspb.BinaryWriter();
|
|
5112
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.serializeBinaryToWriter(this, writer);
|
|
5113
|
+
return writer.getResultBuffer();
|
|
5114
|
+
};
|
|
5115
|
+
|
|
5116
|
+
|
|
5117
|
+
/**
|
|
5118
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
5119
|
+
* format), writing to the given BinaryWriter.
|
|
5120
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} message
|
|
5121
|
+
* @param {!jspb.BinaryWriter} writer
|
|
5122
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5123
|
+
*/
|
|
5124
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.serializeBinaryToWriter = function(message, writer) {
|
|
5125
|
+
var f = undefined;
|
|
5126
|
+
f = message.getId();
|
|
5127
|
+
if (f !== 0) {
|
|
5128
|
+
writer.writeInt64(
|
|
5129
|
+
1,
|
|
5130
|
+
f
|
|
5131
|
+
);
|
|
5132
|
+
}
|
|
5133
|
+
f = message.getName();
|
|
5134
|
+
if (f.length > 0) {
|
|
5135
|
+
writer.writeString(
|
|
5136
|
+
2,
|
|
5137
|
+
f
|
|
5138
|
+
);
|
|
5139
|
+
}
|
|
5140
|
+
f = message.getTransactionBuilderFieldsList();
|
|
5141
|
+
if (f.length > 0) {
|
|
5142
|
+
writer.writeRepeatedMessage(
|
|
5143
|
+
3,
|
|
5144
|
+
f,
|
|
5145
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeBinaryToWriter
|
|
5146
|
+
);
|
|
5147
|
+
}
|
|
5148
|
+
};
|
|
5149
|
+
|
|
5150
|
+
|
|
5151
|
+
/**
|
|
5152
|
+
* optional int64 id = 1;
|
|
5153
|
+
* @return {number}
|
|
5154
|
+
*/
|
|
5155
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getId = function() {
|
|
5156
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
5157
|
+
};
|
|
5158
|
+
|
|
5159
|
+
|
|
5160
|
+
/**
|
|
5161
|
+
* @param {number} value
|
|
5162
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
5163
|
+
*/
|
|
5164
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setId = function(value) {
|
|
5165
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
5166
|
+
};
|
|
5167
|
+
|
|
5168
|
+
|
|
5169
|
+
/**
|
|
5170
|
+
* optional string name = 2;
|
|
5171
|
+
* @return {string}
|
|
5172
|
+
*/
|
|
5173
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getName = function() {
|
|
5174
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
5175
|
+
};
|
|
5176
|
+
|
|
5177
|
+
|
|
5178
|
+
/**
|
|
5179
|
+
* @param {string} value
|
|
5180
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
5181
|
+
*/
|
|
5182
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setName = function(value) {
|
|
5183
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
5184
|
+
};
|
|
5185
|
+
|
|
5186
|
+
|
|
5187
|
+
/**
|
|
5188
|
+
* repeated TransactionBuilderFieldsForm transaction_builder_fields = 3;
|
|
5189
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>}
|
|
5190
|
+
*/
|
|
5191
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getTransactionBuilderFieldsList = function() {
|
|
5192
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>} */ (
|
|
5193
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, 3));
|
|
5194
|
+
};
|
|
5195
|
+
|
|
5196
|
+
|
|
5197
|
+
/**
|
|
5198
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>} value
|
|
5199
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
5200
|
+
*/
|
|
5201
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setTransactionBuilderFieldsList = function(value) {
|
|
5202
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
5203
|
+
};
|
|
5204
|
+
|
|
5205
|
+
|
|
5206
|
+
/**
|
|
5207
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm=} opt_value
|
|
5208
|
+
* @param {number=} opt_index
|
|
5209
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm}
|
|
5210
|
+
*/
|
|
5211
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.addTransactionBuilderFields = function(opt_value, opt_index) {
|
|
5212
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, opt_index);
|
|
5213
|
+
};
|
|
5214
|
+
|
|
5215
|
+
|
|
5216
|
+
/**
|
|
5217
|
+
* Clears the list making it empty but non-null.
|
|
5218
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
5219
|
+
*/
|
|
5220
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.clearTransactionBuilderFieldsList = function() {
|
|
5221
|
+
return this.setTransactionBuilderFieldsList([]);
|
|
5222
|
+
};
|
|
5223
|
+
|
|
5224
|
+
|
|
5225
|
+
|
|
5226
|
+
/**
|
|
5227
|
+
* List of repeated fields within this message type.
|
|
5228
|
+
* @private {!Array<number>}
|
|
5229
|
+
* @const
|
|
5230
|
+
*/
|
|
5231
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.repeatedFields_ = [3];
|
|
5232
|
+
|
|
5233
|
+
|
|
5234
|
+
|
|
5235
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5236
|
+
/**
|
|
5237
|
+
* Creates an object representation of this proto.
|
|
5238
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5239
|
+
* Optional fields that are not set will be set to undefined.
|
|
5240
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5241
|
+
* For the list of reserved names please see:
|
|
5242
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5243
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5244
|
+
* JSPB instance for transitional soy proto support:
|
|
5245
|
+
* http://goto/soy-param-migration
|
|
5246
|
+
* @return {!Object}
|
|
5247
|
+
*/
|
|
5248
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.toObject = function(opt_includeInstance) {
|
|
5249
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.toObject(opt_includeInstance, this);
|
|
5250
|
+
};
|
|
5251
|
+
|
|
5252
|
+
|
|
5253
|
+
/**
|
|
5254
|
+
* Static version of the {@see toObject} method.
|
|
5255
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5256
|
+
* the JSPB instance for transitional soy proto support:
|
|
5257
|
+
* http://goto/soy-param-migration
|
|
5258
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes} msg The msg instance to transform.
|
|
5259
|
+
* @return {!Object}
|
|
5260
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5261
|
+
*/
|
|
5262
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.toObject = function(includeInstance, msg) {
|
|
4686
5263
|
var f, obj = {
|
|
4687
5264
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
4688
5265
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4689
5266
|
transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilderFieldsList(),
|
|
4690
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5267
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.toObject, includeInstance)
|
|
4691
5268
|
};
|
|
4692
5269
|
|
|
4693
5270
|
if (includeInstance) {
|
|
@@ -4701,23 +5278,23 @@ transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilde
|
|
|
4701
5278
|
/**
|
|
4702
5279
|
* Deserializes binary data (in protobuf wire format).
|
|
4703
5280
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4704
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
5281
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes}
|
|
4705
5282
|
*/
|
|
4706
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5283
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.deserializeBinary = function(bytes) {
|
|
4707
5284
|
var reader = new jspb.BinaryReader(bytes);
|
|
4708
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
4709
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
5285
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes;
|
|
5286
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.deserializeBinaryFromReader(msg, reader);
|
|
4710
5287
|
};
|
|
4711
5288
|
|
|
4712
5289
|
|
|
4713
5290
|
/**
|
|
4714
5291
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4715
5292
|
* given reader into the given message object.
|
|
4716
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
5293
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes} msg The message object to deserialize into.
|
|
4717
5294
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4718
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
5295
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes}
|
|
4719
5296
|
*/
|
|
4720
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5297
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.deserializeBinaryFromReader = function(msg, reader) {
|
|
4721
5298
|
while (reader.nextField()) {
|
|
4722
5299
|
if (reader.isEndGroup()) {
|
|
4723
5300
|
break;
|
|
@@ -4733,8 +5310,8 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.des
|
|
|
4733
5310
|
msg.setName(value);
|
|
4734
5311
|
break;
|
|
4735
5312
|
case 3:
|
|
4736
|
-
var value = new proto.prisca.v1.core.transaction_builder.
|
|
4737
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.
|
|
5313
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail;
|
|
5314
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
4738
5315
|
msg.addTransactionBuilderFields(value);
|
|
4739
5316
|
break;
|
|
4740
5317
|
default:
|
|
@@ -4750,9 +5327,9 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.des
|
|
|
4750
5327
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4751
5328
|
* @return {!Uint8Array}
|
|
4752
5329
|
*/
|
|
4753
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5330
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.serializeBinary = function() {
|
|
4754
5331
|
var writer = new jspb.BinaryWriter();
|
|
4755
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5332
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.serializeBinaryToWriter(this, writer);
|
|
4756
5333
|
return writer.getResultBuffer();
|
|
4757
5334
|
};
|
|
4758
5335
|
|
|
@@ -4760,11 +5337,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.pro
|
|
|
4760
5337
|
/**
|
|
4761
5338
|
* Serializes the given message to binary data (in protobuf wire
|
|
4762
5339
|
* format), writing to the given BinaryWriter.
|
|
4763
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
5340
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes} message
|
|
4764
5341
|
* @param {!jspb.BinaryWriter} writer
|
|
4765
5342
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4766
5343
|
*/
|
|
4767
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5344
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.serializeBinaryToWriter = function(message, writer) {
|
|
4768
5345
|
var f = undefined;
|
|
4769
5346
|
f = message.getId();
|
|
4770
5347
|
if (f !== 0) {
|
|
@@ -4785,7 +5362,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.ser
|
|
|
4785
5362
|
writer.writeRepeatedMessage(
|
|
4786
5363
|
3,
|
|
4787
5364
|
f,
|
|
4788
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5365
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.serializeBinaryToWriter
|
|
4789
5366
|
);
|
|
4790
5367
|
}
|
|
4791
5368
|
};
|
|
@@ -4795,16 +5372,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.ser
|
|
|
4795
5372
|
* optional int64 id = 1;
|
|
4796
5373
|
* @return {number}
|
|
4797
5374
|
*/
|
|
4798
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5375
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.getId = function() {
|
|
4799
5376
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
4800
5377
|
};
|
|
4801
5378
|
|
|
4802
5379
|
|
|
4803
5380
|
/**
|
|
4804
5381
|
* @param {number} value
|
|
4805
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
5382
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes} returns this
|
|
4806
5383
|
*/
|
|
4807
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5384
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.setId = function(value) {
|
|
4808
5385
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
4809
5386
|
};
|
|
4810
5387
|
|
|
@@ -4813,54 +5390,54 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.pro
|
|
|
4813
5390
|
* optional string name = 2;
|
|
4814
5391
|
* @return {string}
|
|
4815
5392
|
*/
|
|
4816
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5393
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.getName = function() {
|
|
4817
5394
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
4818
5395
|
};
|
|
4819
5396
|
|
|
4820
5397
|
|
|
4821
5398
|
/**
|
|
4822
5399
|
* @param {string} value
|
|
4823
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
5400
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes} returns this
|
|
4824
5401
|
*/
|
|
4825
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5402
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.setName = function(value) {
|
|
4826
5403
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
4827
5404
|
};
|
|
4828
5405
|
|
|
4829
5406
|
|
|
4830
5407
|
/**
|
|
4831
|
-
* repeated
|
|
4832
|
-
* @return {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
5408
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_fields = 3;
|
|
5409
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail>}
|
|
4833
5410
|
*/
|
|
4834
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4835
|
-
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.
|
|
4836
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.
|
|
5411
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.getTransactionBuilderFieldsList = function() {
|
|
5412
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail>} */ (
|
|
5413
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail, 3));
|
|
4837
5414
|
};
|
|
4838
5415
|
|
|
4839
5416
|
|
|
4840
5417
|
/**
|
|
4841
|
-
* @param {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
4842
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
5418
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail>} value
|
|
5419
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes} returns this
|
|
4843
5420
|
*/
|
|
4844
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5421
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.setTransactionBuilderFieldsList = function(value) {
|
|
4845
5422
|
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
4846
5423
|
};
|
|
4847
5424
|
|
|
4848
5425
|
|
|
4849
5426
|
/**
|
|
4850
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
5427
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail=} opt_value
|
|
4851
5428
|
* @param {number=} opt_index
|
|
4852
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
5429
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail}
|
|
4853
5430
|
*/
|
|
4854
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4855
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.
|
|
5431
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.addTransactionBuilderFields = function(opt_value, opt_index) {
|
|
5432
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail, opt_index);
|
|
4856
5433
|
};
|
|
4857
5434
|
|
|
4858
5435
|
|
|
4859
5436
|
/**
|
|
4860
5437
|
* Clears the list making it empty but non-null.
|
|
4861
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
5438
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes} returns this
|
|
4862
5439
|
*/
|
|
4863
|
-
proto.prisca.v1.core.transaction_builder.
|
|
5440
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.prototype.clearTransactionBuilderFieldsList = function() {
|
|
4864
5441
|
return this.setTransactionBuilderFieldsList([]);
|
|
4865
5442
|
};
|
|
4866
5443
|
|
|
@@ -7239,8 +7816,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
7239
7816
|
* http://goto/soy-param-migration
|
|
7240
7817
|
* @return {!Object}
|
|
7241
7818
|
*/
|
|
7242
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7243
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
7819
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.toObject = function(opt_includeInstance) {
|
|
7820
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.toObject(opt_includeInstance, this);
|
|
7244
7821
|
};
|
|
7245
7822
|
|
|
7246
7823
|
|
|
@@ -7249,11 +7826,11 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.pr
|
|
|
7249
7826
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7250
7827
|
* the JSPB instance for transitional soy proto support:
|
|
7251
7828
|
* http://goto/soy-param-migration
|
|
7252
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7829
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails} msg The msg instance to transform.
|
|
7253
7830
|
* @return {!Object}
|
|
7254
7831
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7255
7832
|
*/
|
|
7256
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7833
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.toObject = function(includeInstance, msg) {
|
|
7257
7834
|
var f, obj = {
|
|
7258
7835
|
transactionBuilder: (f = msg.getTransactionBuilder()) && proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.toObject(includeInstance, f),
|
|
7259
7836
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
@@ -7270,23 +7847,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
7270
7847
|
/**
|
|
7271
7848
|
* Deserializes binary data (in protobuf wire format).
|
|
7272
7849
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7273
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7850
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails}
|
|
7274
7851
|
*/
|
|
7275
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7852
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.deserializeBinary = function(bytes) {
|
|
7276
7853
|
var reader = new jspb.BinaryReader(bytes);
|
|
7277
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
7278
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
7854
|
+
var msg = new proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails;
|
|
7855
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.deserializeBinaryFromReader(msg, reader);
|
|
7279
7856
|
};
|
|
7280
7857
|
|
|
7281
7858
|
|
|
7282
7859
|
/**
|
|
7283
7860
|
* Deserializes binary data (in protobuf wire format) from the
|
|
7284
7861
|
* given reader into the given message object.
|
|
7285
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7862
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails} msg The message object to deserialize into.
|
|
7286
7863
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7287
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7864
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails}
|
|
7288
7865
|
*/
|
|
7289
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7866
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.deserializeBinaryFromReader = function(msg, reader) {
|
|
7290
7867
|
while (reader.nextField()) {
|
|
7291
7868
|
if (reader.isEndGroup()) {
|
|
7292
7869
|
break;
|
|
@@ -7316,9 +7893,9 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.de
|
|
|
7316
7893
|
* Serializes the message to binary data (in protobuf wire format).
|
|
7317
7894
|
* @return {!Uint8Array}
|
|
7318
7895
|
*/
|
|
7319
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7896
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.serializeBinary = function() {
|
|
7320
7897
|
var writer = new jspb.BinaryWriter();
|
|
7321
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7898
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.serializeBinaryToWriter(this, writer);
|
|
7322
7899
|
return writer.getResultBuffer();
|
|
7323
7900
|
};
|
|
7324
7901
|
|
|
@@ -7326,11 +7903,11 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.pr
|
|
|
7326
7903
|
/**
|
|
7327
7904
|
* Serializes the given message to binary data (in protobuf wire
|
|
7328
7905
|
* format), writing to the given BinaryWriter.
|
|
7329
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7906
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails} message
|
|
7330
7907
|
* @param {!jspb.BinaryWriter} writer
|
|
7331
7908
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7332
7909
|
*/
|
|
7333
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7910
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.serializeBinaryToWriter = function(message, writer) {
|
|
7334
7911
|
var f = undefined;
|
|
7335
7912
|
f = message.getTransactionBuilder();
|
|
7336
7913
|
if (f != null) {
|
|
@@ -7355,7 +7932,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.se
|
|
|
7355
7932
|
* optional TransactionBuilderWithDetails transaction_builder = 1;
|
|
7356
7933
|
* @return {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails}
|
|
7357
7934
|
*/
|
|
7358
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7935
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.getTransactionBuilder = function() {
|
|
7359
7936
|
return /** @type{?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} */ (
|
|
7360
7937
|
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails, 1));
|
|
7361
7938
|
};
|
|
@@ -7363,18 +7940,18 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.pr
|
|
|
7363
7940
|
|
|
7364
7941
|
/**
|
|
7365
7942
|
* @param {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails|undefined} value
|
|
7366
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7943
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails} returns this
|
|
7367
7944
|
*/
|
|
7368
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7945
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.setTransactionBuilder = function(value) {
|
|
7369
7946
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
7370
7947
|
};
|
|
7371
7948
|
|
|
7372
7949
|
|
|
7373
7950
|
/**
|
|
7374
7951
|
* Clears the message field making it undefined.
|
|
7375
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7952
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails} returns this
|
|
7376
7953
|
*/
|
|
7377
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7954
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.clearTransactionBuilder = function() {
|
|
7378
7955
|
return this.setTransactionBuilder(undefined);
|
|
7379
7956
|
};
|
|
7380
7957
|
|
|
@@ -7383,7 +7960,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.pr
|
|
|
7383
7960
|
* Returns whether this field is set.
|
|
7384
7961
|
* @return {boolean}
|
|
7385
7962
|
*/
|
|
7386
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7963
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.hasTransactionBuilder = function() {
|
|
7387
7964
|
return jspb.Message.getField(this, 1) != null;
|
|
7388
7965
|
};
|
|
7389
7966
|
|
|
@@ -7392,7 +7969,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.pr
|
|
|
7392
7969
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
7393
7970
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
7394
7971
|
*/
|
|
7395
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7972
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.getMeta = function() {
|
|
7396
7973
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
7397
7974
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
7398
7975
|
};
|
|
@@ -7400,18 +7977,18 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.pr
|
|
|
7400
7977
|
|
|
7401
7978
|
/**
|
|
7402
7979
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
7403
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7980
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails} returns this
|
|
7404
7981
|
*/
|
|
7405
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7982
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.setMeta = function(value) {
|
|
7406
7983
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
7407
7984
|
};
|
|
7408
7985
|
|
|
7409
7986
|
|
|
7410
7987
|
/**
|
|
7411
7988
|
* Clears the message field making it undefined.
|
|
7412
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7989
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails} returns this
|
|
7413
7990
|
*/
|
|
7414
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7991
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.clearMeta = function() {
|
|
7415
7992
|
return this.setMeta(undefined);
|
|
7416
7993
|
};
|
|
7417
7994
|
|
|
@@ -7420,7 +7997,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.pr
|
|
|
7420
7997
|
* Returns whether this field is set.
|
|
7421
7998
|
* @return {boolean}
|
|
7422
7999
|
*/
|
|
7423
|
-
proto.prisca.v1.core.transaction_builder.
|
|
8000
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.prototype.hasMeta = function() {
|
|
7424
8001
|
return jspb.Message.getField(this, 2) != null;
|
|
7425
8002
|
};
|
|
7426
8003
|
|
|
@@ -7830,6 +8407,208 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailFor
|
|
|
7830
8407
|
|
|
7831
8408
|
|
|
7832
8409
|
|
|
8410
|
+
|
|
8411
|
+
|
|
8412
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8413
|
+
/**
|
|
8414
|
+
* Creates an object representation of this proto.
|
|
8415
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8416
|
+
* Optional fields that are not set will be set to undefined.
|
|
8417
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8418
|
+
* For the list of reserved names please see:
|
|
8419
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8420
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8421
|
+
* JSPB instance for transitional soy proto support:
|
|
8422
|
+
* http://goto/soy-param-migration
|
|
8423
|
+
* @return {!Object}
|
|
8424
|
+
*/
|
|
8425
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.toObject = function(opt_includeInstance) {
|
|
8426
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.toObject(opt_includeInstance, this);
|
|
8427
|
+
};
|
|
8428
|
+
|
|
8429
|
+
|
|
8430
|
+
/**
|
|
8431
|
+
* Static version of the {@see toObject} method.
|
|
8432
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8433
|
+
* the JSPB instance for transitional soy proto support:
|
|
8434
|
+
* http://goto/soy-param-migration
|
|
8435
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail} msg The msg instance to transform.
|
|
8436
|
+
* @return {!Object}
|
|
8437
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8438
|
+
*/
|
|
8439
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.toObject = function(includeInstance, msg) {
|
|
8440
|
+
var f, obj = {
|
|
8441
|
+
transactionBuilder: (f = msg.getTransactionBuilder()) && proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.toObject(includeInstance, f),
|
|
8442
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
8443
|
+
};
|
|
8444
|
+
|
|
8445
|
+
if (includeInstance) {
|
|
8446
|
+
obj.$jspbMessageInstance = msg;
|
|
8447
|
+
}
|
|
8448
|
+
return obj;
|
|
8449
|
+
};
|
|
8450
|
+
}
|
|
8451
|
+
|
|
8452
|
+
|
|
8453
|
+
/**
|
|
8454
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8455
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8456
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail}
|
|
8457
|
+
*/
|
|
8458
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.deserializeBinary = function(bytes) {
|
|
8459
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8460
|
+
var msg = new proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail;
|
|
8461
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.deserializeBinaryFromReader(msg, reader);
|
|
8462
|
+
};
|
|
8463
|
+
|
|
8464
|
+
|
|
8465
|
+
/**
|
|
8466
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8467
|
+
* given reader into the given message object.
|
|
8468
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail} msg The message object to deserialize into.
|
|
8469
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8470
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail}
|
|
8471
|
+
*/
|
|
8472
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.deserializeBinaryFromReader = function(msg, reader) {
|
|
8473
|
+
while (reader.nextField()) {
|
|
8474
|
+
if (reader.isEndGroup()) {
|
|
8475
|
+
break;
|
|
8476
|
+
}
|
|
8477
|
+
var field = reader.getFieldNumber();
|
|
8478
|
+
switch (field) {
|
|
8479
|
+
case 1:
|
|
8480
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes;
|
|
8481
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.deserializeBinaryFromReader);
|
|
8482
|
+
msg.setTransactionBuilder(value);
|
|
8483
|
+
break;
|
|
8484
|
+
case 2:
|
|
8485
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
8486
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
8487
|
+
msg.setMeta(value);
|
|
8488
|
+
break;
|
|
8489
|
+
default:
|
|
8490
|
+
reader.skipField();
|
|
8491
|
+
break;
|
|
8492
|
+
}
|
|
8493
|
+
}
|
|
8494
|
+
return msg;
|
|
8495
|
+
};
|
|
8496
|
+
|
|
8497
|
+
|
|
8498
|
+
/**
|
|
8499
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8500
|
+
* @return {!Uint8Array}
|
|
8501
|
+
*/
|
|
8502
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.serializeBinary = function() {
|
|
8503
|
+
var writer = new jspb.BinaryWriter();
|
|
8504
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.serializeBinaryToWriter(this, writer);
|
|
8505
|
+
return writer.getResultBuffer();
|
|
8506
|
+
};
|
|
8507
|
+
|
|
8508
|
+
|
|
8509
|
+
/**
|
|
8510
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8511
|
+
* format), writing to the given BinaryWriter.
|
|
8512
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail} message
|
|
8513
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8514
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8515
|
+
*/
|
|
8516
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.serializeBinaryToWriter = function(message, writer) {
|
|
8517
|
+
var f = undefined;
|
|
8518
|
+
f = message.getTransactionBuilder();
|
|
8519
|
+
if (f != null) {
|
|
8520
|
+
writer.writeMessage(
|
|
8521
|
+
1,
|
|
8522
|
+
f,
|
|
8523
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.serializeBinaryToWriter
|
|
8524
|
+
);
|
|
8525
|
+
}
|
|
8526
|
+
f = message.getMeta();
|
|
8527
|
+
if (f != null) {
|
|
8528
|
+
writer.writeMessage(
|
|
8529
|
+
2,
|
|
8530
|
+
f,
|
|
8531
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
8532
|
+
);
|
|
8533
|
+
}
|
|
8534
|
+
};
|
|
8535
|
+
|
|
8536
|
+
|
|
8537
|
+
/**
|
|
8538
|
+
* optional TransactionBuilderWithDetailRes transaction_builder = 1;
|
|
8539
|
+
* @return {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes}
|
|
8540
|
+
*/
|
|
8541
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.getTransactionBuilder = function() {
|
|
8542
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes} */ (
|
|
8543
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes, 1));
|
|
8544
|
+
};
|
|
8545
|
+
|
|
8546
|
+
|
|
8547
|
+
/**
|
|
8548
|
+
* @param {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes|undefined} value
|
|
8549
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail} returns this
|
|
8550
|
+
*/
|
|
8551
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.setTransactionBuilder = function(value) {
|
|
8552
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
8553
|
+
};
|
|
8554
|
+
|
|
8555
|
+
|
|
8556
|
+
/**
|
|
8557
|
+
* Clears the message field making it undefined.
|
|
8558
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail} returns this
|
|
8559
|
+
*/
|
|
8560
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.clearTransactionBuilder = function() {
|
|
8561
|
+
return this.setTransactionBuilder(undefined);
|
|
8562
|
+
};
|
|
8563
|
+
|
|
8564
|
+
|
|
8565
|
+
/**
|
|
8566
|
+
* Returns whether this field is set.
|
|
8567
|
+
* @return {boolean}
|
|
8568
|
+
*/
|
|
8569
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.hasTransactionBuilder = function() {
|
|
8570
|
+
return jspb.Message.getField(this, 1) != null;
|
|
8571
|
+
};
|
|
8572
|
+
|
|
8573
|
+
|
|
8574
|
+
/**
|
|
8575
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
8576
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
8577
|
+
*/
|
|
8578
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.getMeta = function() {
|
|
8579
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
8580
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
8581
|
+
};
|
|
8582
|
+
|
|
8583
|
+
|
|
8584
|
+
/**
|
|
8585
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
8586
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail} returns this
|
|
8587
|
+
*/
|
|
8588
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.setMeta = function(value) {
|
|
8589
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
8590
|
+
};
|
|
8591
|
+
|
|
8592
|
+
|
|
8593
|
+
/**
|
|
8594
|
+
* Clears the message field making it undefined.
|
|
8595
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail} returns this
|
|
8596
|
+
*/
|
|
8597
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.clearMeta = function() {
|
|
8598
|
+
return this.setMeta(undefined);
|
|
8599
|
+
};
|
|
8600
|
+
|
|
8601
|
+
|
|
8602
|
+
/**
|
|
8603
|
+
* Returns whether this field is set.
|
|
8604
|
+
* @return {boolean}
|
|
8605
|
+
*/
|
|
8606
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.prototype.hasMeta = function() {
|
|
8607
|
+
return jspb.Message.getField(this, 2) != null;
|
|
8608
|
+
};
|
|
8609
|
+
|
|
8610
|
+
|
|
8611
|
+
|
|
7833
8612
|
/**
|
|
7834
8613
|
* List of repeated fields within this message type.
|
|
7835
8614
|
* @private {!Array<number>}
|