@aldiokta/protocgen 1.0.9 → 1.0.11
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.
|
@@ -34,11 +34,14 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionBuilde
|
|
|
34
34
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionConfigById', null, global);
|
|
35
35
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionConfigList', null, global);
|
|
36
36
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionFieldsById', null, global);
|
|
37
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.PropertiesForm', null, global);
|
|
38
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.PropertiesTable', null, global);
|
|
37
39
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilder', null, global);
|
|
38
40
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderList', null, global);
|
|
39
41
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail', null, global);
|
|
42
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm', null, global);
|
|
40
43
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailList', null, global);
|
|
41
|
-
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.
|
|
44
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable', null, global);
|
|
42
45
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionConfig', null, global);
|
|
43
46
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionConfigList', null, global);
|
|
44
47
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionFields', null, global);
|
|
@@ -47,9 +50,11 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilder',
|
|
|
47
50
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderConfig', null, global);
|
|
48
51
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFields', null, global);
|
|
49
52
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase', null, global);
|
|
50
|
-
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.
|
|
53
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm', null, global);
|
|
54
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable', null, global);
|
|
51
55
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderRequest', null, global);
|
|
52
|
-
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.
|
|
56
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes', null, global);
|
|
57
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes', null, global);
|
|
53
58
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails', null, global);
|
|
54
59
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionConfigRequest', null, global);
|
|
55
60
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionFieldsRequest', null, global);
|
|
@@ -85,16 +90,79 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
85
90
|
* @extends {jspb.Message}
|
|
86
91
|
* @constructor
|
|
87
92
|
*/
|
|
88
|
-
proto.prisca.v1.core.transaction_builder.
|
|
93
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm = function(opt_data) {
|
|
89
94
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
90
95
|
};
|
|
91
|
-
goog.inherits(proto.prisca.v1.core.transaction_builder.
|
|
96
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, jspb.Message);
|
|
92
97
|
if (goog.DEBUG && !COMPILED) {
|
|
93
98
|
/**
|
|
94
99
|
* @public
|
|
95
100
|
* @override
|
|
96
101
|
*/
|
|
97
|
-
proto.prisca.v1.core.transaction_builder.
|
|
102
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm';
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Generated by JsPbCodeGenerator.
|
|
106
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
107
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
108
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
109
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
110
|
+
* valid.
|
|
111
|
+
* @extends {jspb.Message}
|
|
112
|
+
* @constructor
|
|
113
|
+
*/
|
|
114
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm = function(opt_data) {
|
|
115
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
116
|
+
};
|
|
117
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.PropertiesForm, jspb.Message);
|
|
118
|
+
if (goog.DEBUG && !COMPILED) {
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
* @override
|
|
122
|
+
*/
|
|
123
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.displayName = 'proto.prisca.v1.core.transaction_builder.PropertiesForm';
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Generated by JsPbCodeGenerator.
|
|
127
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
128
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
129
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
130
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
131
|
+
* valid.
|
|
132
|
+
* @extends {jspb.Message}
|
|
133
|
+
* @constructor
|
|
134
|
+
*/
|
|
135
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable = function(opt_data) {
|
|
136
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
137
|
+
};
|
|
138
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable, jspb.Message);
|
|
139
|
+
if (goog.DEBUG && !COMPILED) {
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
* @override
|
|
143
|
+
*/
|
|
144
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable';
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Generated by JsPbCodeGenerator.
|
|
148
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
149
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
150
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
151
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
152
|
+
* valid.
|
|
153
|
+
* @extends {jspb.Message}
|
|
154
|
+
* @constructor
|
|
155
|
+
*/
|
|
156
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable = function(opt_data) {
|
|
157
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
158
|
+
};
|
|
159
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.PropertiesTable, jspb.Message);
|
|
160
|
+
if (goog.DEBUG && !COMPILED) {
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
* @override
|
|
164
|
+
*/
|
|
165
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.displayName = 'proto.prisca.v1.core.transaction_builder.PropertiesTable';
|
|
98
166
|
}
|
|
99
167
|
/**
|
|
100
168
|
* Generated by JsPbCodeGenerator.
|
|
@@ -232,16 +300,37 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
232
300
|
* @extends {jspb.Message}
|
|
233
301
|
* @constructor
|
|
234
302
|
*/
|
|
235
|
-
proto.prisca.v1.core.transaction_builder.
|
|
236
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.
|
|
303
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes = function(opt_data) {
|
|
304
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.repeatedFields_, null);
|
|
305
|
+
};
|
|
306
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes, jspb.Message);
|
|
307
|
+
if (goog.DEBUG && !COMPILED) {
|
|
308
|
+
/**
|
|
309
|
+
* @public
|
|
310
|
+
* @override
|
|
311
|
+
*/
|
|
312
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes';
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Generated by JsPbCodeGenerator.
|
|
316
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
317
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
318
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
319
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
320
|
+
* valid.
|
|
321
|
+
* @extends {jspb.Message}
|
|
322
|
+
* @constructor
|
|
323
|
+
*/
|
|
324
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes = function(opt_data) {
|
|
325
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.repeatedFields_, null);
|
|
237
326
|
};
|
|
238
|
-
goog.inherits(proto.prisca.v1.core.transaction_builder.
|
|
327
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes, jspb.Message);
|
|
239
328
|
if (goog.DEBUG && !COMPILED) {
|
|
240
329
|
/**
|
|
241
330
|
* @public
|
|
242
331
|
* @override
|
|
243
332
|
*/
|
|
244
|
-
proto.prisca.v1.core.transaction_builder.
|
|
333
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes';
|
|
245
334
|
}
|
|
246
335
|
/**
|
|
247
336
|
* Generated by JsPbCodeGenerator.
|
|
@@ -589,16 +678,37 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
589
678
|
* @extends {jspb.Message}
|
|
590
679
|
* @constructor
|
|
591
680
|
*/
|
|
592
|
-
proto.prisca.v1.core.transaction_builder.
|
|
681
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable = function(opt_data) {
|
|
682
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
683
|
+
};
|
|
684
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable, jspb.Message);
|
|
685
|
+
if (goog.DEBUG && !COMPILED) {
|
|
686
|
+
/**
|
|
687
|
+
* @public
|
|
688
|
+
* @override
|
|
689
|
+
*/
|
|
690
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.displayName = 'proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable';
|
|
691
|
+
}
|
|
692
|
+
/**
|
|
693
|
+
* Generated by JsPbCodeGenerator.
|
|
694
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
695
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
696
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
697
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
698
|
+
* valid.
|
|
699
|
+
* @extends {jspb.Message}
|
|
700
|
+
* @constructor
|
|
701
|
+
*/
|
|
702
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm = function(opt_data) {
|
|
593
703
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
594
704
|
};
|
|
595
|
-
goog.inherits(proto.prisca.v1.core.transaction_builder.
|
|
705
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm, jspb.Message);
|
|
596
706
|
if (goog.DEBUG && !COMPILED) {
|
|
597
707
|
/**
|
|
598
708
|
* @public
|
|
599
709
|
* @override
|
|
600
710
|
*/
|
|
601
|
-
proto.prisca.v1.core.transaction_builder.
|
|
711
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.displayName = 'proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm';
|
|
602
712
|
}
|
|
603
713
|
/**
|
|
604
714
|
* Generated by JsPbCodeGenerator.
|
|
@@ -881,8 +991,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
881
991
|
* http://goto/soy-param-migration
|
|
882
992
|
* @return {!Object}
|
|
883
993
|
*/
|
|
884
|
-
proto.prisca.v1.core.transaction_builder.
|
|
885
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
994
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.toObject = function(opt_includeInstance) {
|
|
995
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.toObject(opt_includeInstance, this);
|
|
886
996
|
};
|
|
887
997
|
|
|
888
998
|
|
|
@@ -891,18 +1001,18 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
891
1001
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
892
1002
|
* the JSPB instance for transitional soy proto support:
|
|
893
1003
|
* http://goto/soy-param-migration
|
|
894
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1004
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} msg The msg instance to transform.
|
|
895
1005
|
* @return {!Object}
|
|
896
1006
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
897
1007
|
*/
|
|
898
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1008
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.toObject = function(includeInstance, msg) {
|
|
899
1009
|
var f, obj = {
|
|
900
1010
|
transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
901
1011
|
orders: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
902
1012
|
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
903
1013
|
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
904
1014
|
referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
905
|
-
properties:
|
|
1015
|
+
properties: (f = msg.getProperties()) && proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject(includeInstance, f)
|
|
906
1016
|
};
|
|
907
1017
|
|
|
908
1018
|
if (includeInstance) {
|
|
@@ -916,23 +1026,23 @@ properties: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
|
916
1026
|
/**
|
|
917
1027
|
* Deserializes binary data (in protobuf wire format).
|
|
918
1028
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
919
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1029
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm}
|
|
920
1030
|
*/
|
|
921
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1031
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinary = function(bytes) {
|
|
922
1032
|
var reader = new jspb.BinaryReader(bytes);
|
|
923
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
924
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
1033
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm;
|
|
1034
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinaryFromReader(msg, reader);
|
|
925
1035
|
};
|
|
926
1036
|
|
|
927
1037
|
|
|
928
1038
|
/**
|
|
929
1039
|
* Deserializes binary data (in protobuf wire format) from the
|
|
930
1040
|
* given reader into the given message object.
|
|
931
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1041
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} msg The message object to deserialize into.
|
|
932
1042
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
933
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1043
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm}
|
|
934
1044
|
*/
|
|
935
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1045
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinaryFromReader = function(msg, reader) {
|
|
936
1046
|
while (reader.nextField()) {
|
|
937
1047
|
if (reader.isEndGroup()) {
|
|
938
1048
|
break;
|
|
@@ -960,7 +1070,8 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.deser
|
|
|
960
1070
|
msg.setReferencesId(value);
|
|
961
1071
|
break;
|
|
962
1072
|
case 6:
|
|
963
|
-
var value =
|
|
1073
|
+
var value = new proto.prisca.v1.core.transaction_builder.PropertiesForm;
|
|
1074
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromReader);
|
|
964
1075
|
msg.setProperties(value);
|
|
965
1076
|
break;
|
|
966
1077
|
default:
|
|
@@ -976,9 +1087,9 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.deser
|
|
|
976
1087
|
* Serializes the message to binary data (in protobuf wire format).
|
|
977
1088
|
* @return {!Uint8Array}
|
|
978
1089
|
*/
|
|
979
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1090
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.serializeBinary = function() {
|
|
980
1091
|
var writer = new jspb.BinaryWriter();
|
|
981
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1092
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeBinaryToWriter(this, writer);
|
|
982
1093
|
return writer.getResultBuffer();
|
|
983
1094
|
};
|
|
984
1095
|
|
|
@@ -986,11 +1097,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
986
1097
|
/**
|
|
987
1098
|
* Serializes the given message to binary data (in protobuf wire
|
|
988
1099
|
* format), writing to the given BinaryWriter.
|
|
989
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1100
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} message
|
|
990
1101
|
* @param {!jspb.BinaryWriter} writer
|
|
991
1102
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
992
1103
|
*/
|
|
993
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1104
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeBinaryToWriter = function(message, writer) {
|
|
994
1105
|
var f = undefined;
|
|
995
1106
|
f = message.getTransactionBuilderId();
|
|
996
1107
|
if (f !== 0) {
|
|
@@ -1028,10 +1139,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.seria
|
|
|
1028
1139
|
);
|
|
1029
1140
|
}
|
|
1030
1141
|
f = message.getProperties();
|
|
1031
|
-
if (f
|
|
1032
|
-
writer.
|
|
1142
|
+
if (f != null) {
|
|
1143
|
+
writer.writeMessage(
|
|
1033
1144
|
6,
|
|
1034
|
-
f
|
|
1145
|
+
f,
|
|
1146
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter
|
|
1035
1147
|
);
|
|
1036
1148
|
}
|
|
1037
1149
|
};
|
|
@@ -1041,16 +1153,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.seria
|
|
|
1041
1153
|
* optional int64 transaction_builder_id = 1;
|
|
1042
1154
|
* @return {number}
|
|
1043
1155
|
*/
|
|
1044
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1156
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getTransactionBuilderId = function() {
|
|
1045
1157
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
1046
1158
|
};
|
|
1047
1159
|
|
|
1048
1160
|
|
|
1049
1161
|
/**
|
|
1050
1162
|
* @param {number} value
|
|
1051
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1163
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1052
1164
|
*/
|
|
1053
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1165
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setTransactionBuilderId = function(value) {
|
|
1054
1166
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
1055
1167
|
};
|
|
1056
1168
|
|
|
@@ -1059,16 +1171,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
1059
1171
|
* optional int64 orders = 2;
|
|
1060
1172
|
* @return {number}
|
|
1061
1173
|
*/
|
|
1062
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1174
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getOrders = function() {
|
|
1063
1175
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
1064
1176
|
};
|
|
1065
1177
|
|
|
1066
1178
|
|
|
1067
1179
|
/**
|
|
1068
1180
|
* @param {number} value
|
|
1069
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1181
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1070
1182
|
*/
|
|
1071
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1183
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setOrders = function(value) {
|
|
1072
1184
|
return jspb.Message.setProto3IntField(this, 2, value);
|
|
1073
1185
|
};
|
|
1074
1186
|
|
|
@@ -1077,16 +1189,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
1077
1189
|
* optional string key = 3;
|
|
1078
1190
|
* @return {string}
|
|
1079
1191
|
*/
|
|
1080
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1192
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getKey = function() {
|
|
1081
1193
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1082
1194
|
};
|
|
1083
1195
|
|
|
1084
1196
|
|
|
1085
1197
|
/**
|
|
1086
1198
|
* @param {string} value
|
|
1087
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1199
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1088
1200
|
*/
|
|
1089
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1201
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setKey = function(value) {
|
|
1090
1202
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1091
1203
|
};
|
|
1092
1204
|
|
|
@@ -1095,16 +1207,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
1095
1207
|
* optional string label = 4;
|
|
1096
1208
|
* @return {string}
|
|
1097
1209
|
*/
|
|
1098
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1210
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getLabel = function() {
|
|
1099
1211
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
1100
1212
|
};
|
|
1101
1213
|
|
|
1102
1214
|
|
|
1103
1215
|
/**
|
|
1104
1216
|
* @param {string} value
|
|
1105
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1217
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1106
1218
|
*/
|
|
1107
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1219
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setLabel = function(value) {
|
|
1108
1220
|
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1109
1221
|
};
|
|
1110
1222
|
|
|
@@ -1113,45 +1225,57 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
1113
1225
|
* optional string references_id = 5;
|
|
1114
1226
|
* @return {string}
|
|
1115
1227
|
*/
|
|
1116
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1228
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getReferencesId = function() {
|
|
1117
1229
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1118
1230
|
};
|
|
1119
1231
|
|
|
1120
1232
|
|
|
1121
1233
|
/**
|
|
1122
1234
|
* @param {string} value
|
|
1123
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1235
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1124
1236
|
*/
|
|
1125
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1237
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setReferencesId = function(value) {
|
|
1126
1238
|
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1127
1239
|
};
|
|
1128
1240
|
|
|
1129
1241
|
|
|
1130
1242
|
/**
|
|
1131
|
-
* optional
|
|
1132
|
-
* @return {
|
|
1243
|
+
* optional PropertiesForm properties = 6;
|
|
1244
|
+
* @return {?proto.prisca.v1.core.transaction_builder.PropertiesForm}
|
|
1133
1245
|
*/
|
|
1134
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1135
|
-
return /** @type
|
|
1246
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getProperties = function() {
|
|
1247
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.PropertiesForm} */ (
|
|
1248
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesForm, 6));
|
|
1136
1249
|
};
|
|
1137
1250
|
|
|
1138
1251
|
|
|
1139
1252
|
/**
|
|
1140
|
-
* @param {
|
|
1141
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1142
|
-
|
|
1143
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1144
|
-
return jspb.Message.
|
|
1253
|
+
* @param {?proto.prisca.v1.core.transaction_builder.PropertiesForm|undefined} value
|
|
1254
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1255
|
+
*/
|
|
1256
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setProperties = function(value) {
|
|
1257
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
1145
1258
|
};
|
|
1146
1259
|
|
|
1147
1260
|
|
|
1261
|
+
/**
|
|
1262
|
+
* Clears the message field making it undefined.
|
|
1263
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1264
|
+
*/
|
|
1265
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.clearProperties = function() {
|
|
1266
|
+
return this.setProperties(undefined);
|
|
1267
|
+
};
|
|
1268
|
+
|
|
1148
1269
|
|
|
1149
1270
|
/**
|
|
1150
|
-
*
|
|
1151
|
-
* @
|
|
1152
|
-
* @const
|
|
1271
|
+
* Returns whether this field is set.
|
|
1272
|
+
* @return {boolean}
|
|
1153
1273
|
*/
|
|
1154
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1274
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.hasProperties = function() {
|
|
1275
|
+
return jspb.Message.getField(this, 6) != null;
|
|
1276
|
+
};
|
|
1277
|
+
|
|
1278
|
+
|
|
1155
1279
|
|
|
1156
1280
|
|
|
1157
1281
|
|
|
@@ -1168,8 +1292,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
1168
1292
|
* http://goto/soy-param-migration
|
|
1169
1293
|
* @return {!Object}
|
|
1170
1294
|
*/
|
|
1171
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1172
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
1295
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.toObject = function(opt_includeInstance) {
|
|
1296
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject(opt_includeInstance, this);
|
|
1173
1297
|
};
|
|
1174
1298
|
|
|
1175
1299
|
|
|
@@ -1178,37 +1302,15 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.toOb
|
|
|
1178
1302
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1179
1303
|
* the JSPB instance for transitional soy proto support:
|
|
1180
1304
|
* http://goto/soy-param-migration
|
|
1181
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1305
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesForm} msg The msg instance to transform.
|
|
1182
1306
|
* @return {!Object}
|
|
1183
1307
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1184
1308
|
*/
|
|
1185
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1309
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject = function(includeInstance, msg) {
|
|
1186
1310
|
var f, obj = {
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1191
|
-
hintText: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1192
|
-
placeHolder: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1193
|
-
max: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
1194
|
-
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
1195
|
-
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
1196
|
-
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
1197
|
-
proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
|
|
1198
|
-
fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
|
|
1199
|
-
proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
|
|
1200
|
-
isRequired: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
|
|
1201
|
-
isShow: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
1202
|
-
dataSource: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
1203
|
-
type: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
1204
|
-
defaultValue: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
1205
|
-
selectedValue: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
1206
|
-
autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 17, false),
|
|
1207
|
-
keyOfFill: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
1208
|
-
parentKey: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
1209
|
-
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 20, false),
|
|
1210
|
-
orders: jspb.Message.getFieldWithDefault(msg, 21, 0),
|
|
1211
|
-
value: jspb.Message.getFieldWithDefault(msg, 22, "")
|
|
1311
|
+
autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
1312
|
+
keyOfFill: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
1313
|
+
parentKey: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
1212
1314
|
};
|
|
1213
1315
|
|
|
1214
1316
|
if (includeInstance) {
|
|
@@ -1222,23 +1324,23 @@ value: jspb.Message.getFieldWithDefault(msg, 22, "")
|
|
|
1222
1324
|
/**
|
|
1223
1325
|
* Deserializes binary data (in protobuf wire format).
|
|
1224
1326
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1225
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1327
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm}
|
|
1226
1328
|
*/
|
|
1227
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1329
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinary = function(bytes) {
|
|
1228
1330
|
var reader = new jspb.BinaryReader(bytes);
|
|
1229
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
1230
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
1331
|
+
var msg = new proto.prisca.v1.core.transaction_builder.PropertiesForm;
|
|
1332
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromReader(msg, reader);
|
|
1231
1333
|
};
|
|
1232
1334
|
|
|
1233
1335
|
|
|
1234
1336
|
/**
|
|
1235
1337
|
* Deserializes binary data (in protobuf wire format) from the
|
|
1236
1338
|
* given reader into the given message object.
|
|
1237
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1339
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesForm} msg The message object to deserialize into.
|
|
1238
1340
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1239
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1341
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm}
|
|
1240
1342
|
*/
|
|
1241
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1343
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromReader = function(msg, reader) {
|
|
1242
1344
|
while (reader.nextField()) {
|
|
1243
1345
|
if (reader.isEndGroup()) {
|
|
1244
1346
|
break;
|
|
@@ -1246,96 +1348,17 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBin
|
|
|
1246
1348
|
var field = reader.getFieldNumber();
|
|
1247
1349
|
switch (field) {
|
|
1248
1350
|
case 1:
|
|
1249
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
1250
|
-
msg.setId(value);
|
|
1251
|
-
break;
|
|
1252
|
-
case 2:
|
|
1253
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
1254
|
-
msg.setTransactionBuilderId(value);
|
|
1255
|
-
break;
|
|
1256
|
-
case 3:
|
|
1257
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1258
|
-
msg.setKey(value);
|
|
1259
|
-
break;
|
|
1260
|
-
case 4:
|
|
1261
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1262
|
-
msg.setLabel(value);
|
|
1263
|
-
break;
|
|
1264
|
-
case 5:
|
|
1265
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1266
|
-
msg.setHintText(value);
|
|
1267
|
-
break;
|
|
1268
|
-
case 6:
|
|
1269
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1270
|
-
msg.setPlaceHolder(value);
|
|
1271
|
-
break;
|
|
1272
|
-
case 7:
|
|
1273
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
1274
|
-
msg.setMax(value);
|
|
1275
|
-
break;
|
|
1276
|
-
case 8:
|
|
1277
|
-
var value = new proto.prisca.v1.core.transaction_builder.Value;
|
|
1278
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
|
|
1279
|
-
msg.addOption(value);
|
|
1280
|
-
break;
|
|
1281
|
-
case 9:
|
|
1282
|
-
var value = new proto.prisca.v1.core.transaction_builder.FieldRules;
|
|
1283
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader);
|
|
1284
|
-
msg.addFieldRules(value);
|
|
1285
|
-
break;
|
|
1286
|
-
case 10:
|
|
1287
|
-
var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
|
|
1288
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
|
|
1289
|
-
msg.addFieldViews(value);
|
|
1290
|
-
break;
|
|
1291
|
-
case 11:
|
|
1292
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
1293
|
-
msg.setIsRequired(value);
|
|
1294
|
-
break;
|
|
1295
|
-
case 12:
|
|
1296
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
1297
|
-
msg.setIsShow(value);
|
|
1298
|
-
break;
|
|
1299
|
-
case 13:
|
|
1300
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1301
|
-
msg.setDataSource(value);
|
|
1302
|
-
break;
|
|
1303
|
-
case 14:
|
|
1304
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1305
|
-
msg.setType(value);
|
|
1306
|
-
break;
|
|
1307
|
-
case 15:
|
|
1308
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1309
|
-
msg.setDefaultValue(value);
|
|
1310
|
-
break;
|
|
1311
|
-
case 16:
|
|
1312
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1313
|
-
msg.setSelectedValue(value);
|
|
1314
|
-
break;
|
|
1315
|
-
case 17:
|
|
1316
1351
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
1317
1352
|
msg.setAutoFill(value);
|
|
1318
1353
|
break;
|
|
1319
|
-
case
|
|
1354
|
+
case 2:
|
|
1320
1355
|
var value = /** @type {string} */ (reader.readString());
|
|
1321
1356
|
msg.setKeyOfFill(value);
|
|
1322
1357
|
break;
|
|
1323
|
-
case
|
|
1358
|
+
case 3:
|
|
1324
1359
|
var value = /** @type {string} */ (reader.readString());
|
|
1325
1360
|
msg.setParentKey(value);
|
|
1326
1361
|
break;
|
|
1327
|
-
case 20:
|
|
1328
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
1329
|
-
msg.setIsMaster(value);
|
|
1330
|
-
break;
|
|
1331
|
-
case 21:
|
|
1332
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
1333
|
-
msg.setOrders(value);
|
|
1334
|
-
break;
|
|
1335
|
-
case 22:
|
|
1336
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1337
|
-
msg.setValue(value);
|
|
1338
|
-
break;
|
|
1339
1362
|
default:
|
|
1340
1363
|
reader.skipField();
|
|
1341
1364
|
break;
|
|
@@ -1349,9 +1372,9 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBin
|
|
|
1349
1372
|
* Serializes the message to binary data (in protobuf wire format).
|
|
1350
1373
|
* @return {!Uint8Array}
|
|
1351
1374
|
*/
|
|
1352
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1375
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.serializeBinary = function() {
|
|
1353
1376
|
var writer = new jspb.BinaryWriter();
|
|
1354
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1377
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter(this, writer);
|
|
1355
1378
|
return writer.getResultBuffer();
|
|
1356
1379
|
};
|
|
1357
1380
|
|
|
@@ -1359,65 +1382,797 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.seri
|
|
|
1359
1382
|
/**
|
|
1360
1383
|
* Serializes the given message to binary data (in protobuf wire
|
|
1361
1384
|
* format), writing to the given BinaryWriter.
|
|
1362
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1385
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesForm} message
|
|
1363
1386
|
* @param {!jspb.BinaryWriter} writer
|
|
1364
1387
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1365
1388
|
*/
|
|
1366
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1389
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter = function(message, writer) {
|
|
1367
1390
|
var f = undefined;
|
|
1368
|
-
f = message.
|
|
1369
|
-
if (f
|
|
1370
|
-
writer.
|
|
1391
|
+
f = message.getAutoFill();
|
|
1392
|
+
if (f) {
|
|
1393
|
+
writer.writeBool(
|
|
1371
1394
|
1,
|
|
1372
1395
|
f
|
|
1373
1396
|
);
|
|
1374
1397
|
}
|
|
1375
|
-
f = message.
|
|
1376
|
-
if (f !== 0) {
|
|
1377
|
-
writer.writeInt64(
|
|
1378
|
-
2,
|
|
1379
|
-
f
|
|
1380
|
-
);
|
|
1381
|
-
}
|
|
1382
|
-
f = message.getKey();
|
|
1383
|
-
if (f.length > 0) {
|
|
1384
|
-
writer.writeString(
|
|
1385
|
-
3,
|
|
1386
|
-
f
|
|
1387
|
-
);
|
|
1388
|
-
}
|
|
1389
|
-
f = message.getLabel();
|
|
1390
|
-
if (f.length > 0) {
|
|
1391
|
-
writer.writeString(
|
|
1392
|
-
4,
|
|
1393
|
-
f
|
|
1394
|
-
);
|
|
1395
|
-
}
|
|
1396
|
-
f = message.getHintText();
|
|
1398
|
+
f = message.getKeyOfFill();
|
|
1397
1399
|
if (f.length > 0) {
|
|
1398
1400
|
writer.writeString(
|
|
1399
|
-
|
|
1401
|
+
2,
|
|
1400
1402
|
f
|
|
1401
1403
|
);
|
|
1402
1404
|
}
|
|
1403
|
-
f = message.
|
|
1405
|
+
f = message.getParentKey();
|
|
1404
1406
|
if (f.length > 0) {
|
|
1405
1407
|
writer.writeString(
|
|
1406
|
-
|
|
1408
|
+
3,
|
|
1407
1409
|
f
|
|
1408
1410
|
);
|
|
1409
1411
|
}
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1412
|
+
};
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
/**
|
|
1416
|
+
* optional bool auto_fill = 1;
|
|
1417
|
+
* @return {boolean}
|
|
1418
|
+
*/
|
|
1419
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getAutoFill = function() {
|
|
1420
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
1421
|
+
};
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
/**
|
|
1425
|
+
* @param {boolean} value
|
|
1426
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1427
|
+
*/
|
|
1428
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setAutoFill = function(value) {
|
|
1429
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
1430
|
+
};
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
/**
|
|
1434
|
+
* optional string key_of_fill = 2;
|
|
1435
|
+
* @return {string}
|
|
1436
|
+
*/
|
|
1437
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getKeyOfFill = function() {
|
|
1438
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
1439
|
+
};
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
/**
|
|
1443
|
+
* @param {string} value
|
|
1444
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1445
|
+
*/
|
|
1446
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setKeyOfFill = function(value) {
|
|
1447
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1448
|
+
};
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
/**
|
|
1452
|
+
* optional string parent_key = 3;
|
|
1453
|
+
* @return {string}
|
|
1454
|
+
*/
|
|
1455
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getParentKey = function() {
|
|
1456
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1457
|
+
};
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
/**
|
|
1461
|
+
* @param {string} value
|
|
1462
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1463
|
+
*/
|
|
1464
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setParentKey = function(value) {
|
|
1465
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1466
|
+
};
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1473
|
+
/**
|
|
1474
|
+
* Creates an object representation of this proto.
|
|
1475
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1476
|
+
* Optional fields that are not set will be set to undefined.
|
|
1477
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1478
|
+
* For the list of reserved names please see:
|
|
1479
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1480
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1481
|
+
* JSPB instance for transitional soy proto support:
|
|
1482
|
+
* http://goto/soy-param-migration
|
|
1483
|
+
* @return {!Object}
|
|
1484
|
+
*/
|
|
1485
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.toObject = function(opt_includeInstance) {
|
|
1486
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.toObject(opt_includeInstance, this);
|
|
1487
|
+
};
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
/**
|
|
1491
|
+
* Static version of the {@see toObject} method.
|
|
1492
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1493
|
+
* the JSPB instance for transitional soy proto support:
|
|
1494
|
+
* http://goto/soy-param-migration
|
|
1495
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} msg The msg instance to transform.
|
|
1496
|
+
* @return {!Object}
|
|
1497
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1498
|
+
*/
|
|
1499
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.toObject = function(includeInstance, msg) {
|
|
1500
|
+
var f, obj = {
|
|
1501
|
+
transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
1502
|
+
orders: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
1503
|
+
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1504
|
+
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1505
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1506
|
+
properties: (f = msg.getProperties()) && proto.prisca.v1.core.transaction_builder.PropertiesTable.toObject(includeInstance, f)
|
|
1507
|
+
};
|
|
1508
|
+
|
|
1509
|
+
if (includeInstance) {
|
|
1510
|
+
obj.$jspbMessageInstance = msg;
|
|
1511
|
+
}
|
|
1512
|
+
return obj;
|
|
1513
|
+
};
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
/**
|
|
1518
|
+
* Deserializes binary data (in protobuf wire format).
|
|
1519
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1520
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable}
|
|
1521
|
+
*/
|
|
1522
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.deserializeBinary = function(bytes) {
|
|
1523
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
1524
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable;
|
|
1525
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.deserializeBinaryFromReader(msg, reader);
|
|
1526
|
+
};
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
/**
|
|
1530
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
1531
|
+
* given reader into the given message object.
|
|
1532
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} msg The message object to deserialize into.
|
|
1533
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1534
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable}
|
|
1535
|
+
*/
|
|
1536
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.deserializeBinaryFromReader = function(msg, reader) {
|
|
1537
|
+
while (reader.nextField()) {
|
|
1538
|
+
if (reader.isEndGroup()) {
|
|
1539
|
+
break;
|
|
1540
|
+
}
|
|
1541
|
+
var field = reader.getFieldNumber();
|
|
1542
|
+
switch (field) {
|
|
1543
|
+
case 1:
|
|
1544
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
1545
|
+
msg.setTransactionBuilderId(value);
|
|
1546
|
+
break;
|
|
1547
|
+
case 2:
|
|
1548
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
1549
|
+
msg.setOrders(value);
|
|
1550
|
+
break;
|
|
1551
|
+
case 3:
|
|
1552
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1553
|
+
msg.setKey(value);
|
|
1554
|
+
break;
|
|
1555
|
+
case 4:
|
|
1556
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1557
|
+
msg.setLabel(value);
|
|
1558
|
+
break;
|
|
1559
|
+
case 5:
|
|
1560
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1561
|
+
msg.setReferencesId(value);
|
|
1562
|
+
break;
|
|
1563
|
+
case 6:
|
|
1564
|
+
var value = new proto.prisca.v1.core.transaction_builder.PropertiesTable;
|
|
1565
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.PropertiesTable.deserializeBinaryFromReader);
|
|
1566
|
+
msg.setProperties(value);
|
|
1567
|
+
break;
|
|
1568
|
+
default:
|
|
1569
|
+
reader.skipField();
|
|
1570
|
+
break;
|
|
1571
|
+
}
|
|
1572
|
+
}
|
|
1573
|
+
return msg;
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
/**
|
|
1578
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
1579
|
+
* @return {!Uint8Array}
|
|
1580
|
+
*/
|
|
1581
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.serializeBinary = function() {
|
|
1582
|
+
var writer = new jspb.BinaryWriter();
|
|
1583
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.serializeBinaryToWriter(this, writer);
|
|
1584
|
+
return writer.getResultBuffer();
|
|
1585
|
+
};
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
/**
|
|
1589
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
1590
|
+
* format), writing to the given BinaryWriter.
|
|
1591
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} message
|
|
1592
|
+
* @param {!jspb.BinaryWriter} writer
|
|
1593
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1594
|
+
*/
|
|
1595
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.serializeBinaryToWriter = function(message, writer) {
|
|
1596
|
+
var f = undefined;
|
|
1597
|
+
f = message.getTransactionBuilderId();
|
|
1598
|
+
if (f !== 0) {
|
|
1599
|
+
writer.writeInt64(
|
|
1600
|
+
1,
|
|
1601
|
+
f
|
|
1602
|
+
);
|
|
1603
|
+
}
|
|
1604
|
+
f = message.getOrders();
|
|
1605
|
+
if (f !== 0) {
|
|
1606
|
+
writer.writeInt64(
|
|
1607
|
+
2,
|
|
1608
|
+
f
|
|
1609
|
+
);
|
|
1610
|
+
}
|
|
1611
|
+
f = message.getKey();
|
|
1612
|
+
if (f.length > 0) {
|
|
1613
|
+
writer.writeString(
|
|
1614
|
+
3,
|
|
1615
|
+
f
|
|
1616
|
+
);
|
|
1617
|
+
}
|
|
1618
|
+
f = message.getLabel();
|
|
1619
|
+
if (f.length > 0) {
|
|
1620
|
+
writer.writeString(
|
|
1621
|
+
4,
|
|
1622
|
+
f
|
|
1623
|
+
);
|
|
1624
|
+
}
|
|
1625
|
+
f = message.getReferencesId();
|
|
1626
|
+
if (f.length > 0) {
|
|
1627
|
+
writer.writeString(
|
|
1628
|
+
5,
|
|
1629
|
+
f
|
|
1630
|
+
);
|
|
1631
|
+
}
|
|
1632
|
+
f = message.getProperties();
|
|
1633
|
+
if (f != null) {
|
|
1634
|
+
writer.writeMessage(
|
|
1635
|
+
6,
|
|
1636
|
+
f,
|
|
1637
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.serializeBinaryToWriter
|
|
1638
|
+
);
|
|
1639
|
+
}
|
|
1640
|
+
};
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
/**
|
|
1644
|
+
* optional int64 transaction_builder_id = 1;
|
|
1645
|
+
* @return {number}
|
|
1646
|
+
*/
|
|
1647
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getTransactionBuilderId = function() {
|
|
1648
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
1649
|
+
};
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
/**
|
|
1653
|
+
* @param {number} value
|
|
1654
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
1655
|
+
*/
|
|
1656
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setTransactionBuilderId = function(value) {
|
|
1657
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
1658
|
+
};
|
|
1659
|
+
|
|
1660
|
+
|
|
1661
|
+
/**
|
|
1662
|
+
* optional int64 orders = 2;
|
|
1663
|
+
* @return {number}
|
|
1664
|
+
*/
|
|
1665
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getOrders = function() {
|
|
1666
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
1667
|
+
};
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
/**
|
|
1671
|
+
* @param {number} value
|
|
1672
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
1673
|
+
*/
|
|
1674
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setOrders = function(value) {
|
|
1675
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
1676
|
+
};
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
/**
|
|
1680
|
+
* optional string key = 3;
|
|
1681
|
+
* @return {string}
|
|
1682
|
+
*/
|
|
1683
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getKey = function() {
|
|
1684
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1685
|
+
};
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
/**
|
|
1689
|
+
* @param {string} value
|
|
1690
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
1691
|
+
*/
|
|
1692
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setKey = function(value) {
|
|
1693
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1694
|
+
};
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
/**
|
|
1698
|
+
* optional string label = 4;
|
|
1699
|
+
* @return {string}
|
|
1700
|
+
*/
|
|
1701
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getLabel = function() {
|
|
1702
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
1703
|
+
};
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
/**
|
|
1707
|
+
* @param {string} value
|
|
1708
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
1709
|
+
*/
|
|
1710
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setLabel = function(value) {
|
|
1711
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1712
|
+
};
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
/**
|
|
1716
|
+
* optional string references_id = 5;
|
|
1717
|
+
* @return {string}
|
|
1718
|
+
*/
|
|
1719
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getReferencesId = function() {
|
|
1720
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1721
|
+
};
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
/**
|
|
1725
|
+
* @param {string} value
|
|
1726
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
1727
|
+
*/
|
|
1728
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setReferencesId = function(value) {
|
|
1729
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1730
|
+
};
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
/**
|
|
1734
|
+
* optional PropertiesTable properties = 6;
|
|
1735
|
+
* @return {?proto.prisca.v1.core.transaction_builder.PropertiesTable}
|
|
1736
|
+
*/
|
|
1737
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getProperties = function() {
|
|
1738
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.PropertiesTable} */ (
|
|
1739
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesTable, 6));
|
|
1740
|
+
};
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
/**
|
|
1744
|
+
* @param {?proto.prisca.v1.core.transaction_builder.PropertiesTable|undefined} value
|
|
1745
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
1746
|
+
*/
|
|
1747
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setProperties = function(value) {
|
|
1748
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
1749
|
+
};
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
/**
|
|
1753
|
+
* Clears the message field making it undefined.
|
|
1754
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
1755
|
+
*/
|
|
1756
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.clearProperties = function() {
|
|
1757
|
+
return this.setProperties(undefined);
|
|
1758
|
+
};
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
/**
|
|
1762
|
+
* Returns whether this field is set.
|
|
1763
|
+
* @return {boolean}
|
|
1764
|
+
*/
|
|
1765
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.hasProperties = function() {
|
|
1766
|
+
return jspb.Message.getField(this, 6) != null;
|
|
1767
|
+
};
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1774
|
+
/**
|
|
1775
|
+
* Creates an object representation of this proto.
|
|
1776
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1777
|
+
* Optional fields that are not set will be set to undefined.
|
|
1778
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1779
|
+
* For the list of reserved names please see:
|
|
1780
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1781
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1782
|
+
* JSPB instance for transitional soy proto support:
|
|
1783
|
+
* http://goto/soy-param-migration
|
|
1784
|
+
* @return {!Object}
|
|
1785
|
+
*/
|
|
1786
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.toObject = function(opt_includeInstance) {
|
|
1787
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesTable.toObject(opt_includeInstance, this);
|
|
1788
|
+
};
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
/**
|
|
1792
|
+
* Static version of the {@see toObject} method.
|
|
1793
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1794
|
+
* the JSPB instance for transitional soy proto support:
|
|
1795
|
+
* http://goto/soy-param-migration
|
|
1796
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesTable} msg The msg instance to transform.
|
|
1797
|
+
* @return {!Object}
|
|
1798
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1799
|
+
*/
|
|
1800
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.toObject = function(includeInstance, msg) {
|
|
1801
|
+
var f, obj = {
|
|
1802
|
+
isMain: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
1803
|
+
dataType: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
1804
|
+
};
|
|
1805
|
+
|
|
1806
|
+
if (includeInstance) {
|
|
1807
|
+
obj.$jspbMessageInstance = msg;
|
|
1808
|
+
}
|
|
1809
|
+
return obj;
|
|
1810
|
+
};
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
|
|
1814
|
+
/**
|
|
1815
|
+
* Deserializes binary data (in protobuf wire format).
|
|
1816
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1817
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesTable}
|
|
1818
|
+
*/
|
|
1819
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.deserializeBinary = function(bytes) {
|
|
1820
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
1821
|
+
var msg = new proto.prisca.v1.core.transaction_builder.PropertiesTable;
|
|
1822
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesTable.deserializeBinaryFromReader(msg, reader);
|
|
1823
|
+
};
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
/**
|
|
1827
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
1828
|
+
* given reader into the given message object.
|
|
1829
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesTable} msg The message object to deserialize into.
|
|
1830
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1831
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesTable}
|
|
1832
|
+
*/
|
|
1833
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.deserializeBinaryFromReader = function(msg, reader) {
|
|
1834
|
+
while (reader.nextField()) {
|
|
1835
|
+
if (reader.isEndGroup()) {
|
|
1836
|
+
break;
|
|
1837
|
+
}
|
|
1838
|
+
var field = reader.getFieldNumber();
|
|
1839
|
+
switch (field) {
|
|
1840
|
+
case 1:
|
|
1841
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1842
|
+
msg.setIsMain(value);
|
|
1843
|
+
break;
|
|
1844
|
+
case 2:
|
|
1845
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1846
|
+
msg.setDataType(value);
|
|
1847
|
+
break;
|
|
1848
|
+
default:
|
|
1849
|
+
reader.skipField();
|
|
1850
|
+
break;
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
return msg;
|
|
1854
|
+
};
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
/**
|
|
1858
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
1859
|
+
* @return {!Uint8Array}
|
|
1860
|
+
*/
|
|
1861
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.serializeBinary = function() {
|
|
1862
|
+
var writer = new jspb.BinaryWriter();
|
|
1863
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.serializeBinaryToWriter(this, writer);
|
|
1864
|
+
return writer.getResultBuffer();
|
|
1865
|
+
};
|
|
1866
|
+
|
|
1867
|
+
|
|
1868
|
+
/**
|
|
1869
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
1870
|
+
* format), writing to the given BinaryWriter.
|
|
1871
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesTable} message
|
|
1872
|
+
* @param {!jspb.BinaryWriter} writer
|
|
1873
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1874
|
+
*/
|
|
1875
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.serializeBinaryToWriter = function(message, writer) {
|
|
1876
|
+
var f = undefined;
|
|
1877
|
+
f = message.getIsMain();
|
|
1878
|
+
if (f) {
|
|
1879
|
+
writer.writeBool(
|
|
1880
|
+
1,
|
|
1881
|
+
f
|
|
1882
|
+
);
|
|
1883
|
+
}
|
|
1884
|
+
f = message.getDataType();
|
|
1885
|
+
if (f.length > 0) {
|
|
1886
|
+
writer.writeString(
|
|
1887
|
+
2,
|
|
1888
|
+
f
|
|
1889
|
+
);
|
|
1890
|
+
}
|
|
1891
|
+
};
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
/**
|
|
1895
|
+
* optional bool is_main = 1;
|
|
1896
|
+
* @return {boolean}
|
|
1897
|
+
*/
|
|
1898
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.getIsMain = function() {
|
|
1899
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
1900
|
+
};
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
/**
|
|
1904
|
+
* @param {boolean} value
|
|
1905
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesTable} returns this
|
|
1906
|
+
*/
|
|
1907
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.setIsMain = function(value) {
|
|
1908
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
1909
|
+
};
|
|
1910
|
+
|
|
1911
|
+
|
|
1912
|
+
/**
|
|
1913
|
+
* optional string data_type = 2;
|
|
1914
|
+
* @return {string}
|
|
1915
|
+
*/
|
|
1916
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.getDataType = function() {
|
|
1917
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
1918
|
+
};
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
/**
|
|
1922
|
+
* @param {string} value
|
|
1923
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesTable} returns this
|
|
1924
|
+
*/
|
|
1925
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.setDataType = function(value) {
|
|
1926
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1927
|
+
};
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
|
|
1931
|
+
/**
|
|
1932
|
+
* List of repeated fields within this message type.
|
|
1933
|
+
* @private {!Array<number>}
|
|
1934
|
+
* @const
|
|
1935
|
+
*/
|
|
1936
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.repeatedFields_ = [7,8,9];
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1941
|
+
/**
|
|
1942
|
+
* Creates an object representation of this proto.
|
|
1943
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1944
|
+
* Optional fields that are not set will be set to undefined.
|
|
1945
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1946
|
+
* For the list of reserved names please see:
|
|
1947
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1948
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1949
|
+
* JSPB instance for transitional soy proto support:
|
|
1950
|
+
* http://goto/soy-param-migration
|
|
1951
|
+
* @return {!Object}
|
|
1952
|
+
*/
|
|
1953
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.toObject = function(opt_includeInstance) {
|
|
1954
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.toObject(opt_includeInstance, this);
|
|
1955
|
+
};
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
/**
|
|
1959
|
+
* Static version of the {@see toObject} method.
|
|
1960
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1961
|
+
* the JSPB instance for transitional soy proto support:
|
|
1962
|
+
* http://goto/soy-param-migration
|
|
1963
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} msg The msg instance to transform.
|
|
1964
|
+
* @return {!Object}
|
|
1965
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1966
|
+
*/
|
|
1967
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.toObject = function(includeInstance, msg) {
|
|
1968
|
+
var f, obj = {
|
|
1969
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
1970
|
+
transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
1971
|
+
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1972
|
+
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1973
|
+
hintText: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1974
|
+
placeHolder: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1975
|
+
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
1976
|
+
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
1977
|
+
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
1978
|
+
proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
|
|
1979
|
+
fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
|
|
1980
|
+
proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
|
|
1981
|
+
dataSource: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
1982
|
+
type: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
1983
|
+
defaultValue: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
1984
|
+
selectedValue: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
1985
|
+
autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 14, false),
|
|
1986
|
+
keyOfFill: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
1987
|
+
parentKey: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
1988
|
+
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 17, false),
|
|
1989
|
+
value: jspb.Message.getFieldWithDefault(msg, 19, "")
|
|
1990
|
+
};
|
|
1991
|
+
|
|
1992
|
+
if (includeInstance) {
|
|
1993
|
+
obj.$jspbMessageInstance = msg;
|
|
1994
|
+
}
|
|
1995
|
+
return obj;
|
|
1996
|
+
};
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
|
|
2000
|
+
/**
|
|
2001
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2002
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2003
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields}
|
|
2004
|
+
*/
|
|
2005
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBinary = function(bytes) {
|
|
2006
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2007
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFields;
|
|
2008
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBinaryFromReader(msg, reader);
|
|
2009
|
+
};
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
/**
|
|
2013
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2014
|
+
* given reader into the given message object.
|
|
2015
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} msg The message object to deserialize into.
|
|
2016
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2017
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields}
|
|
2018
|
+
*/
|
|
2019
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBinaryFromReader = function(msg, reader) {
|
|
2020
|
+
while (reader.nextField()) {
|
|
2021
|
+
if (reader.isEndGroup()) {
|
|
2022
|
+
break;
|
|
2023
|
+
}
|
|
2024
|
+
var field = reader.getFieldNumber();
|
|
2025
|
+
switch (field) {
|
|
2026
|
+
case 1:
|
|
2027
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
2028
|
+
msg.setId(value);
|
|
2029
|
+
break;
|
|
2030
|
+
case 2:
|
|
2031
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
2032
|
+
msg.setTransactionBuilderId(value);
|
|
2033
|
+
break;
|
|
2034
|
+
case 3:
|
|
2035
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2036
|
+
msg.setKey(value);
|
|
2037
|
+
break;
|
|
2038
|
+
case 4:
|
|
2039
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2040
|
+
msg.setLabel(value);
|
|
2041
|
+
break;
|
|
2042
|
+
case 5:
|
|
2043
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2044
|
+
msg.setHintText(value);
|
|
2045
|
+
break;
|
|
2046
|
+
case 6:
|
|
2047
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2048
|
+
msg.setPlaceHolder(value);
|
|
2049
|
+
break;
|
|
2050
|
+
case 7:
|
|
2051
|
+
var value = new proto.prisca.v1.core.transaction_builder.Value;
|
|
2052
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
|
|
2053
|
+
msg.addOption(value);
|
|
2054
|
+
break;
|
|
2055
|
+
case 8:
|
|
2056
|
+
var value = new proto.prisca.v1.core.transaction_builder.FieldRules;
|
|
2057
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader);
|
|
2058
|
+
msg.addFieldRules(value);
|
|
2059
|
+
break;
|
|
2060
|
+
case 9:
|
|
2061
|
+
var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
|
|
2062
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
|
|
2063
|
+
msg.addFieldViews(value);
|
|
2064
|
+
break;
|
|
2065
|
+
case 10:
|
|
2066
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2067
|
+
msg.setDataSource(value);
|
|
2068
|
+
break;
|
|
2069
|
+
case 11:
|
|
2070
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2071
|
+
msg.setType(value);
|
|
2072
|
+
break;
|
|
2073
|
+
case 12:
|
|
2074
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2075
|
+
msg.setDefaultValue(value);
|
|
2076
|
+
break;
|
|
2077
|
+
case 13:
|
|
2078
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2079
|
+
msg.setSelectedValue(value);
|
|
2080
|
+
break;
|
|
2081
|
+
case 14:
|
|
2082
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2083
|
+
msg.setAutoFill(value);
|
|
2084
|
+
break;
|
|
2085
|
+
case 15:
|
|
2086
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2087
|
+
msg.setKeyOfFill(value);
|
|
2088
|
+
break;
|
|
2089
|
+
case 16:
|
|
2090
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2091
|
+
msg.setParentKey(value);
|
|
2092
|
+
break;
|
|
2093
|
+
case 17:
|
|
2094
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2095
|
+
msg.setIsMaster(value);
|
|
2096
|
+
break;
|
|
2097
|
+
case 19:
|
|
2098
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2099
|
+
msg.setValue(value);
|
|
2100
|
+
break;
|
|
2101
|
+
default:
|
|
2102
|
+
reader.skipField();
|
|
2103
|
+
break;
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
return msg;
|
|
2107
|
+
};
|
|
2108
|
+
|
|
2109
|
+
|
|
2110
|
+
/**
|
|
2111
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2112
|
+
* @return {!Uint8Array}
|
|
2113
|
+
*/
|
|
2114
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.serializeBinary = function() {
|
|
2115
|
+
var writer = new jspb.BinaryWriter();
|
|
2116
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinaryToWriter(this, writer);
|
|
2117
|
+
return writer.getResultBuffer();
|
|
2118
|
+
};
|
|
2119
|
+
|
|
2120
|
+
|
|
2121
|
+
/**
|
|
2122
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2123
|
+
* format), writing to the given BinaryWriter.
|
|
2124
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} message
|
|
2125
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2126
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2127
|
+
*/
|
|
2128
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinaryToWriter = function(message, writer) {
|
|
2129
|
+
var f = undefined;
|
|
2130
|
+
f = message.getId();
|
|
2131
|
+
if (f !== 0) {
|
|
2132
|
+
writer.writeInt64(
|
|
2133
|
+
1,
|
|
2134
|
+
f
|
|
2135
|
+
);
|
|
2136
|
+
}
|
|
2137
|
+
f = message.getTransactionBuilderId();
|
|
2138
|
+
if (f !== 0) {
|
|
2139
|
+
writer.writeInt64(
|
|
2140
|
+
2,
|
|
2141
|
+
f
|
|
2142
|
+
);
|
|
2143
|
+
}
|
|
2144
|
+
f = message.getKey();
|
|
2145
|
+
if (f.length > 0) {
|
|
2146
|
+
writer.writeString(
|
|
2147
|
+
3,
|
|
2148
|
+
f
|
|
2149
|
+
);
|
|
2150
|
+
}
|
|
2151
|
+
f = message.getLabel();
|
|
2152
|
+
if (f.length > 0) {
|
|
2153
|
+
writer.writeString(
|
|
2154
|
+
4,
|
|
2155
|
+
f
|
|
2156
|
+
);
|
|
2157
|
+
}
|
|
2158
|
+
f = message.getHintText();
|
|
2159
|
+
if (f.length > 0) {
|
|
2160
|
+
writer.writeString(
|
|
2161
|
+
5,
|
|
2162
|
+
f
|
|
2163
|
+
);
|
|
2164
|
+
}
|
|
2165
|
+
f = message.getPlaceHolder();
|
|
2166
|
+
if (f.length > 0) {
|
|
2167
|
+
writer.writeString(
|
|
2168
|
+
6,
|
|
1414
2169
|
f
|
|
1415
2170
|
);
|
|
1416
2171
|
}
|
|
1417
2172
|
f = message.getOptionList();
|
|
1418
2173
|
if (f.length > 0) {
|
|
1419
2174
|
writer.writeRepeatedMessage(
|
|
1420
|
-
|
|
2175
|
+
7,
|
|
1421
2176
|
f,
|
|
1422
2177
|
proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
|
|
1423
2178
|
);
|
|
@@ -1425,7 +2180,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
|
|
|
1425
2180
|
f = message.getFieldRulesList();
|
|
1426
2181
|
if (f.length > 0) {
|
|
1427
2182
|
writer.writeRepeatedMessage(
|
|
1428
|
-
|
|
2183
|
+
8,
|
|
1429
2184
|
f,
|
|
1430
2185
|
proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter
|
|
1431
2186
|
);
|
|
@@ -1433,92 +2188,71 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
|
|
|
1433
2188
|
f = message.getFieldViewsList();
|
|
1434
2189
|
if (f.length > 0) {
|
|
1435
2190
|
writer.writeRepeatedMessage(
|
|
1436
|
-
|
|
2191
|
+
9,
|
|
1437
2192
|
f,
|
|
1438
2193
|
proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
|
|
1439
2194
|
);
|
|
1440
2195
|
}
|
|
1441
|
-
f = message.getIsRequired();
|
|
1442
|
-
if (f) {
|
|
1443
|
-
writer.writeBool(
|
|
1444
|
-
11,
|
|
1445
|
-
f
|
|
1446
|
-
);
|
|
1447
|
-
}
|
|
1448
|
-
f = message.getIsShow();
|
|
1449
|
-
if (f) {
|
|
1450
|
-
writer.writeBool(
|
|
1451
|
-
12,
|
|
1452
|
-
f
|
|
1453
|
-
);
|
|
1454
|
-
}
|
|
1455
2196
|
f = message.getDataSource();
|
|
1456
2197
|
if (f.length > 0) {
|
|
1457
2198
|
writer.writeString(
|
|
1458
|
-
|
|
2199
|
+
10,
|
|
1459
2200
|
f
|
|
1460
2201
|
);
|
|
1461
2202
|
}
|
|
1462
2203
|
f = message.getType();
|
|
1463
2204
|
if (f.length > 0) {
|
|
1464
2205
|
writer.writeString(
|
|
1465
|
-
|
|
2206
|
+
11,
|
|
1466
2207
|
f
|
|
1467
2208
|
);
|
|
1468
2209
|
}
|
|
1469
2210
|
f = message.getDefaultValue();
|
|
1470
2211
|
if (f.length > 0) {
|
|
1471
2212
|
writer.writeString(
|
|
1472
|
-
|
|
2213
|
+
12,
|
|
1473
2214
|
f
|
|
1474
2215
|
);
|
|
1475
2216
|
}
|
|
1476
2217
|
f = message.getSelectedValue();
|
|
1477
2218
|
if (f.length > 0) {
|
|
1478
2219
|
writer.writeString(
|
|
1479
|
-
|
|
2220
|
+
13,
|
|
1480
2221
|
f
|
|
1481
2222
|
);
|
|
1482
2223
|
}
|
|
1483
2224
|
f = message.getAutoFill();
|
|
1484
2225
|
if (f) {
|
|
1485
2226
|
writer.writeBool(
|
|
1486
|
-
|
|
2227
|
+
14,
|
|
1487
2228
|
f
|
|
1488
2229
|
);
|
|
1489
2230
|
}
|
|
1490
2231
|
f = message.getKeyOfFill();
|
|
1491
2232
|
if (f.length > 0) {
|
|
1492
2233
|
writer.writeString(
|
|
1493
|
-
|
|
2234
|
+
15,
|
|
1494
2235
|
f
|
|
1495
2236
|
);
|
|
1496
2237
|
}
|
|
1497
2238
|
f = message.getParentKey();
|
|
1498
2239
|
if (f.length > 0) {
|
|
1499
2240
|
writer.writeString(
|
|
1500
|
-
|
|
2241
|
+
16,
|
|
1501
2242
|
f
|
|
1502
2243
|
);
|
|
1503
2244
|
}
|
|
1504
2245
|
f = message.getIsMaster();
|
|
1505
2246
|
if (f) {
|
|
1506
2247
|
writer.writeBool(
|
|
1507
|
-
|
|
1508
|
-
f
|
|
1509
|
-
);
|
|
1510
|
-
}
|
|
1511
|
-
f = message.getOrders();
|
|
1512
|
-
if (f !== 0) {
|
|
1513
|
-
writer.writeInt64(
|
|
1514
|
-
21,
|
|
2248
|
+
17,
|
|
1515
2249
|
f
|
|
1516
2250
|
);
|
|
1517
2251
|
}
|
|
1518
2252
|
f = message.getValue();
|
|
1519
2253
|
if (f.length > 0) {
|
|
1520
2254
|
writer.writeString(
|
|
1521
|
-
|
|
2255
|
+
19,
|
|
1522
2256
|
f
|
|
1523
2257
|
);
|
|
1524
2258
|
}
|
|
@@ -1634,30 +2368,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setP
|
|
|
1634
2368
|
|
|
1635
2369
|
|
|
1636
2370
|
/**
|
|
1637
|
-
*
|
|
1638
|
-
* @return {number}
|
|
1639
|
-
*/
|
|
1640
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getMax = function() {
|
|
1641
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
1642
|
-
};
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
/**
|
|
1646
|
-
* @param {number} value
|
|
1647
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1648
|
-
*/
|
|
1649
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setMax = function(value) {
|
|
1650
|
-
return jspb.Message.setProto3IntField(this, 7, value);
|
|
1651
|
-
};
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
/**
|
|
1655
|
-
* repeated Value option = 8;
|
|
2371
|
+
* repeated Value option = 7;
|
|
1656
2372
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
|
|
1657
2373
|
*/
|
|
1658
2374
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getOptionList = function() {
|
|
1659
2375
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
|
|
1660
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value,
|
|
2376
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 7));
|
|
1661
2377
|
};
|
|
1662
2378
|
|
|
1663
2379
|
|
|
@@ -1666,7 +2382,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getO
|
|
|
1666
2382
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1667
2383
|
*/
|
|
1668
2384
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setOptionList = function(value) {
|
|
1669
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
2385
|
+
return jspb.Message.setRepeatedWrapperField(this, 7, value);
|
|
1670
2386
|
};
|
|
1671
2387
|
|
|
1672
2388
|
|
|
@@ -1676,7 +2392,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setO
|
|
|
1676
2392
|
* @return {!proto.prisca.v1.core.transaction_builder.Value}
|
|
1677
2393
|
*/
|
|
1678
2394
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addOption = function(opt_value, opt_index) {
|
|
1679
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
2395
|
+
return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
|
|
1680
2396
|
};
|
|
1681
2397
|
|
|
1682
2398
|
|
|
@@ -1690,12 +2406,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
|
|
|
1690
2406
|
|
|
1691
2407
|
|
|
1692
2408
|
/**
|
|
1693
|
-
* repeated FieldRules field_rules =
|
|
2409
|
+
* repeated FieldRules field_rules = 8;
|
|
1694
2410
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>}
|
|
1695
2411
|
*/
|
|
1696
2412
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getFieldRulesList = function() {
|
|
1697
2413
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>} */ (
|
|
1698
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules,
|
|
2414
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 8));
|
|
1699
2415
|
};
|
|
1700
2416
|
|
|
1701
2417
|
|
|
@@ -1704,7 +2420,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getF
|
|
|
1704
2420
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1705
2421
|
*/
|
|
1706
2422
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setFieldRulesList = function(value) {
|
|
1707
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
2423
|
+
return jspb.Message.setRepeatedWrapperField(this, 8, value);
|
|
1708
2424
|
};
|
|
1709
2425
|
|
|
1710
2426
|
|
|
@@ -1714,7 +2430,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setF
|
|
|
1714
2430
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldRules}
|
|
1715
2431
|
*/
|
|
1716
2432
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addFieldRules = function(opt_value, opt_index) {
|
|
1717
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
2433
|
+
return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
|
|
1718
2434
|
};
|
|
1719
2435
|
|
|
1720
2436
|
|
|
@@ -1728,12 +2444,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
|
|
|
1728
2444
|
|
|
1729
2445
|
|
|
1730
2446
|
/**
|
|
1731
|
-
* repeated FieldViews field_views =
|
|
2447
|
+
* repeated FieldViews field_views = 9;
|
|
1732
2448
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>}
|
|
1733
2449
|
*/
|
|
1734
2450
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getFieldViewsList = function() {
|
|
1735
2451
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>} */ (
|
|
1736
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews,
|
|
2452
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 9));
|
|
1737
2453
|
};
|
|
1738
2454
|
|
|
1739
2455
|
|
|
@@ -1742,7 +2458,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getF
|
|
|
1742
2458
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1743
2459
|
*/
|
|
1744
2460
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setFieldViewsList = function(value) {
|
|
1745
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
2461
|
+
return jspb.Message.setRepeatedWrapperField(this, 9, value);
|
|
1746
2462
|
};
|
|
1747
2463
|
|
|
1748
2464
|
|
|
@@ -1752,7 +2468,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setF
|
|
|
1752
2468
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldViews}
|
|
1753
2469
|
*/
|
|
1754
2470
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addFieldViews = function(opt_value, opt_index) {
|
|
1755
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
2471
|
+
return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
|
|
1756
2472
|
};
|
|
1757
2473
|
|
|
1758
2474
|
|
|
@@ -1766,47 +2482,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
|
|
|
1766
2482
|
|
|
1767
2483
|
|
|
1768
2484
|
/**
|
|
1769
|
-
* optional
|
|
1770
|
-
* @return {boolean}
|
|
1771
|
-
*/
|
|
1772
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getIsRequired = function() {
|
|
1773
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false));
|
|
1774
|
-
};
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
/**
|
|
1778
|
-
* @param {boolean} value
|
|
1779
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1780
|
-
*/
|
|
1781
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setIsRequired = function(value) {
|
|
1782
|
-
return jspb.Message.setProto3BooleanField(this, 11, value);
|
|
1783
|
-
};
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
/**
|
|
1787
|
-
* optional bool is_show = 12;
|
|
1788
|
-
* @return {boolean}
|
|
1789
|
-
*/
|
|
1790
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getIsShow = function() {
|
|
1791
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false));
|
|
1792
|
-
};
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
/**
|
|
1796
|
-
* @param {boolean} value
|
|
1797
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1798
|
-
*/
|
|
1799
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setIsShow = function(value) {
|
|
1800
|
-
return jspb.Message.setProto3BooleanField(this, 12, value);
|
|
1801
|
-
};
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
/**
|
|
1805
|
-
* optional string data_source = 13;
|
|
2485
|
+
* optional string data_source = 10;
|
|
1806
2486
|
* @return {string}
|
|
1807
2487
|
*/
|
|
1808
2488
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getDataSource = function() {
|
|
1809
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2489
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
1810
2490
|
};
|
|
1811
2491
|
|
|
1812
2492
|
|
|
@@ -1815,16 +2495,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getD
|
|
|
1815
2495
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1816
2496
|
*/
|
|
1817
2497
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setDataSource = function(value) {
|
|
1818
|
-
return jspb.Message.setProto3StringField(this,
|
|
2498
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
1819
2499
|
};
|
|
1820
2500
|
|
|
1821
2501
|
|
|
1822
2502
|
/**
|
|
1823
|
-
* optional string type =
|
|
2503
|
+
* optional string type = 11;
|
|
1824
2504
|
* @return {string}
|
|
1825
2505
|
*/
|
|
1826
2506
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getType = function() {
|
|
1827
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2507
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
1828
2508
|
};
|
|
1829
2509
|
|
|
1830
2510
|
|
|
@@ -1833,16 +2513,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getT
|
|
|
1833
2513
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1834
2514
|
*/
|
|
1835
2515
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setType = function(value) {
|
|
1836
|
-
return jspb.Message.setProto3StringField(this,
|
|
2516
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
1837
2517
|
};
|
|
1838
2518
|
|
|
1839
2519
|
|
|
1840
2520
|
/**
|
|
1841
|
-
* optional string default_value =
|
|
2521
|
+
* optional string default_value = 12;
|
|
1842
2522
|
* @return {string}
|
|
1843
2523
|
*/
|
|
1844
2524
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getDefaultValue = function() {
|
|
1845
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2525
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
1846
2526
|
};
|
|
1847
2527
|
|
|
1848
2528
|
|
|
@@ -1851,16 +2531,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getD
|
|
|
1851
2531
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1852
2532
|
*/
|
|
1853
2533
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setDefaultValue = function(value) {
|
|
1854
|
-
return jspb.Message.setProto3StringField(this,
|
|
2534
|
+
return jspb.Message.setProto3StringField(this, 12, value);
|
|
1855
2535
|
};
|
|
1856
2536
|
|
|
1857
2537
|
|
|
1858
2538
|
/**
|
|
1859
|
-
* optional string selected_value =
|
|
2539
|
+
* optional string selected_value = 13;
|
|
1860
2540
|
* @return {string}
|
|
1861
2541
|
*/
|
|
1862
2542
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getSelectedValue = function() {
|
|
1863
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2543
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
1864
2544
|
};
|
|
1865
2545
|
|
|
1866
2546
|
|
|
@@ -1869,16 +2549,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getS
|
|
|
1869
2549
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1870
2550
|
*/
|
|
1871
2551
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setSelectedValue = function(value) {
|
|
1872
|
-
return jspb.Message.setProto3StringField(this,
|
|
2552
|
+
return jspb.Message.setProto3StringField(this, 13, value);
|
|
1873
2553
|
};
|
|
1874
2554
|
|
|
1875
2555
|
|
|
1876
2556
|
/**
|
|
1877
|
-
* optional bool auto_fill =
|
|
2557
|
+
* optional bool auto_fill = 14;
|
|
1878
2558
|
* @return {boolean}
|
|
1879
2559
|
*/
|
|
1880
2560
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getAutoFill = function() {
|
|
1881
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
2561
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 14, false));
|
|
1882
2562
|
};
|
|
1883
2563
|
|
|
1884
2564
|
|
|
@@ -1887,16 +2567,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getA
|
|
|
1887
2567
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1888
2568
|
*/
|
|
1889
2569
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setAutoFill = function(value) {
|
|
1890
|
-
return jspb.Message.setProto3BooleanField(this,
|
|
2570
|
+
return jspb.Message.setProto3BooleanField(this, 14, value);
|
|
1891
2571
|
};
|
|
1892
2572
|
|
|
1893
2573
|
|
|
1894
2574
|
/**
|
|
1895
|
-
* optional string key_of_fill =
|
|
2575
|
+
* optional string key_of_fill = 15;
|
|
1896
2576
|
* @return {string}
|
|
1897
2577
|
*/
|
|
1898
2578
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getKeyOfFill = function() {
|
|
1899
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2579
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
1900
2580
|
};
|
|
1901
2581
|
|
|
1902
2582
|
|
|
@@ -1905,16 +2585,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getK
|
|
|
1905
2585
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1906
2586
|
*/
|
|
1907
2587
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setKeyOfFill = function(value) {
|
|
1908
|
-
return jspb.Message.setProto3StringField(this,
|
|
2588
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
1909
2589
|
};
|
|
1910
2590
|
|
|
1911
2591
|
|
|
1912
2592
|
/**
|
|
1913
|
-
* optional string parent_key =
|
|
2593
|
+
* optional string parent_key = 16;
|
|
1914
2594
|
* @return {string}
|
|
1915
2595
|
*/
|
|
1916
2596
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getParentKey = function() {
|
|
1917
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2597
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
1918
2598
|
};
|
|
1919
2599
|
|
|
1920
2600
|
|
|
@@ -1923,16 +2603,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getP
|
|
|
1923
2603
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1924
2604
|
*/
|
|
1925
2605
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setParentKey = function(value) {
|
|
1926
|
-
return jspb.Message.setProto3StringField(this,
|
|
2606
|
+
return jspb.Message.setProto3StringField(this, 16, value);
|
|
1927
2607
|
};
|
|
1928
2608
|
|
|
1929
2609
|
|
|
1930
2610
|
/**
|
|
1931
|
-
* optional bool is_master =
|
|
2611
|
+
* optional bool is_master = 17;
|
|
1932
2612
|
* @return {boolean}
|
|
1933
2613
|
*/
|
|
1934
2614
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getIsMaster = function() {
|
|
1935
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
2615
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 17, false));
|
|
1936
2616
|
};
|
|
1937
2617
|
|
|
1938
2618
|
|
|
@@ -1941,34 +2621,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getI
|
|
|
1941
2621
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1942
2622
|
*/
|
|
1943
2623
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setIsMaster = function(value) {
|
|
1944
|
-
return jspb.Message.setProto3BooleanField(this,
|
|
1945
|
-
};
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
/**
|
|
1949
|
-
* optional int64 orders = 21;
|
|
1950
|
-
* @return {number}
|
|
1951
|
-
*/
|
|
1952
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getOrders = function() {
|
|
1953
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 21, 0));
|
|
1954
|
-
};
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
/**
|
|
1958
|
-
* @param {number} value
|
|
1959
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1960
|
-
*/
|
|
1961
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setOrders = function(value) {
|
|
1962
|
-
return jspb.Message.setProto3IntField(this, 21, value);
|
|
2624
|
+
return jspb.Message.setProto3BooleanField(this, 17, value);
|
|
1963
2625
|
};
|
|
1964
2626
|
|
|
1965
2627
|
|
|
1966
2628
|
/**
|
|
1967
|
-
* optional string value =
|
|
2629
|
+
* optional string value = 19;
|
|
1968
2630
|
* @return {string}
|
|
1969
2631
|
*/
|
|
1970
2632
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getValue = function() {
|
|
1971
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2633
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
1972
2634
|
};
|
|
1973
2635
|
|
|
1974
2636
|
|
|
@@ -1977,7 +2639,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getV
|
|
|
1977
2639
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1978
2640
|
*/
|
|
1979
2641
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setValue = function(value) {
|
|
1980
|
-
return jspb.Message.setProto3StringField(this,
|
|
2642
|
+
return jspb.Message.setProto3StringField(this, 19, value);
|
|
1981
2643
|
};
|
|
1982
2644
|
|
|
1983
2645
|
|
|
@@ -2024,24 +2686,20 @@ key: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
|
2024
2686
|
label: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
2025
2687
|
hintText: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
2026
2688
|
placeHolder: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
2027
|
-
max: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
2028
2689
|
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
2029
2690
|
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
2030
2691
|
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
2031
2692
|
proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
|
|
2032
2693
|
fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
|
|
2033
2694
|
proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
parentKey: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
2043
|
-
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 18, false),
|
|
2044
|
-
orders: jspb.Message.getFieldWithDefault(msg, 19, 0)
|
|
2695
|
+
dataSource: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
2696
|
+
type: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
2697
|
+
defaultValue: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
2698
|
+
selectedValue: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
2699
|
+
autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
|
|
2700
|
+
keyOfFill: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
2701
|
+
parentKey: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
2702
|
+
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 16, false)
|
|
2045
2703
|
};
|
|
2046
2704
|
|
|
2047
2705
|
if (includeInstance) {
|
|
@@ -2094,10 +2752,6 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.deserializ
|
|
|
2094
2752
|
var value = /** @type {string} */ (reader.readString());
|
|
2095
2753
|
msg.setPlaceHolder(value);
|
|
2096
2754
|
break;
|
|
2097
|
-
case 5:
|
|
2098
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
2099
|
-
msg.setMax(value);
|
|
2100
|
-
break;
|
|
2101
2755
|
case 6:
|
|
2102
2756
|
var value = new proto.prisca.v1.core.transaction_builder.Value;
|
|
2103
2757
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
|
|
@@ -2114,49 +2768,37 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.deserializ
|
|
|
2114
2768
|
msg.addFieldViews(value);
|
|
2115
2769
|
break;
|
|
2116
2770
|
case 9:
|
|
2117
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
2118
|
-
msg.setIsRequired(value);
|
|
2119
|
-
break;
|
|
2120
|
-
case 10:
|
|
2121
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
2122
|
-
msg.setIsShow(value);
|
|
2123
|
-
break;
|
|
2124
|
-
case 11:
|
|
2125
2771
|
var value = /** @type {string} */ (reader.readString());
|
|
2126
2772
|
msg.setDataSource(value);
|
|
2127
2773
|
break;
|
|
2128
|
-
case
|
|
2774
|
+
case 10:
|
|
2129
2775
|
var value = /** @type {string} */ (reader.readString());
|
|
2130
2776
|
msg.setType(value);
|
|
2131
2777
|
break;
|
|
2132
|
-
case
|
|
2778
|
+
case 11:
|
|
2133
2779
|
var value = /** @type {string} */ (reader.readString());
|
|
2134
2780
|
msg.setDefaultValue(value);
|
|
2135
2781
|
break;
|
|
2136
|
-
case
|
|
2782
|
+
case 12:
|
|
2137
2783
|
var value = /** @type {string} */ (reader.readString());
|
|
2138
2784
|
msg.setSelectedValue(value);
|
|
2139
2785
|
break;
|
|
2140
|
-
case
|
|
2786
|
+
case 13:
|
|
2141
2787
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
2142
2788
|
msg.setAutoFill(value);
|
|
2143
2789
|
break;
|
|
2144
|
-
case
|
|
2790
|
+
case 14:
|
|
2145
2791
|
var value = /** @type {string} */ (reader.readString());
|
|
2146
2792
|
msg.setKeyOfFill(value);
|
|
2147
2793
|
break;
|
|
2148
|
-
case
|
|
2794
|
+
case 15:
|
|
2149
2795
|
var value = /** @type {string} */ (reader.readString());
|
|
2150
2796
|
msg.setParentKey(value);
|
|
2151
2797
|
break;
|
|
2152
|
-
case
|
|
2798
|
+
case 16:
|
|
2153
2799
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
2154
2800
|
msg.setIsMaster(value);
|
|
2155
2801
|
break;
|
|
2156
|
-
case 19:
|
|
2157
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
2158
|
-
msg.setOrders(value);
|
|
2159
|
-
break;
|
|
2160
2802
|
default:
|
|
2161
2803
|
reader.skipField();
|
|
2162
2804
|
break;
|
|
@@ -2214,13 +2856,6 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
|
|
|
2214
2856
|
f
|
|
2215
2857
|
);
|
|
2216
2858
|
}
|
|
2217
|
-
f = message.getMax();
|
|
2218
|
-
if (f !== 0) {
|
|
2219
|
-
writer.writeInt64(
|
|
2220
|
-
5,
|
|
2221
|
-
f
|
|
2222
|
-
);
|
|
2223
|
-
}
|
|
2224
2859
|
f = message.getOptionList();
|
|
2225
2860
|
if (f.length > 0) {
|
|
2226
2861
|
writer.writeRepeatedMessage(
|
|
@@ -2245,80 +2880,59 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
|
|
|
2245
2880
|
proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
|
|
2246
2881
|
);
|
|
2247
2882
|
}
|
|
2248
|
-
f = message.getIsRequired();
|
|
2249
|
-
if (f) {
|
|
2250
|
-
writer.writeBool(
|
|
2251
|
-
9,
|
|
2252
|
-
f
|
|
2253
|
-
);
|
|
2254
|
-
}
|
|
2255
|
-
f = message.getIsShow();
|
|
2256
|
-
if (f) {
|
|
2257
|
-
writer.writeBool(
|
|
2258
|
-
10,
|
|
2259
|
-
f
|
|
2260
|
-
);
|
|
2261
|
-
}
|
|
2262
2883
|
f = message.getDataSource();
|
|
2263
2884
|
if (f.length > 0) {
|
|
2264
2885
|
writer.writeString(
|
|
2265
|
-
|
|
2886
|
+
9,
|
|
2266
2887
|
f
|
|
2267
2888
|
);
|
|
2268
2889
|
}
|
|
2269
2890
|
f = message.getType();
|
|
2270
2891
|
if (f.length > 0) {
|
|
2271
2892
|
writer.writeString(
|
|
2272
|
-
|
|
2893
|
+
10,
|
|
2273
2894
|
f
|
|
2274
2895
|
);
|
|
2275
2896
|
}
|
|
2276
2897
|
f = message.getDefaultValue();
|
|
2277
2898
|
if (f.length > 0) {
|
|
2278
2899
|
writer.writeString(
|
|
2279
|
-
|
|
2900
|
+
11,
|
|
2280
2901
|
f
|
|
2281
2902
|
);
|
|
2282
2903
|
}
|
|
2283
2904
|
f = message.getSelectedValue();
|
|
2284
2905
|
if (f.length > 0) {
|
|
2285
2906
|
writer.writeString(
|
|
2286
|
-
|
|
2907
|
+
12,
|
|
2287
2908
|
f
|
|
2288
2909
|
);
|
|
2289
2910
|
}
|
|
2290
2911
|
f = message.getAutoFill();
|
|
2291
2912
|
if (f) {
|
|
2292
2913
|
writer.writeBool(
|
|
2293
|
-
|
|
2914
|
+
13,
|
|
2294
2915
|
f
|
|
2295
2916
|
);
|
|
2296
2917
|
}
|
|
2297
2918
|
f = message.getKeyOfFill();
|
|
2298
2919
|
if (f.length > 0) {
|
|
2299
2920
|
writer.writeString(
|
|
2300
|
-
|
|
2921
|
+
14,
|
|
2301
2922
|
f
|
|
2302
2923
|
);
|
|
2303
2924
|
}
|
|
2304
2925
|
f = message.getParentKey();
|
|
2305
2926
|
if (f.length > 0) {
|
|
2306
2927
|
writer.writeString(
|
|
2307
|
-
|
|
2928
|
+
15,
|
|
2308
2929
|
f
|
|
2309
2930
|
);
|
|
2310
2931
|
}
|
|
2311
2932
|
f = message.getIsMaster();
|
|
2312
2933
|
if (f) {
|
|
2313
2934
|
writer.writeBool(
|
|
2314
|
-
|
|
2315
|
-
f
|
|
2316
|
-
);
|
|
2317
|
-
}
|
|
2318
|
-
f = message.getOrders();
|
|
2319
|
-
if (f !== 0) {
|
|
2320
|
-
writer.writeInt64(
|
|
2321
|
-
19,
|
|
2935
|
+
16,
|
|
2322
2936
|
f
|
|
2323
2937
|
);
|
|
2324
2938
|
}
|
|
@@ -2374,44 +2988,26 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2374
2988
|
* @param {string} value
|
|
2375
2989
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2376
2990
|
*/
|
|
2377
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setHintText = function(value) {
|
|
2378
|
-
return jspb.Message.setProto3StringField(this, 3, value);
|
|
2379
|
-
};
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
/**
|
|
2383
|
-
* optional string place_holder = 4;
|
|
2384
|
-
* @return {string}
|
|
2385
|
-
*/
|
|
2386
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getPlaceHolder = function() {
|
|
2387
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
2388
|
-
};
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
/**
|
|
2392
|
-
* @param {string} value
|
|
2393
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2394
|
-
*/
|
|
2395
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setPlaceHolder = function(value) {
|
|
2396
|
-
return jspb.Message.setProto3StringField(this, 4, value);
|
|
2991
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setHintText = function(value) {
|
|
2992
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
2397
2993
|
};
|
|
2398
2994
|
|
|
2399
2995
|
|
|
2400
2996
|
/**
|
|
2401
|
-
* optional
|
|
2402
|
-
* @return {
|
|
2997
|
+
* optional string place_holder = 4;
|
|
2998
|
+
* @return {string}
|
|
2403
2999
|
*/
|
|
2404
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
2405
|
-
return /** @type {
|
|
3000
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getPlaceHolder = function() {
|
|
3001
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
2406
3002
|
};
|
|
2407
3003
|
|
|
2408
3004
|
|
|
2409
3005
|
/**
|
|
2410
|
-
* @param {
|
|
3006
|
+
* @param {string} value
|
|
2411
3007
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2412
3008
|
*/
|
|
2413
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
2414
|
-
return jspb.Message.
|
|
3009
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setPlaceHolder = function(value) {
|
|
3010
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
2415
3011
|
};
|
|
2416
3012
|
|
|
2417
3013
|
|
|
@@ -2530,47 +3126,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2530
3126
|
|
|
2531
3127
|
|
|
2532
3128
|
/**
|
|
2533
|
-
* optional
|
|
2534
|
-
* @return {boolean}
|
|
2535
|
-
*/
|
|
2536
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getIsRequired = function() {
|
|
2537
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
|
|
2538
|
-
};
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
/**
|
|
2542
|
-
* @param {boolean} value
|
|
2543
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2544
|
-
*/
|
|
2545
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setIsRequired = function(value) {
|
|
2546
|
-
return jspb.Message.setProto3BooleanField(this, 9, value);
|
|
2547
|
-
};
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
/**
|
|
2551
|
-
* optional bool is_show = 10;
|
|
2552
|
-
* @return {boolean}
|
|
2553
|
-
*/
|
|
2554
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getIsShow = function() {
|
|
2555
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false));
|
|
2556
|
-
};
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
/**
|
|
2560
|
-
* @param {boolean} value
|
|
2561
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2562
|
-
*/
|
|
2563
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setIsShow = function(value) {
|
|
2564
|
-
return jspb.Message.setProto3BooleanField(this, 10, value);
|
|
2565
|
-
};
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
/**
|
|
2569
|
-
* optional string data_source = 11;
|
|
3129
|
+
* optional string data_source = 9;
|
|
2570
3130
|
* @return {string}
|
|
2571
3131
|
*/
|
|
2572
3132
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getDataSource = function() {
|
|
2573
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3133
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
2574
3134
|
};
|
|
2575
3135
|
|
|
2576
3136
|
|
|
@@ -2579,16 +3139,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2579
3139
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2580
3140
|
*/
|
|
2581
3141
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setDataSource = function(value) {
|
|
2582
|
-
return jspb.Message.setProto3StringField(this,
|
|
3142
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
2583
3143
|
};
|
|
2584
3144
|
|
|
2585
3145
|
|
|
2586
3146
|
/**
|
|
2587
|
-
* optional string type =
|
|
3147
|
+
* optional string type = 10;
|
|
2588
3148
|
* @return {string}
|
|
2589
3149
|
*/
|
|
2590
3150
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getType = function() {
|
|
2591
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3151
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
2592
3152
|
};
|
|
2593
3153
|
|
|
2594
3154
|
|
|
@@ -2597,16 +3157,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2597
3157
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2598
3158
|
*/
|
|
2599
3159
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setType = function(value) {
|
|
2600
|
-
return jspb.Message.setProto3StringField(this,
|
|
3160
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
2601
3161
|
};
|
|
2602
3162
|
|
|
2603
3163
|
|
|
2604
3164
|
/**
|
|
2605
|
-
* optional string default_value =
|
|
3165
|
+
* optional string default_value = 11;
|
|
2606
3166
|
* @return {string}
|
|
2607
3167
|
*/
|
|
2608
3168
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getDefaultValue = function() {
|
|
2609
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3169
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
2610
3170
|
};
|
|
2611
3171
|
|
|
2612
3172
|
|
|
@@ -2615,16 +3175,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2615
3175
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2616
3176
|
*/
|
|
2617
3177
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setDefaultValue = function(value) {
|
|
2618
|
-
return jspb.Message.setProto3StringField(this,
|
|
3178
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
2619
3179
|
};
|
|
2620
3180
|
|
|
2621
3181
|
|
|
2622
3182
|
/**
|
|
2623
|
-
* optional string selected_value =
|
|
3183
|
+
* optional string selected_value = 12;
|
|
2624
3184
|
* @return {string}
|
|
2625
3185
|
*/
|
|
2626
3186
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getSelectedValue = function() {
|
|
2627
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3187
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
2628
3188
|
};
|
|
2629
3189
|
|
|
2630
3190
|
|
|
@@ -2633,16 +3193,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2633
3193
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2634
3194
|
*/
|
|
2635
3195
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setSelectedValue = function(value) {
|
|
2636
|
-
return jspb.Message.setProto3StringField(this,
|
|
3196
|
+
return jspb.Message.setProto3StringField(this, 12, value);
|
|
2637
3197
|
};
|
|
2638
3198
|
|
|
2639
3199
|
|
|
2640
3200
|
/**
|
|
2641
|
-
* optional bool auto_fill =
|
|
3201
|
+
* optional bool auto_fill = 13;
|
|
2642
3202
|
* @return {boolean}
|
|
2643
3203
|
*/
|
|
2644
3204
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getAutoFill = function() {
|
|
2645
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
3205
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false));
|
|
2646
3206
|
};
|
|
2647
3207
|
|
|
2648
3208
|
|
|
@@ -2651,16 +3211,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2651
3211
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2652
3212
|
*/
|
|
2653
3213
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setAutoFill = function(value) {
|
|
2654
|
-
return jspb.Message.setProto3BooleanField(this,
|
|
3214
|
+
return jspb.Message.setProto3BooleanField(this, 13, value);
|
|
2655
3215
|
};
|
|
2656
3216
|
|
|
2657
3217
|
|
|
2658
3218
|
/**
|
|
2659
|
-
* optional string key_of_fill =
|
|
3219
|
+
* optional string key_of_fill = 14;
|
|
2660
3220
|
* @return {string}
|
|
2661
3221
|
*/
|
|
2662
3222
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getKeyOfFill = function() {
|
|
2663
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3223
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
2664
3224
|
};
|
|
2665
3225
|
|
|
2666
3226
|
|
|
@@ -2669,16 +3229,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2669
3229
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2670
3230
|
*/
|
|
2671
3231
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setKeyOfFill = function(value) {
|
|
2672
|
-
return jspb.Message.setProto3StringField(this,
|
|
3232
|
+
return jspb.Message.setProto3StringField(this, 14, value);
|
|
2673
3233
|
};
|
|
2674
3234
|
|
|
2675
3235
|
|
|
2676
3236
|
/**
|
|
2677
|
-
* optional string parent_key =
|
|
3237
|
+
* optional string parent_key = 15;
|
|
2678
3238
|
* @return {string}
|
|
2679
3239
|
*/
|
|
2680
3240
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getParentKey = function() {
|
|
2681
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3241
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
2682
3242
|
};
|
|
2683
3243
|
|
|
2684
3244
|
|
|
@@ -2687,16 +3247,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2687
3247
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2688
3248
|
*/
|
|
2689
3249
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setParentKey = function(value) {
|
|
2690
|
-
return jspb.Message.setProto3StringField(this,
|
|
3250
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
2691
3251
|
};
|
|
2692
3252
|
|
|
2693
3253
|
|
|
2694
3254
|
/**
|
|
2695
|
-
* optional bool is_master =
|
|
3255
|
+
* optional bool is_master = 16;
|
|
2696
3256
|
* @return {boolean}
|
|
2697
3257
|
*/
|
|
2698
3258
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getIsMaster = function() {
|
|
2699
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
3259
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 16, false));
|
|
2700
3260
|
};
|
|
2701
3261
|
|
|
2702
3262
|
|
|
@@ -2705,25 +3265,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2705
3265
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2706
3266
|
*/
|
|
2707
3267
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setIsMaster = function(value) {
|
|
2708
|
-
return jspb.Message.setProto3BooleanField(this,
|
|
2709
|
-
};
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
/**
|
|
2713
|
-
* optional int64 orders = 19;
|
|
2714
|
-
* @return {number}
|
|
2715
|
-
*/
|
|
2716
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getOrders = function() {
|
|
2717
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 19, 0));
|
|
2718
|
-
};
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
/**
|
|
2722
|
-
* @param {number} value
|
|
2723
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2724
|
-
*/
|
|
2725
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setOrders = function(value) {
|
|
2726
|
-
return jspb.Message.setProto3IntField(this, 19, value);
|
|
3268
|
+
return jspb.Message.setProto3BooleanField(this, 16, value);
|
|
2727
3269
|
};
|
|
2728
3270
|
|
|
2729
3271
|
|
|
@@ -2800,7 +3342,7 @@ proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader
|
|
|
2800
3342
|
var field = reader.getFieldNumber();
|
|
2801
3343
|
switch (field) {
|
|
2802
3344
|
case 1:
|
|
2803
|
-
var value = /** @type {number} */ (reader.
|
|
3345
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
2804
3346
|
msg.setId(value);
|
|
2805
3347
|
break;
|
|
2806
3348
|
case 2:
|
|
@@ -2846,7 +3388,7 @@ proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter = fu
|
|
|
2846
3388
|
var f = undefined;
|
|
2847
3389
|
f = /** @type {number} */ (jspb.Message.getField(message, 1));
|
|
2848
3390
|
if (f != null) {
|
|
2849
|
-
writer.
|
|
3391
|
+
writer.writeInt64(
|
|
2850
3392
|
1,
|
|
2851
3393
|
f
|
|
2852
3394
|
);
|
|
@@ -2876,7 +3418,7 @@ proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter = fu
|
|
|
2876
3418
|
|
|
2877
3419
|
|
|
2878
3420
|
/**
|
|
2879
|
-
* optional
|
|
3421
|
+
* optional int64 id = 1;
|
|
2880
3422
|
* @return {number}
|
|
2881
3423
|
*/
|
|
2882
3424
|
proto.prisca.v1.core.transaction_builder.FieldRules.prototype.getId = function() {
|
|
@@ -3057,7 +3599,7 @@ proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader
|
|
|
3057
3599
|
var field = reader.getFieldNumber();
|
|
3058
3600
|
switch (field) {
|
|
3059
3601
|
case 1:
|
|
3060
|
-
var value = /** @type {number} */ (reader.
|
|
3602
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
3061
3603
|
msg.setId(value);
|
|
3062
3604
|
break;
|
|
3063
3605
|
case 2:
|
|
@@ -3107,7 +3649,7 @@ proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter = fu
|
|
|
3107
3649
|
var f = undefined;
|
|
3108
3650
|
f = /** @type {number} */ (jspb.Message.getField(message, 1));
|
|
3109
3651
|
if (f != null) {
|
|
3110
|
-
writer.
|
|
3652
|
+
writer.writeInt64(
|
|
3111
3653
|
1,
|
|
3112
3654
|
f
|
|
3113
3655
|
);
|
|
@@ -3144,7 +3686,7 @@ proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter = fu
|
|
|
3144
3686
|
|
|
3145
3687
|
|
|
3146
3688
|
/**
|
|
3147
|
-
* optional
|
|
3689
|
+
* optional int64 id = 1;
|
|
3148
3690
|
* @return {number}
|
|
3149
3691
|
*/
|
|
3150
3692
|
proto.prisca.v1.core.transaction_builder.FieldViews.prototype.getId = function() {
|
|
@@ -3397,16 +3939,198 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilder.serializeBinaryToWri
|
|
|
3397
3939
|
* optional int64 id = 1;
|
|
3398
3940
|
* @return {number}
|
|
3399
3941
|
*/
|
|
3400
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.getId = function() {
|
|
3942
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.getId = function() {
|
|
3943
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
3944
|
+
};
|
|
3945
|
+
|
|
3946
|
+
|
|
3947
|
+
/**
|
|
3948
|
+
* @param {number} value
|
|
3949
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilder} returns this
|
|
3950
|
+
*/
|
|
3951
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.setId = function(value) {
|
|
3952
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
3953
|
+
};
|
|
3954
|
+
|
|
3955
|
+
|
|
3956
|
+
/**
|
|
3957
|
+
* optional string name = 2;
|
|
3958
|
+
* @return {string}
|
|
3959
|
+
*/
|
|
3960
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.getName = function() {
|
|
3961
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3962
|
+
};
|
|
3963
|
+
|
|
3964
|
+
|
|
3965
|
+
/**
|
|
3966
|
+
* @param {string} value
|
|
3967
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilder} returns this
|
|
3968
|
+
*/
|
|
3969
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.setName = function(value) {
|
|
3970
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3971
|
+
};
|
|
3972
|
+
|
|
3973
|
+
|
|
3974
|
+
|
|
3975
|
+
/**
|
|
3976
|
+
* List of repeated fields within this message type.
|
|
3977
|
+
* @private {!Array<number>}
|
|
3978
|
+
* @const
|
|
3979
|
+
*/
|
|
3980
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.repeatedFields_ = [3];
|
|
3981
|
+
|
|
3982
|
+
|
|
3983
|
+
|
|
3984
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3985
|
+
/**
|
|
3986
|
+
* Creates an object representation of this proto.
|
|
3987
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3988
|
+
* Optional fields that are not set will be set to undefined.
|
|
3989
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3990
|
+
* For the list of reserved names please see:
|
|
3991
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3992
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3993
|
+
* JSPB instance for transitional soy proto support:
|
|
3994
|
+
* http://goto/soy-param-migration
|
|
3995
|
+
* @return {!Object}
|
|
3996
|
+
*/
|
|
3997
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.toObject = function(opt_includeInstance) {
|
|
3998
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.toObject(opt_includeInstance, this);
|
|
3999
|
+
};
|
|
4000
|
+
|
|
4001
|
+
|
|
4002
|
+
/**
|
|
4003
|
+
* Static version of the {@see toObject} method.
|
|
4004
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4005
|
+
* the JSPB instance for transitional soy proto support:
|
|
4006
|
+
* http://goto/soy-param-migration
|
|
4007
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} msg The msg instance to transform.
|
|
4008
|
+
* @return {!Object}
|
|
4009
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4010
|
+
*/
|
|
4011
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.toObject = function(includeInstance, msg) {
|
|
4012
|
+
var f, obj = {
|
|
4013
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
4014
|
+
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4015
|
+
transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilderFieldsList(),
|
|
4016
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.toObject, includeInstance)
|
|
4017
|
+
};
|
|
4018
|
+
|
|
4019
|
+
if (includeInstance) {
|
|
4020
|
+
obj.$jspbMessageInstance = msg;
|
|
4021
|
+
}
|
|
4022
|
+
return obj;
|
|
4023
|
+
};
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4026
|
+
|
|
4027
|
+
/**
|
|
4028
|
+
* Deserializes binary data (in protobuf wire format).
|
|
4029
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4030
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails}
|
|
4031
|
+
*/
|
|
4032
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deserializeBinary = function(bytes) {
|
|
4033
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
4034
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails;
|
|
4035
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deserializeBinaryFromReader(msg, reader);
|
|
4036
|
+
};
|
|
4037
|
+
|
|
4038
|
+
|
|
4039
|
+
/**
|
|
4040
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
4041
|
+
* given reader into the given message object.
|
|
4042
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} msg The message object to deserialize into.
|
|
4043
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4044
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails}
|
|
4045
|
+
*/
|
|
4046
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deserializeBinaryFromReader = function(msg, reader) {
|
|
4047
|
+
while (reader.nextField()) {
|
|
4048
|
+
if (reader.isEndGroup()) {
|
|
4049
|
+
break;
|
|
4050
|
+
}
|
|
4051
|
+
var field = reader.getFieldNumber();
|
|
4052
|
+
switch (field) {
|
|
4053
|
+
case 1:
|
|
4054
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
4055
|
+
msg.setId(value);
|
|
4056
|
+
break;
|
|
4057
|
+
case 2:
|
|
4058
|
+
var value = /** @type {string} */ (reader.readString());
|
|
4059
|
+
msg.setName(value);
|
|
4060
|
+
break;
|
|
4061
|
+
case 3:
|
|
4062
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFields;
|
|
4063
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBinaryFromReader);
|
|
4064
|
+
msg.addTransactionBuilderFields(value);
|
|
4065
|
+
break;
|
|
4066
|
+
default:
|
|
4067
|
+
reader.skipField();
|
|
4068
|
+
break;
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
4071
|
+
return msg;
|
|
4072
|
+
};
|
|
4073
|
+
|
|
4074
|
+
|
|
4075
|
+
/**
|
|
4076
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
4077
|
+
* @return {!Uint8Array}
|
|
4078
|
+
*/
|
|
4079
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.serializeBinary = function() {
|
|
4080
|
+
var writer = new jspb.BinaryWriter();
|
|
4081
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.serializeBinaryToWriter(this, writer);
|
|
4082
|
+
return writer.getResultBuffer();
|
|
4083
|
+
};
|
|
4084
|
+
|
|
4085
|
+
|
|
4086
|
+
/**
|
|
4087
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
4088
|
+
* format), writing to the given BinaryWriter.
|
|
4089
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} message
|
|
4090
|
+
* @param {!jspb.BinaryWriter} writer
|
|
4091
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4092
|
+
*/
|
|
4093
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.serializeBinaryToWriter = function(message, writer) {
|
|
4094
|
+
var f = undefined;
|
|
4095
|
+
f = message.getId();
|
|
4096
|
+
if (f !== 0) {
|
|
4097
|
+
writer.writeInt64(
|
|
4098
|
+
1,
|
|
4099
|
+
f
|
|
4100
|
+
);
|
|
4101
|
+
}
|
|
4102
|
+
f = message.getName();
|
|
4103
|
+
if (f.length > 0) {
|
|
4104
|
+
writer.writeString(
|
|
4105
|
+
2,
|
|
4106
|
+
f
|
|
4107
|
+
);
|
|
4108
|
+
}
|
|
4109
|
+
f = message.getTransactionBuilderFieldsList();
|
|
4110
|
+
if (f.length > 0) {
|
|
4111
|
+
writer.writeRepeatedMessage(
|
|
4112
|
+
3,
|
|
4113
|
+
f,
|
|
4114
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinaryToWriter
|
|
4115
|
+
);
|
|
4116
|
+
}
|
|
4117
|
+
};
|
|
4118
|
+
|
|
4119
|
+
|
|
4120
|
+
/**
|
|
4121
|
+
* optional int64 id = 1;
|
|
4122
|
+
* @return {number}
|
|
4123
|
+
*/
|
|
4124
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.getId = function() {
|
|
3401
4125
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
3402
4126
|
};
|
|
3403
4127
|
|
|
3404
4128
|
|
|
3405
4129
|
/**
|
|
3406
4130
|
* @param {number} value
|
|
3407
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4131
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} returns this
|
|
3408
4132
|
*/
|
|
3409
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4133
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.setId = function(value) {
|
|
3410
4134
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
3411
4135
|
};
|
|
3412
4136
|
|
|
@@ -3415,27 +4139,65 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.setId = fu
|
|
|
3415
4139
|
* optional string name = 2;
|
|
3416
4140
|
* @return {string}
|
|
3417
4141
|
*/
|
|
3418
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4142
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.getName = function() {
|
|
3419
4143
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3420
4144
|
};
|
|
3421
4145
|
|
|
3422
4146
|
|
|
3423
4147
|
/**
|
|
3424
4148
|
* @param {string} value
|
|
3425
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4149
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} returns this
|
|
3426
4150
|
*/
|
|
3427
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4151
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.setName = function(value) {
|
|
3428
4152
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3429
4153
|
};
|
|
3430
4154
|
|
|
3431
4155
|
|
|
4156
|
+
/**
|
|
4157
|
+
* repeated TransactionBuilderFields transaction_builder_fields = 3;
|
|
4158
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields>}
|
|
4159
|
+
*/
|
|
4160
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.getTransactionBuilderFieldsList = function() {
|
|
4161
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields>} */ (
|
|
4162
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFields, 3));
|
|
4163
|
+
};
|
|
4164
|
+
|
|
4165
|
+
|
|
4166
|
+
/**
|
|
4167
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields>} value
|
|
4168
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} returns this
|
|
4169
|
+
*/
|
|
4170
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.setTransactionBuilderFieldsList = function(value) {
|
|
4171
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
4172
|
+
};
|
|
4173
|
+
|
|
4174
|
+
|
|
4175
|
+
/**
|
|
4176
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields=} opt_value
|
|
4177
|
+
* @param {number=} opt_index
|
|
4178
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields}
|
|
4179
|
+
*/
|
|
4180
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.addTransactionBuilderFields = function(opt_value, opt_index) {
|
|
4181
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.TransactionBuilderFields, opt_index);
|
|
4182
|
+
};
|
|
4183
|
+
|
|
4184
|
+
|
|
4185
|
+
/**
|
|
4186
|
+
* Clears the list making it empty but non-null.
|
|
4187
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} returns this
|
|
4188
|
+
*/
|
|
4189
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.clearTransactionBuilderFieldsList = function() {
|
|
4190
|
+
return this.setTransactionBuilderFieldsList([]);
|
|
4191
|
+
};
|
|
4192
|
+
|
|
4193
|
+
|
|
3432
4194
|
|
|
3433
4195
|
/**
|
|
3434
4196
|
* List of repeated fields within this message type.
|
|
3435
4197
|
* @private {!Array<number>}
|
|
3436
4198
|
* @const
|
|
3437
4199
|
*/
|
|
3438
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4200
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.repeatedFields_ = [3];
|
|
3439
4201
|
|
|
3440
4202
|
|
|
3441
4203
|
|
|
@@ -3452,8 +4214,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3452
4214
|
* http://goto/soy-param-migration
|
|
3453
4215
|
* @return {!Object}
|
|
3454
4216
|
*/
|
|
3455
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3456
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
4217
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.toObject = function(opt_includeInstance) {
|
|
4218
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.toObject(opt_includeInstance, this);
|
|
3457
4219
|
};
|
|
3458
4220
|
|
|
3459
4221
|
|
|
@@ -3462,16 +4224,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype
|
|
|
3462
4224
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3463
4225
|
* the JSPB instance for transitional soy proto support:
|
|
3464
4226
|
* http://goto/soy-param-migration
|
|
3465
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4227
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} msg The msg instance to transform.
|
|
3466
4228
|
* @return {!Object}
|
|
3467
4229
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3468
4230
|
*/
|
|
3469
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4231
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.toObject = function(includeInstance, msg) {
|
|
3470
4232
|
var f, obj = {
|
|
3471
4233
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
3472
4234
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3473
4235
|
transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilderFieldsList(),
|
|
3474
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4236
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.toObject, includeInstance)
|
|
3475
4237
|
};
|
|
3476
4238
|
|
|
3477
4239
|
if (includeInstance) {
|
|
@@ -3485,23 +4247,23 @@ transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilde
|
|
|
3485
4247
|
/**
|
|
3486
4248
|
* Deserializes binary data (in protobuf wire format).
|
|
3487
4249
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3488
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4250
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes}
|
|
3489
4251
|
*/
|
|
3490
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4252
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.deserializeBinary = function(bytes) {
|
|
3491
4253
|
var reader = new jspb.BinaryReader(bytes);
|
|
3492
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
3493
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
4254
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes;
|
|
4255
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.deserializeBinaryFromReader(msg, reader);
|
|
3494
4256
|
};
|
|
3495
4257
|
|
|
3496
4258
|
|
|
3497
4259
|
/**
|
|
3498
4260
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3499
4261
|
* given reader into the given message object.
|
|
3500
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4262
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} msg The message object to deserialize into.
|
|
3501
4263
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3502
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4264
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes}
|
|
3503
4265
|
*/
|
|
3504
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4266
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.deserializeBinaryFromReader = function(msg, reader) {
|
|
3505
4267
|
while (reader.nextField()) {
|
|
3506
4268
|
if (reader.isEndGroup()) {
|
|
3507
4269
|
break;
|
|
@@ -3517,8 +4279,8 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deseriali
|
|
|
3517
4279
|
msg.setName(value);
|
|
3518
4280
|
break;
|
|
3519
4281
|
case 3:
|
|
3520
|
-
var value = new proto.prisca.v1.core.transaction_builder.
|
|
3521
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.
|
|
4282
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable;
|
|
4283
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.deserializeBinaryFromReader);
|
|
3522
4284
|
msg.addTransactionBuilderFields(value);
|
|
3523
4285
|
break;
|
|
3524
4286
|
default:
|
|
@@ -3534,9 +4296,9 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deseriali
|
|
|
3534
4296
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3535
4297
|
* @return {!Uint8Array}
|
|
3536
4298
|
*/
|
|
3537
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4299
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.serializeBinary = function() {
|
|
3538
4300
|
var writer = new jspb.BinaryWriter();
|
|
3539
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4301
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.serializeBinaryToWriter(this, writer);
|
|
3540
4302
|
return writer.getResultBuffer();
|
|
3541
4303
|
};
|
|
3542
4304
|
|
|
@@ -3544,11 +4306,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype
|
|
|
3544
4306
|
/**
|
|
3545
4307
|
* Serializes the given message to binary data (in protobuf wire
|
|
3546
4308
|
* format), writing to the given BinaryWriter.
|
|
3547
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4309
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} message
|
|
3548
4310
|
* @param {!jspb.BinaryWriter} writer
|
|
3549
4311
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3550
4312
|
*/
|
|
3551
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4313
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.serializeBinaryToWriter = function(message, writer) {
|
|
3552
4314
|
var f = undefined;
|
|
3553
4315
|
f = message.getId();
|
|
3554
4316
|
if (f !== 0) {
|
|
@@ -3569,7 +4331,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.serialize
|
|
|
3569
4331
|
writer.writeRepeatedMessage(
|
|
3570
4332
|
3,
|
|
3571
4333
|
f,
|
|
3572
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4334
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.serializeBinaryToWriter
|
|
3573
4335
|
);
|
|
3574
4336
|
}
|
|
3575
4337
|
};
|
|
@@ -3579,16 +4341,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.serialize
|
|
|
3579
4341
|
* optional int64 id = 1;
|
|
3580
4342
|
* @return {number}
|
|
3581
4343
|
*/
|
|
3582
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4344
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.getId = function() {
|
|
3583
4345
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
3584
4346
|
};
|
|
3585
4347
|
|
|
3586
4348
|
|
|
3587
4349
|
/**
|
|
3588
4350
|
* @param {number} value
|
|
3589
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4351
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} returns this
|
|
3590
4352
|
*/
|
|
3591
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4353
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.setId = function(value) {
|
|
3592
4354
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
3593
4355
|
};
|
|
3594
4356
|
|
|
@@ -3597,54 +4359,54 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype
|
|
|
3597
4359
|
* optional string name = 2;
|
|
3598
4360
|
* @return {string}
|
|
3599
4361
|
*/
|
|
3600
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4362
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.getName = function() {
|
|
3601
4363
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3602
4364
|
};
|
|
3603
4365
|
|
|
3604
4366
|
|
|
3605
4367
|
/**
|
|
3606
4368
|
* @param {string} value
|
|
3607
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4369
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} returns this
|
|
3608
4370
|
*/
|
|
3609
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4371
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.setName = function(value) {
|
|
3610
4372
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3611
4373
|
};
|
|
3612
4374
|
|
|
3613
4375
|
|
|
3614
4376
|
/**
|
|
3615
|
-
* repeated
|
|
3616
|
-
* @return {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
4377
|
+
* repeated TransactionBuilderFieldsTable transaction_builder_fields = 3;
|
|
4378
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable>}
|
|
3617
4379
|
*/
|
|
3618
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3619
|
-
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.
|
|
3620
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.
|
|
4380
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.getTransactionBuilderFieldsList = function() {
|
|
4381
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable>} */ (
|
|
4382
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable, 3));
|
|
3621
4383
|
};
|
|
3622
4384
|
|
|
3623
4385
|
|
|
3624
4386
|
/**
|
|
3625
|
-
* @param {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
3626
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4387
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable>} value
|
|
4388
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} returns this
|
|
3627
4389
|
*/
|
|
3628
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4390
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.setTransactionBuilderFieldsList = function(value) {
|
|
3629
4391
|
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
3630
4392
|
};
|
|
3631
4393
|
|
|
3632
4394
|
|
|
3633
4395
|
/**
|
|
3634
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4396
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable=} opt_value
|
|
3635
4397
|
* @param {number=} opt_index
|
|
3636
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4398
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable}
|
|
3637
4399
|
*/
|
|
3638
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3639
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.
|
|
4400
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.addTransactionBuilderFields = function(opt_value, opt_index) {
|
|
4401
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable, opt_index);
|
|
3640
4402
|
};
|
|
3641
4403
|
|
|
3642
4404
|
|
|
3643
4405
|
/**
|
|
3644
4406
|
* Clears the list making it empty but non-null.
|
|
3645
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4407
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} returns this
|
|
3646
4408
|
*/
|
|
3647
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4409
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.clearTransactionBuilderFieldsList = function() {
|
|
3648
4410
|
return this.setTransactionBuilderFieldsList([]);
|
|
3649
4411
|
};
|
|
3650
4412
|
|
|
@@ -3655,7 +4417,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype
|
|
|
3655
4417
|
* @private {!Array<number>}
|
|
3656
4418
|
* @const
|
|
3657
4419
|
*/
|
|
3658
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4420
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.repeatedFields_ = [3];
|
|
3659
4421
|
|
|
3660
4422
|
|
|
3661
4423
|
|
|
@@ -3672,8 +4434,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3672
4434
|
* http://goto/soy-param-migration
|
|
3673
4435
|
* @return {!Object}
|
|
3674
4436
|
*/
|
|
3675
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3676
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
4437
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.toObject = function(opt_includeInstance) {
|
|
4438
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.toObject(opt_includeInstance, this);
|
|
3677
4439
|
};
|
|
3678
4440
|
|
|
3679
4441
|
|
|
@@ -3682,16 +4444,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3682
4444
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3683
4445
|
* the JSPB instance for transitional soy proto support:
|
|
3684
4446
|
* http://goto/soy-param-migration
|
|
3685
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4447
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} msg The msg instance to transform.
|
|
3686
4448
|
* @return {!Object}
|
|
3687
4449
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3688
4450
|
*/
|
|
3689
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4451
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.toObject = function(includeInstance, msg) {
|
|
3690
4452
|
var f, obj = {
|
|
3691
4453
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
3692
4454
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3693
4455
|
transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilderFieldsList(),
|
|
3694
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4456
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.toObject, includeInstance)
|
|
3695
4457
|
};
|
|
3696
4458
|
|
|
3697
4459
|
if (includeInstance) {
|
|
@@ -3705,23 +4467,23 @@ transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilde
|
|
|
3705
4467
|
/**
|
|
3706
4468
|
* Deserializes binary data (in protobuf wire format).
|
|
3707
4469
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3708
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4470
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes}
|
|
3709
4471
|
*/
|
|
3710
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4472
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinary = function(bytes) {
|
|
3711
4473
|
var reader = new jspb.BinaryReader(bytes);
|
|
3712
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
3713
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
4474
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes;
|
|
4475
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinaryFromReader(msg, reader);
|
|
3714
4476
|
};
|
|
3715
4477
|
|
|
3716
4478
|
|
|
3717
4479
|
/**
|
|
3718
4480
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3719
4481
|
* given reader into the given message object.
|
|
3720
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4482
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} msg The message object to deserialize into.
|
|
3721
4483
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3722
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4484
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes}
|
|
3723
4485
|
*/
|
|
3724
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4486
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinaryFromReader = function(msg, reader) {
|
|
3725
4487
|
while (reader.nextField()) {
|
|
3726
4488
|
if (reader.isEndGroup()) {
|
|
3727
4489
|
break;
|
|
@@ -3737,8 +4499,8 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3737
4499
|
msg.setName(value);
|
|
3738
4500
|
break;
|
|
3739
4501
|
case 3:
|
|
3740
|
-
var value = new proto.prisca.v1.core.transaction_builder.
|
|
3741
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.
|
|
4502
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm;
|
|
4503
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinaryFromReader);
|
|
3742
4504
|
msg.addTransactionBuilderFields(value);
|
|
3743
4505
|
break;
|
|
3744
4506
|
default:
|
|
@@ -3754,9 +4516,9 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3754
4516
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3755
4517
|
* @return {!Uint8Array}
|
|
3756
4518
|
*/
|
|
3757
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4519
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.serializeBinary = function() {
|
|
3758
4520
|
var writer = new jspb.BinaryWriter();
|
|
3759
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4521
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.serializeBinaryToWriter(this, writer);
|
|
3760
4522
|
return writer.getResultBuffer();
|
|
3761
4523
|
};
|
|
3762
4524
|
|
|
@@ -3764,11 +4526,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3764
4526
|
/**
|
|
3765
4527
|
* Serializes the given message to binary data (in protobuf wire
|
|
3766
4528
|
* format), writing to the given BinaryWriter.
|
|
3767
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4529
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} message
|
|
3768
4530
|
* @param {!jspb.BinaryWriter} writer
|
|
3769
4531
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3770
4532
|
*/
|
|
3771
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4533
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.serializeBinaryToWriter = function(message, writer) {
|
|
3772
4534
|
var f = undefined;
|
|
3773
4535
|
f = message.getId();
|
|
3774
4536
|
if (f !== 0) {
|
|
@@ -3789,7 +4551,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3789
4551
|
writer.writeRepeatedMessage(
|
|
3790
4552
|
3,
|
|
3791
4553
|
f,
|
|
3792
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4554
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeBinaryToWriter
|
|
3793
4555
|
);
|
|
3794
4556
|
}
|
|
3795
4557
|
};
|
|
@@ -3799,16 +4561,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3799
4561
|
* optional int64 id = 1;
|
|
3800
4562
|
* @return {number}
|
|
3801
4563
|
*/
|
|
3802
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4564
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getId = function() {
|
|
3803
4565
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
3804
4566
|
};
|
|
3805
4567
|
|
|
3806
4568
|
|
|
3807
4569
|
/**
|
|
3808
4570
|
* @param {number} value
|
|
3809
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4571
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
3810
4572
|
*/
|
|
3811
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4573
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setId = function(value) {
|
|
3812
4574
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
3813
4575
|
};
|
|
3814
4576
|
|
|
@@ -3817,54 +4579,54 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3817
4579
|
* optional string name = 2;
|
|
3818
4580
|
* @return {string}
|
|
3819
4581
|
*/
|
|
3820
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4582
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getName = function() {
|
|
3821
4583
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3822
4584
|
};
|
|
3823
4585
|
|
|
3824
4586
|
|
|
3825
4587
|
/**
|
|
3826
4588
|
* @param {string} value
|
|
3827
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4589
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
3828
4590
|
*/
|
|
3829
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4591
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setName = function(value) {
|
|
3830
4592
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3831
4593
|
};
|
|
3832
4594
|
|
|
3833
4595
|
|
|
3834
4596
|
/**
|
|
3835
|
-
* repeated
|
|
3836
|
-
* @return {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
4597
|
+
* repeated TransactionBuilderFieldsForm transaction_builder_fields = 3;
|
|
4598
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>}
|
|
3837
4599
|
*/
|
|
3838
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3839
|
-
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.
|
|
3840
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.
|
|
4600
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getTransactionBuilderFieldsList = function() {
|
|
4601
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>} */ (
|
|
4602
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, 3));
|
|
3841
4603
|
};
|
|
3842
4604
|
|
|
3843
4605
|
|
|
3844
4606
|
/**
|
|
3845
|
-
* @param {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
3846
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4607
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>} value
|
|
4608
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
3847
4609
|
*/
|
|
3848
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4610
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setTransactionBuilderFieldsList = function(value) {
|
|
3849
4611
|
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
3850
4612
|
};
|
|
3851
4613
|
|
|
3852
4614
|
|
|
3853
4615
|
/**
|
|
3854
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4616
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm=} opt_value
|
|
3855
4617
|
* @param {number=} opt_index
|
|
3856
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4618
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm}
|
|
3857
4619
|
*/
|
|
3858
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3859
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.
|
|
4620
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.addTransactionBuilderFields = function(opt_value, opt_index) {
|
|
4621
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, opt_index);
|
|
3860
4622
|
};
|
|
3861
4623
|
|
|
3862
4624
|
|
|
3863
4625
|
/**
|
|
3864
4626
|
* Clears the list making it empty but non-null.
|
|
3865
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4627
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
3866
4628
|
*/
|
|
3867
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4629
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.clearTransactionBuilderFieldsList = function() {
|
|
3868
4630
|
return this.setTransactionBuilderFieldsList([]);
|
|
3869
4631
|
};
|
|
3870
4632
|
|
|
@@ -6445,8 +7207,210 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
6445
7207
|
* http://goto/soy-param-migration
|
|
6446
7208
|
* @return {!Object}
|
|
6447
7209
|
*/
|
|
6448
|
-
proto.prisca.v1.core.transaction_builder.
|
|
6449
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
7210
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.toObject = function(opt_includeInstance) {
|
|
7211
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.toObject(opt_includeInstance, this);
|
|
7212
|
+
};
|
|
7213
|
+
|
|
7214
|
+
|
|
7215
|
+
/**
|
|
7216
|
+
* Static version of the {@see toObject} method.
|
|
7217
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7218
|
+
* the JSPB instance for transitional soy proto support:
|
|
7219
|
+
* http://goto/soy-param-migration
|
|
7220
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} msg The msg instance to transform.
|
|
7221
|
+
* @return {!Object}
|
|
7222
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7223
|
+
*/
|
|
7224
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.toObject = function(includeInstance, msg) {
|
|
7225
|
+
var f, obj = {
|
|
7226
|
+
transactionBuilder: (f = msg.getTransactionBuilder()) && proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.toObject(includeInstance, f),
|
|
7227
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
7228
|
+
};
|
|
7229
|
+
|
|
7230
|
+
if (includeInstance) {
|
|
7231
|
+
obj.$jspbMessageInstance = msg;
|
|
7232
|
+
}
|
|
7233
|
+
return obj;
|
|
7234
|
+
};
|
|
7235
|
+
}
|
|
7236
|
+
|
|
7237
|
+
|
|
7238
|
+
/**
|
|
7239
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7240
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7241
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable}
|
|
7242
|
+
*/
|
|
7243
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.deserializeBinary = function(bytes) {
|
|
7244
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7245
|
+
var msg = new proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable;
|
|
7246
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.deserializeBinaryFromReader(msg, reader);
|
|
7247
|
+
};
|
|
7248
|
+
|
|
7249
|
+
|
|
7250
|
+
/**
|
|
7251
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7252
|
+
* given reader into the given message object.
|
|
7253
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} msg The message object to deserialize into.
|
|
7254
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7255
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable}
|
|
7256
|
+
*/
|
|
7257
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.deserializeBinaryFromReader = function(msg, reader) {
|
|
7258
|
+
while (reader.nextField()) {
|
|
7259
|
+
if (reader.isEndGroup()) {
|
|
7260
|
+
break;
|
|
7261
|
+
}
|
|
7262
|
+
var field = reader.getFieldNumber();
|
|
7263
|
+
switch (field) {
|
|
7264
|
+
case 1:
|
|
7265
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes;
|
|
7266
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.deserializeBinaryFromReader);
|
|
7267
|
+
msg.setTransactionBuilder(value);
|
|
7268
|
+
break;
|
|
7269
|
+
case 2:
|
|
7270
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
7271
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
7272
|
+
msg.setMeta(value);
|
|
7273
|
+
break;
|
|
7274
|
+
default:
|
|
7275
|
+
reader.skipField();
|
|
7276
|
+
break;
|
|
7277
|
+
}
|
|
7278
|
+
}
|
|
7279
|
+
return msg;
|
|
7280
|
+
};
|
|
7281
|
+
|
|
7282
|
+
|
|
7283
|
+
/**
|
|
7284
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
7285
|
+
* @return {!Uint8Array}
|
|
7286
|
+
*/
|
|
7287
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.serializeBinary = function() {
|
|
7288
|
+
var writer = new jspb.BinaryWriter();
|
|
7289
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.serializeBinaryToWriter(this, writer);
|
|
7290
|
+
return writer.getResultBuffer();
|
|
7291
|
+
};
|
|
7292
|
+
|
|
7293
|
+
|
|
7294
|
+
/**
|
|
7295
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
7296
|
+
* format), writing to the given BinaryWriter.
|
|
7297
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} message
|
|
7298
|
+
* @param {!jspb.BinaryWriter} writer
|
|
7299
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7300
|
+
*/
|
|
7301
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.serializeBinaryToWriter = function(message, writer) {
|
|
7302
|
+
var f = undefined;
|
|
7303
|
+
f = message.getTransactionBuilder();
|
|
7304
|
+
if (f != null) {
|
|
7305
|
+
writer.writeMessage(
|
|
7306
|
+
1,
|
|
7307
|
+
f,
|
|
7308
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.serializeBinaryToWriter
|
|
7309
|
+
);
|
|
7310
|
+
}
|
|
7311
|
+
f = message.getMeta();
|
|
7312
|
+
if (f != null) {
|
|
7313
|
+
writer.writeMessage(
|
|
7314
|
+
2,
|
|
7315
|
+
f,
|
|
7316
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
7317
|
+
);
|
|
7318
|
+
}
|
|
7319
|
+
};
|
|
7320
|
+
|
|
7321
|
+
|
|
7322
|
+
/**
|
|
7323
|
+
* optional TransactionBuilderWithDetailTableRes transaction_builder = 1;
|
|
7324
|
+
* @return {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes}
|
|
7325
|
+
*/
|
|
7326
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.getTransactionBuilder = function() {
|
|
7327
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} */ (
|
|
7328
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes, 1));
|
|
7329
|
+
};
|
|
7330
|
+
|
|
7331
|
+
|
|
7332
|
+
/**
|
|
7333
|
+
* @param {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes|undefined} value
|
|
7334
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} returns this
|
|
7335
|
+
*/
|
|
7336
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.setTransactionBuilder = function(value) {
|
|
7337
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
7338
|
+
};
|
|
7339
|
+
|
|
7340
|
+
|
|
7341
|
+
/**
|
|
7342
|
+
* Clears the message field making it undefined.
|
|
7343
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} returns this
|
|
7344
|
+
*/
|
|
7345
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.clearTransactionBuilder = function() {
|
|
7346
|
+
return this.setTransactionBuilder(undefined);
|
|
7347
|
+
};
|
|
7348
|
+
|
|
7349
|
+
|
|
7350
|
+
/**
|
|
7351
|
+
* Returns whether this field is set.
|
|
7352
|
+
* @return {boolean}
|
|
7353
|
+
*/
|
|
7354
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.hasTransactionBuilder = function() {
|
|
7355
|
+
return jspb.Message.getField(this, 1) != null;
|
|
7356
|
+
};
|
|
7357
|
+
|
|
7358
|
+
|
|
7359
|
+
/**
|
|
7360
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
7361
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
7362
|
+
*/
|
|
7363
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.getMeta = function() {
|
|
7364
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
7365
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
7366
|
+
};
|
|
7367
|
+
|
|
7368
|
+
|
|
7369
|
+
/**
|
|
7370
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
7371
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} returns this
|
|
7372
|
+
*/
|
|
7373
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.setMeta = function(value) {
|
|
7374
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
7375
|
+
};
|
|
7376
|
+
|
|
7377
|
+
|
|
7378
|
+
/**
|
|
7379
|
+
* Clears the message field making it undefined.
|
|
7380
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} returns this
|
|
7381
|
+
*/
|
|
7382
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.clearMeta = function() {
|
|
7383
|
+
return this.setMeta(undefined);
|
|
7384
|
+
};
|
|
7385
|
+
|
|
7386
|
+
|
|
7387
|
+
/**
|
|
7388
|
+
* Returns whether this field is set.
|
|
7389
|
+
* @return {boolean}
|
|
7390
|
+
*/
|
|
7391
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.hasMeta = function() {
|
|
7392
|
+
return jspb.Message.getField(this, 2) != null;
|
|
7393
|
+
};
|
|
7394
|
+
|
|
7395
|
+
|
|
7396
|
+
|
|
7397
|
+
|
|
7398
|
+
|
|
7399
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7400
|
+
/**
|
|
7401
|
+
* Creates an object representation of this proto.
|
|
7402
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
7403
|
+
* Optional fields that are not set will be set to undefined.
|
|
7404
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7405
|
+
* For the list of reserved names please see:
|
|
7406
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7407
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7408
|
+
* JSPB instance for transitional soy proto support:
|
|
7409
|
+
* http://goto/soy-param-migration
|
|
7410
|
+
* @return {!Object}
|
|
7411
|
+
*/
|
|
7412
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.toObject = function(opt_includeInstance) {
|
|
7413
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.toObject(opt_includeInstance, this);
|
|
6450
7414
|
};
|
|
6451
7415
|
|
|
6452
7416
|
|
|
@@ -6455,13 +7419,13 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6455
7419
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
6456
7420
|
* the JSPB instance for transitional soy proto support:
|
|
6457
7421
|
* http://goto/soy-param-migration
|
|
6458
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7422
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} msg The msg instance to transform.
|
|
6459
7423
|
* @return {!Object}
|
|
6460
7424
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6461
7425
|
*/
|
|
6462
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7426
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.toObject = function(includeInstance, msg) {
|
|
6463
7427
|
var f, obj = {
|
|
6464
|
-
transactionBuilder: (f = msg.getTransactionBuilder()) && proto.prisca.v1.core.transaction_builder.
|
|
7428
|
+
transactionBuilder: (f = msg.getTransactionBuilder()) && proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.toObject(includeInstance, f),
|
|
6465
7429
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
6466
7430
|
};
|
|
6467
7431
|
|
|
@@ -6476,23 +7440,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
6476
7440
|
/**
|
|
6477
7441
|
* Deserializes binary data (in protobuf wire format).
|
|
6478
7442
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6479
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7443
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm}
|
|
6480
7444
|
*/
|
|
6481
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7445
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.deserializeBinary = function(bytes) {
|
|
6482
7446
|
var reader = new jspb.BinaryReader(bytes);
|
|
6483
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
6484
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
7447
|
+
var msg = new proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm;
|
|
7448
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.deserializeBinaryFromReader(msg, reader);
|
|
6485
7449
|
};
|
|
6486
7450
|
|
|
6487
7451
|
|
|
6488
7452
|
/**
|
|
6489
7453
|
* Deserializes binary data (in protobuf wire format) from the
|
|
6490
7454
|
* given reader into the given message object.
|
|
6491
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7455
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} msg The message object to deserialize into.
|
|
6492
7456
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6493
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7457
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm}
|
|
6494
7458
|
*/
|
|
6495
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7459
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.deserializeBinaryFromReader = function(msg, reader) {
|
|
6496
7460
|
while (reader.nextField()) {
|
|
6497
7461
|
if (reader.isEndGroup()) {
|
|
6498
7462
|
break;
|
|
@@ -6500,8 +7464,8 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6500
7464
|
var field = reader.getFieldNumber();
|
|
6501
7465
|
switch (field) {
|
|
6502
7466
|
case 1:
|
|
6503
|
-
var value = new proto.prisca.v1.core.transaction_builder.
|
|
6504
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.
|
|
7467
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes;
|
|
7468
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinaryFromReader);
|
|
6505
7469
|
msg.setTransactionBuilder(value);
|
|
6506
7470
|
break;
|
|
6507
7471
|
case 2:
|
|
@@ -6522,9 +7486,9 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6522
7486
|
* Serializes the message to binary data (in protobuf wire format).
|
|
6523
7487
|
* @return {!Uint8Array}
|
|
6524
7488
|
*/
|
|
6525
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7489
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.serializeBinary = function() {
|
|
6526
7490
|
var writer = new jspb.BinaryWriter();
|
|
6527
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7491
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.serializeBinaryToWriter(this, writer);
|
|
6528
7492
|
return writer.getResultBuffer();
|
|
6529
7493
|
};
|
|
6530
7494
|
|
|
@@ -6532,18 +7496,18 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6532
7496
|
/**
|
|
6533
7497
|
* Serializes the given message to binary data (in protobuf wire
|
|
6534
7498
|
* format), writing to the given BinaryWriter.
|
|
6535
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7499
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} message
|
|
6536
7500
|
* @param {!jspb.BinaryWriter} writer
|
|
6537
7501
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6538
7502
|
*/
|
|
6539
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7503
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.serializeBinaryToWriter = function(message, writer) {
|
|
6540
7504
|
var f = undefined;
|
|
6541
7505
|
f = message.getTransactionBuilder();
|
|
6542
7506
|
if (f != null) {
|
|
6543
7507
|
writer.writeMessage(
|
|
6544
7508
|
1,
|
|
6545
7509
|
f,
|
|
6546
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7510
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.serializeBinaryToWriter
|
|
6547
7511
|
);
|
|
6548
7512
|
}
|
|
6549
7513
|
f = message.getMeta();
|
|
@@ -6558,29 +7522,29 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6558
7522
|
|
|
6559
7523
|
|
|
6560
7524
|
/**
|
|
6561
|
-
* optional
|
|
6562
|
-
* @return {?proto.prisca.v1.core.transaction_builder.
|
|
7525
|
+
* optional TransactionBuilderWithDetailFormRes transaction_builder = 1;
|
|
7526
|
+
* @return {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes}
|
|
6563
7527
|
*/
|
|
6564
|
-
proto.prisca.v1.core.transaction_builder.
|
|
6565
|
-
return /** @type{?proto.prisca.v1.core.transaction_builder.
|
|
6566
|
-
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.
|
|
7528
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.getTransactionBuilder = function() {
|
|
7529
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} */ (
|
|
7530
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes, 1));
|
|
6567
7531
|
};
|
|
6568
7532
|
|
|
6569
7533
|
|
|
6570
7534
|
/**
|
|
6571
|
-
* @param {?proto.prisca.v1.core.transaction_builder.
|
|
6572
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7535
|
+
* @param {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes|undefined} value
|
|
7536
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} returns this
|
|
6573
7537
|
*/
|
|
6574
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7538
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.setTransactionBuilder = function(value) {
|
|
6575
7539
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
6576
7540
|
};
|
|
6577
7541
|
|
|
6578
7542
|
|
|
6579
7543
|
/**
|
|
6580
7544
|
* Clears the message field making it undefined.
|
|
6581
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7545
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} returns this
|
|
6582
7546
|
*/
|
|
6583
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7547
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.clearTransactionBuilder = function() {
|
|
6584
7548
|
return this.setTransactionBuilder(undefined);
|
|
6585
7549
|
};
|
|
6586
7550
|
|
|
@@ -6589,7 +7553,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6589
7553
|
* Returns whether this field is set.
|
|
6590
7554
|
* @return {boolean}
|
|
6591
7555
|
*/
|
|
6592
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7556
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.hasTransactionBuilder = function() {
|
|
6593
7557
|
return jspb.Message.getField(this, 1) != null;
|
|
6594
7558
|
};
|
|
6595
7559
|
|
|
@@ -6598,7 +7562,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6598
7562
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
6599
7563
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
6600
7564
|
*/
|
|
6601
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7565
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.getMeta = function() {
|
|
6602
7566
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
6603
7567
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
6604
7568
|
};
|
|
@@ -6606,18 +7570,18 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6606
7570
|
|
|
6607
7571
|
/**
|
|
6608
7572
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
6609
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7573
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} returns this
|
|
6610
7574
|
*/
|
|
6611
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7575
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.setMeta = function(value) {
|
|
6612
7576
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
6613
7577
|
};
|
|
6614
7578
|
|
|
6615
7579
|
|
|
6616
7580
|
/**
|
|
6617
7581
|
* Clears the message field making it undefined.
|
|
6618
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7582
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} returns this
|
|
6619
7583
|
*/
|
|
6620
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7584
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.clearMeta = function() {
|
|
6621
7585
|
return this.setMeta(undefined);
|
|
6622
7586
|
};
|
|
6623
7587
|
|
|
@@ -6626,7 +7590,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6626
7590
|
* Returns whether this field is set.
|
|
6627
7591
|
* @return {boolean}
|
|
6628
7592
|
*/
|
|
6629
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7593
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.hasMeta = function() {
|
|
6630
7594
|
return jspb.Message.getField(this, 2) != null;
|
|
6631
7595
|
};
|
|
6632
7596
|
|