@aldiokta/protocgen 1.0.26 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2817,7 +2817,7 @@ proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.setDataType =
|
|
|
2817
2817
|
* @private {!Array<number>}
|
|
2818
2818
|
* @const
|
|
2819
2819
|
*/
|
|
2820
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.repeatedFields_ = [5,6
|
|
2820
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.repeatedFields_ = [5,6];
|
|
2821
2821
|
|
|
2822
2822
|
|
|
2823
2823
|
|
|
@@ -2854,13 +2854,11 @@ id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
|
2854
2854
|
transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
2855
2855
|
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
2856
2856
|
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
2857
|
-
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
2858
|
-
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
2859
2857
|
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
2860
2858
|
proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
|
|
2861
2859
|
fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
|
|
2862
2860
|
proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
|
|
2863
|
-
value: jspb.Message.getFieldWithDefault(msg,
|
|
2861
|
+
value: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
2864
2862
|
};
|
|
2865
2863
|
|
|
2866
2864
|
if (includeInstance) {
|
|
@@ -2914,21 +2912,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBin
|
|
|
2914
2912
|
msg.setLabel(value);
|
|
2915
2913
|
break;
|
|
2916
2914
|
case 5:
|
|
2917
|
-
var value = new proto.prisca.v1.core.transaction_builder.Value;
|
|
2918
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
|
|
2919
|
-
msg.addOption(value);
|
|
2920
|
-
break;
|
|
2921
|
-
case 6:
|
|
2922
2915
|
var value = new proto.prisca.v1.core.transaction_builder.FieldRules;
|
|
2923
2916
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader);
|
|
2924
2917
|
msg.addFieldRules(value);
|
|
2925
2918
|
break;
|
|
2926
|
-
case
|
|
2919
|
+
case 6:
|
|
2927
2920
|
var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
|
|
2928
2921
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
|
|
2929
2922
|
msg.addFieldViews(value);
|
|
2930
2923
|
break;
|
|
2931
|
-
case
|
|
2924
|
+
case 7:
|
|
2932
2925
|
var value = /** @type {string} */ (reader.readString());
|
|
2933
2926
|
msg.setValue(value);
|
|
2934
2927
|
break;
|
|
@@ -2989,18 +2982,10 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
|
|
|
2989
2982
|
f
|
|
2990
2983
|
);
|
|
2991
2984
|
}
|
|
2992
|
-
f = message.getOptionList();
|
|
2993
|
-
if (f.length > 0) {
|
|
2994
|
-
writer.writeRepeatedMessage(
|
|
2995
|
-
5,
|
|
2996
|
-
f,
|
|
2997
|
-
proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
|
|
2998
|
-
);
|
|
2999
|
-
}
|
|
3000
2985
|
f = message.getFieldRulesList();
|
|
3001
2986
|
if (f.length > 0) {
|
|
3002
2987
|
writer.writeRepeatedMessage(
|
|
3003
|
-
|
|
2988
|
+
5,
|
|
3004
2989
|
f,
|
|
3005
2990
|
proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter
|
|
3006
2991
|
);
|
|
@@ -3008,7 +2993,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
|
|
|
3008
2993
|
f = message.getFieldViewsList();
|
|
3009
2994
|
if (f.length > 0) {
|
|
3010
2995
|
writer.writeRepeatedMessage(
|
|
3011
|
-
|
|
2996
|
+
6,
|
|
3012
2997
|
f,
|
|
3013
2998
|
proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
|
|
3014
2999
|
);
|
|
@@ -3016,7 +3001,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
|
|
|
3016
3001
|
f = message.getValue();
|
|
3017
3002
|
if (f.length > 0) {
|
|
3018
3003
|
writer.writeString(
|
|
3019
|
-
|
|
3004
|
+
7,
|
|
3020
3005
|
f
|
|
3021
3006
|
);
|
|
3022
3007
|
}
|
|
@@ -3096,50 +3081,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setL
|
|
|
3096
3081
|
|
|
3097
3082
|
|
|
3098
3083
|
/**
|
|
3099
|
-
* repeated
|
|
3100
|
-
* @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
|
|
3101
|
-
*/
|
|
3102
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getOptionList = function() {
|
|
3103
|
-
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
|
|
3104
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 5));
|
|
3105
|
-
};
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
/**
|
|
3109
|
-
* @param {!Array<!proto.prisca.v1.core.transaction_builder.Value>} value
|
|
3110
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
3111
|
-
*/
|
|
3112
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setOptionList = function(value) {
|
|
3113
|
-
return jspb.Message.setRepeatedWrapperField(this, 5, value);
|
|
3114
|
-
};
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
/**
|
|
3118
|
-
* @param {!proto.prisca.v1.core.transaction_builder.Value=} opt_value
|
|
3119
|
-
* @param {number=} opt_index
|
|
3120
|
-
* @return {!proto.prisca.v1.core.transaction_builder.Value}
|
|
3121
|
-
*/
|
|
3122
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addOption = function(opt_value, opt_index) {
|
|
3123
|
-
return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
|
|
3124
|
-
};
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
/**
|
|
3128
|
-
* Clears the list making it empty but non-null.
|
|
3129
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
3130
|
-
*/
|
|
3131
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clearOptionList = function() {
|
|
3132
|
-
return this.setOptionList([]);
|
|
3133
|
-
};
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
/**
|
|
3137
|
-
* repeated FieldRules field_rules = 6;
|
|
3084
|
+
* repeated FieldRules field_rules = 5;
|
|
3138
3085
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>}
|
|
3139
3086
|
*/
|
|
3140
3087
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getFieldRulesList = function() {
|
|
3141
3088
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>} */ (
|
|
3142
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules,
|
|
3089
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 5));
|
|
3143
3090
|
};
|
|
3144
3091
|
|
|
3145
3092
|
|
|
@@ -3148,7 +3095,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getF
|
|
|
3148
3095
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
3149
3096
|
*/
|
|
3150
3097
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setFieldRulesList = function(value) {
|
|
3151
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
3098
|
+
return jspb.Message.setRepeatedWrapperField(this, 5, value);
|
|
3152
3099
|
};
|
|
3153
3100
|
|
|
3154
3101
|
|
|
@@ -3158,7 +3105,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setF
|
|
|
3158
3105
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldRules}
|
|
3159
3106
|
*/
|
|
3160
3107
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addFieldRules = function(opt_value, opt_index) {
|
|
3161
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
3108
|
+
return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
|
|
3162
3109
|
};
|
|
3163
3110
|
|
|
3164
3111
|
|
|
@@ -3172,12 +3119,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
|
|
|
3172
3119
|
|
|
3173
3120
|
|
|
3174
3121
|
/**
|
|
3175
|
-
* repeated FieldViews field_views =
|
|
3122
|
+
* repeated FieldViews field_views = 6;
|
|
3176
3123
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>}
|
|
3177
3124
|
*/
|
|
3178
3125
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getFieldViewsList = function() {
|
|
3179
3126
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>} */ (
|
|
3180
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews,
|
|
3127
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 6));
|
|
3181
3128
|
};
|
|
3182
3129
|
|
|
3183
3130
|
|
|
@@ -3186,7 +3133,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getF
|
|
|
3186
3133
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
3187
3134
|
*/
|
|
3188
3135
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setFieldViewsList = function(value) {
|
|
3189
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
3136
|
+
return jspb.Message.setRepeatedWrapperField(this, 6, value);
|
|
3190
3137
|
};
|
|
3191
3138
|
|
|
3192
3139
|
|
|
@@ -3196,7 +3143,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setF
|
|
|
3196
3143
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldViews}
|
|
3197
3144
|
*/
|
|
3198
3145
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addFieldViews = function(opt_value, opt_index) {
|
|
3199
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
3146
|
+
return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
|
|
3200
3147
|
};
|
|
3201
3148
|
|
|
3202
3149
|
|
|
@@ -3210,11 +3157,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
|
|
|
3210
3157
|
|
|
3211
3158
|
|
|
3212
3159
|
/**
|
|
3213
|
-
* optional string value =
|
|
3160
|
+
* optional string value = 7;
|
|
3214
3161
|
* @return {string}
|
|
3215
3162
|
*/
|
|
3216
3163
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getValue = function() {
|
|
3217
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
3164
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
3218
3165
|
};
|
|
3219
3166
|
|
|
3220
3167
|
|
|
@@ -3223,7 +3170,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getV
|
|
|
3223
3170
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
|
|
3224
3171
|
*/
|
|
3225
3172
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setValue = function(value) {
|
|
3226
|
-
return jspb.Message.setProto3StringField(this,
|
|
3173
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
3227
3174
|
};
|
|
3228
3175
|
|
|
3229
3176
|
|
|
@@ -3233,7 +3180,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setV
|
|
|
3233
3180
|
* @private {!Array<number>}
|
|
3234
3181
|
* @const
|
|
3235
3182
|
*/
|
|
3236
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.repeatedFields_ = [3,4
|
|
3183
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.repeatedFields_ = [3,4];
|
|
3237
3184
|
|
|
3238
3185
|
|
|
3239
3186
|
|
|
@@ -3268,13 +3215,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.toObject =
|
|
|
3268
3215
|
var f, obj = {
|
|
3269
3216
|
key: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3270
3217
|
label: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3271
|
-
optionList: jspb.Message.toObjectList(msg.getOptionList(),
|
|
3272
|
-
proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
|
|
3273
3218
|
fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
|
|
3274
3219
|
proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
|
|
3275
3220
|
fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
|
|
3276
3221
|
proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
|
|
3277
|
-
isMaster: jspb.Message.getBooleanFieldWithDefault(msg,
|
|
3222
|
+
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 5, false)
|
|
3278
3223
|
};
|
|
3279
3224
|
|
|
3280
3225
|
if (includeInstance) {
|
|
@@ -3320,21 +3265,16 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.deserializ
|
|
|
3320
3265
|
msg.setLabel(value);
|
|
3321
3266
|
break;
|
|
3322
3267
|
case 3:
|
|
3323
|
-
var value = new proto.prisca.v1.core.transaction_builder.Value;
|
|
3324
|
-
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
|
|
3325
|
-
msg.addOption(value);
|
|
3326
|
-
break;
|
|
3327
|
-
case 4:
|
|
3328
3268
|
var value = new proto.prisca.v1.core.transaction_builder.FieldRules;
|
|
3329
3269
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader);
|
|
3330
3270
|
msg.addFieldRules(value);
|
|
3331
3271
|
break;
|
|
3332
|
-
case
|
|
3272
|
+
case 4:
|
|
3333
3273
|
var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
|
|
3334
3274
|
reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
|
|
3335
3275
|
msg.addFieldViews(value);
|
|
3336
3276
|
break;
|
|
3337
|
-
case
|
|
3277
|
+
case 5:
|
|
3338
3278
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
3339
3279
|
msg.setIsMaster(value);
|
|
3340
3280
|
break;
|
|
@@ -3381,18 +3321,10 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
|
|
|
3381
3321
|
f
|
|
3382
3322
|
);
|
|
3383
3323
|
}
|
|
3384
|
-
f = message.getOptionList();
|
|
3385
|
-
if (f.length > 0) {
|
|
3386
|
-
writer.writeRepeatedMessage(
|
|
3387
|
-
3,
|
|
3388
|
-
f,
|
|
3389
|
-
proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
|
|
3390
|
-
);
|
|
3391
|
-
}
|
|
3392
3324
|
f = message.getFieldRulesList();
|
|
3393
3325
|
if (f.length > 0) {
|
|
3394
3326
|
writer.writeRepeatedMessage(
|
|
3395
|
-
|
|
3327
|
+
3,
|
|
3396
3328
|
f,
|
|
3397
3329
|
proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter
|
|
3398
3330
|
);
|
|
@@ -3400,7 +3332,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
|
|
|
3400
3332
|
f = message.getFieldViewsList();
|
|
3401
3333
|
if (f.length > 0) {
|
|
3402
3334
|
writer.writeRepeatedMessage(
|
|
3403
|
-
|
|
3335
|
+
4,
|
|
3404
3336
|
f,
|
|
3405
3337
|
proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
|
|
3406
3338
|
);
|
|
@@ -3408,7 +3340,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
|
|
|
3408
3340
|
f = message.getIsMaster();
|
|
3409
3341
|
if (f) {
|
|
3410
3342
|
writer.writeBool(
|
|
3411
|
-
|
|
3343
|
+
5,
|
|
3412
3344
|
f
|
|
3413
3345
|
);
|
|
3414
3346
|
}
|
|
@@ -3452,50 +3384,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
3452
3384
|
|
|
3453
3385
|
|
|
3454
3386
|
/**
|
|
3455
|
-
* repeated
|
|
3456
|
-
* @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
|
|
3457
|
-
*/
|
|
3458
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getOptionList = function() {
|
|
3459
|
-
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
|
|
3460
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 3));
|
|
3461
|
-
};
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
/**
|
|
3465
|
-
* @param {!Array<!proto.prisca.v1.core.transaction_builder.Value>} value
|
|
3466
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
3467
|
-
*/
|
|
3468
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setOptionList = function(value) {
|
|
3469
|
-
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
3470
|
-
};
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
/**
|
|
3474
|
-
* @param {!proto.prisca.v1.core.transaction_builder.Value=} opt_value
|
|
3475
|
-
* @param {number=} opt_index
|
|
3476
|
-
* @return {!proto.prisca.v1.core.transaction_builder.Value}
|
|
3477
|
-
*/
|
|
3478
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addOption = function(opt_value, opt_index) {
|
|
3479
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
|
|
3480
|
-
};
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
/**
|
|
3484
|
-
* Clears the list making it empty but non-null.
|
|
3485
|
-
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
3486
|
-
*/
|
|
3487
|
-
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.clearOptionList = function() {
|
|
3488
|
-
return this.setOptionList([]);
|
|
3489
|
-
};
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
/**
|
|
3493
|
-
* repeated FieldRules field_rules = 4;
|
|
3387
|
+
* repeated FieldRules field_rules = 3;
|
|
3494
3388
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>}
|
|
3495
3389
|
*/
|
|
3496
3390
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getFieldRulesList = function() {
|
|
3497
3391
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>} */ (
|
|
3498
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules,
|
|
3392
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 3));
|
|
3499
3393
|
};
|
|
3500
3394
|
|
|
3501
3395
|
|
|
@@ -3504,7 +3398,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
3504
3398
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
3505
3399
|
*/
|
|
3506
3400
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setFieldRulesList = function(value) {
|
|
3507
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
3401
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
3508
3402
|
};
|
|
3509
3403
|
|
|
3510
3404
|
|
|
@@ -3514,7 +3408,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
3514
3408
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldRules}
|
|
3515
3409
|
*/
|
|
3516
3410
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addFieldRules = function(opt_value, opt_index) {
|
|
3517
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
3411
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
|
|
3518
3412
|
};
|
|
3519
3413
|
|
|
3520
3414
|
|
|
@@ -3528,12 +3422,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
3528
3422
|
|
|
3529
3423
|
|
|
3530
3424
|
/**
|
|
3531
|
-
* repeated FieldViews field_views =
|
|
3425
|
+
* repeated FieldViews field_views = 4;
|
|
3532
3426
|
* @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>}
|
|
3533
3427
|
*/
|
|
3534
3428
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getFieldViewsList = function() {
|
|
3535
3429
|
return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>} */ (
|
|
3536
|
-
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews,
|
|
3430
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 4));
|
|
3537
3431
|
};
|
|
3538
3432
|
|
|
3539
3433
|
|
|
@@ -3542,7 +3436,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
3542
3436
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
3543
3437
|
*/
|
|
3544
3438
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setFieldViewsList = function(value) {
|
|
3545
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
3439
|
+
return jspb.Message.setRepeatedWrapperField(this, 4, value);
|
|
3546
3440
|
};
|
|
3547
3441
|
|
|
3548
3442
|
|
|
@@ -3552,7 +3446,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
3552
3446
|
* @return {!proto.prisca.v1.core.transaction_builder.FieldViews}
|
|
3553
3447
|
*/
|
|
3554
3448
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addFieldViews = function(opt_value, opt_index) {
|
|
3555
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
3449
|
+
return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
|
|
3556
3450
|
};
|
|
3557
3451
|
|
|
3558
3452
|
|
|
@@ -3566,11 +3460,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
3566
3460
|
|
|
3567
3461
|
|
|
3568
3462
|
/**
|
|
3569
|
-
* optional bool is_master =
|
|
3463
|
+
* optional bool is_master = 5;
|
|
3570
3464
|
* @return {boolean}
|
|
3571
3465
|
*/
|
|
3572
3466
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getIsMaster = function() {
|
|
3573
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
3467
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
|
|
3574
3468
|
};
|
|
3575
3469
|
|
|
3576
3470
|
|
|
@@ -3579,7 +3473,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
|
|
|
3579
3473
|
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
|
|
3580
3474
|
*/
|
|
3581
3475
|
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setIsMaster = function(value) {
|
|
3582
|
-
return jspb.Message.setProto3BooleanField(this,
|
|
3476
|
+
return jspb.Message.setProto3BooleanField(this, 5, value);
|
|
3583
3477
|
};
|
|
3584
3478
|
|
|
3585
3479
|
|