@aldiokta/protocgen 1.0.10 → 1.0.12
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.
|
@@ -27,6 +27,7 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionBuild
|
|
|
27
27
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionConfigById', null, global);
|
|
28
28
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionFieldsById', null, global);
|
|
29
29
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.FieldRules', null, global);
|
|
30
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.FieldRulesWithProp', null, global);
|
|
30
31
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.FieldViews', null, global);
|
|
31
32
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionBuilderById', null, global);
|
|
32
33
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionBuilderByIdWithDetail', null, global);
|
|
@@ -34,11 +35,15 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionBuilde
|
|
|
34
35
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionConfigById', null, global);
|
|
35
36
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionConfigList', null, global);
|
|
36
37
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionFieldsById', null, global);
|
|
38
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.PropertiesForm', null, global);
|
|
39
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.PropertiesRules', null, global);
|
|
40
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.PropertiesTable', null, global);
|
|
37
41
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilder', null, global);
|
|
38
42
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderList', null, global);
|
|
39
43
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail', null, global);
|
|
44
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm', null, global);
|
|
40
45
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailList', null, global);
|
|
41
|
-
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.
|
|
46
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable', null, global);
|
|
42
47
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionConfig', null, global);
|
|
43
48
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionConfigList', null, global);
|
|
44
49
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionFields', null, global);
|
|
@@ -47,9 +52,11 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilder',
|
|
|
47
52
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderConfig', null, global);
|
|
48
53
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFields', null, global);
|
|
49
54
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase', null, global);
|
|
50
|
-
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.
|
|
55
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm', null, global);
|
|
56
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable', null, global);
|
|
51
57
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderRequest', null, global);
|
|
52
|
-
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.
|
|
58
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes', null, global);
|
|
59
|
+
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes', null, global);
|
|
53
60
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails', null, global);
|
|
54
61
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionConfigRequest', null, global);
|
|
55
62
|
goog.exportSymbol('proto.prisca.v1.core.transaction_builder.TransactionFieldsRequest', null, global);
|
|
@@ -85,16 +92,100 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
85
92
|
* @extends {jspb.Message}
|
|
86
93
|
* @constructor
|
|
87
94
|
*/
|
|
88
|
-
proto.prisca.v1.core.transaction_builder.
|
|
95
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules = function(opt_data) {
|
|
89
96
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
90
97
|
};
|
|
91
|
-
goog.inherits(proto.prisca.v1.core.transaction_builder.
|
|
98
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.PropertiesRules, jspb.Message);
|
|
92
99
|
if (goog.DEBUG && !COMPILED) {
|
|
93
100
|
/**
|
|
94
101
|
* @public
|
|
95
102
|
* @override
|
|
96
103
|
*/
|
|
97
|
-
proto.prisca.v1.core.transaction_builder.
|
|
104
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.displayName = 'proto.prisca.v1.core.transaction_builder.PropertiesRules';
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Generated by JsPbCodeGenerator.
|
|
108
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
109
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
110
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
111
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
112
|
+
* valid.
|
|
113
|
+
* @extends {jspb.Message}
|
|
114
|
+
* @constructor
|
|
115
|
+
*/
|
|
116
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm = function(opt_data) {
|
|
117
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.repeatedFields_, null);
|
|
118
|
+
};
|
|
119
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, jspb.Message);
|
|
120
|
+
if (goog.DEBUG && !COMPILED) {
|
|
121
|
+
/**
|
|
122
|
+
* @public
|
|
123
|
+
* @override
|
|
124
|
+
*/
|
|
125
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm';
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Generated by JsPbCodeGenerator.
|
|
129
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
130
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
131
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
132
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
133
|
+
* valid.
|
|
134
|
+
* @extends {jspb.Message}
|
|
135
|
+
* @constructor
|
|
136
|
+
*/
|
|
137
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm = function(opt_data) {
|
|
138
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
139
|
+
};
|
|
140
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.PropertiesForm, jspb.Message);
|
|
141
|
+
if (goog.DEBUG && !COMPILED) {
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
* @override
|
|
145
|
+
*/
|
|
146
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.displayName = 'proto.prisca.v1.core.transaction_builder.PropertiesForm';
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Generated by JsPbCodeGenerator.
|
|
150
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
151
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
152
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
153
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
154
|
+
* valid.
|
|
155
|
+
* @extends {jspb.Message}
|
|
156
|
+
* @constructor
|
|
157
|
+
*/
|
|
158
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable = function(opt_data) {
|
|
159
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
160
|
+
};
|
|
161
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable, jspb.Message);
|
|
162
|
+
if (goog.DEBUG && !COMPILED) {
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
* @override
|
|
166
|
+
*/
|
|
167
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable';
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* Generated by JsPbCodeGenerator.
|
|
171
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
172
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
173
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
174
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
175
|
+
* valid.
|
|
176
|
+
* @extends {jspb.Message}
|
|
177
|
+
* @constructor
|
|
178
|
+
*/
|
|
179
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable = function(opt_data) {
|
|
180
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
181
|
+
};
|
|
182
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.PropertiesTable, jspb.Message);
|
|
183
|
+
if (goog.DEBUG && !COMPILED) {
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
* @override
|
|
187
|
+
*/
|
|
188
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.displayName = 'proto.prisca.v1.core.transaction_builder.PropertiesTable';
|
|
98
189
|
}
|
|
99
190
|
/**
|
|
100
191
|
* Generated by JsPbCodeGenerator.
|
|
@@ -138,6 +229,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
138
229
|
*/
|
|
139
230
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase';
|
|
140
231
|
}
|
|
232
|
+
/**
|
|
233
|
+
* Generated by JsPbCodeGenerator.
|
|
234
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
235
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
236
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
237
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
238
|
+
* valid.
|
|
239
|
+
* @extends {jspb.Message}
|
|
240
|
+
* @constructor
|
|
241
|
+
*/
|
|
242
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp = function(opt_data) {
|
|
243
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
244
|
+
};
|
|
245
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, jspb.Message);
|
|
246
|
+
if (goog.DEBUG && !COMPILED) {
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
* @override
|
|
250
|
+
*/
|
|
251
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.displayName = 'proto.prisca.v1.core.transaction_builder.FieldRulesWithProp';
|
|
252
|
+
}
|
|
141
253
|
/**
|
|
142
254
|
* Generated by JsPbCodeGenerator.
|
|
143
255
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -232,16 +344,37 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
232
344
|
* @extends {jspb.Message}
|
|
233
345
|
* @constructor
|
|
234
346
|
*/
|
|
235
|
-
proto.prisca.v1.core.transaction_builder.
|
|
236
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.
|
|
347
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes = function(opt_data) {
|
|
348
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.repeatedFields_, null);
|
|
349
|
+
};
|
|
350
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes, jspb.Message);
|
|
351
|
+
if (goog.DEBUG && !COMPILED) {
|
|
352
|
+
/**
|
|
353
|
+
* @public
|
|
354
|
+
* @override
|
|
355
|
+
*/
|
|
356
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes';
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* Generated by JsPbCodeGenerator.
|
|
360
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
361
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
362
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
363
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
364
|
+
* valid.
|
|
365
|
+
* @extends {jspb.Message}
|
|
366
|
+
* @constructor
|
|
367
|
+
*/
|
|
368
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes = function(opt_data) {
|
|
369
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.repeatedFields_, null);
|
|
237
370
|
};
|
|
238
|
-
goog.inherits(proto.prisca.v1.core.transaction_builder.
|
|
371
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes, jspb.Message);
|
|
239
372
|
if (goog.DEBUG && !COMPILED) {
|
|
240
373
|
/**
|
|
241
374
|
* @public
|
|
242
375
|
* @override
|
|
243
376
|
*/
|
|
244
|
-
proto.prisca.v1.core.transaction_builder.
|
|
377
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes';
|
|
245
378
|
}
|
|
246
379
|
/**
|
|
247
380
|
* Generated by JsPbCodeGenerator.
|
|
@@ -589,16 +722,37 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
589
722
|
* @extends {jspb.Message}
|
|
590
723
|
* @constructor
|
|
591
724
|
*/
|
|
592
|
-
proto.prisca.v1.core.transaction_builder.
|
|
725
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable = function(opt_data) {
|
|
726
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
727
|
+
};
|
|
728
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable, jspb.Message);
|
|
729
|
+
if (goog.DEBUG && !COMPILED) {
|
|
730
|
+
/**
|
|
731
|
+
* @public
|
|
732
|
+
* @override
|
|
733
|
+
*/
|
|
734
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.displayName = 'proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable';
|
|
735
|
+
}
|
|
736
|
+
/**
|
|
737
|
+
* Generated by JsPbCodeGenerator.
|
|
738
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
739
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
740
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
741
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
742
|
+
* valid.
|
|
743
|
+
* @extends {jspb.Message}
|
|
744
|
+
* @constructor
|
|
745
|
+
*/
|
|
746
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm = function(opt_data) {
|
|
593
747
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
594
748
|
};
|
|
595
|
-
goog.inherits(proto.prisca.v1.core.transaction_builder.
|
|
749
|
+
goog.inherits(proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm, jspb.Message);
|
|
596
750
|
if (goog.DEBUG && !COMPILED) {
|
|
597
751
|
/**
|
|
598
752
|
* @public
|
|
599
753
|
* @override
|
|
600
754
|
*/
|
|
601
|
-
proto.prisca.v1.core.transaction_builder.
|
|
755
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.displayName = 'proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm';
|
|
602
756
|
}
|
|
603
757
|
/**
|
|
604
758
|
* Generated by JsPbCodeGenerator.
|
|
@@ -881,8 +1035,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
881
1035
|
* http://goto/soy-param-migration
|
|
882
1036
|
* @return {!Object}
|
|
883
1037
|
*/
|
|
884
|
-
proto.prisca.v1.core.transaction_builder.
|
|
885
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
1038
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.toObject = function(opt_includeInstance) {
|
|
1039
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesRules.toObject(opt_includeInstance, this);
|
|
886
1040
|
};
|
|
887
1041
|
|
|
888
1042
|
|
|
@@ -891,18 +1045,14 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
891
1045
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
892
1046
|
* the JSPB instance for transitional soy proto support:
|
|
893
1047
|
* http://goto/soy-param-migration
|
|
894
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1048
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesRules} msg The msg instance to transform.
|
|
895
1049
|
* @return {!Object}
|
|
896
1050
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
897
1051
|
*/
|
|
898
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1052
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.toObject = function(includeInstance, msg) {
|
|
899
1053
|
var f, obj = {
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
903
|
-
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
904
|
-
referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
905
|
-
properties: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
1054
|
+
type: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1055
|
+
value: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
906
1056
|
};
|
|
907
1057
|
|
|
908
1058
|
if (includeInstance) {
|
|
@@ -916,23 +1066,23 @@ properties: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
|
916
1066
|
/**
|
|
917
1067
|
* Deserializes binary data (in protobuf wire format).
|
|
918
1068
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
919
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1069
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesRules}
|
|
920
1070
|
*/
|
|
921
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1071
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.deserializeBinary = function(bytes) {
|
|
922
1072
|
var reader = new jspb.BinaryReader(bytes);
|
|
923
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
924
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
1073
|
+
var msg = new proto.prisca.v1.core.transaction_builder.PropertiesRules;
|
|
1074
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesRules.deserializeBinaryFromReader(msg, reader);
|
|
925
1075
|
};
|
|
926
1076
|
|
|
927
1077
|
|
|
928
1078
|
/**
|
|
929
1079
|
* Deserializes binary data (in protobuf wire format) from the
|
|
930
1080
|
* given reader into the given message object.
|
|
931
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1081
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesRules} msg The message object to deserialize into.
|
|
932
1082
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
933
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1083
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesRules}
|
|
934
1084
|
*/
|
|
935
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1085
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.deserializeBinaryFromReader = function(msg, reader) {
|
|
936
1086
|
while (reader.nextField()) {
|
|
937
1087
|
if (reader.isEndGroup()) {
|
|
938
1088
|
break;
|
|
@@ -940,28 +1090,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.deser
|
|
|
940
1090
|
var field = reader.getFieldNumber();
|
|
941
1091
|
switch (field) {
|
|
942
1092
|
case 1:
|
|
943
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
944
|
-
msg.setTransactionBuilderId(value);
|
|
945
|
-
break;
|
|
946
|
-
case 2:
|
|
947
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
948
|
-
msg.setOrders(value);
|
|
949
|
-
break;
|
|
950
|
-
case 3:
|
|
951
|
-
var value = /** @type {string} */ (reader.readString());
|
|
952
|
-
msg.setKey(value);
|
|
953
|
-
break;
|
|
954
|
-
case 4:
|
|
955
|
-
var value = /** @type {string} */ (reader.readString());
|
|
956
|
-
msg.setLabel(value);
|
|
957
|
-
break;
|
|
958
|
-
case 5:
|
|
959
1093
|
var value = /** @type {string} */ (reader.readString());
|
|
960
|
-
msg.
|
|
1094
|
+
msg.setType(value);
|
|
961
1095
|
break;
|
|
962
|
-
case
|
|
1096
|
+
case 2:
|
|
963
1097
|
var value = /** @type {string} */ (reader.readString());
|
|
964
|
-
msg.
|
|
1098
|
+
msg.setValue(value);
|
|
965
1099
|
break;
|
|
966
1100
|
default:
|
|
967
1101
|
reader.skipField();
|
|
@@ -976,9 +1110,9 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.deser
|
|
|
976
1110
|
* Serializes the message to binary data (in protobuf wire format).
|
|
977
1111
|
* @return {!Uint8Array}
|
|
978
1112
|
*/
|
|
979
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1113
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.serializeBinary = function() {
|
|
980
1114
|
var writer = new jspb.BinaryWriter();
|
|
981
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1115
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.serializeBinaryToWriter(this, writer);
|
|
982
1116
|
return writer.getResultBuffer();
|
|
983
1117
|
};
|
|
984
1118
|
|
|
@@ -986,51 +1120,23 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
986
1120
|
/**
|
|
987
1121
|
* Serializes the given message to binary data (in protobuf wire
|
|
988
1122
|
* format), writing to the given BinaryWriter.
|
|
989
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
1123
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesRules} message
|
|
990
1124
|
* @param {!jspb.BinaryWriter} writer
|
|
991
1125
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
992
1126
|
*/
|
|
993
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1127
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.serializeBinaryToWriter = function(message, writer) {
|
|
994
1128
|
var f = undefined;
|
|
995
|
-
f = message.
|
|
996
|
-
if (f !== 0) {
|
|
997
|
-
writer.writeInt64(
|
|
998
|
-
1,
|
|
999
|
-
f
|
|
1000
|
-
);
|
|
1001
|
-
}
|
|
1002
|
-
f = message.getOrders();
|
|
1003
|
-
if (f !== 0) {
|
|
1004
|
-
writer.writeInt64(
|
|
1005
|
-
2,
|
|
1006
|
-
f
|
|
1007
|
-
);
|
|
1008
|
-
}
|
|
1009
|
-
f = message.getKey();
|
|
1010
|
-
if (f.length > 0) {
|
|
1011
|
-
writer.writeString(
|
|
1012
|
-
3,
|
|
1013
|
-
f
|
|
1014
|
-
);
|
|
1015
|
-
}
|
|
1016
|
-
f = message.getLabel();
|
|
1017
|
-
if (f.length > 0) {
|
|
1018
|
-
writer.writeString(
|
|
1019
|
-
4,
|
|
1020
|
-
f
|
|
1021
|
-
);
|
|
1022
|
-
}
|
|
1023
|
-
f = message.getReferencesId();
|
|
1129
|
+
f = message.getType();
|
|
1024
1130
|
if (f.length > 0) {
|
|
1025
1131
|
writer.writeString(
|
|
1026
|
-
|
|
1132
|
+
1,
|
|
1027
1133
|
f
|
|
1028
1134
|
);
|
|
1029
1135
|
}
|
|
1030
|
-
f = message.
|
|
1136
|
+
f = message.getValue();
|
|
1031
1137
|
if (f.length > 0) {
|
|
1032
1138
|
writer.writeString(
|
|
1033
|
-
|
|
1139
|
+
2,
|
|
1034
1140
|
f
|
|
1035
1141
|
);
|
|
1036
1142
|
}
|
|
@@ -1038,110 +1144,1313 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.seria
|
|
|
1038
1144
|
|
|
1039
1145
|
|
|
1040
1146
|
/**
|
|
1041
|
-
* optional
|
|
1042
|
-
* @return {number}
|
|
1043
|
-
*/
|
|
1044
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.prototype.getTransactionBuilderId = function() {
|
|
1045
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
1046
|
-
};
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
/**
|
|
1050
|
-
* @param {number} value
|
|
1051
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable} returns this
|
|
1052
|
-
*/
|
|
1053
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.prototype.setTransactionBuilderId = function(value) {
|
|
1054
|
-
return jspb.Message.setProto3IntField(this, 1, value);
|
|
1055
|
-
};
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
/**
|
|
1059
|
-
* optional int64 orders = 2;
|
|
1060
|
-
* @return {number}
|
|
1061
|
-
*/
|
|
1062
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.prototype.getOrders = function() {
|
|
1063
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
1064
|
-
};
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
/**
|
|
1068
|
-
* @param {number} value
|
|
1069
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable} returns this
|
|
1070
|
-
*/
|
|
1071
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.prototype.setOrders = function(value) {
|
|
1072
|
-
return jspb.Message.setProto3IntField(this, 2, value);
|
|
1073
|
-
};
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
/**
|
|
1077
|
-
* optional string key = 3;
|
|
1147
|
+
* optional string type = 1;
|
|
1078
1148
|
* @return {string}
|
|
1079
1149
|
*/
|
|
1080
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1081
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
1150
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.getType = function() {
|
|
1151
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
1082
1152
|
};
|
|
1083
1153
|
|
|
1084
1154
|
|
|
1085
1155
|
/**
|
|
1086
1156
|
* @param {string} value
|
|
1087
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1157
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesRules} returns this
|
|
1088
1158
|
*/
|
|
1089
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1090
|
-
return jspb.Message.setProto3StringField(this,
|
|
1159
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.setType = function(value) {
|
|
1160
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
1091
1161
|
};
|
|
1092
1162
|
|
|
1093
1163
|
|
|
1094
1164
|
/**
|
|
1095
|
-
* optional string
|
|
1165
|
+
* optional string value = 2;
|
|
1096
1166
|
* @return {string}
|
|
1097
1167
|
*/
|
|
1098
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1099
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
1168
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.getValue = function() {
|
|
1169
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
1100
1170
|
};
|
|
1101
1171
|
|
|
1102
1172
|
|
|
1103
1173
|
/**
|
|
1104
1174
|
* @param {string} value
|
|
1105
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
1175
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesRules} returns this
|
|
1106
1176
|
*/
|
|
1107
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1108
|
-
return jspb.Message.setProto3StringField(this,
|
|
1177
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.setValue = function(value) {
|
|
1178
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1109
1179
|
};
|
|
1110
1180
|
|
|
1111
1181
|
|
|
1112
|
-
/**
|
|
1113
|
-
* optional string references_id = 5;
|
|
1114
|
-
* @return {string}
|
|
1115
|
-
*/
|
|
1116
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.prototype.getReferencesId = function() {
|
|
1117
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1118
|
-
};
|
|
1119
|
-
|
|
1120
1182
|
|
|
1121
1183
|
/**
|
|
1122
|
-
*
|
|
1123
|
-
* @
|
|
1184
|
+
* List of repeated fields within this message type.
|
|
1185
|
+
* @private {!Array<number>}
|
|
1186
|
+
* @const
|
|
1124
1187
|
*/
|
|
1125
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1126
|
-
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1127
|
-
};
|
|
1188
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.repeatedFields_ = [6,8];
|
|
1128
1189
|
|
|
1129
1190
|
|
|
1191
|
+
|
|
1192
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1130
1193
|
/**
|
|
1131
|
-
*
|
|
1132
|
-
*
|
|
1194
|
+
* Creates an object representation of this proto.
|
|
1195
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1196
|
+
* Optional fields that are not set will be set to undefined.
|
|
1197
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1198
|
+
* For the list of reserved names please see:
|
|
1199
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1200
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1201
|
+
* JSPB instance for transitional soy proto support:
|
|
1202
|
+
* http://goto/soy-param-migration
|
|
1203
|
+
* @return {!Object}
|
|
1133
1204
|
*/
|
|
1134
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1135
|
-
return
|
|
1205
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.toObject = function(opt_includeInstance) {
|
|
1206
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.toObject(opt_includeInstance, this);
|
|
1207
|
+
};
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
/**
|
|
1211
|
+
* Static version of the {@see toObject} method.
|
|
1212
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1213
|
+
* the JSPB instance for transitional soy proto support:
|
|
1214
|
+
* http://goto/soy-param-migration
|
|
1215
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} msg The msg instance to transform.
|
|
1216
|
+
* @return {!Object}
|
|
1217
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1218
|
+
*/
|
|
1219
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.toObject = function(includeInstance, msg) {
|
|
1220
|
+
var f, obj = {
|
|
1221
|
+
transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
1222
|
+
orders: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
1223
|
+
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1224
|
+
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1225
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1226
|
+
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
1227
|
+
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
1228
|
+
properties: (f = msg.getProperties()) && proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject(includeInstance, f),
|
|
1229
|
+
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
1230
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.toObject, includeInstance)
|
|
1231
|
+
};
|
|
1232
|
+
|
|
1233
|
+
if (includeInstance) {
|
|
1234
|
+
obj.$jspbMessageInstance = msg;
|
|
1235
|
+
}
|
|
1236
|
+
return obj;
|
|
1237
|
+
};
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
/**
|
|
1242
|
+
* Deserializes binary data (in protobuf wire format).
|
|
1243
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1244
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm}
|
|
1245
|
+
*/
|
|
1246
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinary = function(bytes) {
|
|
1247
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
1248
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm;
|
|
1249
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinaryFromReader(msg, reader);
|
|
1250
|
+
};
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
/**
|
|
1254
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
1255
|
+
* given reader into the given message object.
|
|
1256
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} msg The message object to deserialize into.
|
|
1257
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1258
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm}
|
|
1259
|
+
*/
|
|
1260
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinaryFromReader = function(msg, reader) {
|
|
1261
|
+
while (reader.nextField()) {
|
|
1262
|
+
if (reader.isEndGroup()) {
|
|
1263
|
+
break;
|
|
1264
|
+
}
|
|
1265
|
+
var field = reader.getFieldNumber();
|
|
1266
|
+
switch (field) {
|
|
1267
|
+
case 1:
|
|
1268
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
1269
|
+
msg.setTransactionBuilderId(value);
|
|
1270
|
+
break;
|
|
1271
|
+
case 2:
|
|
1272
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
1273
|
+
msg.setOrders(value);
|
|
1274
|
+
break;
|
|
1275
|
+
case 3:
|
|
1276
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1277
|
+
msg.setKey(value);
|
|
1278
|
+
break;
|
|
1279
|
+
case 4:
|
|
1280
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1281
|
+
msg.setLabel(value);
|
|
1282
|
+
break;
|
|
1283
|
+
case 5:
|
|
1284
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1285
|
+
msg.setReferencesId(value);
|
|
1286
|
+
break;
|
|
1287
|
+
case 6:
|
|
1288
|
+
var value = new proto.prisca.v1.core.transaction_builder.Value;
|
|
1289
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
|
|
1290
|
+
msg.addOption(value);
|
|
1291
|
+
break;
|
|
1292
|
+
case 7:
|
|
1293
|
+
var value = new proto.prisca.v1.core.transaction_builder.PropertiesForm;
|
|
1294
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromReader);
|
|
1295
|
+
msg.setProperties(value);
|
|
1296
|
+
break;
|
|
1297
|
+
case 8:
|
|
1298
|
+
var value = new proto.prisca.v1.core.transaction_builder.FieldRulesWithProp;
|
|
1299
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.deserializeBinaryFromReader);
|
|
1300
|
+
msg.addFieldRules(value);
|
|
1301
|
+
break;
|
|
1302
|
+
default:
|
|
1303
|
+
reader.skipField();
|
|
1304
|
+
break;
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
return msg;
|
|
1308
|
+
};
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
1313
|
+
* @return {!Uint8Array}
|
|
1314
|
+
*/
|
|
1315
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.serializeBinary = function() {
|
|
1316
|
+
var writer = new jspb.BinaryWriter();
|
|
1317
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeBinaryToWriter(this, writer);
|
|
1318
|
+
return writer.getResultBuffer();
|
|
1319
|
+
};
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
/**
|
|
1323
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
1324
|
+
* format), writing to the given BinaryWriter.
|
|
1325
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} message
|
|
1326
|
+
* @param {!jspb.BinaryWriter} writer
|
|
1327
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1328
|
+
*/
|
|
1329
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeBinaryToWriter = function(message, writer) {
|
|
1330
|
+
var f = undefined;
|
|
1331
|
+
f = message.getTransactionBuilderId();
|
|
1332
|
+
if (f !== 0) {
|
|
1333
|
+
writer.writeInt64(
|
|
1334
|
+
1,
|
|
1335
|
+
f
|
|
1336
|
+
);
|
|
1337
|
+
}
|
|
1338
|
+
f = message.getOrders();
|
|
1339
|
+
if (f !== 0) {
|
|
1340
|
+
writer.writeInt64(
|
|
1341
|
+
2,
|
|
1342
|
+
f
|
|
1343
|
+
);
|
|
1344
|
+
}
|
|
1345
|
+
f = message.getKey();
|
|
1346
|
+
if (f.length > 0) {
|
|
1347
|
+
writer.writeString(
|
|
1348
|
+
3,
|
|
1349
|
+
f
|
|
1350
|
+
);
|
|
1351
|
+
}
|
|
1352
|
+
f = message.getLabel();
|
|
1353
|
+
if (f.length > 0) {
|
|
1354
|
+
writer.writeString(
|
|
1355
|
+
4,
|
|
1356
|
+
f
|
|
1357
|
+
);
|
|
1358
|
+
}
|
|
1359
|
+
f = message.getReferencesId();
|
|
1360
|
+
if (f.length > 0) {
|
|
1361
|
+
writer.writeString(
|
|
1362
|
+
5,
|
|
1363
|
+
f
|
|
1364
|
+
);
|
|
1365
|
+
}
|
|
1366
|
+
f = message.getOptionList();
|
|
1367
|
+
if (f.length > 0) {
|
|
1368
|
+
writer.writeRepeatedMessage(
|
|
1369
|
+
6,
|
|
1370
|
+
f,
|
|
1371
|
+
proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
|
|
1372
|
+
);
|
|
1373
|
+
}
|
|
1374
|
+
f = message.getProperties();
|
|
1375
|
+
if (f != null) {
|
|
1376
|
+
writer.writeMessage(
|
|
1377
|
+
7,
|
|
1378
|
+
f,
|
|
1379
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter
|
|
1380
|
+
);
|
|
1381
|
+
}
|
|
1382
|
+
f = message.getFieldRulesList();
|
|
1383
|
+
if (f.length > 0) {
|
|
1384
|
+
writer.writeRepeatedMessage(
|
|
1385
|
+
8,
|
|
1386
|
+
f,
|
|
1387
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.serializeBinaryToWriter
|
|
1388
|
+
);
|
|
1389
|
+
}
|
|
1390
|
+
};
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
/**
|
|
1394
|
+
* optional int64 transaction_builder_id = 1;
|
|
1395
|
+
* @return {number}
|
|
1396
|
+
*/
|
|
1397
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getTransactionBuilderId = function() {
|
|
1398
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
1399
|
+
};
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
/**
|
|
1403
|
+
* @param {number} value
|
|
1404
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1405
|
+
*/
|
|
1406
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setTransactionBuilderId = function(value) {
|
|
1407
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
1408
|
+
};
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
/**
|
|
1412
|
+
* optional int64 orders = 2;
|
|
1413
|
+
* @return {number}
|
|
1414
|
+
*/
|
|
1415
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getOrders = function() {
|
|
1416
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
1417
|
+
};
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
/**
|
|
1421
|
+
* @param {number} value
|
|
1422
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1423
|
+
*/
|
|
1424
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setOrders = function(value) {
|
|
1425
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
1426
|
+
};
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
/**
|
|
1430
|
+
* optional string key = 3;
|
|
1431
|
+
* @return {string}
|
|
1432
|
+
*/
|
|
1433
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getKey = function() {
|
|
1434
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1435
|
+
};
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
/**
|
|
1439
|
+
* @param {string} value
|
|
1440
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1441
|
+
*/
|
|
1442
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setKey = function(value) {
|
|
1443
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1444
|
+
};
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
/**
|
|
1448
|
+
* optional string label = 4;
|
|
1449
|
+
* @return {string}
|
|
1450
|
+
*/
|
|
1451
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getLabel = function() {
|
|
1452
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
1453
|
+
};
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
/**
|
|
1457
|
+
* @param {string} value
|
|
1458
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1459
|
+
*/
|
|
1460
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setLabel = function(value) {
|
|
1461
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1462
|
+
};
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
/**
|
|
1466
|
+
* optional string references_id = 5;
|
|
1467
|
+
* @return {string}
|
|
1468
|
+
*/
|
|
1469
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getReferencesId = function() {
|
|
1470
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1471
|
+
};
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
/**
|
|
1475
|
+
* @param {string} value
|
|
1476
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1477
|
+
*/
|
|
1478
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setReferencesId = function(value) {
|
|
1479
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
/**
|
|
1484
|
+
* repeated Value option = 6;
|
|
1485
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
|
|
1486
|
+
*/
|
|
1487
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getOptionList = function() {
|
|
1488
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
|
|
1489
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 6));
|
|
1490
|
+
};
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
/**
|
|
1494
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.Value>} value
|
|
1495
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1496
|
+
*/
|
|
1497
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setOptionList = function(value) {
|
|
1498
|
+
return jspb.Message.setRepeatedWrapperField(this, 6, value);
|
|
1499
|
+
};
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
/**
|
|
1503
|
+
* @param {!proto.prisca.v1.core.transaction_builder.Value=} opt_value
|
|
1504
|
+
* @param {number=} opt_index
|
|
1505
|
+
* @return {!proto.prisca.v1.core.transaction_builder.Value}
|
|
1506
|
+
*/
|
|
1507
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.addOption = function(opt_value, opt_index) {
|
|
1508
|
+
return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
|
|
1509
|
+
};
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
/**
|
|
1513
|
+
* Clears the list making it empty but non-null.
|
|
1514
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1515
|
+
*/
|
|
1516
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.clearOptionList = function() {
|
|
1517
|
+
return this.setOptionList([]);
|
|
1518
|
+
};
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
/**
|
|
1522
|
+
* optional PropertiesForm properties = 7;
|
|
1523
|
+
* @return {?proto.prisca.v1.core.transaction_builder.PropertiesForm}
|
|
1524
|
+
*/
|
|
1525
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getProperties = function() {
|
|
1526
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.PropertiesForm} */ (
|
|
1527
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesForm, 7));
|
|
1528
|
+
};
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
/**
|
|
1532
|
+
* @param {?proto.prisca.v1.core.transaction_builder.PropertiesForm|undefined} value
|
|
1533
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1534
|
+
*/
|
|
1535
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setProperties = function(value) {
|
|
1536
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
1537
|
+
};
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
/**
|
|
1541
|
+
* Clears the message field making it undefined.
|
|
1542
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1543
|
+
*/
|
|
1544
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.clearProperties = function() {
|
|
1545
|
+
return this.setProperties(undefined);
|
|
1546
|
+
};
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
/**
|
|
1550
|
+
* Returns whether this field is set.
|
|
1551
|
+
* @return {boolean}
|
|
1552
|
+
*/
|
|
1553
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.hasProperties = function() {
|
|
1554
|
+
return jspb.Message.getField(this, 7) != null;
|
|
1555
|
+
};
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
/**
|
|
1559
|
+
* repeated FieldRulesWithProp field_rules = 8;
|
|
1560
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>}
|
|
1561
|
+
*/
|
|
1562
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getFieldRulesList = function() {
|
|
1563
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>} */ (
|
|
1564
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, 8));
|
|
1565
|
+
};
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
/**
|
|
1569
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>} value
|
|
1570
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1571
|
+
*/
|
|
1572
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setFieldRulesList = function(value) {
|
|
1573
|
+
return jspb.Message.setRepeatedWrapperField(this, 8, value);
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
/**
|
|
1578
|
+
* @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp=} opt_value
|
|
1579
|
+
* @param {number=} opt_index
|
|
1580
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp}
|
|
1581
|
+
*/
|
|
1582
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.addFieldRules = function(opt_value, opt_index) {
|
|
1583
|
+
return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, opt_index);
|
|
1584
|
+
};
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
/**
|
|
1588
|
+
* Clears the list making it empty but non-null.
|
|
1589
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
|
|
1590
|
+
*/
|
|
1591
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.clearFieldRulesList = function() {
|
|
1592
|
+
return this.setFieldRulesList([]);
|
|
1593
|
+
};
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1600
|
+
/**
|
|
1601
|
+
* Creates an object representation of this proto.
|
|
1602
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1603
|
+
* Optional fields that are not set will be set to undefined.
|
|
1604
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1605
|
+
* For the list of reserved names please see:
|
|
1606
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1607
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1608
|
+
* JSPB instance for transitional soy proto support:
|
|
1609
|
+
* http://goto/soy-param-migration
|
|
1610
|
+
* @return {!Object}
|
|
1611
|
+
*/
|
|
1612
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.toObject = function(opt_includeInstance) {
|
|
1613
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject(opt_includeInstance, this);
|
|
1614
|
+
};
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
/**
|
|
1618
|
+
* Static version of the {@see toObject} method.
|
|
1619
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1620
|
+
* the JSPB instance for transitional soy proto support:
|
|
1621
|
+
* http://goto/soy-param-migration
|
|
1622
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesForm} msg The msg instance to transform.
|
|
1623
|
+
* @return {!Object}
|
|
1624
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1625
|
+
*/
|
|
1626
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject = function(includeInstance, msg) {
|
|
1627
|
+
var f, obj = {
|
|
1628
|
+
autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
1629
|
+
keyOfFill: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
1630
|
+
parentKey: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1631
|
+
hintText: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1632
|
+
placeHolder: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1633
|
+
dataSource: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1634
|
+
type: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1635
|
+
defaultValue: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
1636
|
+
selectedValue: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
1637
|
+
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 10, false)
|
|
1638
|
+
};
|
|
1639
|
+
|
|
1640
|
+
if (includeInstance) {
|
|
1641
|
+
obj.$jspbMessageInstance = msg;
|
|
1642
|
+
}
|
|
1643
|
+
return obj;
|
|
1644
|
+
};
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
/**
|
|
1649
|
+
* Deserializes binary data (in protobuf wire format).
|
|
1650
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1651
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm}
|
|
1652
|
+
*/
|
|
1653
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinary = function(bytes) {
|
|
1654
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
1655
|
+
var msg = new proto.prisca.v1.core.transaction_builder.PropertiesForm;
|
|
1656
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromReader(msg, reader);
|
|
1657
|
+
};
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
/**
|
|
1661
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
1662
|
+
* given reader into the given message object.
|
|
1663
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesForm} msg The message object to deserialize into.
|
|
1664
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1665
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm}
|
|
1666
|
+
*/
|
|
1667
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromReader = function(msg, reader) {
|
|
1668
|
+
while (reader.nextField()) {
|
|
1669
|
+
if (reader.isEndGroup()) {
|
|
1670
|
+
break;
|
|
1671
|
+
}
|
|
1672
|
+
var field = reader.getFieldNumber();
|
|
1673
|
+
switch (field) {
|
|
1674
|
+
case 1:
|
|
1675
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1676
|
+
msg.setAutoFill(value);
|
|
1677
|
+
break;
|
|
1678
|
+
case 2:
|
|
1679
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1680
|
+
msg.setKeyOfFill(value);
|
|
1681
|
+
break;
|
|
1682
|
+
case 3:
|
|
1683
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1684
|
+
msg.setParentKey(value);
|
|
1685
|
+
break;
|
|
1686
|
+
case 4:
|
|
1687
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1688
|
+
msg.setHintText(value);
|
|
1689
|
+
break;
|
|
1690
|
+
case 5:
|
|
1691
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1692
|
+
msg.setPlaceHolder(value);
|
|
1693
|
+
break;
|
|
1694
|
+
case 6:
|
|
1695
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1696
|
+
msg.setDataSource(value);
|
|
1697
|
+
break;
|
|
1698
|
+
case 7:
|
|
1699
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1700
|
+
msg.setType(value);
|
|
1701
|
+
break;
|
|
1702
|
+
case 8:
|
|
1703
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1704
|
+
msg.setDefaultValue(value);
|
|
1705
|
+
break;
|
|
1706
|
+
case 9:
|
|
1707
|
+
var value = /** @type {string} */ (reader.readString());
|
|
1708
|
+
msg.setSelectedValue(value);
|
|
1709
|
+
break;
|
|
1710
|
+
case 10:
|
|
1711
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1712
|
+
msg.setIsMaster(value);
|
|
1713
|
+
break;
|
|
1714
|
+
default:
|
|
1715
|
+
reader.skipField();
|
|
1716
|
+
break;
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
return msg;
|
|
1720
|
+
};
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
/**
|
|
1724
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
1725
|
+
* @return {!Uint8Array}
|
|
1726
|
+
*/
|
|
1727
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.serializeBinary = function() {
|
|
1728
|
+
var writer = new jspb.BinaryWriter();
|
|
1729
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter(this, writer);
|
|
1730
|
+
return writer.getResultBuffer();
|
|
1731
|
+
};
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
/**
|
|
1735
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
1736
|
+
* format), writing to the given BinaryWriter.
|
|
1737
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesForm} message
|
|
1738
|
+
* @param {!jspb.BinaryWriter} writer
|
|
1739
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1740
|
+
*/
|
|
1741
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter = function(message, writer) {
|
|
1742
|
+
var f = undefined;
|
|
1743
|
+
f = message.getAutoFill();
|
|
1744
|
+
if (f) {
|
|
1745
|
+
writer.writeBool(
|
|
1746
|
+
1,
|
|
1747
|
+
f
|
|
1748
|
+
);
|
|
1749
|
+
}
|
|
1750
|
+
f = message.getKeyOfFill();
|
|
1751
|
+
if (f.length > 0) {
|
|
1752
|
+
writer.writeString(
|
|
1753
|
+
2,
|
|
1754
|
+
f
|
|
1755
|
+
);
|
|
1756
|
+
}
|
|
1757
|
+
f = message.getParentKey();
|
|
1758
|
+
if (f.length > 0) {
|
|
1759
|
+
writer.writeString(
|
|
1760
|
+
3,
|
|
1761
|
+
f
|
|
1762
|
+
);
|
|
1763
|
+
}
|
|
1764
|
+
f = message.getHintText();
|
|
1765
|
+
if (f.length > 0) {
|
|
1766
|
+
writer.writeString(
|
|
1767
|
+
4,
|
|
1768
|
+
f
|
|
1769
|
+
);
|
|
1770
|
+
}
|
|
1771
|
+
f = message.getPlaceHolder();
|
|
1772
|
+
if (f.length > 0) {
|
|
1773
|
+
writer.writeString(
|
|
1774
|
+
5,
|
|
1775
|
+
f
|
|
1776
|
+
);
|
|
1777
|
+
}
|
|
1778
|
+
f = message.getDataSource();
|
|
1779
|
+
if (f.length > 0) {
|
|
1780
|
+
writer.writeString(
|
|
1781
|
+
6,
|
|
1782
|
+
f
|
|
1783
|
+
);
|
|
1784
|
+
}
|
|
1785
|
+
f = message.getType();
|
|
1786
|
+
if (f.length > 0) {
|
|
1787
|
+
writer.writeString(
|
|
1788
|
+
7,
|
|
1789
|
+
f
|
|
1790
|
+
);
|
|
1791
|
+
}
|
|
1792
|
+
f = message.getDefaultValue();
|
|
1793
|
+
if (f.length > 0) {
|
|
1794
|
+
writer.writeString(
|
|
1795
|
+
8,
|
|
1796
|
+
f
|
|
1797
|
+
);
|
|
1798
|
+
}
|
|
1799
|
+
f = message.getSelectedValue();
|
|
1800
|
+
if (f.length > 0) {
|
|
1801
|
+
writer.writeString(
|
|
1802
|
+
9,
|
|
1803
|
+
f
|
|
1804
|
+
);
|
|
1805
|
+
}
|
|
1806
|
+
f = message.getIsMaster();
|
|
1807
|
+
if (f) {
|
|
1808
|
+
writer.writeBool(
|
|
1809
|
+
10,
|
|
1810
|
+
f
|
|
1811
|
+
);
|
|
1812
|
+
}
|
|
1813
|
+
};
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
/**
|
|
1817
|
+
* optional bool auto_fill = 1;
|
|
1818
|
+
* @return {boolean}
|
|
1819
|
+
*/
|
|
1820
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getAutoFill = function() {
|
|
1821
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
1822
|
+
};
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
/**
|
|
1826
|
+
* @param {boolean} value
|
|
1827
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1828
|
+
*/
|
|
1829
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setAutoFill = function(value) {
|
|
1830
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
1831
|
+
};
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
/**
|
|
1835
|
+
* optional string key_of_fill = 2;
|
|
1836
|
+
* @return {string}
|
|
1837
|
+
*/
|
|
1838
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getKeyOfFill = function() {
|
|
1839
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
1840
|
+
};
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
/**
|
|
1844
|
+
* @param {string} value
|
|
1845
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1846
|
+
*/
|
|
1847
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setKeyOfFill = function(value) {
|
|
1848
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1849
|
+
};
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
/**
|
|
1853
|
+
* optional string parent_key = 3;
|
|
1854
|
+
* @return {string}
|
|
1855
|
+
*/
|
|
1856
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getParentKey = function() {
|
|
1857
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1858
|
+
};
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
/**
|
|
1862
|
+
* @param {string} value
|
|
1863
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1864
|
+
*/
|
|
1865
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setParentKey = function(value) {
|
|
1866
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1867
|
+
};
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
/**
|
|
1871
|
+
* optional string hint_text = 4;
|
|
1872
|
+
* @return {string}
|
|
1873
|
+
*/
|
|
1874
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getHintText = function() {
|
|
1875
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
1876
|
+
};
|
|
1877
|
+
|
|
1878
|
+
|
|
1879
|
+
/**
|
|
1880
|
+
* @param {string} value
|
|
1881
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1882
|
+
*/
|
|
1883
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setHintText = function(value) {
|
|
1884
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1885
|
+
};
|
|
1886
|
+
|
|
1887
|
+
|
|
1888
|
+
/**
|
|
1889
|
+
* optional string place_holder = 5;
|
|
1890
|
+
* @return {string}
|
|
1891
|
+
*/
|
|
1892
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getPlaceHolder = function() {
|
|
1893
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1894
|
+
};
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
/**
|
|
1898
|
+
* @param {string} value
|
|
1899
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1900
|
+
*/
|
|
1901
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setPlaceHolder = function(value) {
|
|
1902
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1903
|
+
};
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
/**
|
|
1907
|
+
* optional string data_source = 6;
|
|
1908
|
+
* @return {string}
|
|
1909
|
+
*/
|
|
1910
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getDataSource = function() {
|
|
1911
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
1912
|
+
};
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
/**
|
|
1916
|
+
* @param {string} value
|
|
1917
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1918
|
+
*/
|
|
1919
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setDataSource = function(value) {
|
|
1920
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
1921
|
+
};
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
/**
|
|
1925
|
+
* optional string type = 7;
|
|
1926
|
+
* @return {string}
|
|
1927
|
+
*/
|
|
1928
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getType = function() {
|
|
1929
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
1930
|
+
};
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
/**
|
|
1934
|
+
* @param {string} value
|
|
1935
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1936
|
+
*/
|
|
1937
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setType = function(value) {
|
|
1938
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
1939
|
+
};
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
/**
|
|
1943
|
+
* optional string default_value = 8;
|
|
1944
|
+
* @return {string}
|
|
1945
|
+
*/
|
|
1946
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getDefaultValue = function() {
|
|
1947
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
1948
|
+
};
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
/**
|
|
1952
|
+
* @param {string} value
|
|
1953
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1954
|
+
*/
|
|
1955
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setDefaultValue = function(value) {
|
|
1956
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
1957
|
+
};
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
/**
|
|
1961
|
+
* optional string selected_value = 9;
|
|
1962
|
+
* @return {string}
|
|
1963
|
+
*/
|
|
1964
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getSelectedValue = function() {
|
|
1965
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
1966
|
+
};
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
/**
|
|
1970
|
+
* @param {string} value
|
|
1971
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1972
|
+
*/
|
|
1973
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setSelectedValue = function(value) {
|
|
1974
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
1975
|
+
};
|
|
1976
|
+
|
|
1977
|
+
|
|
1978
|
+
/**
|
|
1979
|
+
* optional bool is_master = 10;
|
|
1980
|
+
* @return {boolean}
|
|
1981
|
+
*/
|
|
1982
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getIsMaster = function() {
|
|
1983
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false));
|
|
1984
|
+
};
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
/**
|
|
1988
|
+
* @param {boolean} value
|
|
1989
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
|
|
1990
|
+
*/
|
|
1991
|
+
proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setIsMaster = function(value) {
|
|
1992
|
+
return jspb.Message.setProto3BooleanField(this, 10, value);
|
|
1993
|
+
};
|
|
1994
|
+
|
|
1995
|
+
|
|
1996
|
+
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2000
|
+
/**
|
|
2001
|
+
* Creates an object representation of this proto.
|
|
2002
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2003
|
+
* Optional fields that are not set will be set to undefined.
|
|
2004
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2005
|
+
* For the list of reserved names please see:
|
|
2006
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2007
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2008
|
+
* JSPB instance for transitional soy proto support:
|
|
2009
|
+
* http://goto/soy-param-migration
|
|
2010
|
+
* @return {!Object}
|
|
2011
|
+
*/
|
|
2012
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.toObject = function(opt_includeInstance) {
|
|
2013
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.toObject(opt_includeInstance, this);
|
|
2014
|
+
};
|
|
2015
|
+
|
|
2016
|
+
|
|
2017
|
+
/**
|
|
2018
|
+
* Static version of the {@see toObject} method.
|
|
2019
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2020
|
+
* the JSPB instance for transitional soy proto support:
|
|
2021
|
+
* http://goto/soy-param-migration
|
|
2022
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} msg The msg instance to transform.
|
|
2023
|
+
* @return {!Object}
|
|
2024
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2025
|
+
*/
|
|
2026
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.toObject = function(includeInstance, msg) {
|
|
2027
|
+
var f, obj = {
|
|
2028
|
+
transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
2029
|
+
orders: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
2030
|
+
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
2031
|
+
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
2032
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
2033
|
+
properties: (f = msg.getProperties()) && proto.prisca.v1.core.transaction_builder.PropertiesTable.toObject(includeInstance, f)
|
|
2034
|
+
};
|
|
2035
|
+
|
|
2036
|
+
if (includeInstance) {
|
|
2037
|
+
obj.$jspbMessageInstance = msg;
|
|
2038
|
+
}
|
|
2039
|
+
return obj;
|
|
2040
|
+
};
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
/**
|
|
2045
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2046
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2047
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable}
|
|
2048
|
+
*/
|
|
2049
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.deserializeBinary = function(bytes) {
|
|
2050
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2051
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable;
|
|
2052
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.deserializeBinaryFromReader(msg, reader);
|
|
2053
|
+
};
|
|
2054
|
+
|
|
2055
|
+
|
|
2056
|
+
/**
|
|
2057
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2058
|
+
* given reader into the given message object.
|
|
2059
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} msg The message object to deserialize into.
|
|
2060
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2061
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable}
|
|
2062
|
+
*/
|
|
2063
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.deserializeBinaryFromReader = function(msg, reader) {
|
|
2064
|
+
while (reader.nextField()) {
|
|
2065
|
+
if (reader.isEndGroup()) {
|
|
2066
|
+
break;
|
|
2067
|
+
}
|
|
2068
|
+
var field = reader.getFieldNumber();
|
|
2069
|
+
switch (field) {
|
|
2070
|
+
case 1:
|
|
2071
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
2072
|
+
msg.setTransactionBuilderId(value);
|
|
2073
|
+
break;
|
|
2074
|
+
case 2:
|
|
2075
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
2076
|
+
msg.setOrders(value);
|
|
2077
|
+
break;
|
|
2078
|
+
case 3:
|
|
2079
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2080
|
+
msg.setKey(value);
|
|
2081
|
+
break;
|
|
2082
|
+
case 4:
|
|
2083
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2084
|
+
msg.setLabel(value);
|
|
2085
|
+
break;
|
|
2086
|
+
case 5:
|
|
2087
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2088
|
+
msg.setReferencesId(value);
|
|
2089
|
+
break;
|
|
2090
|
+
case 6:
|
|
2091
|
+
var value = new proto.prisca.v1.core.transaction_builder.PropertiesTable;
|
|
2092
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.PropertiesTable.deserializeBinaryFromReader);
|
|
2093
|
+
msg.setProperties(value);
|
|
2094
|
+
break;
|
|
2095
|
+
default:
|
|
2096
|
+
reader.skipField();
|
|
2097
|
+
break;
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
return msg;
|
|
2101
|
+
};
|
|
2102
|
+
|
|
2103
|
+
|
|
2104
|
+
/**
|
|
2105
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2106
|
+
* @return {!Uint8Array}
|
|
2107
|
+
*/
|
|
2108
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.serializeBinary = function() {
|
|
2109
|
+
var writer = new jspb.BinaryWriter();
|
|
2110
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.serializeBinaryToWriter(this, writer);
|
|
2111
|
+
return writer.getResultBuffer();
|
|
2112
|
+
};
|
|
2113
|
+
|
|
2114
|
+
|
|
2115
|
+
/**
|
|
2116
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2117
|
+
* format), writing to the given BinaryWriter.
|
|
2118
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} message
|
|
2119
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2120
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2121
|
+
*/
|
|
2122
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.serializeBinaryToWriter = function(message, writer) {
|
|
2123
|
+
var f = undefined;
|
|
2124
|
+
f = message.getTransactionBuilderId();
|
|
2125
|
+
if (f !== 0) {
|
|
2126
|
+
writer.writeInt64(
|
|
2127
|
+
1,
|
|
2128
|
+
f
|
|
2129
|
+
);
|
|
2130
|
+
}
|
|
2131
|
+
f = message.getOrders();
|
|
2132
|
+
if (f !== 0) {
|
|
2133
|
+
writer.writeInt64(
|
|
2134
|
+
2,
|
|
2135
|
+
f
|
|
2136
|
+
);
|
|
2137
|
+
}
|
|
2138
|
+
f = message.getKey();
|
|
2139
|
+
if (f.length > 0) {
|
|
2140
|
+
writer.writeString(
|
|
2141
|
+
3,
|
|
2142
|
+
f
|
|
2143
|
+
);
|
|
2144
|
+
}
|
|
2145
|
+
f = message.getLabel();
|
|
2146
|
+
if (f.length > 0) {
|
|
2147
|
+
writer.writeString(
|
|
2148
|
+
4,
|
|
2149
|
+
f
|
|
2150
|
+
);
|
|
2151
|
+
}
|
|
2152
|
+
f = message.getReferencesId();
|
|
2153
|
+
if (f.length > 0) {
|
|
2154
|
+
writer.writeString(
|
|
2155
|
+
5,
|
|
2156
|
+
f
|
|
2157
|
+
);
|
|
2158
|
+
}
|
|
2159
|
+
f = message.getProperties();
|
|
2160
|
+
if (f != null) {
|
|
2161
|
+
writer.writeMessage(
|
|
2162
|
+
6,
|
|
2163
|
+
f,
|
|
2164
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.serializeBinaryToWriter
|
|
2165
|
+
);
|
|
2166
|
+
}
|
|
2167
|
+
};
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
/**
|
|
2171
|
+
* optional int64 transaction_builder_id = 1;
|
|
2172
|
+
* @return {number}
|
|
2173
|
+
*/
|
|
2174
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getTransactionBuilderId = function() {
|
|
2175
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
2176
|
+
};
|
|
2177
|
+
|
|
2178
|
+
|
|
2179
|
+
/**
|
|
2180
|
+
* @param {number} value
|
|
2181
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
2182
|
+
*/
|
|
2183
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setTransactionBuilderId = function(value) {
|
|
2184
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
2185
|
+
};
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
/**
|
|
2189
|
+
* optional int64 orders = 2;
|
|
2190
|
+
* @return {number}
|
|
2191
|
+
*/
|
|
2192
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getOrders = function() {
|
|
2193
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
2194
|
+
};
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
/**
|
|
2198
|
+
* @param {number} value
|
|
2199
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
2200
|
+
*/
|
|
2201
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setOrders = function(value) {
|
|
2202
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
2203
|
+
};
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
/**
|
|
2207
|
+
* optional string key = 3;
|
|
2208
|
+
* @return {string}
|
|
2209
|
+
*/
|
|
2210
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getKey = function() {
|
|
2211
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
2212
|
+
};
|
|
2213
|
+
|
|
2214
|
+
|
|
2215
|
+
/**
|
|
2216
|
+
* @param {string} value
|
|
2217
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
2218
|
+
*/
|
|
2219
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setKey = function(value) {
|
|
2220
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
2221
|
+
};
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
/**
|
|
2225
|
+
* optional string label = 4;
|
|
2226
|
+
* @return {string}
|
|
2227
|
+
*/
|
|
2228
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getLabel = function() {
|
|
2229
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
2230
|
+
};
|
|
2231
|
+
|
|
2232
|
+
|
|
2233
|
+
/**
|
|
2234
|
+
* @param {string} value
|
|
2235
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
2236
|
+
*/
|
|
2237
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setLabel = function(value) {
|
|
2238
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
2239
|
+
};
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
/**
|
|
2243
|
+
* optional string references_id = 5;
|
|
2244
|
+
* @return {string}
|
|
2245
|
+
*/
|
|
2246
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getReferencesId = function() {
|
|
2247
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
2248
|
+
};
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
/**
|
|
2252
|
+
* @param {string} value
|
|
2253
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
2254
|
+
*/
|
|
2255
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setReferencesId = function(value) {
|
|
2256
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
2257
|
+
};
|
|
2258
|
+
|
|
2259
|
+
|
|
2260
|
+
/**
|
|
2261
|
+
* optional PropertiesTable properties = 6;
|
|
2262
|
+
* @return {?proto.prisca.v1.core.transaction_builder.PropertiesTable}
|
|
2263
|
+
*/
|
|
2264
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.getProperties = function() {
|
|
2265
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.PropertiesTable} */ (
|
|
2266
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesTable, 6));
|
|
2267
|
+
};
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
/**
|
|
2271
|
+
* @param {?proto.prisca.v1.core.transaction_builder.PropertiesTable|undefined} value
|
|
2272
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
2273
|
+
*/
|
|
2274
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.setProperties = function(value) {
|
|
2275
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
2276
|
+
};
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
/**
|
|
2280
|
+
* Clears the message field making it undefined.
|
|
2281
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable} returns this
|
|
2282
|
+
*/
|
|
2283
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.clearProperties = function() {
|
|
2284
|
+
return this.setProperties(undefined);
|
|
2285
|
+
};
|
|
2286
|
+
|
|
2287
|
+
|
|
2288
|
+
/**
|
|
2289
|
+
* Returns whether this field is set.
|
|
2290
|
+
* @return {boolean}
|
|
2291
|
+
*/
|
|
2292
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.prototype.hasProperties = function() {
|
|
2293
|
+
return jspb.Message.getField(this, 6) != null;
|
|
2294
|
+
};
|
|
2295
|
+
|
|
2296
|
+
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2301
|
+
/**
|
|
2302
|
+
* Creates an object representation of this proto.
|
|
2303
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2304
|
+
* Optional fields that are not set will be set to undefined.
|
|
2305
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2306
|
+
* For the list of reserved names please see:
|
|
2307
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2308
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2309
|
+
* JSPB instance for transitional soy proto support:
|
|
2310
|
+
* http://goto/soy-param-migration
|
|
2311
|
+
* @return {!Object}
|
|
2312
|
+
*/
|
|
2313
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.toObject = function(opt_includeInstance) {
|
|
2314
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesTable.toObject(opt_includeInstance, this);
|
|
2315
|
+
};
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
/**
|
|
2319
|
+
* Static version of the {@see toObject} method.
|
|
2320
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2321
|
+
* the JSPB instance for transitional soy proto support:
|
|
2322
|
+
* http://goto/soy-param-migration
|
|
2323
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesTable} msg The msg instance to transform.
|
|
2324
|
+
* @return {!Object}
|
|
2325
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2326
|
+
*/
|
|
2327
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.toObject = function(includeInstance, msg) {
|
|
2328
|
+
var f, obj = {
|
|
2329
|
+
isMain: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
2330
|
+
dataType: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
2331
|
+
};
|
|
2332
|
+
|
|
2333
|
+
if (includeInstance) {
|
|
2334
|
+
obj.$jspbMessageInstance = msg;
|
|
2335
|
+
}
|
|
2336
|
+
return obj;
|
|
2337
|
+
};
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
/**
|
|
2342
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2343
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2344
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesTable}
|
|
2345
|
+
*/
|
|
2346
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.deserializeBinary = function(bytes) {
|
|
2347
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2348
|
+
var msg = new proto.prisca.v1.core.transaction_builder.PropertiesTable;
|
|
2349
|
+
return proto.prisca.v1.core.transaction_builder.PropertiesTable.deserializeBinaryFromReader(msg, reader);
|
|
2350
|
+
};
|
|
2351
|
+
|
|
2352
|
+
|
|
2353
|
+
/**
|
|
2354
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2355
|
+
* given reader into the given message object.
|
|
2356
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesTable} msg The message object to deserialize into.
|
|
2357
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2358
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesTable}
|
|
2359
|
+
*/
|
|
2360
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.deserializeBinaryFromReader = function(msg, reader) {
|
|
2361
|
+
while (reader.nextField()) {
|
|
2362
|
+
if (reader.isEndGroup()) {
|
|
2363
|
+
break;
|
|
2364
|
+
}
|
|
2365
|
+
var field = reader.getFieldNumber();
|
|
2366
|
+
switch (field) {
|
|
2367
|
+
case 1:
|
|
2368
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2369
|
+
msg.setIsMain(value);
|
|
2370
|
+
break;
|
|
2371
|
+
case 2:
|
|
2372
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2373
|
+
msg.setDataType(value);
|
|
2374
|
+
break;
|
|
2375
|
+
default:
|
|
2376
|
+
reader.skipField();
|
|
2377
|
+
break;
|
|
2378
|
+
}
|
|
2379
|
+
}
|
|
2380
|
+
return msg;
|
|
2381
|
+
};
|
|
2382
|
+
|
|
2383
|
+
|
|
2384
|
+
/**
|
|
2385
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2386
|
+
* @return {!Uint8Array}
|
|
2387
|
+
*/
|
|
2388
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.serializeBinary = function() {
|
|
2389
|
+
var writer = new jspb.BinaryWriter();
|
|
2390
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.serializeBinaryToWriter(this, writer);
|
|
2391
|
+
return writer.getResultBuffer();
|
|
2392
|
+
};
|
|
2393
|
+
|
|
2394
|
+
|
|
2395
|
+
/**
|
|
2396
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2397
|
+
* format), writing to the given BinaryWriter.
|
|
2398
|
+
* @param {!proto.prisca.v1.core.transaction_builder.PropertiesTable} message
|
|
2399
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2400
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2401
|
+
*/
|
|
2402
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.serializeBinaryToWriter = function(message, writer) {
|
|
2403
|
+
var f = undefined;
|
|
2404
|
+
f = message.getIsMain();
|
|
2405
|
+
if (f) {
|
|
2406
|
+
writer.writeBool(
|
|
2407
|
+
1,
|
|
2408
|
+
f
|
|
2409
|
+
);
|
|
2410
|
+
}
|
|
2411
|
+
f = message.getDataType();
|
|
2412
|
+
if (f.length > 0) {
|
|
2413
|
+
writer.writeString(
|
|
2414
|
+
2,
|
|
2415
|
+
f
|
|
2416
|
+
);
|
|
2417
|
+
}
|
|
2418
|
+
};
|
|
2419
|
+
|
|
2420
|
+
|
|
2421
|
+
/**
|
|
2422
|
+
* optional bool is_main = 1;
|
|
2423
|
+
* @return {boolean}
|
|
2424
|
+
*/
|
|
2425
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.getIsMain = function() {
|
|
2426
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
2427
|
+
};
|
|
2428
|
+
|
|
2429
|
+
|
|
2430
|
+
/**
|
|
2431
|
+
* @param {boolean} value
|
|
2432
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesTable} returns this
|
|
2433
|
+
*/
|
|
2434
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.setIsMain = function(value) {
|
|
2435
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
2436
|
+
};
|
|
2437
|
+
|
|
2438
|
+
|
|
2439
|
+
/**
|
|
2440
|
+
* optional string data_type = 2;
|
|
2441
|
+
* @return {string}
|
|
2442
|
+
*/
|
|
2443
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.getDataType = function() {
|
|
2444
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
1136
2445
|
};
|
|
1137
2446
|
|
|
1138
2447
|
|
|
1139
2448
|
/**
|
|
1140
2449
|
* @param {string} value
|
|
1141
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
2450
|
+
* @return {!proto.prisca.v1.core.transaction_builder.PropertiesTable} returns this
|
|
1142
2451
|
*/
|
|
1143
|
-
proto.prisca.v1.core.transaction_builder.
|
|
1144
|
-
return jspb.Message.setProto3StringField(this,
|
|
2452
|
+
proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.setDataType = function(value) {
|
|
2453
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1145
2454
|
};
|
|
1146
2455
|
|
|
1147
2456
|
|
|
@@ -1151,7 +2460,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsOnlyTable.proto
|
|
|
1151
2460
|
* @private {!Array<number>}
|
|
1152
2461
|
* @const
|
|
1153
2462
|
*/
|
|
1154
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.repeatedFields_ = [
|
|
2463
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.repeatedFields_ = [5,6,7];
|
|
1155
2464
|
|
|
1156
2465
|
|
|
1157
2466
|
|
|
@@ -1188,27 +2497,13 @@ id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
|
1188
2497
|
transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
1189
2498
|
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1190
2499
|
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
2500
|
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
1195
2501
|
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
1196
2502
|
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
1197
2503
|
proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
|
|
1198
2504
|
fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
|
|
1199
2505
|
proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
|
|
1200
|
-
|
|
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, "")
|
|
2506
|
+
value: jspb.Message.getFieldWithDefault(msg, 8, "")
|
|
1212
2507
|
};
|
|
1213
2508
|
|
|
1214
2509
|
if (includeInstance) {
|
|
@@ -1262,77 +2557,21 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBin
|
|
|
1262
2557
|
msg.setLabel(value);
|
|
1263
2558
|
break;
|
|
1264
2559
|
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
2560
|
var value = new proto.prisca.v1.core.transaction_builder.Value;
|
|
1278
2561
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
|
|
1279
2562
|
msg.addOption(value);
|
|
1280
2563
|
break;
|
|
1281
|
-
case
|
|
2564
|
+
case 6:
|
|
1282
2565
|
var value = new proto.prisca.v1.core.transaction_builder.FieldRules;
|
|
1283
2566
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader);
|
|
1284
2567
|
msg.addFieldRules(value);
|
|
1285
2568
|
break;
|
|
1286
|
-
case
|
|
2569
|
+
case 7:
|
|
1287
2570
|
var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
|
|
1288
2571
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
|
|
1289
2572
|
msg.addFieldViews(value);
|
|
1290
2573
|
break;
|
|
1291
|
-
case
|
|
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
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
1317
|
-
msg.setAutoFill(value);
|
|
1318
|
-
break;
|
|
1319
|
-
case 18:
|
|
1320
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1321
|
-
msg.setKeyOfFill(value);
|
|
1322
|
-
break;
|
|
1323
|
-
case 19:
|
|
1324
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1325
|
-
msg.setParentKey(value);
|
|
1326
|
-
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:
|
|
2574
|
+
case 8:
|
|
1336
2575
|
var value = /** @type {string} */ (reader.readString());
|
|
1337
2576
|
msg.setValue(value);
|
|
1338
2577
|
break;
|
|
@@ -1393,132 +2632,34 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
|
|
|
1393
2632
|
f
|
|
1394
2633
|
);
|
|
1395
2634
|
}
|
|
1396
|
-
f = message.getHintText();
|
|
1397
|
-
if (f.length > 0) {
|
|
1398
|
-
writer.writeString(
|
|
1399
|
-
5,
|
|
1400
|
-
f
|
|
1401
|
-
);
|
|
1402
|
-
}
|
|
1403
|
-
f = message.getPlaceHolder();
|
|
1404
|
-
if (f.length > 0) {
|
|
1405
|
-
writer.writeString(
|
|
1406
|
-
6,
|
|
1407
|
-
f
|
|
1408
|
-
);
|
|
1409
|
-
}
|
|
1410
|
-
f = message.getMax();
|
|
1411
|
-
if (f !== 0) {
|
|
1412
|
-
writer.writeInt64(
|
|
1413
|
-
7,
|
|
1414
|
-
f
|
|
1415
|
-
);
|
|
1416
|
-
}
|
|
1417
2635
|
f = message.getOptionList();
|
|
1418
2636
|
if (f.length > 0) {
|
|
1419
2637
|
writer.writeRepeatedMessage(
|
|
1420
|
-
|
|
1421
|
-
f,
|
|
1422
|
-
proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
|
|
1423
|
-
);
|
|
1424
|
-
}
|
|
1425
|
-
f = message.getFieldRulesList();
|
|
1426
|
-
if (f.length > 0) {
|
|
1427
|
-
writer.writeRepeatedMessage(
|
|
1428
|
-
9,
|
|
1429
|
-
f,
|
|
1430
|
-
proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter
|
|
1431
|
-
);
|
|
1432
|
-
}
|
|
1433
|
-
f = message.getFieldViewsList();
|
|
1434
|
-
if (f.length > 0) {
|
|
1435
|
-
writer.writeRepeatedMessage(
|
|
1436
|
-
10,
|
|
1437
|
-
f,
|
|
1438
|
-
proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
|
|
1439
|
-
);
|
|
1440
|
-
}
|
|
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
|
-
f = message.getDataSource();
|
|
1456
|
-
if (f.length > 0) {
|
|
1457
|
-
writer.writeString(
|
|
1458
|
-
13,
|
|
1459
|
-
f
|
|
1460
|
-
);
|
|
1461
|
-
}
|
|
1462
|
-
f = message.getType();
|
|
1463
|
-
if (f.length > 0) {
|
|
1464
|
-
writer.writeString(
|
|
1465
|
-
14,
|
|
1466
|
-
f
|
|
1467
|
-
);
|
|
1468
|
-
}
|
|
1469
|
-
f = message.getDefaultValue();
|
|
1470
|
-
if (f.length > 0) {
|
|
1471
|
-
writer.writeString(
|
|
1472
|
-
15,
|
|
1473
|
-
f
|
|
1474
|
-
);
|
|
1475
|
-
}
|
|
1476
|
-
f = message.getSelectedValue();
|
|
1477
|
-
if (f.length > 0) {
|
|
1478
|
-
writer.writeString(
|
|
1479
|
-
16,
|
|
1480
|
-
f
|
|
1481
|
-
);
|
|
1482
|
-
}
|
|
1483
|
-
f = message.getAutoFill();
|
|
1484
|
-
if (f) {
|
|
1485
|
-
writer.writeBool(
|
|
1486
|
-
17,
|
|
1487
|
-
f
|
|
1488
|
-
);
|
|
1489
|
-
}
|
|
1490
|
-
f = message.getKeyOfFill();
|
|
1491
|
-
if (f.length > 0) {
|
|
1492
|
-
writer.writeString(
|
|
1493
|
-
18,
|
|
1494
|
-
f
|
|
1495
|
-
);
|
|
1496
|
-
}
|
|
1497
|
-
f = message.getParentKey();
|
|
1498
|
-
if (f.length > 0) {
|
|
1499
|
-
writer.writeString(
|
|
1500
|
-
19,
|
|
1501
|
-
f
|
|
2638
|
+
5,
|
|
2639
|
+
f,
|
|
2640
|
+
proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
|
|
1502
2641
|
);
|
|
1503
2642
|
}
|
|
1504
|
-
f = message.
|
|
1505
|
-
if (f) {
|
|
1506
|
-
writer.
|
|
1507
|
-
|
|
1508
|
-
f
|
|
2643
|
+
f = message.getFieldRulesList();
|
|
2644
|
+
if (f.length > 0) {
|
|
2645
|
+
writer.writeRepeatedMessage(
|
|
2646
|
+
6,
|
|
2647
|
+
f,
|
|
2648
|
+
proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter
|
|
1509
2649
|
);
|
|
1510
2650
|
}
|
|
1511
|
-
f = message.
|
|
1512
|
-
if (f
|
|
1513
|
-
writer.
|
|
1514
|
-
|
|
1515
|
-
f
|
|
2651
|
+
f = message.getFieldViewsList();
|
|
2652
|
+
if (f.length > 0) {
|
|
2653
|
+
writer.writeRepeatedMessage(
|
|
2654
|
+
7,
|
|
2655
|
+
f,
|
|
2656
|
+
proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
|
|
1516
2657
|
);
|
|
1517
2658
|
}
|
|
1518
2659
|
f = message.getValue();
|
|
1519
2660
|
if (f.length > 0) {
|
|
1520
2661
|
writer.writeString(
|
|
1521
|
-
|
|
2662
|
+
8,
|
|
1522
2663
|
f
|
|
1523
2664
|
);
|
|
1524
2665
|
}
|
|
@@ -1598,66 +2739,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setL
|
|
|
1598
2739
|
|
|
1599
2740
|
|
|
1600
2741
|
/**
|
|
1601
|
-
*
|
|
1602
|
-
* @return {string}
|
|
1603
|
-
*/
|
|
1604
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getHintText = function() {
|
|
1605
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1606
|
-
};
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
/**
|
|
1610
|
-
* @param {string} value
|
|
1611
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1612
|
-
*/
|
|
1613
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setHintText = function(value) {
|
|
1614
|
-
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1615
|
-
};
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
/**
|
|
1619
|
-
* optional string place_holder = 6;
|
|
1620
|
-
* @return {string}
|
|
1621
|
-
*/
|
|
1622
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getPlaceHolder = function() {
|
|
1623
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
1624
|
-
};
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
/**
|
|
1628
|
-
* @param {string} value
|
|
1629
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1630
|
-
*/
|
|
1631
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setPlaceHolder = function(value) {
|
|
1632
|
-
return jspb.Message.setProto3StringField(this, 6, value);
|
|
1633
|
-
};
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
/**
|
|
1637
|
-
* optional int64 max = 7;
|
|
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;
|
|
2742
|
+
* repeated Value option = 5;
|
|
1656
2743
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
|
|
1657
2744
|
*/
|
|
1658
2745
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getOptionList = function() {
|
|
1659
2746
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
|
|
1660
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value,
|
|
2747
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 5));
|
|
1661
2748
|
};
|
|
1662
2749
|
|
|
1663
2750
|
|
|
@@ -1666,7 +2753,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getO
|
|
|
1666
2753
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1667
2754
|
*/
|
|
1668
2755
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setOptionList = function(value) {
|
|
1669
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
2756
|
+
return jspb.Message.setRepeatedWrapperField(this, 5, value);
|
|
1670
2757
|
};
|
|
1671
2758
|
|
|
1672
2759
|
|
|
@@ -1676,7 +2763,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setO
|
|
|
1676
2763
|
* @return {!proto.prisca.v1.core.transaction_builder.Value}
|
|
1677
2764
|
*/
|
|
1678
2765
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addOption = function(opt_value, opt_index) {
|
|
1679
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
2766
|
+
return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
|
|
1680
2767
|
};
|
|
1681
2768
|
|
|
1682
2769
|
|
|
@@ -1690,12 +2777,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
|
|
|
1690
2777
|
|
|
1691
2778
|
|
|
1692
2779
|
/**
|
|
1693
|
-
* repeated FieldRules field_rules =
|
|
2780
|
+
* repeated FieldRules field_rules = 6;
|
|
1694
2781
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>}
|
|
1695
2782
|
*/
|
|
1696
2783
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getFieldRulesList = function() {
|
|
1697
2784
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>} */ (
|
|
1698
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules,
|
|
2785
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 6));
|
|
1699
2786
|
};
|
|
1700
2787
|
|
|
1701
2788
|
|
|
@@ -1704,7 +2791,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getF
|
|
|
1704
2791
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1705
2792
|
*/
|
|
1706
2793
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setFieldRulesList = function(value) {
|
|
1707
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
2794
|
+
return jspb.Message.setRepeatedWrapperField(this, 6, value);
|
|
1708
2795
|
};
|
|
1709
2796
|
|
|
1710
2797
|
|
|
@@ -1714,7 +2801,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setF
|
|
|
1714
2801
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldRules}
|
|
1715
2802
|
*/
|
|
1716
2803
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addFieldRules = function(opt_value, opt_index) {
|
|
1717
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
2804
|
+
return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
|
|
1718
2805
|
};
|
|
1719
2806
|
|
|
1720
2807
|
|
|
@@ -1728,12 +2815,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
|
|
|
1728
2815
|
|
|
1729
2816
|
|
|
1730
2817
|
/**
|
|
1731
|
-
* repeated FieldViews field_views =
|
|
2818
|
+
* repeated FieldViews field_views = 7;
|
|
1732
2819
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>}
|
|
1733
2820
|
*/
|
|
1734
2821
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getFieldViewsList = function() {
|
|
1735
2822
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>} */ (
|
|
1736
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews,
|
|
2823
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 7));
|
|
1737
2824
|
};
|
|
1738
2825
|
|
|
1739
2826
|
|
|
@@ -1742,7 +2829,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getF
|
|
|
1742
2829
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1743
2830
|
*/
|
|
1744
2831
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setFieldViewsList = function(value) {
|
|
1745
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
2832
|
+
return jspb.Message.setRepeatedWrapperField(this, 7, value);
|
|
1746
2833
|
};
|
|
1747
2834
|
|
|
1748
2835
|
|
|
@@ -1752,7 +2839,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setF
|
|
|
1752
2839
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldViews}
|
|
1753
2840
|
*/
|
|
1754
2841
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addFieldViews = function(opt_value, opt_index) {
|
|
1755
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
2842
|
+
return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
|
|
1756
2843
|
};
|
|
1757
2844
|
|
|
1758
2845
|
|
|
@@ -1766,209 +2853,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
|
|
|
1766
2853
|
|
|
1767
2854
|
|
|
1768
2855
|
/**
|
|
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;
|
|
1806
|
-
* @return {string}
|
|
1807
|
-
*/
|
|
1808
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getDataSource = function() {
|
|
1809
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
1810
|
-
};
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
/**
|
|
1814
|
-
* @param {string} value
|
|
1815
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1816
|
-
*/
|
|
1817
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setDataSource = function(value) {
|
|
1818
|
-
return jspb.Message.setProto3StringField(this, 13, value);
|
|
1819
|
-
};
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
/**
|
|
1823
|
-
* optional string type = 14;
|
|
1824
|
-
* @return {string}
|
|
1825
|
-
*/
|
|
1826
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getType = function() {
|
|
1827
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
1828
|
-
};
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
/**
|
|
1832
|
-
* @param {string} value
|
|
1833
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1834
|
-
*/
|
|
1835
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setType = function(value) {
|
|
1836
|
-
return jspb.Message.setProto3StringField(this, 14, value);
|
|
1837
|
-
};
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
/**
|
|
1841
|
-
* optional string default_value = 15;
|
|
1842
|
-
* @return {string}
|
|
1843
|
-
*/
|
|
1844
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getDefaultValue = function() {
|
|
1845
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
1846
|
-
};
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
/**
|
|
1850
|
-
* @param {string} value
|
|
1851
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1852
|
-
*/
|
|
1853
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setDefaultValue = function(value) {
|
|
1854
|
-
return jspb.Message.setProto3StringField(this, 15, value);
|
|
1855
|
-
};
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
/**
|
|
1859
|
-
* optional string selected_value = 16;
|
|
1860
|
-
* @return {string}
|
|
1861
|
-
*/
|
|
1862
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getSelectedValue = function() {
|
|
1863
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
1864
|
-
};
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
/**
|
|
1868
|
-
* @param {string} value
|
|
1869
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1870
|
-
*/
|
|
1871
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setSelectedValue = function(value) {
|
|
1872
|
-
return jspb.Message.setProto3StringField(this, 16, value);
|
|
1873
|
-
};
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
/**
|
|
1877
|
-
* optional bool auto_fill = 17;
|
|
1878
|
-
* @return {boolean}
|
|
1879
|
-
*/
|
|
1880
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getAutoFill = function() {
|
|
1881
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 17, false));
|
|
1882
|
-
};
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
/**
|
|
1886
|
-
* @param {boolean} value
|
|
1887
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1888
|
-
*/
|
|
1889
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setAutoFill = function(value) {
|
|
1890
|
-
return jspb.Message.setProto3BooleanField(this, 17, value);
|
|
1891
|
-
};
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
/**
|
|
1895
|
-
* optional string key_of_fill = 18;
|
|
1896
|
-
* @return {string}
|
|
1897
|
-
*/
|
|
1898
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getKeyOfFill = function() {
|
|
1899
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
|
|
1900
|
-
};
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
/**
|
|
1904
|
-
* @param {string} value
|
|
1905
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1906
|
-
*/
|
|
1907
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setKeyOfFill = function(value) {
|
|
1908
|
-
return jspb.Message.setProto3StringField(this, 18, value);
|
|
1909
|
-
};
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
/**
|
|
1913
|
-
* optional string parent_key = 19;
|
|
1914
|
-
* @return {string}
|
|
1915
|
-
*/
|
|
1916
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getParentKey = function() {
|
|
1917
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
1918
|
-
};
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
/**
|
|
1922
|
-
* @param {string} value
|
|
1923
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1924
|
-
*/
|
|
1925
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setParentKey = function(value) {
|
|
1926
|
-
return jspb.Message.setProto3StringField(this, 19, value);
|
|
1927
|
-
};
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
/**
|
|
1931
|
-
* optional bool is_master = 20;
|
|
1932
|
-
* @return {boolean}
|
|
1933
|
-
*/
|
|
1934
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getIsMaster = function() {
|
|
1935
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 20, false));
|
|
1936
|
-
};
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
/**
|
|
1940
|
-
* @param {boolean} value
|
|
1941
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1942
|
-
*/
|
|
1943
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setIsMaster = function(value) {
|
|
1944
|
-
return jspb.Message.setProto3BooleanField(this, 20, value);
|
|
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);
|
|
1963
|
-
};
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
/**
|
|
1967
|
-
* optional string value = 22;
|
|
2856
|
+
* optional string value = 8;
|
|
1968
2857
|
* @return {string}
|
|
1969
2858
|
*/
|
|
1970
2859
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getValue = function() {
|
|
1971
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2860
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
1972
2861
|
};
|
|
1973
2862
|
|
|
1974
2863
|
|
|
@@ -1977,7 +2866,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getV
|
|
|
1977
2866
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
1978
2867
|
*/
|
|
1979
2868
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setValue = function(value) {
|
|
1980
|
-
return jspb.Message.setProto3StringField(this,
|
|
2869
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
1981
2870
|
};
|
|
1982
2871
|
|
|
1983
2872
|
|
|
@@ -1987,7 +2876,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setV
|
|
|
1987
2876
|
* @private {!Array<number>}
|
|
1988
2877
|
* @const
|
|
1989
2878
|
*/
|
|
1990
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.repeatedFields_ = [
|
|
2879
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.repeatedFields_ = [3,4,5];
|
|
1991
2880
|
|
|
1992
2881
|
|
|
1993
2882
|
|
|
@@ -2022,26 +2911,13 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.toObject =
|
|
|
2022
2911
|
var f, obj = {
|
|
2023
2912
|
key: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2024
2913
|
label: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
2025
|
-
hintText: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
2026
|
-
placeHolder: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
2027
|
-
max: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
2028
2914
|
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
2029
2915
|
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
2030
2916
|
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
2031
2917
|
proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
|
|
2032
2918
|
fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
|
|
2033
2919
|
proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
|
|
2034
|
-
|
|
2035
|
-
isShow: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
|
|
2036
|
-
dataSource: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
2037
|
-
type: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
2038
|
-
defaultValue: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
2039
|
-
selectedValue: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
2040
|
-
autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 15, false),
|
|
2041
|
-
keyOfFill: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
2042
|
-
parentKey: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
2043
|
-
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 18, false),
|
|
2044
|
-
orders: jspb.Message.getFieldWithDefault(msg, 19, 0)
|
|
2920
|
+
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 6, false)
|
|
2045
2921
|
};
|
|
2046
2922
|
|
|
2047
2923
|
if (includeInstance) {
|
|
@@ -2087,76 +2963,24 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.deserializ
|
|
|
2087
2963
|
msg.setLabel(value);
|
|
2088
2964
|
break;
|
|
2089
2965
|
case 3:
|
|
2090
|
-
var value = /** @type {string} */ (reader.readString());
|
|
2091
|
-
msg.setHintText(value);
|
|
2092
|
-
break;
|
|
2093
|
-
case 4:
|
|
2094
|
-
var value = /** @type {string} */ (reader.readString());
|
|
2095
|
-
msg.setPlaceHolder(value);
|
|
2096
|
-
break;
|
|
2097
|
-
case 5:
|
|
2098
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
2099
|
-
msg.setMax(value);
|
|
2100
|
-
break;
|
|
2101
|
-
case 6:
|
|
2102
2966
|
var value = new proto.prisca.v1.core.transaction_builder.Value;
|
|
2103
2967
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
|
|
2104
2968
|
msg.addOption(value);
|
|
2105
2969
|
break;
|
|
2106
|
-
case
|
|
2970
|
+
case 4:
|
|
2107
2971
|
var value = new proto.prisca.v1.core.transaction_builder.FieldRules;
|
|
2108
2972
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader);
|
|
2109
2973
|
msg.addFieldRules(value);
|
|
2110
2974
|
break;
|
|
2111
|
-
case
|
|
2112
|
-
var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
|
|
2113
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
|
|
2114
|
-
msg.addFieldViews(value);
|
|
2115
|
-
break;
|
|
2116
|
-
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
|
-
var value = /** @type {string} */ (reader.readString());
|
|
2126
|
-
msg.setDataSource(value);
|
|
2127
|
-
break;
|
|
2128
|
-
case 12:
|
|
2129
|
-
var value = /** @type {string} */ (reader.readString());
|
|
2130
|
-
msg.setType(value);
|
|
2131
|
-
break;
|
|
2132
|
-
case 13:
|
|
2133
|
-
var value = /** @type {string} */ (reader.readString());
|
|
2134
|
-
msg.setDefaultValue(value);
|
|
2135
|
-
break;
|
|
2136
|
-
case 14:
|
|
2137
|
-
var value = /** @type {string} */ (reader.readString());
|
|
2138
|
-
msg.setSelectedValue(value);
|
|
2139
|
-
break;
|
|
2140
|
-
case 15:
|
|
2141
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
2142
|
-
msg.setAutoFill(value);
|
|
2143
|
-
break;
|
|
2144
|
-
case 16:
|
|
2145
|
-
var value = /** @type {string} */ (reader.readString());
|
|
2146
|
-
msg.setKeyOfFill(value);
|
|
2147
|
-
break;
|
|
2148
|
-
case 17:
|
|
2149
|
-
var value = /** @type {string} */ (reader.readString());
|
|
2150
|
-
msg.setParentKey(value);
|
|
2975
|
+
case 5:
|
|
2976
|
+
var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
|
|
2977
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
|
|
2978
|
+
msg.addFieldViews(value);
|
|
2151
2979
|
break;
|
|
2152
|
-
case
|
|
2980
|
+
case 6:
|
|
2153
2981
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
2154
2982
|
msg.setIsMaster(value);
|
|
2155
2983
|
break;
|
|
2156
|
-
case 19:
|
|
2157
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
2158
|
-
msg.setOrders(value);
|
|
2159
|
-
break;
|
|
2160
2984
|
default:
|
|
2161
2985
|
reader.skipField();
|
|
2162
2986
|
break;
|
|
@@ -2200,31 +3024,10 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
|
|
|
2200
3024
|
f
|
|
2201
3025
|
);
|
|
2202
3026
|
}
|
|
2203
|
-
f = message.getHintText();
|
|
2204
|
-
if (f.length > 0) {
|
|
2205
|
-
writer.writeString(
|
|
2206
|
-
3,
|
|
2207
|
-
f
|
|
2208
|
-
);
|
|
2209
|
-
}
|
|
2210
|
-
f = message.getPlaceHolder();
|
|
2211
|
-
if (f.length > 0) {
|
|
2212
|
-
writer.writeString(
|
|
2213
|
-
4,
|
|
2214
|
-
f
|
|
2215
|
-
);
|
|
2216
|
-
}
|
|
2217
|
-
f = message.getMax();
|
|
2218
|
-
if (f !== 0) {
|
|
2219
|
-
writer.writeInt64(
|
|
2220
|
-
5,
|
|
2221
|
-
f
|
|
2222
|
-
);
|
|
2223
|
-
}
|
|
2224
3027
|
f = message.getOptionList();
|
|
2225
3028
|
if (f.length > 0) {
|
|
2226
3029
|
writer.writeRepeatedMessage(
|
|
2227
|
-
|
|
3030
|
+
3,
|
|
2228
3031
|
f,
|
|
2229
3032
|
proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
|
|
2230
3033
|
);
|
|
@@ -2232,7 +3035,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
|
|
|
2232
3035
|
f = message.getFieldRulesList();
|
|
2233
3036
|
if (f.length > 0) {
|
|
2234
3037
|
writer.writeRepeatedMessage(
|
|
2235
|
-
|
|
3038
|
+
4,
|
|
2236
3039
|
f,
|
|
2237
3040
|
proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter
|
|
2238
3041
|
);
|
|
@@ -2240,85 +3043,15 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
|
|
|
2240
3043
|
f = message.getFieldViewsList();
|
|
2241
3044
|
if (f.length > 0) {
|
|
2242
3045
|
writer.writeRepeatedMessage(
|
|
2243
|
-
|
|
3046
|
+
5,
|
|
2244
3047
|
f,
|
|
2245
3048
|
proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
|
|
2246
3049
|
);
|
|
2247
3050
|
}
|
|
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
|
-
f = message.getDataSource();
|
|
2263
|
-
if (f.length > 0) {
|
|
2264
|
-
writer.writeString(
|
|
2265
|
-
11,
|
|
2266
|
-
f
|
|
2267
|
-
);
|
|
2268
|
-
}
|
|
2269
|
-
f = message.getType();
|
|
2270
|
-
if (f.length > 0) {
|
|
2271
|
-
writer.writeString(
|
|
2272
|
-
12,
|
|
2273
|
-
f
|
|
2274
|
-
);
|
|
2275
|
-
}
|
|
2276
|
-
f = message.getDefaultValue();
|
|
2277
|
-
if (f.length > 0) {
|
|
2278
|
-
writer.writeString(
|
|
2279
|
-
13,
|
|
2280
|
-
f
|
|
2281
|
-
);
|
|
2282
|
-
}
|
|
2283
|
-
f = message.getSelectedValue();
|
|
2284
|
-
if (f.length > 0) {
|
|
2285
|
-
writer.writeString(
|
|
2286
|
-
14,
|
|
2287
|
-
f
|
|
2288
|
-
);
|
|
2289
|
-
}
|
|
2290
|
-
f = message.getAutoFill();
|
|
2291
|
-
if (f) {
|
|
2292
|
-
writer.writeBool(
|
|
2293
|
-
15,
|
|
2294
|
-
f
|
|
2295
|
-
);
|
|
2296
|
-
}
|
|
2297
|
-
f = message.getKeyOfFill();
|
|
2298
|
-
if (f.length > 0) {
|
|
2299
|
-
writer.writeString(
|
|
2300
|
-
16,
|
|
2301
|
-
f
|
|
2302
|
-
);
|
|
2303
|
-
}
|
|
2304
|
-
f = message.getParentKey();
|
|
2305
|
-
if (f.length > 0) {
|
|
2306
|
-
writer.writeString(
|
|
2307
|
-
17,
|
|
2308
|
-
f
|
|
2309
|
-
);
|
|
2310
|
-
}
|
|
2311
3051
|
f = message.getIsMaster();
|
|
2312
3052
|
if (f) {
|
|
2313
3053
|
writer.writeBool(
|
|
2314
|
-
|
|
2315
|
-
f
|
|
2316
|
-
);
|
|
2317
|
-
}
|
|
2318
|
-
f = message.getOrders();
|
|
2319
|
-
if (f !== 0) {
|
|
2320
|
-
writer.writeInt64(
|
|
2321
|
-
19,
|
|
3054
|
+
6,
|
|
2322
3055
|
f
|
|
2323
3056
|
);
|
|
2324
3057
|
}
|
|
@@ -2362,66 +3095,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2362
3095
|
|
|
2363
3096
|
|
|
2364
3097
|
/**
|
|
2365
|
-
*
|
|
2366
|
-
* @return {string}
|
|
2367
|
-
*/
|
|
2368
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getHintText = function() {
|
|
2369
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
2370
|
-
};
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
/**
|
|
2374
|
-
* @param {string} value
|
|
2375
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2376
|
-
*/
|
|
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);
|
|
2397
|
-
};
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
/**
|
|
2401
|
-
* optional int64 max = 5;
|
|
2402
|
-
* @return {number}
|
|
2403
|
-
*/
|
|
2404
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getMax = function() {
|
|
2405
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
2406
|
-
};
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
/**
|
|
2410
|
-
* @param {number} value
|
|
2411
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2412
|
-
*/
|
|
2413
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setMax = function(value) {
|
|
2414
|
-
return jspb.Message.setProto3IntField(this, 5, value);
|
|
2415
|
-
};
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
/**
|
|
2419
|
-
* repeated Value option = 6;
|
|
3098
|
+
* repeated Value option = 3;
|
|
2420
3099
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
|
|
2421
3100
|
*/
|
|
2422
3101
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getOptionList = function() {
|
|
2423
3102
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
|
|
2424
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value,
|
|
3103
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 3));
|
|
2425
3104
|
};
|
|
2426
3105
|
|
|
2427
3106
|
|
|
@@ -2430,7 +3109,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2430
3109
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2431
3110
|
*/
|
|
2432
3111
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setOptionList = function(value) {
|
|
2433
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
3112
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
2434
3113
|
};
|
|
2435
3114
|
|
|
2436
3115
|
|
|
@@ -2440,7 +3119,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2440
3119
|
* @return {!proto.prisca.v1.core.transaction_builder.Value}
|
|
2441
3120
|
*/
|
|
2442
3121
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addOption = function(opt_value, opt_index) {
|
|
2443
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
3122
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
|
|
2444
3123
|
};
|
|
2445
3124
|
|
|
2446
3125
|
|
|
@@ -2454,12 +3133,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2454
3133
|
|
|
2455
3134
|
|
|
2456
3135
|
/**
|
|
2457
|
-
* repeated FieldRules field_rules =
|
|
3136
|
+
* repeated FieldRules field_rules = 4;
|
|
2458
3137
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>}
|
|
2459
3138
|
*/
|
|
2460
3139
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getFieldRulesList = function() {
|
|
2461
3140
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>} */ (
|
|
2462
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules,
|
|
3141
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 4));
|
|
2463
3142
|
};
|
|
2464
3143
|
|
|
2465
3144
|
|
|
@@ -2468,7 +3147,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2468
3147
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2469
3148
|
*/
|
|
2470
3149
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setFieldRulesList = function(value) {
|
|
2471
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
3150
|
+
return jspb.Message.setRepeatedWrapperField(this, 4, value);
|
|
2472
3151
|
};
|
|
2473
3152
|
|
|
2474
3153
|
|
|
@@ -2478,7 +3157,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2478
3157
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldRules}
|
|
2479
3158
|
*/
|
|
2480
3159
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addFieldRules = function(opt_value, opt_index) {
|
|
2481
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
3160
|
+
return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
|
|
2482
3161
|
};
|
|
2483
3162
|
|
|
2484
3163
|
|
|
@@ -2492,12 +3171,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2492
3171
|
|
|
2493
3172
|
|
|
2494
3173
|
/**
|
|
2495
|
-
* repeated FieldViews field_views =
|
|
3174
|
+
* repeated FieldViews field_views = 5;
|
|
2496
3175
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>}
|
|
2497
3176
|
*/
|
|
2498
3177
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getFieldViewsList = function() {
|
|
2499
3178
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>} */ (
|
|
2500
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews,
|
|
3179
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 5));
|
|
2501
3180
|
};
|
|
2502
3181
|
|
|
2503
3182
|
|
|
@@ -2506,7 +3185,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2506
3185
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2507
3186
|
*/
|
|
2508
3187
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setFieldViewsList = function(value) {
|
|
2509
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
3188
|
+
return jspb.Message.setRepeatedWrapperField(this, 5, value);
|
|
2510
3189
|
};
|
|
2511
3190
|
|
|
2512
3191
|
|
|
@@ -2516,7 +3195,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2516
3195
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldViews}
|
|
2517
3196
|
*/
|
|
2518
3197
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addFieldViews = function(opt_value, opt_index) {
|
|
2519
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
3198
|
+
return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
|
|
2520
3199
|
};
|
|
2521
3200
|
|
|
2522
3201
|
|
|
@@ -2530,11 +3209,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2530
3209
|
|
|
2531
3210
|
|
|
2532
3211
|
/**
|
|
2533
|
-
* optional bool
|
|
3212
|
+
* optional bool is_master = 6;
|
|
2534
3213
|
* @return {boolean}
|
|
2535
3214
|
*/
|
|
2536
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
2537
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
3215
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getIsMaster = function() {
|
|
3216
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
|
|
2538
3217
|
};
|
|
2539
3218
|
|
|
2540
3219
|
|
|
@@ -2542,188 +3221,285 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
2542
3221
|
* @param {boolean} value
|
|
2543
3222
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
2544
3223
|
*/
|
|
2545
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
2546
|
-
return jspb.Message.setProto3BooleanField(this,
|
|
3224
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setIsMaster = function(value) {
|
|
3225
|
+
return jspb.Message.setProto3BooleanField(this, 6, value);
|
|
2547
3226
|
};
|
|
2548
3227
|
|
|
2549
3228
|
|
|
3229
|
+
|
|
3230
|
+
|
|
3231
|
+
|
|
3232
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2550
3233
|
/**
|
|
2551
|
-
*
|
|
2552
|
-
*
|
|
3234
|
+
* Creates an object representation of this proto.
|
|
3235
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3236
|
+
* Optional fields that are not set will be set to undefined.
|
|
3237
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3238
|
+
* For the list of reserved names please see:
|
|
3239
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3240
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3241
|
+
* JSPB instance for transitional soy proto support:
|
|
3242
|
+
* http://goto/soy-param-migration
|
|
3243
|
+
* @return {!Object}
|
|
2553
3244
|
*/
|
|
2554
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2555
|
-
return
|
|
3245
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.toObject = function(opt_includeInstance) {
|
|
3246
|
+
return proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.toObject(opt_includeInstance, this);
|
|
2556
3247
|
};
|
|
2557
3248
|
|
|
2558
3249
|
|
|
2559
3250
|
/**
|
|
2560
|
-
* @
|
|
2561
|
-
* @
|
|
3251
|
+
* Static version of the {@see toObject} method.
|
|
3252
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3253
|
+
* the JSPB instance for transitional soy proto support:
|
|
3254
|
+
* http://goto/soy-param-migration
|
|
3255
|
+
* @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} msg The msg instance to transform.
|
|
3256
|
+
* @return {!Object}
|
|
3257
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2562
3258
|
*/
|
|
2563
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2564
|
-
|
|
3259
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.toObject = function(includeInstance, msg) {
|
|
3260
|
+
var f, obj = {
|
|
3261
|
+
id: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
|
|
3262
|
+
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3263
|
+
properties: (f = msg.getProperties()) && proto.prisca.v1.core.transaction_builder.PropertiesRules.toObject(includeInstance, f),
|
|
3264
|
+
transactionBuilderFieldRef: (f = jspb.Message.getField(msg, 4)) == null ? undefined : f
|
|
3265
|
+
};
|
|
3266
|
+
|
|
3267
|
+
if (includeInstance) {
|
|
3268
|
+
obj.$jspbMessageInstance = msg;
|
|
3269
|
+
}
|
|
3270
|
+
return obj;
|
|
2565
3271
|
};
|
|
3272
|
+
}
|
|
2566
3273
|
|
|
2567
3274
|
|
|
2568
3275
|
/**
|
|
2569
|
-
*
|
|
2570
|
-
* @
|
|
3276
|
+
* Deserializes binary data (in protobuf wire format).
|
|
3277
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3278
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp}
|
|
2571
3279
|
*/
|
|
2572
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2573
|
-
|
|
3280
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.deserializeBinary = function(bytes) {
|
|
3281
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
3282
|
+
var msg = new proto.prisca.v1.core.transaction_builder.FieldRulesWithProp;
|
|
3283
|
+
return proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.deserializeBinaryFromReader(msg, reader);
|
|
2574
3284
|
};
|
|
2575
3285
|
|
|
2576
3286
|
|
|
2577
3287
|
/**
|
|
2578
|
-
*
|
|
2579
|
-
*
|
|
3288
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
3289
|
+
* given reader into the given message object.
|
|
3290
|
+
* @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} msg The message object to deserialize into.
|
|
3291
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3292
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp}
|
|
2580
3293
|
*/
|
|
2581
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2582
|
-
|
|
3294
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.deserializeBinaryFromReader = function(msg, reader) {
|
|
3295
|
+
while (reader.nextField()) {
|
|
3296
|
+
if (reader.isEndGroup()) {
|
|
3297
|
+
break;
|
|
3298
|
+
}
|
|
3299
|
+
var field = reader.getFieldNumber();
|
|
3300
|
+
switch (field) {
|
|
3301
|
+
case 1:
|
|
3302
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
3303
|
+
msg.setId(value);
|
|
3304
|
+
break;
|
|
3305
|
+
case 2:
|
|
3306
|
+
var value = /** @type {string} */ (reader.readString());
|
|
3307
|
+
msg.setName(value);
|
|
3308
|
+
break;
|
|
3309
|
+
case 3:
|
|
3310
|
+
var value = new proto.prisca.v1.core.transaction_builder.PropertiesRules;
|
|
3311
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.PropertiesRules.deserializeBinaryFromReader);
|
|
3312
|
+
msg.setProperties(value);
|
|
3313
|
+
break;
|
|
3314
|
+
case 4:
|
|
3315
|
+
var value = /** @type {string} */ (reader.readString());
|
|
3316
|
+
msg.setTransactionBuilderFieldRef(value);
|
|
3317
|
+
break;
|
|
3318
|
+
default:
|
|
3319
|
+
reader.skipField();
|
|
3320
|
+
break;
|
|
3321
|
+
}
|
|
3322
|
+
}
|
|
3323
|
+
return msg;
|
|
3324
|
+
};
|
|
3325
|
+
|
|
3326
|
+
|
|
3327
|
+
/**
|
|
3328
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
3329
|
+
* @return {!Uint8Array}
|
|
3330
|
+
*/
|
|
3331
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.serializeBinary = function() {
|
|
3332
|
+
var writer = new jspb.BinaryWriter();
|
|
3333
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.serializeBinaryToWriter(this, writer);
|
|
3334
|
+
return writer.getResultBuffer();
|
|
3335
|
+
};
|
|
3336
|
+
|
|
3337
|
+
|
|
3338
|
+
/**
|
|
3339
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
3340
|
+
* format), writing to the given BinaryWriter.
|
|
3341
|
+
* @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} message
|
|
3342
|
+
* @param {!jspb.BinaryWriter} writer
|
|
3343
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3344
|
+
*/
|
|
3345
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.serializeBinaryToWriter = function(message, writer) {
|
|
3346
|
+
var f = undefined;
|
|
3347
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 1));
|
|
3348
|
+
if (f != null) {
|
|
3349
|
+
writer.writeInt64(
|
|
3350
|
+
1,
|
|
3351
|
+
f
|
|
3352
|
+
);
|
|
3353
|
+
}
|
|
3354
|
+
f = message.getName();
|
|
3355
|
+
if (f.length > 0) {
|
|
3356
|
+
writer.writeString(
|
|
3357
|
+
2,
|
|
3358
|
+
f
|
|
3359
|
+
);
|
|
3360
|
+
}
|
|
3361
|
+
f = message.getProperties();
|
|
3362
|
+
if (f != null) {
|
|
3363
|
+
writer.writeMessage(
|
|
3364
|
+
3,
|
|
3365
|
+
f,
|
|
3366
|
+
proto.prisca.v1.core.transaction_builder.PropertiesRules.serializeBinaryToWriter
|
|
3367
|
+
);
|
|
3368
|
+
}
|
|
3369
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
3370
|
+
if (f != null) {
|
|
3371
|
+
writer.writeString(
|
|
3372
|
+
4,
|
|
3373
|
+
f
|
|
3374
|
+
);
|
|
3375
|
+
}
|
|
2583
3376
|
};
|
|
2584
3377
|
|
|
2585
3378
|
|
|
2586
3379
|
/**
|
|
2587
|
-
* optional
|
|
2588
|
-
* @return {
|
|
3380
|
+
* optional int64 id = 1;
|
|
3381
|
+
* @return {number}
|
|
2589
3382
|
*/
|
|
2590
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2591
|
-
return /** @type {
|
|
3383
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.getId = function() {
|
|
3384
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
2592
3385
|
};
|
|
2593
3386
|
|
|
2594
3387
|
|
|
2595
3388
|
/**
|
|
2596
|
-
* @param {
|
|
2597
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
3389
|
+
* @param {number} value
|
|
3390
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
|
|
2598
3391
|
*/
|
|
2599
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2600
|
-
return jspb.Message.
|
|
3392
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.setId = function(value) {
|
|
3393
|
+
return jspb.Message.setField(this, 1, value);
|
|
2601
3394
|
};
|
|
2602
3395
|
|
|
2603
3396
|
|
|
2604
3397
|
/**
|
|
2605
|
-
*
|
|
2606
|
-
* @return {
|
|
3398
|
+
* Clears the field making it undefined.
|
|
3399
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
|
|
2607
3400
|
*/
|
|
2608
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2609
|
-
return
|
|
3401
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.clearId = function() {
|
|
3402
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
2610
3403
|
};
|
|
2611
3404
|
|
|
2612
3405
|
|
|
2613
3406
|
/**
|
|
2614
|
-
*
|
|
2615
|
-
* @return {
|
|
3407
|
+
* Returns whether this field is set.
|
|
3408
|
+
* @return {boolean}
|
|
2616
3409
|
*/
|
|
2617
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2618
|
-
return jspb.Message.
|
|
3410
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.hasId = function() {
|
|
3411
|
+
return jspb.Message.getField(this, 1) != null;
|
|
2619
3412
|
};
|
|
2620
3413
|
|
|
2621
3414
|
|
|
2622
3415
|
/**
|
|
2623
|
-
* optional string
|
|
3416
|
+
* optional string name = 2;
|
|
2624
3417
|
* @return {string}
|
|
2625
3418
|
*/
|
|
2626
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2627
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3419
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.getName = function() {
|
|
3420
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
2628
3421
|
};
|
|
2629
3422
|
|
|
2630
3423
|
|
|
2631
3424
|
/**
|
|
2632
3425
|
* @param {string} value
|
|
2633
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
3426
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
|
|
2634
3427
|
*/
|
|
2635
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2636
|
-
return jspb.Message.setProto3StringField(this,
|
|
3428
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.setName = function(value) {
|
|
3429
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
2637
3430
|
};
|
|
2638
3431
|
|
|
2639
3432
|
|
|
2640
3433
|
/**
|
|
2641
|
-
* optional
|
|
2642
|
-
* @return {
|
|
3434
|
+
* optional PropertiesRules properties = 3;
|
|
3435
|
+
* @return {?proto.prisca.v1.core.transaction_builder.PropertiesRules}
|
|
2643
3436
|
*/
|
|
2644
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2645
|
-
return /** @type
|
|
3437
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.getProperties = function() {
|
|
3438
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.PropertiesRules} */ (
|
|
3439
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesRules, 3));
|
|
2646
3440
|
};
|
|
2647
3441
|
|
|
2648
3442
|
|
|
2649
3443
|
/**
|
|
2650
|
-
* @param {
|
|
2651
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
2652
|
-
|
|
2653
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2654
|
-
return jspb.Message.
|
|
3444
|
+
* @param {?proto.prisca.v1.core.transaction_builder.PropertiesRules|undefined} value
|
|
3445
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
|
|
3446
|
+
*/
|
|
3447
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.setProperties = function(value) {
|
|
3448
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
2655
3449
|
};
|
|
2656
3450
|
|
|
2657
3451
|
|
|
2658
3452
|
/**
|
|
2659
|
-
*
|
|
2660
|
-
* @return {
|
|
3453
|
+
* Clears the message field making it undefined.
|
|
3454
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
|
|
2661
3455
|
*/
|
|
2662
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2663
|
-
return
|
|
3456
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.clearProperties = function() {
|
|
3457
|
+
return this.setProperties(undefined);
|
|
2664
3458
|
};
|
|
2665
3459
|
|
|
2666
3460
|
|
|
2667
3461
|
/**
|
|
2668
|
-
*
|
|
2669
|
-
* @return {
|
|
3462
|
+
* Returns whether this field is set.
|
|
3463
|
+
* @return {boolean}
|
|
2670
3464
|
*/
|
|
2671
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2672
|
-
return jspb.Message.
|
|
3465
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.hasProperties = function() {
|
|
3466
|
+
return jspb.Message.getField(this, 3) != null;
|
|
2673
3467
|
};
|
|
2674
3468
|
|
|
2675
3469
|
|
|
2676
3470
|
/**
|
|
2677
|
-
* optional string
|
|
3471
|
+
* optional string transaction_builder_field_ref = 4;
|
|
2678
3472
|
* @return {string}
|
|
2679
3473
|
*/
|
|
2680
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2681
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3474
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.getTransactionBuilderFieldRef = function() {
|
|
3475
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
2682
3476
|
};
|
|
2683
3477
|
|
|
2684
3478
|
|
|
2685
3479
|
/**
|
|
2686
3480
|
* @param {string} value
|
|
2687
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
2688
|
-
*/
|
|
2689
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setParentKey = function(value) {
|
|
2690
|
-
return jspb.Message.setProto3StringField(this, 17, value);
|
|
2691
|
-
};
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
/**
|
|
2695
|
-
* optional bool is_master = 18;
|
|
2696
|
-
* @return {boolean}
|
|
2697
|
-
*/
|
|
2698
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getIsMaster = function() {
|
|
2699
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 18, false));
|
|
2700
|
-
};
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
/**
|
|
2704
|
-
* @param {boolean} value
|
|
2705
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
3481
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
|
|
2706
3482
|
*/
|
|
2707
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2708
|
-
return jspb.Message.
|
|
3483
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.setTransactionBuilderFieldRef = function(value) {
|
|
3484
|
+
return jspb.Message.setField(this, 4, value);
|
|
2709
3485
|
};
|
|
2710
3486
|
|
|
2711
3487
|
|
|
2712
3488
|
/**
|
|
2713
|
-
*
|
|
2714
|
-
* @return {
|
|
3489
|
+
* Clears the field making it undefined.
|
|
3490
|
+
* @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
|
|
2715
3491
|
*/
|
|
2716
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2717
|
-
return
|
|
3492
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.clearTransactionBuilderFieldRef = function() {
|
|
3493
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
2718
3494
|
};
|
|
2719
3495
|
|
|
2720
3496
|
|
|
2721
3497
|
/**
|
|
2722
|
-
*
|
|
2723
|
-
* @return {
|
|
3498
|
+
* Returns whether this field is set.
|
|
3499
|
+
* @return {boolean}
|
|
2724
3500
|
*/
|
|
2725
|
-
proto.prisca.v1.core.transaction_builder.
|
|
2726
|
-
return jspb.Message.
|
|
3501
|
+
proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.hasTransactionBuilderFieldRef = function() {
|
|
3502
|
+
return jspb.Message.getField(this, 4) != null;
|
|
2727
3503
|
};
|
|
2728
3504
|
|
|
2729
3505
|
|
|
@@ -2800,7 +3576,7 @@ proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader
|
|
|
2800
3576
|
var field = reader.getFieldNumber();
|
|
2801
3577
|
switch (field) {
|
|
2802
3578
|
case 1:
|
|
2803
|
-
var value = /** @type {number} */ (reader.
|
|
3579
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
2804
3580
|
msg.setId(value);
|
|
2805
3581
|
break;
|
|
2806
3582
|
case 2:
|
|
@@ -2846,7 +3622,7 @@ proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter = fu
|
|
|
2846
3622
|
var f = undefined;
|
|
2847
3623
|
f = /** @type {number} */ (jspb.Message.getField(message, 1));
|
|
2848
3624
|
if (f != null) {
|
|
2849
|
-
writer.
|
|
3625
|
+
writer.writeInt64(
|
|
2850
3626
|
1,
|
|
2851
3627
|
f
|
|
2852
3628
|
);
|
|
@@ -2876,7 +3652,7 @@ proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter = fu
|
|
|
2876
3652
|
|
|
2877
3653
|
|
|
2878
3654
|
/**
|
|
2879
|
-
* optional
|
|
3655
|
+
* optional int64 id = 1;
|
|
2880
3656
|
* @return {number}
|
|
2881
3657
|
*/
|
|
2882
3658
|
proto.prisca.v1.core.transaction_builder.FieldRules.prototype.getId = function() {
|
|
@@ -3057,7 +3833,7 @@ proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader
|
|
|
3057
3833
|
var field = reader.getFieldNumber();
|
|
3058
3834
|
switch (field) {
|
|
3059
3835
|
case 1:
|
|
3060
|
-
var value = /** @type {number} */ (reader.
|
|
3836
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
3061
3837
|
msg.setId(value);
|
|
3062
3838
|
break;
|
|
3063
3839
|
case 2:
|
|
@@ -3107,7 +3883,7 @@ proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter = fu
|
|
|
3107
3883
|
var f = undefined;
|
|
3108
3884
|
f = /** @type {number} */ (jspb.Message.getField(message, 1));
|
|
3109
3885
|
if (f != null) {
|
|
3110
|
-
writer.
|
|
3886
|
+
writer.writeInt64(
|
|
3111
3887
|
1,
|
|
3112
3888
|
f
|
|
3113
3889
|
);
|
|
@@ -3144,7 +3920,7 @@ proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter = fu
|
|
|
3144
3920
|
|
|
3145
3921
|
|
|
3146
3922
|
/**
|
|
3147
|
-
* optional
|
|
3923
|
+
* optional int64 id = 1;
|
|
3148
3924
|
* @return {number}
|
|
3149
3925
|
*/
|
|
3150
3926
|
proto.prisca.v1.core.transaction_builder.FieldViews.prototype.getId = function() {
|
|
@@ -3397,16 +4173,198 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilder.serializeBinaryToWri
|
|
|
3397
4173
|
* optional int64 id = 1;
|
|
3398
4174
|
* @return {number}
|
|
3399
4175
|
*/
|
|
3400
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.getId = function() {
|
|
4176
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.getId = function() {
|
|
4177
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
4178
|
+
};
|
|
4179
|
+
|
|
4180
|
+
|
|
4181
|
+
/**
|
|
4182
|
+
* @param {number} value
|
|
4183
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilder} returns this
|
|
4184
|
+
*/
|
|
4185
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.setId = function(value) {
|
|
4186
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
4187
|
+
};
|
|
4188
|
+
|
|
4189
|
+
|
|
4190
|
+
/**
|
|
4191
|
+
* optional string name = 2;
|
|
4192
|
+
* @return {string}
|
|
4193
|
+
*/
|
|
4194
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.getName = function() {
|
|
4195
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
4196
|
+
};
|
|
4197
|
+
|
|
4198
|
+
|
|
4199
|
+
/**
|
|
4200
|
+
* @param {string} value
|
|
4201
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilder} returns this
|
|
4202
|
+
*/
|
|
4203
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.setName = function(value) {
|
|
4204
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
4205
|
+
};
|
|
4206
|
+
|
|
4207
|
+
|
|
4208
|
+
|
|
4209
|
+
/**
|
|
4210
|
+
* List of repeated fields within this message type.
|
|
4211
|
+
* @private {!Array<number>}
|
|
4212
|
+
* @const
|
|
4213
|
+
*/
|
|
4214
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.repeatedFields_ = [3];
|
|
4215
|
+
|
|
4216
|
+
|
|
4217
|
+
|
|
4218
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4219
|
+
/**
|
|
4220
|
+
* Creates an object representation of this proto.
|
|
4221
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4222
|
+
* Optional fields that are not set will be set to undefined.
|
|
4223
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4224
|
+
* For the list of reserved names please see:
|
|
4225
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4226
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4227
|
+
* JSPB instance for transitional soy proto support:
|
|
4228
|
+
* http://goto/soy-param-migration
|
|
4229
|
+
* @return {!Object}
|
|
4230
|
+
*/
|
|
4231
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.toObject = function(opt_includeInstance) {
|
|
4232
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.toObject(opt_includeInstance, this);
|
|
4233
|
+
};
|
|
4234
|
+
|
|
4235
|
+
|
|
4236
|
+
/**
|
|
4237
|
+
* Static version of the {@see toObject} method.
|
|
4238
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4239
|
+
* the JSPB instance for transitional soy proto support:
|
|
4240
|
+
* http://goto/soy-param-migration
|
|
4241
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} msg The msg instance to transform.
|
|
4242
|
+
* @return {!Object}
|
|
4243
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4244
|
+
*/
|
|
4245
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.toObject = function(includeInstance, msg) {
|
|
4246
|
+
var f, obj = {
|
|
4247
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
4248
|
+
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4249
|
+
transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilderFieldsList(),
|
|
4250
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.toObject, includeInstance)
|
|
4251
|
+
};
|
|
4252
|
+
|
|
4253
|
+
if (includeInstance) {
|
|
4254
|
+
obj.$jspbMessageInstance = msg;
|
|
4255
|
+
}
|
|
4256
|
+
return obj;
|
|
4257
|
+
};
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
|
|
4261
|
+
/**
|
|
4262
|
+
* Deserializes binary data (in protobuf wire format).
|
|
4263
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4264
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails}
|
|
4265
|
+
*/
|
|
4266
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deserializeBinary = function(bytes) {
|
|
4267
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
4268
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails;
|
|
4269
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deserializeBinaryFromReader(msg, reader);
|
|
4270
|
+
};
|
|
4271
|
+
|
|
4272
|
+
|
|
4273
|
+
/**
|
|
4274
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
4275
|
+
* given reader into the given message object.
|
|
4276
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} msg The message object to deserialize into.
|
|
4277
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4278
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails}
|
|
4279
|
+
*/
|
|
4280
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deserializeBinaryFromReader = function(msg, reader) {
|
|
4281
|
+
while (reader.nextField()) {
|
|
4282
|
+
if (reader.isEndGroup()) {
|
|
4283
|
+
break;
|
|
4284
|
+
}
|
|
4285
|
+
var field = reader.getFieldNumber();
|
|
4286
|
+
switch (field) {
|
|
4287
|
+
case 1:
|
|
4288
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
4289
|
+
msg.setId(value);
|
|
4290
|
+
break;
|
|
4291
|
+
case 2:
|
|
4292
|
+
var value = /** @type {string} */ (reader.readString());
|
|
4293
|
+
msg.setName(value);
|
|
4294
|
+
break;
|
|
4295
|
+
case 3:
|
|
4296
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFields;
|
|
4297
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBinaryFromReader);
|
|
4298
|
+
msg.addTransactionBuilderFields(value);
|
|
4299
|
+
break;
|
|
4300
|
+
default:
|
|
4301
|
+
reader.skipField();
|
|
4302
|
+
break;
|
|
4303
|
+
}
|
|
4304
|
+
}
|
|
4305
|
+
return msg;
|
|
4306
|
+
};
|
|
4307
|
+
|
|
4308
|
+
|
|
4309
|
+
/**
|
|
4310
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
4311
|
+
* @return {!Uint8Array}
|
|
4312
|
+
*/
|
|
4313
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.serializeBinary = function() {
|
|
4314
|
+
var writer = new jspb.BinaryWriter();
|
|
4315
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.serializeBinaryToWriter(this, writer);
|
|
4316
|
+
return writer.getResultBuffer();
|
|
4317
|
+
};
|
|
4318
|
+
|
|
4319
|
+
|
|
4320
|
+
/**
|
|
4321
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
4322
|
+
* format), writing to the given BinaryWriter.
|
|
4323
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} message
|
|
4324
|
+
* @param {!jspb.BinaryWriter} writer
|
|
4325
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4326
|
+
*/
|
|
4327
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.serializeBinaryToWriter = function(message, writer) {
|
|
4328
|
+
var f = undefined;
|
|
4329
|
+
f = message.getId();
|
|
4330
|
+
if (f !== 0) {
|
|
4331
|
+
writer.writeInt64(
|
|
4332
|
+
1,
|
|
4333
|
+
f
|
|
4334
|
+
);
|
|
4335
|
+
}
|
|
4336
|
+
f = message.getName();
|
|
4337
|
+
if (f.length > 0) {
|
|
4338
|
+
writer.writeString(
|
|
4339
|
+
2,
|
|
4340
|
+
f
|
|
4341
|
+
);
|
|
4342
|
+
}
|
|
4343
|
+
f = message.getTransactionBuilderFieldsList();
|
|
4344
|
+
if (f.length > 0) {
|
|
4345
|
+
writer.writeRepeatedMessage(
|
|
4346
|
+
3,
|
|
4347
|
+
f,
|
|
4348
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinaryToWriter
|
|
4349
|
+
);
|
|
4350
|
+
}
|
|
4351
|
+
};
|
|
4352
|
+
|
|
4353
|
+
|
|
4354
|
+
/**
|
|
4355
|
+
* optional int64 id = 1;
|
|
4356
|
+
* @return {number}
|
|
4357
|
+
*/
|
|
4358
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.getId = function() {
|
|
3401
4359
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
3402
4360
|
};
|
|
3403
4361
|
|
|
3404
4362
|
|
|
3405
4363
|
/**
|
|
3406
4364
|
* @param {number} value
|
|
3407
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4365
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} returns this
|
|
3408
4366
|
*/
|
|
3409
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4367
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.setId = function(value) {
|
|
3410
4368
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
3411
4369
|
};
|
|
3412
4370
|
|
|
@@ -3415,27 +4373,65 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilder.prototype.setId = fu
|
|
|
3415
4373
|
* optional string name = 2;
|
|
3416
4374
|
* @return {string}
|
|
3417
4375
|
*/
|
|
3418
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4376
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.getName = function() {
|
|
3419
4377
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3420
4378
|
};
|
|
3421
4379
|
|
|
3422
4380
|
|
|
3423
4381
|
/**
|
|
3424
4382
|
* @param {string} value
|
|
3425
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4383
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} returns this
|
|
3426
4384
|
*/
|
|
3427
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4385
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.setName = function(value) {
|
|
3428
4386
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3429
4387
|
};
|
|
3430
4388
|
|
|
3431
4389
|
|
|
4390
|
+
/**
|
|
4391
|
+
* repeated TransactionBuilderFields transaction_builder_fields = 3;
|
|
4392
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields>}
|
|
4393
|
+
*/
|
|
4394
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.getTransactionBuilderFieldsList = function() {
|
|
4395
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields>} */ (
|
|
4396
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFields, 3));
|
|
4397
|
+
};
|
|
4398
|
+
|
|
4399
|
+
|
|
4400
|
+
/**
|
|
4401
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields>} value
|
|
4402
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} returns this
|
|
4403
|
+
*/
|
|
4404
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.setTransactionBuilderFieldsList = function(value) {
|
|
4405
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
4406
|
+
};
|
|
4407
|
+
|
|
4408
|
+
|
|
4409
|
+
/**
|
|
4410
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields=} opt_value
|
|
4411
|
+
* @param {number=} opt_index
|
|
4412
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields}
|
|
4413
|
+
*/
|
|
4414
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.addTransactionBuilderFields = function(opt_value, opt_index) {
|
|
4415
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.TransactionBuilderFields, opt_index);
|
|
4416
|
+
};
|
|
4417
|
+
|
|
4418
|
+
|
|
4419
|
+
/**
|
|
4420
|
+
* Clears the list making it empty but non-null.
|
|
4421
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails} returns this
|
|
4422
|
+
*/
|
|
4423
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype.clearTransactionBuilderFieldsList = function() {
|
|
4424
|
+
return this.setTransactionBuilderFieldsList([]);
|
|
4425
|
+
};
|
|
4426
|
+
|
|
4427
|
+
|
|
3432
4428
|
|
|
3433
4429
|
/**
|
|
3434
4430
|
* List of repeated fields within this message type.
|
|
3435
4431
|
* @private {!Array<number>}
|
|
3436
4432
|
* @const
|
|
3437
4433
|
*/
|
|
3438
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4434
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.repeatedFields_ = [3];
|
|
3439
4435
|
|
|
3440
4436
|
|
|
3441
4437
|
|
|
@@ -3452,8 +4448,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3452
4448
|
* http://goto/soy-param-migration
|
|
3453
4449
|
* @return {!Object}
|
|
3454
4450
|
*/
|
|
3455
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3456
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
4451
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.toObject = function(opt_includeInstance) {
|
|
4452
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.toObject(opt_includeInstance, this);
|
|
3457
4453
|
};
|
|
3458
4454
|
|
|
3459
4455
|
|
|
@@ -3462,16 +4458,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype
|
|
|
3462
4458
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3463
4459
|
* the JSPB instance for transitional soy proto support:
|
|
3464
4460
|
* http://goto/soy-param-migration
|
|
3465
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4461
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} msg The msg instance to transform.
|
|
3466
4462
|
* @return {!Object}
|
|
3467
4463
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3468
4464
|
*/
|
|
3469
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4465
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.toObject = function(includeInstance, msg) {
|
|
3470
4466
|
var f, obj = {
|
|
3471
4467
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
3472
4468
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3473
4469
|
transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilderFieldsList(),
|
|
3474
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4470
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.toObject, includeInstance)
|
|
3475
4471
|
};
|
|
3476
4472
|
|
|
3477
4473
|
if (includeInstance) {
|
|
@@ -3485,23 +4481,23 @@ transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilde
|
|
|
3485
4481
|
/**
|
|
3486
4482
|
* Deserializes binary data (in protobuf wire format).
|
|
3487
4483
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3488
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4484
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes}
|
|
3489
4485
|
*/
|
|
3490
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4486
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.deserializeBinary = function(bytes) {
|
|
3491
4487
|
var reader = new jspb.BinaryReader(bytes);
|
|
3492
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
3493
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
4488
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes;
|
|
4489
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.deserializeBinaryFromReader(msg, reader);
|
|
3494
4490
|
};
|
|
3495
4491
|
|
|
3496
4492
|
|
|
3497
4493
|
/**
|
|
3498
4494
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3499
4495
|
* given reader into the given message object.
|
|
3500
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4496
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} msg The message object to deserialize into.
|
|
3501
4497
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3502
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4498
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes}
|
|
3503
4499
|
*/
|
|
3504
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4500
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.deserializeBinaryFromReader = function(msg, reader) {
|
|
3505
4501
|
while (reader.nextField()) {
|
|
3506
4502
|
if (reader.isEndGroup()) {
|
|
3507
4503
|
break;
|
|
@@ -3517,8 +4513,8 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deseriali
|
|
|
3517
4513
|
msg.setName(value);
|
|
3518
4514
|
break;
|
|
3519
4515
|
case 3:
|
|
3520
|
-
var value = new proto.prisca.v1.core.transaction_builder.
|
|
3521
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.
|
|
4516
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable;
|
|
4517
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.deserializeBinaryFromReader);
|
|
3522
4518
|
msg.addTransactionBuilderFields(value);
|
|
3523
4519
|
break;
|
|
3524
4520
|
default:
|
|
@@ -3534,9 +4530,9 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.deseriali
|
|
|
3534
4530
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3535
4531
|
* @return {!Uint8Array}
|
|
3536
4532
|
*/
|
|
3537
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4533
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.serializeBinary = function() {
|
|
3538
4534
|
var writer = new jspb.BinaryWriter();
|
|
3539
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4535
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.serializeBinaryToWriter(this, writer);
|
|
3540
4536
|
return writer.getResultBuffer();
|
|
3541
4537
|
};
|
|
3542
4538
|
|
|
@@ -3544,11 +4540,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype
|
|
|
3544
4540
|
/**
|
|
3545
4541
|
* Serializes the given message to binary data (in protobuf wire
|
|
3546
4542
|
* format), writing to the given BinaryWriter.
|
|
3547
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4543
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} message
|
|
3548
4544
|
* @param {!jspb.BinaryWriter} writer
|
|
3549
4545
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3550
4546
|
*/
|
|
3551
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4547
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.serializeBinaryToWriter = function(message, writer) {
|
|
3552
4548
|
var f = undefined;
|
|
3553
4549
|
f = message.getId();
|
|
3554
4550
|
if (f !== 0) {
|
|
@@ -3569,7 +4565,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.serialize
|
|
|
3569
4565
|
writer.writeRepeatedMessage(
|
|
3570
4566
|
3,
|
|
3571
4567
|
f,
|
|
3572
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4568
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.serializeBinaryToWriter
|
|
3573
4569
|
);
|
|
3574
4570
|
}
|
|
3575
4571
|
};
|
|
@@ -3579,16 +4575,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.serialize
|
|
|
3579
4575
|
* optional int64 id = 1;
|
|
3580
4576
|
* @return {number}
|
|
3581
4577
|
*/
|
|
3582
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4578
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.getId = function() {
|
|
3583
4579
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
3584
4580
|
};
|
|
3585
4581
|
|
|
3586
4582
|
|
|
3587
4583
|
/**
|
|
3588
4584
|
* @param {number} value
|
|
3589
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4585
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} returns this
|
|
3590
4586
|
*/
|
|
3591
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4587
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.setId = function(value) {
|
|
3592
4588
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
3593
4589
|
};
|
|
3594
4590
|
|
|
@@ -3597,54 +4593,54 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype
|
|
|
3597
4593
|
* optional string name = 2;
|
|
3598
4594
|
* @return {string}
|
|
3599
4595
|
*/
|
|
3600
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4596
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.getName = function() {
|
|
3601
4597
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3602
4598
|
};
|
|
3603
4599
|
|
|
3604
4600
|
|
|
3605
4601
|
/**
|
|
3606
4602
|
* @param {string} value
|
|
3607
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4603
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} returns this
|
|
3608
4604
|
*/
|
|
3609
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4605
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.setName = function(value) {
|
|
3610
4606
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3611
4607
|
};
|
|
3612
4608
|
|
|
3613
4609
|
|
|
3614
4610
|
/**
|
|
3615
|
-
* repeated
|
|
3616
|
-
* @return {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
4611
|
+
* repeated TransactionBuilderFieldsTable transaction_builder_fields = 3;
|
|
4612
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable>}
|
|
3617
4613
|
*/
|
|
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.
|
|
4614
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.getTransactionBuilderFieldsList = function() {
|
|
4615
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable>} */ (
|
|
4616
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable, 3));
|
|
3621
4617
|
};
|
|
3622
4618
|
|
|
3623
4619
|
|
|
3624
4620
|
/**
|
|
3625
|
-
* @param {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
3626
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4621
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable>} value
|
|
4622
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} returns this
|
|
3627
4623
|
*/
|
|
3628
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4624
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.setTransactionBuilderFieldsList = function(value) {
|
|
3629
4625
|
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
3630
4626
|
};
|
|
3631
4627
|
|
|
3632
4628
|
|
|
3633
4629
|
/**
|
|
3634
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4630
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable=} opt_value
|
|
3635
4631
|
* @param {number=} opt_index
|
|
3636
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4632
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable}
|
|
3637
4633
|
*/
|
|
3638
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3639
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.
|
|
4634
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.addTransactionBuilderFields = function(opt_value, opt_index) {
|
|
4635
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable, opt_index);
|
|
3640
4636
|
};
|
|
3641
4637
|
|
|
3642
4638
|
|
|
3643
4639
|
/**
|
|
3644
4640
|
* Clears the list making it empty but non-null.
|
|
3645
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4641
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} returns this
|
|
3646
4642
|
*/
|
|
3647
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4643
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.prototype.clearTransactionBuilderFieldsList = function() {
|
|
3648
4644
|
return this.setTransactionBuilderFieldsList([]);
|
|
3649
4645
|
};
|
|
3650
4646
|
|
|
@@ -3655,7 +4651,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.prototype
|
|
|
3655
4651
|
* @private {!Array<number>}
|
|
3656
4652
|
* @const
|
|
3657
4653
|
*/
|
|
3658
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4654
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.repeatedFields_ = [3];
|
|
3659
4655
|
|
|
3660
4656
|
|
|
3661
4657
|
|
|
@@ -3672,8 +4668,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3672
4668
|
* http://goto/soy-param-migration
|
|
3673
4669
|
* @return {!Object}
|
|
3674
4670
|
*/
|
|
3675
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3676
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
4671
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.toObject = function(opt_includeInstance) {
|
|
4672
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.toObject(opt_includeInstance, this);
|
|
3677
4673
|
};
|
|
3678
4674
|
|
|
3679
4675
|
|
|
@@ -3682,16 +4678,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3682
4678
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3683
4679
|
* the JSPB instance for transitional soy proto support:
|
|
3684
4680
|
* http://goto/soy-param-migration
|
|
3685
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4681
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} msg The msg instance to transform.
|
|
3686
4682
|
* @return {!Object}
|
|
3687
4683
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3688
4684
|
*/
|
|
3689
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4685
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.toObject = function(includeInstance, msg) {
|
|
3690
4686
|
var f, obj = {
|
|
3691
4687
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
3692
4688
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3693
4689
|
transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilderFieldsList(),
|
|
3694
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4690
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.toObject, includeInstance)
|
|
3695
4691
|
};
|
|
3696
4692
|
|
|
3697
4693
|
if (includeInstance) {
|
|
@@ -3705,23 +4701,23 @@ transactionBuilderFieldsList: jspb.Message.toObjectList(msg.getTransactionBuilde
|
|
|
3705
4701
|
/**
|
|
3706
4702
|
* Deserializes binary data (in protobuf wire format).
|
|
3707
4703
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3708
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4704
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes}
|
|
3709
4705
|
*/
|
|
3710
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4706
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinary = function(bytes) {
|
|
3711
4707
|
var reader = new jspb.BinaryReader(bytes);
|
|
3712
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
3713
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
4708
|
+
var msg = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes;
|
|
4709
|
+
return proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinaryFromReader(msg, reader);
|
|
3714
4710
|
};
|
|
3715
4711
|
|
|
3716
4712
|
|
|
3717
4713
|
/**
|
|
3718
4714
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3719
4715
|
* given reader into the given message object.
|
|
3720
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4716
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} msg The message object to deserialize into.
|
|
3721
4717
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3722
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4718
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes}
|
|
3723
4719
|
*/
|
|
3724
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4720
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinaryFromReader = function(msg, reader) {
|
|
3725
4721
|
while (reader.nextField()) {
|
|
3726
4722
|
if (reader.isEndGroup()) {
|
|
3727
4723
|
break;
|
|
@@ -3737,8 +4733,8 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3737
4733
|
msg.setName(value);
|
|
3738
4734
|
break;
|
|
3739
4735
|
case 3:
|
|
3740
|
-
var value = new proto.prisca.v1.core.transaction_builder.
|
|
3741
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.
|
|
4736
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm;
|
|
4737
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializeBinaryFromReader);
|
|
3742
4738
|
msg.addTransactionBuilderFields(value);
|
|
3743
4739
|
break;
|
|
3744
4740
|
default:
|
|
@@ -3754,9 +4750,9 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3754
4750
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3755
4751
|
* @return {!Uint8Array}
|
|
3756
4752
|
*/
|
|
3757
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4753
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.serializeBinary = function() {
|
|
3758
4754
|
var writer = new jspb.BinaryWriter();
|
|
3759
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4755
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.serializeBinaryToWriter(this, writer);
|
|
3760
4756
|
return writer.getResultBuffer();
|
|
3761
4757
|
};
|
|
3762
4758
|
|
|
@@ -3764,11 +4760,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3764
4760
|
/**
|
|
3765
4761
|
* Serializes the given message to binary data (in protobuf wire
|
|
3766
4762
|
* format), writing to the given BinaryWriter.
|
|
3767
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4763
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} message
|
|
3768
4764
|
* @param {!jspb.BinaryWriter} writer
|
|
3769
4765
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3770
4766
|
*/
|
|
3771
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4767
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.serializeBinaryToWriter = function(message, writer) {
|
|
3772
4768
|
var f = undefined;
|
|
3773
4769
|
f = message.getId();
|
|
3774
4770
|
if (f !== 0) {
|
|
@@ -3789,7 +4785,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3789
4785
|
writer.writeRepeatedMessage(
|
|
3790
4786
|
3,
|
|
3791
4787
|
f,
|
|
3792
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4788
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeBinaryToWriter
|
|
3793
4789
|
);
|
|
3794
4790
|
}
|
|
3795
4791
|
};
|
|
@@ -3799,16 +4795,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3799
4795
|
* optional int64 id = 1;
|
|
3800
4796
|
* @return {number}
|
|
3801
4797
|
*/
|
|
3802
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4798
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getId = function() {
|
|
3803
4799
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
3804
4800
|
};
|
|
3805
4801
|
|
|
3806
4802
|
|
|
3807
4803
|
/**
|
|
3808
4804
|
* @param {number} value
|
|
3809
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4805
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
3810
4806
|
*/
|
|
3811
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4807
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setId = function(value) {
|
|
3812
4808
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
3813
4809
|
};
|
|
3814
4810
|
|
|
@@ -3817,54 +4813,54 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailOnlyTableRe
|
|
|
3817
4813
|
* optional string name = 2;
|
|
3818
4814
|
* @return {string}
|
|
3819
4815
|
*/
|
|
3820
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4816
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getName = function() {
|
|
3821
4817
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3822
4818
|
};
|
|
3823
4819
|
|
|
3824
4820
|
|
|
3825
4821
|
/**
|
|
3826
4822
|
* @param {string} value
|
|
3827
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4823
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
3828
4824
|
*/
|
|
3829
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4825
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setName = function(value) {
|
|
3830
4826
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3831
4827
|
};
|
|
3832
4828
|
|
|
3833
4829
|
|
|
3834
4830
|
/**
|
|
3835
|
-
* repeated
|
|
3836
|
-
* @return {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
4831
|
+
* repeated TransactionBuilderFieldsForm transaction_builder_fields = 3;
|
|
4832
|
+
* @return {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>}
|
|
3837
4833
|
*/
|
|
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.
|
|
4834
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.getTransactionBuilderFieldsList = function() {
|
|
4835
|
+
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>} */ (
|
|
4836
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, 3));
|
|
3841
4837
|
};
|
|
3842
4838
|
|
|
3843
4839
|
|
|
3844
4840
|
/**
|
|
3845
|
-
* @param {!Array<!proto.prisca.v1.core.transaction_builder.
|
|
3846
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4841
|
+
* @param {!Array<!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm>} value
|
|
4842
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
3847
4843
|
*/
|
|
3848
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4844
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.setTransactionBuilderFieldsList = function(value) {
|
|
3849
4845
|
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
3850
4846
|
};
|
|
3851
4847
|
|
|
3852
4848
|
|
|
3853
4849
|
/**
|
|
3854
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
4850
|
+
* @param {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm=} opt_value
|
|
3855
4851
|
* @param {number=} opt_index
|
|
3856
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4852
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm}
|
|
3857
4853
|
*/
|
|
3858
|
-
proto.prisca.v1.core.transaction_builder.
|
|
3859
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.
|
|
4854
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.addTransactionBuilderFields = function(opt_value, opt_index) {
|
|
4855
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, opt_index);
|
|
3860
4856
|
};
|
|
3861
4857
|
|
|
3862
4858
|
|
|
3863
4859
|
/**
|
|
3864
4860
|
* Clears the list making it empty but non-null.
|
|
3865
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
4861
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} returns this
|
|
3866
4862
|
*/
|
|
3867
|
-
proto.prisca.v1.core.transaction_builder.
|
|
4863
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.prototype.clearTransactionBuilderFieldsList = function() {
|
|
3868
4864
|
return this.setTransactionBuilderFieldsList([]);
|
|
3869
4865
|
};
|
|
3870
4866
|
|
|
@@ -6445,8 +7441,210 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
6445
7441
|
* http://goto/soy-param-migration
|
|
6446
7442
|
* @return {!Object}
|
|
6447
7443
|
*/
|
|
6448
|
-
proto.prisca.v1.core.transaction_builder.
|
|
6449
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
7444
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.toObject = function(opt_includeInstance) {
|
|
7445
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.toObject(opt_includeInstance, this);
|
|
7446
|
+
};
|
|
7447
|
+
|
|
7448
|
+
|
|
7449
|
+
/**
|
|
7450
|
+
* Static version of the {@see toObject} method.
|
|
7451
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7452
|
+
* the JSPB instance for transitional soy proto support:
|
|
7453
|
+
* http://goto/soy-param-migration
|
|
7454
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} msg The msg instance to transform.
|
|
7455
|
+
* @return {!Object}
|
|
7456
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7457
|
+
*/
|
|
7458
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.toObject = function(includeInstance, msg) {
|
|
7459
|
+
var f, obj = {
|
|
7460
|
+
transactionBuilder: (f = msg.getTransactionBuilder()) && proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.toObject(includeInstance, f),
|
|
7461
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
7462
|
+
};
|
|
7463
|
+
|
|
7464
|
+
if (includeInstance) {
|
|
7465
|
+
obj.$jspbMessageInstance = msg;
|
|
7466
|
+
}
|
|
7467
|
+
return obj;
|
|
7468
|
+
};
|
|
7469
|
+
}
|
|
7470
|
+
|
|
7471
|
+
|
|
7472
|
+
/**
|
|
7473
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7474
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7475
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable}
|
|
7476
|
+
*/
|
|
7477
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.deserializeBinary = function(bytes) {
|
|
7478
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7479
|
+
var msg = new proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable;
|
|
7480
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.deserializeBinaryFromReader(msg, reader);
|
|
7481
|
+
};
|
|
7482
|
+
|
|
7483
|
+
|
|
7484
|
+
/**
|
|
7485
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7486
|
+
* given reader into the given message object.
|
|
7487
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} msg The message object to deserialize into.
|
|
7488
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7489
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable}
|
|
7490
|
+
*/
|
|
7491
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.deserializeBinaryFromReader = function(msg, reader) {
|
|
7492
|
+
while (reader.nextField()) {
|
|
7493
|
+
if (reader.isEndGroup()) {
|
|
7494
|
+
break;
|
|
7495
|
+
}
|
|
7496
|
+
var field = reader.getFieldNumber();
|
|
7497
|
+
switch (field) {
|
|
7498
|
+
case 1:
|
|
7499
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes;
|
|
7500
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.deserializeBinaryFromReader);
|
|
7501
|
+
msg.setTransactionBuilder(value);
|
|
7502
|
+
break;
|
|
7503
|
+
case 2:
|
|
7504
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
7505
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
7506
|
+
msg.setMeta(value);
|
|
7507
|
+
break;
|
|
7508
|
+
default:
|
|
7509
|
+
reader.skipField();
|
|
7510
|
+
break;
|
|
7511
|
+
}
|
|
7512
|
+
}
|
|
7513
|
+
return msg;
|
|
7514
|
+
};
|
|
7515
|
+
|
|
7516
|
+
|
|
7517
|
+
/**
|
|
7518
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
7519
|
+
* @return {!Uint8Array}
|
|
7520
|
+
*/
|
|
7521
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.serializeBinary = function() {
|
|
7522
|
+
var writer = new jspb.BinaryWriter();
|
|
7523
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.serializeBinaryToWriter(this, writer);
|
|
7524
|
+
return writer.getResultBuffer();
|
|
7525
|
+
};
|
|
7526
|
+
|
|
7527
|
+
|
|
7528
|
+
/**
|
|
7529
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
7530
|
+
* format), writing to the given BinaryWriter.
|
|
7531
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} message
|
|
7532
|
+
* @param {!jspb.BinaryWriter} writer
|
|
7533
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7534
|
+
*/
|
|
7535
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.serializeBinaryToWriter = function(message, writer) {
|
|
7536
|
+
var f = undefined;
|
|
7537
|
+
f = message.getTransactionBuilder();
|
|
7538
|
+
if (f != null) {
|
|
7539
|
+
writer.writeMessage(
|
|
7540
|
+
1,
|
|
7541
|
+
f,
|
|
7542
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.serializeBinaryToWriter
|
|
7543
|
+
);
|
|
7544
|
+
}
|
|
7545
|
+
f = message.getMeta();
|
|
7546
|
+
if (f != null) {
|
|
7547
|
+
writer.writeMessage(
|
|
7548
|
+
2,
|
|
7549
|
+
f,
|
|
7550
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
7551
|
+
);
|
|
7552
|
+
}
|
|
7553
|
+
};
|
|
7554
|
+
|
|
7555
|
+
|
|
7556
|
+
/**
|
|
7557
|
+
* optional TransactionBuilderWithDetailTableRes transaction_builder = 1;
|
|
7558
|
+
* @return {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes}
|
|
7559
|
+
*/
|
|
7560
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.getTransactionBuilder = function() {
|
|
7561
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes} */ (
|
|
7562
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes, 1));
|
|
7563
|
+
};
|
|
7564
|
+
|
|
7565
|
+
|
|
7566
|
+
/**
|
|
7567
|
+
* @param {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes|undefined} value
|
|
7568
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} returns this
|
|
7569
|
+
*/
|
|
7570
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.setTransactionBuilder = function(value) {
|
|
7571
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
7572
|
+
};
|
|
7573
|
+
|
|
7574
|
+
|
|
7575
|
+
/**
|
|
7576
|
+
* Clears the message field making it undefined.
|
|
7577
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} returns this
|
|
7578
|
+
*/
|
|
7579
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.clearTransactionBuilder = function() {
|
|
7580
|
+
return this.setTransactionBuilder(undefined);
|
|
7581
|
+
};
|
|
7582
|
+
|
|
7583
|
+
|
|
7584
|
+
/**
|
|
7585
|
+
* Returns whether this field is set.
|
|
7586
|
+
* @return {boolean}
|
|
7587
|
+
*/
|
|
7588
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.hasTransactionBuilder = function() {
|
|
7589
|
+
return jspb.Message.getField(this, 1) != null;
|
|
7590
|
+
};
|
|
7591
|
+
|
|
7592
|
+
|
|
7593
|
+
/**
|
|
7594
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
7595
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
7596
|
+
*/
|
|
7597
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.getMeta = function() {
|
|
7598
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
7599
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
7600
|
+
};
|
|
7601
|
+
|
|
7602
|
+
|
|
7603
|
+
/**
|
|
7604
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
7605
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} returns this
|
|
7606
|
+
*/
|
|
7607
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.setMeta = function(value) {
|
|
7608
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
7609
|
+
};
|
|
7610
|
+
|
|
7611
|
+
|
|
7612
|
+
/**
|
|
7613
|
+
* Clears the message field making it undefined.
|
|
7614
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable} returns this
|
|
7615
|
+
*/
|
|
7616
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.clearMeta = function() {
|
|
7617
|
+
return this.setMeta(undefined);
|
|
7618
|
+
};
|
|
7619
|
+
|
|
7620
|
+
|
|
7621
|
+
/**
|
|
7622
|
+
* Returns whether this field is set.
|
|
7623
|
+
* @return {boolean}
|
|
7624
|
+
*/
|
|
7625
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.prototype.hasMeta = function() {
|
|
7626
|
+
return jspb.Message.getField(this, 2) != null;
|
|
7627
|
+
};
|
|
7628
|
+
|
|
7629
|
+
|
|
7630
|
+
|
|
7631
|
+
|
|
7632
|
+
|
|
7633
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7634
|
+
/**
|
|
7635
|
+
* Creates an object representation of this proto.
|
|
7636
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
7637
|
+
* Optional fields that are not set will be set to undefined.
|
|
7638
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7639
|
+
* For the list of reserved names please see:
|
|
7640
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7641
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7642
|
+
* JSPB instance for transitional soy proto support:
|
|
7643
|
+
* http://goto/soy-param-migration
|
|
7644
|
+
* @return {!Object}
|
|
7645
|
+
*/
|
|
7646
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.toObject = function(opt_includeInstance) {
|
|
7647
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.toObject(opt_includeInstance, this);
|
|
6450
7648
|
};
|
|
6451
7649
|
|
|
6452
7650
|
|
|
@@ -6455,13 +7653,13 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6455
7653
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
6456
7654
|
* the JSPB instance for transitional soy proto support:
|
|
6457
7655
|
* http://goto/soy-param-migration
|
|
6458
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7656
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} msg The msg instance to transform.
|
|
6459
7657
|
* @return {!Object}
|
|
6460
7658
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6461
7659
|
*/
|
|
6462
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7660
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.toObject = function(includeInstance, msg) {
|
|
6463
7661
|
var f, obj = {
|
|
6464
|
-
transactionBuilder: (f = msg.getTransactionBuilder()) && proto.prisca.v1.core.transaction_builder.
|
|
7662
|
+
transactionBuilder: (f = msg.getTransactionBuilder()) && proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.toObject(includeInstance, f),
|
|
6465
7663
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
6466
7664
|
};
|
|
6467
7665
|
|
|
@@ -6476,23 +7674,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
6476
7674
|
/**
|
|
6477
7675
|
* Deserializes binary data (in protobuf wire format).
|
|
6478
7676
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6479
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7677
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm}
|
|
6480
7678
|
*/
|
|
6481
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7679
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.deserializeBinary = function(bytes) {
|
|
6482
7680
|
var reader = new jspb.BinaryReader(bytes);
|
|
6483
|
-
var msg = new proto.prisca.v1.core.transaction_builder.
|
|
6484
|
-
return proto.prisca.v1.core.transaction_builder.
|
|
7681
|
+
var msg = new proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm;
|
|
7682
|
+
return proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.deserializeBinaryFromReader(msg, reader);
|
|
6485
7683
|
};
|
|
6486
7684
|
|
|
6487
7685
|
|
|
6488
7686
|
/**
|
|
6489
7687
|
* Deserializes binary data (in protobuf wire format) from the
|
|
6490
7688
|
* given reader into the given message object.
|
|
6491
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7689
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} msg The message object to deserialize into.
|
|
6492
7690
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6493
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7691
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm}
|
|
6494
7692
|
*/
|
|
6495
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7693
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.deserializeBinaryFromReader = function(msg, reader) {
|
|
6496
7694
|
while (reader.nextField()) {
|
|
6497
7695
|
if (reader.isEndGroup()) {
|
|
6498
7696
|
break;
|
|
@@ -6500,8 +7698,8 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6500
7698
|
var field = reader.getFieldNumber();
|
|
6501
7699
|
switch (field) {
|
|
6502
7700
|
case 1:
|
|
6503
|
-
var value = new proto.prisca.v1.core.transaction_builder.
|
|
6504
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.
|
|
7701
|
+
var value = new proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes;
|
|
7702
|
+
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.deserializeBinaryFromReader);
|
|
6505
7703
|
msg.setTransactionBuilder(value);
|
|
6506
7704
|
break;
|
|
6507
7705
|
case 2:
|
|
@@ -6522,9 +7720,9 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6522
7720
|
* Serializes the message to binary data (in protobuf wire format).
|
|
6523
7721
|
* @return {!Uint8Array}
|
|
6524
7722
|
*/
|
|
6525
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7723
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.serializeBinary = function() {
|
|
6526
7724
|
var writer = new jspb.BinaryWriter();
|
|
6527
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7725
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.serializeBinaryToWriter(this, writer);
|
|
6528
7726
|
return writer.getResultBuffer();
|
|
6529
7727
|
};
|
|
6530
7728
|
|
|
@@ -6532,18 +7730,18 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6532
7730
|
/**
|
|
6533
7731
|
* Serializes the given message to binary data (in protobuf wire
|
|
6534
7732
|
* format), writing to the given BinaryWriter.
|
|
6535
|
-
* @param {!proto.prisca.v1.core.transaction_builder.
|
|
7733
|
+
* @param {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} message
|
|
6536
7734
|
* @param {!jspb.BinaryWriter} writer
|
|
6537
7735
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6538
7736
|
*/
|
|
6539
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7737
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.serializeBinaryToWriter = function(message, writer) {
|
|
6540
7738
|
var f = undefined;
|
|
6541
7739
|
f = message.getTransactionBuilder();
|
|
6542
7740
|
if (f != null) {
|
|
6543
7741
|
writer.writeMessage(
|
|
6544
7742
|
1,
|
|
6545
7743
|
f,
|
|
6546
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7744
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.serializeBinaryToWriter
|
|
6547
7745
|
);
|
|
6548
7746
|
}
|
|
6549
7747
|
f = message.getMeta();
|
|
@@ -6558,29 +7756,29 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6558
7756
|
|
|
6559
7757
|
|
|
6560
7758
|
/**
|
|
6561
|
-
* optional
|
|
6562
|
-
* @return {?proto.prisca.v1.core.transaction_builder.
|
|
7759
|
+
* optional TransactionBuilderWithDetailFormRes transaction_builder = 1;
|
|
7760
|
+
* @return {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes}
|
|
6563
7761
|
*/
|
|
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.
|
|
7762
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.getTransactionBuilder = function() {
|
|
7763
|
+
return /** @type{?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes} */ (
|
|
7764
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes, 1));
|
|
6567
7765
|
};
|
|
6568
7766
|
|
|
6569
7767
|
|
|
6570
7768
|
/**
|
|
6571
|
-
* @param {?proto.prisca.v1.core.transaction_builder.
|
|
6572
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7769
|
+
* @param {?proto.prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes|undefined} value
|
|
7770
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} returns this
|
|
6573
7771
|
*/
|
|
6574
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7772
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.setTransactionBuilder = function(value) {
|
|
6575
7773
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
6576
7774
|
};
|
|
6577
7775
|
|
|
6578
7776
|
|
|
6579
7777
|
/**
|
|
6580
7778
|
* Clears the message field making it undefined.
|
|
6581
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7779
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} returns this
|
|
6582
7780
|
*/
|
|
6583
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7781
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.clearTransactionBuilder = function() {
|
|
6584
7782
|
return this.setTransactionBuilder(undefined);
|
|
6585
7783
|
};
|
|
6586
7784
|
|
|
@@ -6589,7 +7787,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6589
7787
|
* Returns whether this field is set.
|
|
6590
7788
|
* @return {boolean}
|
|
6591
7789
|
*/
|
|
6592
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7790
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.hasTransactionBuilder = function() {
|
|
6593
7791
|
return jspb.Message.getField(this, 1) != null;
|
|
6594
7792
|
};
|
|
6595
7793
|
|
|
@@ -6598,7 +7796,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6598
7796
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
6599
7797
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
6600
7798
|
*/
|
|
6601
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7799
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.getMeta = function() {
|
|
6602
7800
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
6603
7801
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
6604
7802
|
};
|
|
@@ -6606,18 +7804,18 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6606
7804
|
|
|
6607
7805
|
/**
|
|
6608
7806
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
6609
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7807
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} returns this
|
|
6610
7808
|
*/
|
|
6611
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7809
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.setMeta = function(value) {
|
|
6612
7810
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
6613
7811
|
};
|
|
6614
7812
|
|
|
6615
7813
|
|
|
6616
7814
|
/**
|
|
6617
7815
|
* Clears the message field making it undefined.
|
|
6618
|
-
* @return {!proto.prisca.v1.core.transaction_builder.
|
|
7816
|
+
* @return {!proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm} returns this
|
|
6619
7817
|
*/
|
|
6620
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7818
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.clearMeta = function() {
|
|
6621
7819
|
return this.setMeta(undefined);
|
|
6622
7820
|
};
|
|
6623
7821
|
|
|
@@ -6626,7 +7824,7 @@ proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailOnl
|
|
|
6626
7824
|
* Returns whether this field is set.
|
|
6627
7825
|
* @return {boolean}
|
|
6628
7826
|
*/
|
|
6629
|
-
proto.prisca.v1.core.transaction_builder.
|
|
7827
|
+
proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.prototype.hasMeta = function() {
|
|
6630
7828
|
return jspb.Message.getField(this, 2) != null;
|
|
6631
7829
|
};
|
|
6632
7830
|
|