@aldiokta/protocgen 1.1.27 → 1.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisca/v1/bidding/bidding_grpc_pb.js +33 -0
- package/prisca/v1/bidding/bidding_pb.js +598 -37
- package/prisca/v1/core/auth/auth_grpc_pb.js +1 -0
- package/prisca/v1/core/auth/auth_pb.js +7 -217
- package/prisca/v1/core/file_upload/file_upload_pb.js +93 -3
- package/prisca/v1/core/item_transaction/item_transaction_pb.js +0 -30
- package/prisca/v1/core/line_of_activity/line_of_activity_pb.js +438 -46
- package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +31 -1
- package/prisca/v1/core/location/location_pb.js +446 -57
- package/prisca/v1/core/price_condition/price_condition_pb.js +62 -2
- package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +234 -168
- package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +1959 -1777
- package/prisca/v1/delivery_order/delivery_order_pb.js +21 -21
- package/prisca/v1/good_receipt/good_receipt_grpc_pb.js +1 -0
- package/prisca/v1/good_receipt/good_receipt_pb.js +277 -23
- package/prisca/v1/invoice/invoice_grpc_pb.js +174 -0
- package/prisca/v1/invoice/invoice_pb.js +4398 -0
- package/prisca/v1/purchase_order/purchase_order_grpc_pb.js +11 -0
- package/prisca/v1/purchase_order/purchase_order_pb.js +21 -21
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +74 -74
- package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +55 -177
- package/prisca/v1/quotation/quotation_pb.js +118 -28
- package/prisca/v1/request_for_quotation/request_for_quotation_grpc_pb.js +33 -0
- package/prisca/v1/request_for_quotation/request_for_quotation_pb.js +413 -28
- package/prisca/v1/vendor_domain/vendor_domain_pb.js +375 -225
|
@@ -39,6 +39,8 @@ var prisca_v1_request_for_quotation_request_for_quotation_pb = require('../../..
|
|
|
39
39
|
goog.object.extend(proto, prisca_v1_request_for_quotation_request_for_quotation_pb);
|
|
40
40
|
goog.exportSymbol('proto.Bidding', null, global);
|
|
41
41
|
goog.exportSymbol('proto.CreateBiddingRequest', null, global);
|
|
42
|
+
goog.exportSymbol('proto.DeleteVendorBiddingReq', null, global);
|
|
43
|
+
goog.exportSymbol('proto.DeleteVendorBiddingRes', null, global);
|
|
42
44
|
goog.exportSymbol('proto.GetBiddingByIdRequest', null, global);
|
|
43
45
|
goog.exportSymbol('proto.GetBiddingByIdResponse', null, global);
|
|
44
46
|
goog.exportSymbol('proto.GetBiddingDetailResponse', null, global);
|
|
@@ -609,6 +611,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
609
611
|
*/
|
|
610
612
|
proto.ResponseRequestPo.displayName = 'proto.ResponseRequestPo';
|
|
611
613
|
}
|
|
614
|
+
/**
|
|
615
|
+
* Generated by JsPbCodeGenerator.
|
|
616
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
617
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
618
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
619
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
620
|
+
* valid.
|
|
621
|
+
* @extends {jspb.Message}
|
|
622
|
+
* @constructor
|
|
623
|
+
*/
|
|
624
|
+
proto.DeleteVendorBiddingReq = function(opt_data) {
|
|
625
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.DeleteVendorBiddingReq.repeatedFields_, null);
|
|
626
|
+
};
|
|
627
|
+
goog.inherits(proto.DeleteVendorBiddingReq, jspb.Message);
|
|
628
|
+
if (goog.DEBUG && !COMPILED) {
|
|
629
|
+
/**
|
|
630
|
+
* @public
|
|
631
|
+
* @override
|
|
632
|
+
*/
|
|
633
|
+
proto.DeleteVendorBiddingReq.displayName = 'proto.DeleteVendorBiddingReq';
|
|
634
|
+
}
|
|
635
|
+
/**
|
|
636
|
+
* Generated by JsPbCodeGenerator.
|
|
637
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
638
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
639
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
640
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
641
|
+
* valid.
|
|
642
|
+
* @extends {jspb.Message}
|
|
643
|
+
* @constructor
|
|
644
|
+
*/
|
|
645
|
+
proto.DeleteVendorBiddingRes = function(opt_data) {
|
|
646
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
647
|
+
};
|
|
648
|
+
goog.inherits(proto.DeleteVendorBiddingRes, jspb.Message);
|
|
649
|
+
if (goog.DEBUG && !COMPILED) {
|
|
650
|
+
/**
|
|
651
|
+
* @public
|
|
652
|
+
* @override
|
|
653
|
+
*/
|
|
654
|
+
proto.DeleteVendorBiddingRes.displayName = 'proto.DeleteVendorBiddingRes';
|
|
655
|
+
}
|
|
612
656
|
|
|
613
657
|
/**
|
|
614
658
|
* List of repeated fields within this message type.
|
|
@@ -689,7 +733,11 @@ filesList: jspb.Message.toObjectList(msg.getFilesList(),
|
|
|
689
733
|
purchaseRequisitionTransactionNumber: jspb.Message.getFieldWithDefault(msg, 37, ""),
|
|
690
734
|
fileIds: jspb.Message.getFieldWithDefault(msg, 38, ""),
|
|
691
735
|
status: jspb.Message.getFieldWithDefault(msg, 39, ""),
|
|
692
|
-
biddingDate: jspb.Message.getFieldWithDefault(msg, 40, "")
|
|
736
|
+
biddingDate: jspb.Message.getFieldWithDefault(msg, 40, ""),
|
|
737
|
+
biddingStartDate: jspb.Message.getFieldWithDefault(msg, 41, ""),
|
|
738
|
+
biddingEndDate: jspb.Message.getFieldWithDefault(msg, 42, ""),
|
|
739
|
+
requestForQuotationMethod: jspb.Message.getFieldWithDefault(msg, 43, ""),
|
|
740
|
+
maxSubmissionDate: jspb.Message.getFieldWithDefault(msg, 44, "")
|
|
693
741
|
};
|
|
694
742
|
|
|
695
743
|
if (includeInstance) {
|
|
@@ -892,6 +940,22 @@ proto.Quotation.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
892
940
|
var value = /** @type {string} */ (reader.readString());
|
|
893
941
|
msg.setBiddingDate(value);
|
|
894
942
|
break;
|
|
943
|
+
case 41:
|
|
944
|
+
var value = /** @type {string} */ (reader.readString());
|
|
945
|
+
msg.setBiddingStartDate(value);
|
|
946
|
+
break;
|
|
947
|
+
case 42:
|
|
948
|
+
var value = /** @type {string} */ (reader.readString());
|
|
949
|
+
msg.setBiddingEndDate(value);
|
|
950
|
+
break;
|
|
951
|
+
case 43:
|
|
952
|
+
var value = /** @type {string} */ (reader.readString());
|
|
953
|
+
msg.setRequestForQuotationMethod(value);
|
|
954
|
+
break;
|
|
955
|
+
case 44:
|
|
956
|
+
var value = /** @type {string} */ (reader.readString());
|
|
957
|
+
msg.setMaxSubmissionDate(value);
|
|
958
|
+
break;
|
|
895
959
|
default:
|
|
896
960
|
reader.skipField();
|
|
897
961
|
break;
|
|
@@ -1207,6 +1271,34 @@ proto.Quotation.serializeBinaryToWriter = function(message, writer) {
|
|
|
1207
1271
|
f
|
|
1208
1272
|
);
|
|
1209
1273
|
}
|
|
1274
|
+
f = message.getBiddingStartDate();
|
|
1275
|
+
if (f.length > 0) {
|
|
1276
|
+
writer.writeString(
|
|
1277
|
+
41,
|
|
1278
|
+
f
|
|
1279
|
+
);
|
|
1280
|
+
}
|
|
1281
|
+
f = message.getBiddingEndDate();
|
|
1282
|
+
if (f.length > 0) {
|
|
1283
|
+
writer.writeString(
|
|
1284
|
+
42,
|
|
1285
|
+
f
|
|
1286
|
+
);
|
|
1287
|
+
}
|
|
1288
|
+
f = message.getRequestForQuotationMethod();
|
|
1289
|
+
if (f.length > 0) {
|
|
1290
|
+
writer.writeString(
|
|
1291
|
+
43,
|
|
1292
|
+
f
|
|
1293
|
+
);
|
|
1294
|
+
}
|
|
1295
|
+
f = message.getMaxSubmissionDate();
|
|
1296
|
+
if (f.length > 0) {
|
|
1297
|
+
writer.writeString(
|
|
1298
|
+
44,
|
|
1299
|
+
f
|
|
1300
|
+
);
|
|
1301
|
+
}
|
|
1210
1302
|
};
|
|
1211
1303
|
|
|
1212
1304
|
|
|
@@ -2046,6 +2138,78 @@ proto.Quotation.prototype.setBiddingDate = function(value) {
|
|
|
2046
2138
|
};
|
|
2047
2139
|
|
|
2048
2140
|
|
|
2141
|
+
/**
|
|
2142
|
+
* optional string bidding_start_date = 41;
|
|
2143
|
+
* @return {string}
|
|
2144
|
+
*/
|
|
2145
|
+
proto.Quotation.prototype.getBiddingStartDate = function() {
|
|
2146
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 41, ""));
|
|
2147
|
+
};
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
/**
|
|
2151
|
+
* @param {string} value
|
|
2152
|
+
* @return {!proto.Quotation} returns this
|
|
2153
|
+
*/
|
|
2154
|
+
proto.Quotation.prototype.setBiddingStartDate = function(value) {
|
|
2155
|
+
return jspb.Message.setProto3StringField(this, 41, value);
|
|
2156
|
+
};
|
|
2157
|
+
|
|
2158
|
+
|
|
2159
|
+
/**
|
|
2160
|
+
* optional string bidding_end_date = 42;
|
|
2161
|
+
* @return {string}
|
|
2162
|
+
*/
|
|
2163
|
+
proto.Quotation.prototype.getBiddingEndDate = function() {
|
|
2164
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 42, ""));
|
|
2165
|
+
};
|
|
2166
|
+
|
|
2167
|
+
|
|
2168
|
+
/**
|
|
2169
|
+
* @param {string} value
|
|
2170
|
+
* @return {!proto.Quotation} returns this
|
|
2171
|
+
*/
|
|
2172
|
+
proto.Quotation.prototype.setBiddingEndDate = function(value) {
|
|
2173
|
+
return jspb.Message.setProto3StringField(this, 42, value);
|
|
2174
|
+
};
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
/**
|
|
2178
|
+
* optional string request_for_quotation_method = 43;
|
|
2179
|
+
* @return {string}
|
|
2180
|
+
*/
|
|
2181
|
+
proto.Quotation.prototype.getRequestForQuotationMethod = function() {
|
|
2182
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 43, ""));
|
|
2183
|
+
};
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
/**
|
|
2187
|
+
* @param {string} value
|
|
2188
|
+
* @return {!proto.Quotation} returns this
|
|
2189
|
+
*/
|
|
2190
|
+
proto.Quotation.prototype.setRequestForQuotationMethod = function(value) {
|
|
2191
|
+
return jspb.Message.setProto3StringField(this, 43, value);
|
|
2192
|
+
};
|
|
2193
|
+
|
|
2194
|
+
|
|
2195
|
+
/**
|
|
2196
|
+
* optional string max_submission_date = 44;
|
|
2197
|
+
* @return {string}
|
|
2198
|
+
*/
|
|
2199
|
+
proto.Quotation.prototype.getMaxSubmissionDate = function() {
|
|
2200
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 44, ""));
|
|
2201
|
+
};
|
|
2202
|
+
|
|
2203
|
+
|
|
2204
|
+
/**
|
|
2205
|
+
* @param {string} value
|
|
2206
|
+
* @return {!proto.Quotation} returns this
|
|
2207
|
+
*/
|
|
2208
|
+
proto.Quotation.prototype.setMaxSubmissionDate = function(value) {
|
|
2209
|
+
return jspb.Message.setProto3StringField(this, 44, value);
|
|
2210
|
+
};
|
|
2211
|
+
|
|
2212
|
+
|
|
2049
2213
|
|
|
2050
2214
|
/**
|
|
2051
2215
|
* List of repeated fields within this message type.
|
|
@@ -2111,7 +2275,9 @@ companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
|
2111
2275
|
groupReferences: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
2112
2276
|
purchaseRequisitionTransactionNumber: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
2113
2277
|
totalQuotation: jspb.Message.getFieldWithDefault(msg, 25, 0),
|
|
2114
|
-
fullfiledQuotation: jspb.Message.getFieldWithDefault(msg, 26, 0)
|
|
2278
|
+
fullfiledQuotation: jspb.Message.getFieldWithDefault(msg, 26, 0),
|
|
2279
|
+
termOfPayment: jspb.Message.getFieldWithDefault(msg, 27, ""),
|
|
2280
|
+
purchasingOrganization: jspb.Message.getFieldWithDefault(msg, 28, "")
|
|
2115
2281
|
};
|
|
2116
2282
|
|
|
2117
2283
|
if (includeInstance) {
|
|
@@ -2255,6 +2421,14 @@ proto.Bidding.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
2255
2421
|
var value = /** @type {number} */ (reader.readInt64());
|
|
2256
2422
|
msg.setFullfiledQuotation(value);
|
|
2257
2423
|
break;
|
|
2424
|
+
case 27:
|
|
2425
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2426
|
+
msg.setTermOfPayment(value);
|
|
2427
|
+
break;
|
|
2428
|
+
case 28:
|
|
2429
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2430
|
+
msg.setPurchasingOrganization(value);
|
|
2431
|
+
break;
|
|
2258
2432
|
default:
|
|
2259
2433
|
reader.skipField();
|
|
2260
2434
|
break;
|
|
@@ -2469,6 +2643,20 @@ proto.Bidding.serializeBinaryToWriter = function(message, writer) {
|
|
|
2469
2643
|
f
|
|
2470
2644
|
);
|
|
2471
2645
|
}
|
|
2646
|
+
f = message.getTermOfPayment();
|
|
2647
|
+
if (f.length > 0) {
|
|
2648
|
+
writer.writeString(
|
|
2649
|
+
27,
|
|
2650
|
+
f
|
|
2651
|
+
);
|
|
2652
|
+
}
|
|
2653
|
+
f = message.getPurchasingOrganization();
|
|
2654
|
+
if (f.length > 0) {
|
|
2655
|
+
writer.writeString(
|
|
2656
|
+
28,
|
|
2657
|
+
f
|
|
2658
|
+
);
|
|
2659
|
+
}
|
|
2472
2660
|
};
|
|
2473
2661
|
|
|
2474
2662
|
|
|
@@ -2998,6 +3186,42 @@ proto.Bidding.prototype.setFullfiledQuotation = function(value) {
|
|
|
2998
3186
|
};
|
|
2999
3187
|
|
|
3000
3188
|
|
|
3189
|
+
/**
|
|
3190
|
+
* optional string term_of_payment = 27;
|
|
3191
|
+
* @return {string}
|
|
3192
|
+
*/
|
|
3193
|
+
proto.Bidding.prototype.getTermOfPayment = function() {
|
|
3194
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, ""));
|
|
3195
|
+
};
|
|
3196
|
+
|
|
3197
|
+
|
|
3198
|
+
/**
|
|
3199
|
+
* @param {string} value
|
|
3200
|
+
* @return {!proto.Bidding} returns this
|
|
3201
|
+
*/
|
|
3202
|
+
proto.Bidding.prototype.setTermOfPayment = function(value) {
|
|
3203
|
+
return jspb.Message.setProto3StringField(this, 27, value);
|
|
3204
|
+
};
|
|
3205
|
+
|
|
3206
|
+
|
|
3207
|
+
/**
|
|
3208
|
+
* optional string purchasing_organization = 28;
|
|
3209
|
+
* @return {string}
|
|
3210
|
+
*/
|
|
3211
|
+
proto.Bidding.prototype.getPurchasingOrganization = function() {
|
|
3212
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, ""));
|
|
3213
|
+
};
|
|
3214
|
+
|
|
3215
|
+
|
|
3216
|
+
/**
|
|
3217
|
+
* @param {string} value
|
|
3218
|
+
* @return {!proto.Bidding} returns this
|
|
3219
|
+
*/
|
|
3220
|
+
proto.Bidding.prototype.setPurchasingOrganization = function(value) {
|
|
3221
|
+
return jspb.Message.setProto3StringField(this, 28, value);
|
|
3222
|
+
};
|
|
3223
|
+
|
|
3224
|
+
|
|
3001
3225
|
|
|
3002
3226
|
|
|
3003
3227
|
|
|
@@ -6472,17 +6696,17 @@ proto.GetBiddingDetailResponse.serializeBinaryToWriter = function(message, write
|
|
|
6472
6696
|
|
|
6473
6697
|
|
|
6474
6698
|
/**
|
|
6475
|
-
* repeated
|
|
6476
|
-
* @return {!Array<!proto.
|
|
6699
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder = 1;
|
|
6700
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
6477
6701
|
*/
|
|
6478
6702
|
proto.GetBiddingDetailResponse.prototype.getTransactionBuilderList = function() {
|
|
6479
|
-
return /** @type{!Array<!proto.
|
|
6703
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
6480
6704
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
6481
6705
|
};
|
|
6482
6706
|
|
|
6483
6707
|
|
|
6484
6708
|
/**
|
|
6485
|
-
* @param {!Array<!proto.
|
|
6709
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
6486
6710
|
* @return {!proto.GetBiddingDetailResponse} returns this
|
|
6487
6711
|
*/
|
|
6488
6712
|
proto.GetBiddingDetailResponse.prototype.setTransactionBuilderList = function(value) {
|
|
@@ -6491,12 +6715,12 @@ proto.GetBiddingDetailResponse.prototype.setTransactionBuilderList = function(va
|
|
|
6491
6715
|
|
|
6492
6716
|
|
|
6493
6717
|
/**
|
|
6494
|
-
* @param {!proto.
|
|
6718
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
6495
6719
|
* @param {number=} opt_index
|
|
6496
|
-
* @return {!proto.
|
|
6720
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
6497
6721
|
*/
|
|
6498
6722
|
proto.GetBiddingDetailResponse.prototype.addTransactionBuilder = function(opt_value, opt_index) {
|
|
6499
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
6723
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
6500
6724
|
};
|
|
6501
6725
|
|
|
6502
6726
|
|
|
@@ -6700,17 +6924,17 @@ proto.GetQuotationDetailPreload.serializeBinaryToWriter = function(message, writ
|
|
|
6700
6924
|
|
|
6701
6925
|
|
|
6702
6926
|
/**
|
|
6703
|
-
* repeated
|
|
6704
|
-
* @return {!Array<!proto.
|
|
6927
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder = 1;
|
|
6928
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
6705
6929
|
*/
|
|
6706
6930
|
proto.GetQuotationDetailPreload.prototype.getTransactionBuilderList = function() {
|
|
6707
|
-
return /** @type{!Array<!proto.
|
|
6931
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
6708
6932
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
6709
6933
|
};
|
|
6710
6934
|
|
|
6711
6935
|
|
|
6712
6936
|
/**
|
|
6713
|
-
* @param {!Array<!proto.
|
|
6937
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
6714
6938
|
* @return {!proto.GetQuotationDetailPreload} returns this
|
|
6715
6939
|
*/
|
|
6716
6940
|
proto.GetQuotationDetailPreload.prototype.setTransactionBuilderList = function(value) {
|
|
@@ -6719,12 +6943,12 @@ proto.GetQuotationDetailPreload.prototype.setTransactionBuilderList = function(v
|
|
|
6719
6943
|
|
|
6720
6944
|
|
|
6721
6945
|
/**
|
|
6722
|
-
* @param {!proto.
|
|
6946
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
6723
6947
|
* @param {number=} opt_index
|
|
6724
|
-
* @return {!proto.
|
|
6948
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
6725
6949
|
*/
|
|
6726
6950
|
proto.GetQuotationDetailPreload.prototype.addTransactionBuilder = function(opt_value, opt_index) {
|
|
6727
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
6951
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
6728
6952
|
};
|
|
6729
6953
|
|
|
6730
6954
|
|
|
@@ -6951,17 +7175,17 @@ proto.GetQuotationItemPreload.serializeBinaryToWriter = function(message, writer
|
|
|
6951
7175
|
|
|
6952
7176
|
|
|
6953
7177
|
/**
|
|
6954
|
-
* repeated
|
|
6955
|
-
* @return {!Array<!proto.
|
|
7178
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_item = 1;
|
|
7179
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
6956
7180
|
*/
|
|
6957
7181
|
proto.GetQuotationItemPreload.prototype.getTransactionBuilderItemList = function() {
|
|
6958
|
-
return /** @type{!Array<!proto.
|
|
7182
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
6959
7183
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
6960
7184
|
};
|
|
6961
7185
|
|
|
6962
7186
|
|
|
6963
7187
|
/**
|
|
6964
|
-
* @param {!Array<!proto.
|
|
7188
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
6965
7189
|
* @return {!proto.GetQuotationItemPreload} returns this
|
|
6966
7190
|
*/
|
|
6967
7191
|
proto.GetQuotationItemPreload.prototype.setTransactionBuilderItemList = function(value) {
|
|
@@ -6970,12 +7194,12 @@ proto.GetQuotationItemPreload.prototype.setTransactionBuilderItemList = function
|
|
|
6970
7194
|
|
|
6971
7195
|
|
|
6972
7196
|
/**
|
|
6973
|
-
* @param {!proto.
|
|
7197
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
6974
7198
|
* @param {number=} opt_index
|
|
6975
|
-
* @return {!proto.
|
|
7199
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
6976
7200
|
*/
|
|
6977
7201
|
proto.GetQuotationItemPreload.prototype.addTransactionBuilderItem = function(opt_value, opt_index) {
|
|
6978
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
7202
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
6979
7203
|
};
|
|
6980
7204
|
|
|
6981
7205
|
|
|
@@ -7149,17 +7373,17 @@ proto.GetQuotationItemDetailPreload.serializeBinaryToWriter = function(message,
|
|
|
7149
7373
|
|
|
7150
7374
|
|
|
7151
7375
|
/**
|
|
7152
|
-
* repeated
|
|
7153
|
-
* @return {!Array<!proto.
|
|
7376
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_item_detail = 1;
|
|
7377
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
7154
7378
|
*/
|
|
7155
7379
|
proto.GetQuotationItemDetailPreload.prototype.getTransactionBuilderItemDetailList = function() {
|
|
7156
|
-
return /** @type{!Array<!proto.
|
|
7380
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
7157
7381
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
7158
7382
|
};
|
|
7159
7383
|
|
|
7160
7384
|
|
|
7161
7385
|
/**
|
|
7162
|
-
* @param {!Array<!proto.
|
|
7386
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
7163
7387
|
* @return {!proto.GetQuotationItemDetailPreload} returns this
|
|
7164
7388
|
*/
|
|
7165
7389
|
proto.GetQuotationItemDetailPreload.prototype.setTransactionBuilderItemDetailList = function(value) {
|
|
@@ -7168,12 +7392,12 @@ proto.GetQuotationItemDetailPreload.prototype.setTransactionBuilderItemDetailLis
|
|
|
7168
7392
|
|
|
7169
7393
|
|
|
7170
7394
|
/**
|
|
7171
|
-
* @param {!proto.
|
|
7395
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
7172
7396
|
* @param {number=} opt_index
|
|
7173
|
-
* @return {!proto.
|
|
7397
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
7174
7398
|
*/
|
|
7175
7399
|
proto.GetQuotationItemDetailPreload.prototype.addTransactionBuilderItemDetail = function(opt_value, opt_index) {
|
|
7176
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
7400
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
7177
7401
|
};
|
|
7178
7402
|
|
|
7179
7403
|
|
|
@@ -7309,17 +7533,17 @@ proto.GetQuotationVendorPreload.serializeBinaryToWriter = function(message, writ
|
|
|
7309
7533
|
|
|
7310
7534
|
|
|
7311
7535
|
/**
|
|
7312
|
-
* repeated
|
|
7313
|
-
* @return {!Array<!proto.
|
|
7536
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_vendor = 1;
|
|
7537
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
7314
7538
|
*/
|
|
7315
7539
|
proto.GetQuotationVendorPreload.prototype.getTransactionBuilderVendorList = function() {
|
|
7316
|
-
return /** @type{!Array<!proto.
|
|
7540
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
7317
7541
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
7318
7542
|
};
|
|
7319
7543
|
|
|
7320
7544
|
|
|
7321
7545
|
/**
|
|
7322
|
-
* @param {!Array<!proto.
|
|
7546
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
7323
7547
|
* @return {!proto.GetQuotationVendorPreload} returns this
|
|
7324
7548
|
*/
|
|
7325
7549
|
proto.GetQuotationVendorPreload.prototype.setTransactionBuilderVendorList = function(value) {
|
|
@@ -7328,12 +7552,12 @@ proto.GetQuotationVendorPreload.prototype.setTransactionBuilderVendorList = func
|
|
|
7328
7552
|
|
|
7329
7553
|
|
|
7330
7554
|
/**
|
|
7331
|
-
* @param {!proto.
|
|
7555
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
7332
7556
|
* @param {number=} opt_index
|
|
7333
|
-
* @return {!proto.
|
|
7557
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
7334
7558
|
*/
|
|
7335
7559
|
proto.GetQuotationVendorPreload.prototype.addTransactionBuilderVendor = function(opt_value, opt_index) {
|
|
7336
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
7560
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
7337
7561
|
};
|
|
7338
7562
|
|
|
7339
7563
|
|
|
@@ -7903,4 +8127,341 @@ proto.ResponseRequestPo.prototype.hasMeta = function() {
|
|
|
7903
8127
|
};
|
|
7904
8128
|
|
|
7905
8129
|
|
|
8130
|
+
|
|
8131
|
+
/**
|
|
8132
|
+
* List of repeated fields within this message type.
|
|
8133
|
+
* @private {!Array<number>}
|
|
8134
|
+
* @const
|
|
8135
|
+
*/
|
|
8136
|
+
proto.DeleteVendorBiddingReq.repeatedFields_ = [2];
|
|
8137
|
+
|
|
8138
|
+
|
|
8139
|
+
|
|
8140
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8141
|
+
/**
|
|
8142
|
+
* Creates an object representation of this proto.
|
|
8143
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8144
|
+
* Optional fields that are not set will be set to undefined.
|
|
8145
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8146
|
+
* For the list of reserved names please see:
|
|
8147
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8148
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8149
|
+
* JSPB instance for transitional soy proto support:
|
|
8150
|
+
* http://goto/soy-param-migration
|
|
8151
|
+
* @return {!Object}
|
|
8152
|
+
*/
|
|
8153
|
+
proto.DeleteVendorBiddingReq.prototype.toObject = function(opt_includeInstance) {
|
|
8154
|
+
return proto.DeleteVendorBiddingReq.toObject(opt_includeInstance, this);
|
|
8155
|
+
};
|
|
8156
|
+
|
|
8157
|
+
|
|
8158
|
+
/**
|
|
8159
|
+
* Static version of the {@see toObject} method.
|
|
8160
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8161
|
+
* the JSPB instance for transitional soy proto support:
|
|
8162
|
+
* http://goto/soy-param-migration
|
|
8163
|
+
* @param {!proto.DeleteVendorBiddingReq} msg The msg instance to transform.
|
|
8164
|
+
* @return {!Object}
|
|
8165
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8166
|
+
*/
|
|
8167
|
+
proto.DeleteVendorBiddingReq.toObject = function(includeInstance, msg) {
|
|
8168
|
+
var f, obj = {
|
|
8169
|
+
biddingReferenceId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
8170
|
+
vendorReferenceIdsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
8171
|
+
};
|
|
8172
|
+
|
|
8173
|
+
if (includeInstance) {
|
|
8174
|
+
obj.$jspbMessageInstance = msg;
|
|
8175
|
+
}
|
|
8176
|
+
return obj;
|
|
8177
|
+
};
|
|
8178
|
+
}
|
|
8179
|
+
|
|
8180
|
+
|
|
8181
|
+
/**
|
|
8182
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8183
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8184
|
+
* @return {!proto.DeleteVendorBiddingReq}
|
|
8185
|
+
*/
|
|
8186
|
+
proto.DeleteVendorBiddingReq.deserializeBinary = function(bytes) {
|
|
8187
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8188
|
+
var msg = new proto.DeleteVendorBiddingReq;
|
|
8189
|
+
return proto.DeleteVendorBiddingReq.deserializeBinaryFromReader(msg, reader);
|
|
8190
|
+
};
|
|
8191
|
+
|
|
8192
|
+
|
|
8193
|
+
/**
|
|
8194
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8195
|
+
* given reader into the given message object.
|
|
8196
|
+
* @param {!proto.DeleteVendorBiddingReq} msg The message object to deserialize into.
|
|
8197
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8198
|
+
* @return {!proto.DeleteVendorBiddingReq}
|
|
8199
|
+
*/
|
|
8200
|
+
proto.DeleteVendorBiddingReq.deserializeBinaryFromReader = function(msg, reader) {
|
|
8201
|
+
while (reader.nextField()) {
|
|
8202
|
+
if (reader.isEndGroup()) {
|
|
8203
|
+
break;
|
|
8204
|
+
}
|
|
8205
|
+
var field = reader.getFieldNumber();
|
|
8206
|
+
switch (field) {
|
|
8207
|
+
case 1:
|
|
8208
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8209
|
+
msg.setBiddingReferenceId(value);
|
|
8210
|
+
break;
|
|
8211
|
+
case 2:
|
|
8212
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8213
|
+
msg.addVendorReferenceIds(value);
|
|
8214
|
+
break;
|
|
8215
|
+
default:
|
|
8216
|
+
reader.skipField();
|
|
8217
|
+
break;
|
|
8218
|
+
}
|
|
8219
|
+
}
|
|
8220
|
+
return msg;
|
|
8221
|
+
};
|
|
8222
|
+
|
|
8223
|
+
|
|
8224
|
+
/**
|
|
8225
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8226
|
+
* @return {!Uint8Array}
|
|
8227
|
+
*/
|
|
8228
|
+
proto.DeleteVendorBiddingReq.prototype.serializeBinary = function() {
|
|
8229
|
+
var writer = new jspb.BinaryWriter();
|
|
8230
|
+
proto.DeleteVendorBiddingReq.serializeBinaryToWriter(this, writer);
|
|
8231
|
+
return writer.getResultBuffer();
|
|
8232
|
+
};
|
|
8233
|
+
|
|
8234
|
+
|
|
8235
|
+
/**
|
|
8236
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8237
|
+
* format), writing to the given BinaryWriter.
|
|
8238
|
+
* @param {!proto.DeleteVendorBiddingReq} message
|
|
8239
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8240
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8241
|
+
*/
|
|
8242
|
+
proto.DeleteVendorBiddingReq.serializeBinaryToWriter = function(message, writer) {
|
|
8243
|
+
var f = undefined;
|
|
8244
|
+
f = message.getBiddingReferenceId();
|
|
8245
|
+
if (f.length > 0) {
|
|
8246
|
+
writer.writeString(
|
|
8247
|
+
1,
|
|
8248
|
+
f
|
|
8249
|
+
);
|
|
8250
|
+
}
|
|
8251
|
+
f = message.getVendorReferenceIdsList();
|
|
8252
|
+
if (f.length > 0) {
|
|
8253
|
+
writer.writeRepeatedString(
|
|
8254
|
+
2,
|
|
8255
|
+
f
|
|
8256
|
+
);
|
|
8257
|
+
}
|
|
8258
|
+
};
|
|
8259
|
+
|
|
8260
|
+
|
|
8261
|
+
/**
|
|
8262
|
+
* optional string bidding_reference_id = 1;
|
|
8263
|
+
* @return {string}
|
|
8264
|
+
*/
|
|
8265
|
+
proto.DeleteVendorBiddingReq.prototype.getBiddingReferenceId = function() {
|
|
8266
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
8267
|
+
};
|
|
8268
|
+
|
|
8269
|
+
|
|
8270
|
+
/**
|
|
8271
|
+
* @param {string} value
|
|
8272
|
+
* @return {!proto.DeleteVendorBiddingReq} returns this
|
|
8273
|
+
*/
|
|
8274
|
+
proto.DeleteVendorBiddingReq.prototype.setBiddingReferenceId = function(value) {
|
|
8275
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
8276
|
+
};
|
|
8277
|
+
|
|
8278
|
+
|
|
8279
|
+
/**
|
|
8280
|
+
* repeated string vendor_reference_ids = 2;
|
|
8281
|
+
* @return {!Array<string>}
|
|
8282
|
+
*/
|
|
8283
|
+
proto.DeleteVendorBiddingReq.prototype.getVendorReferenceIdsList = function() {
|
|
8284
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
8285
|
+
};
|
|
8286
|
+
|
|
8287
|
+
|
|
8288
|
+
/**
|
|
8289
|
+
* @param {!Array<string>} value
|
|
8290
|
+
* @return {!proto.DeleteVendorBiddingReq} returns this
|
|
8291
|
+
*/
|
|
8292
|
+
proto.DeleteVendorBiddingReq.prototype.setVendorReferenceIdsList = function(value) {
|
|
8293
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
8294
|
+
};
|
|
8295
|
+
|
|
8296
|
+
|
|
8297
|
+
/**
|
|
8298
|
+
* @param {string} value
|
|
8299
|
+
* @param {number=} opt_index
|
|
8300
|
+
* @return {!proto.DeleteVendorBiddingReq} returns this
|
|
8301
|
+
*/
|
|
8302
|
+
proto.DeleteVendorBiddingReq.prototype.addVendorReferenceIds = function(value, opt_index) {
|
|
8303
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
8304
|
+
};
|
|
8305
|
+
|
|
8306
|
+
|
|
8307
|
+
/**
|
|
8308
|
+
* Clears the list making it empty but non-null.
|
|
8309
|
+
* @return {!proto.DeleteVendorBiddingReq} returns this
|
|
8310
|
+
*/
|
|
8311
|
+
proto.DeleteVendorBiddingReq.prototype.clearVendorReferenceIdsList = function() {
|
|
8312
|
+
return this.setVendorReferenceIdsList([]);
|
|
8313
|
+
};
|
|
8314
|
+
|
|
8315
|
+
|
|
8316
|
+
|
|
8317
|
+
|
|
8318
|
+
|
|
8319
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8320
|
+
/**
|
|
8321
|
+
* Creates an object representation of this proto.
|
|
8322
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8323
|
+
* Optional fields that are not set will be set to undefined.
|
|
8324
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8325
|
+
* For the list of reserved names please see:
|
|
8326
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8327
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8328
|
+
* JSPB instance for transitional soy proto support:
|
|
8329
|
+
* http://goto/soy-param-migration
|
|
8330
|
+
* @return {!Object}
|
|
8331
|
+
*/
|
|
8332
|
+
proto.DeleteVendorBiddingRes.prototype.toObject = function(opt_includeInstance) {
|
|
8333
|
+
return proto.DeleteVendorBiddingRes.toObject(opt_includeInstance, this);
|
|
8334
|
+
};
|
|
8335
|
+
|
|
8336
|
+
|
|
8337
|
+
/**
|
|
8338
|
+
* Static version of the {@see toObject} method.
|
|
8339
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8340
|
+
* the JSPB instance for transitional soy proto support:
|
|
8341
|
+
* http://goto/soy-param-migration
|
|
8342
|
+
* @param {!proto.DeleteVendorBiddingRes} msg The msg instance to transform.
|
|
8343
|
+
* @return {!Object}
|
|
8344
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8345
|
+
*/
|
|
8346
|
+
proto.DeleteVendorBiddingRes.toObject = function(includeInstance, msg) {
|
|
8347
|
+
var f, obj = {
|
|
8348
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
8349
|
+
};
|
|
8350
|
+
|
|
8351
|
+
if (includeInstance) {
|
|
8352
|
+
obj.$jspbMessageInstance = msg;
|
|
8353
|
+
}
|
|
8354
|
+
return obj;
|
|
8355
|
+
};
|
|
8356
|
+
}
|
|
8357
|
+
|
|
8358
|
+
|
|
8359
|
+
/**
|
|
8360
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8361
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8362
|
+
* @return {!proto.DeleteVendorBiddingRes}
|
|
8363
|
+
*/
|
|
8364
|
+
proto.DeleteVendorBiddingRes.deserializeBinary = function(bytes) {
|
|
8365
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8366
|
+
var msg = new proto.DeleteVendorBiddingRes;
|
|
8367
|
+
return proto.DeleteVendorBiddingRes.deserializeBinaryFromReader(msg, reader);
|
|
8368
|
+
};
|
|
8369
|
+
|
|
8370
|
+
|
|
8371
|
+
/**
|
|
8372
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8373
|
+
* given reader into the given message object.
|
|
8374
|
+
* @param {!proto.DeleteVendorBiddingRes} msg The message object to deserialize into.
|
|
8375
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8376
|
+
* @return {!proto.DeleteVendorBiddingRes}
|
|
8377
|
+
*/
|
|
8378
|
+
proto.DeleteVendorBiddingRes.deserializeBinaryFromReader = function(msg, reader) {
|
|
8379
|
+
while (reader.nextField()) {
|
|
8380
|
+
if (reader.isEndGroup()) {
|
|
8381
|
+
break;
|
|
8382
|
+
}
|
|
8383
|
+
var field = reader.getFieldNumber();
|
|
8384
|
+
switch (field) {
|
|
8385
|
+
case 1:
|
|
8386
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
8387
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
8388
|
+
msg.setMeta(value);
|
|
8389
|
+
break;
|
|
8390
|
+
default:
|
|
8391
|
+
reader.skipField();
|
|
8392
|
+
break;
|
|
8393
|
+
}
|
|
8394
|
+
}
|
|
8395
|
+
return msg;
|
|
8396
|
+
};
|
|
8397
|
+
|
|
8398
|
+
|
|
8399
|
+
/**
|
|
8400
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8401
|
+
* @return {!Uint8Array}
|
|
8402
|
+
*/
|
|
8403
|
+
proto.DeleteVendorBiddingRes.prototype.serializeBinary = function() {
|
|
8404
|
+
var writer = new jspb.BinaryWriter();
|
|
8405
|
+
proto.DeleteVendorBiddingRes.serializeBinaryToWriter(this, writer);
|
|
8406
|
+
return writer.getResultBuffer();
|
|
8407
|
+
};
|
|
8408
|
+
|
|
8409
|
+
|
|
8410
|
+
/**
|
|
8411
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8412
|
+
* format), writing to the given BinaryWriter.
|
|
8413
|
+
* @param {!proto.DeleteVendorBiddingRes} message
|
|
8414
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8415
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8416
|
+
*/
|
|
8417
|
+
proto.DeleteVendorBiddingRes.serializeBinaryToWriter = function(message, writer) {
|
|
8418
|
+
var f = undefined;
|
|
8419
|
+
f = message.getMeta();
|
|
8420
|
+
if (f != null) {
|
|
8421
|
+
writer.writeMessage(
|
|
8422
|
+
1,
|
|
8423
|
+
f,
|
|
8424
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
8425
|
+
);
|
|
8426
|
+
}
|
|
8427
|
+
};
|
|
8428
|
+
|
|
8429
|
+
|
|
8430
|
+
/**
|
|
8431
|
+
* optional prisca.v1.global.meta.Meta meta = 1;
|
|
8432
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
8433
|
+
*/
|
|
8434
|
+
proto.DeleteVendorBiddingRes.prototype.getMeta = function() {
|
|
8435
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
8436
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 1));
|
|
8437
|
+
};
|
|
8438
|
+
|
|
8439
|
+
|
|
8440
|
+
/**
|
|
8441
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
8442
|
+
* @return {!proto.DeleteVendorBiddingRes} returns this
|
|
8443
|
+
*/
|
|
8444
|
+
proto.DeleteVendorBiddingRes.prototype.setMeta = function(value) {
|
|
8445
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
8446
|
+
};
|
|
8447
|
+
|
|
8448
|
+
|
|
8449
|
+
/**
|
|
8450
|
+
* Clears the message field making it undefined.
|
|
8451
|
+
* @return {!proto.DeleteVendorBiddingRes} returns this
|
|
8452
|
+
*/
|
|
8453
|
+
proto.DeleteVendorBiddingRes.prototype.clearMeta = function() {
|
|
8454
|
+
return this.setMeta(undefined);
|
|
8455
|
+
};
|
|
8456
|
+
|
|
8457
|
+
|
|
8458
|
+
/**
|
|
8459
|
+
* Returns whether this field is set.
|
|
8460
|
+
* @return {boolean}
|
|
8461
|
+
*/
|
|
8462
|
+
proto.DeleteVendorBiddingRes.prototype.hasMeta = function() {
|
|
8463
|
+
return jspb.Message.getField(this, 1) != null;
|
|
8464
|
+
};
|
|
8465
|
+
|
|
8466
|
+
|
|
7906
8467
|
goog.object.extend(exports, proto);
|