@pulumi/pulumi 3.134.2-alpha.xdacad14 → 3.135.1-alpha.xab67e44
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/proto/errors_pb.d.ts +11 -11
- package/proto/errors_pb.js +63 -63
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
package/proto/errors_pb.d.ts
CHANGED
|
@@ -29,25 +29,25 @@ export namespace ErrorCause {
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
export class
|
|
32
|
+
export class InputPropertiesError extends jspb.Message {
|
|
33
33
|
clearErrorsList(): void;
|
|
34
|
-
getErrorsList(): Array<
|
|
35
|
-
setErrorsList(value: Array<
|
|
36
|
-
addErrors(value?:
|
|
34
|
+
getErrorsList(): Array<InputPropertiesError.PropertyError>;
|
|
35
|
+
setErrorsList(value: Array<InputPropertiesError.PropertyError>): InputPropertiesError;
|
|
36
|
+
addErrors(value?: InputPropertiesError.PropertyError, index?: number): InputPropertiesError.PropertyError;
|
|
37
37
|
|
|
38
38
|
serializeBinary(): Uint8Array;
|
|
39
|
-
toObject(includeInstance?: boolean):
|
|
40
|
-
static toObject(includeInstance: boolean, msg:
|
|
39
|
+
toObject(includeInstance?: boolean): InputPropertiesError.AsObject;
|
|
40
|
+
static toObject(includeInstance: boolean, msg: InputPropertiesError): InputPropertiesError.AsObject;
|
|
41
41
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
42
42
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
43
|
-
static serializeBinaryToWriter(message:
|
|
44
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
45
|
-
static deserializeBinaryFromReader(message:
|
|
43
|
+
static serializeBinaryToWriter(message: InputPropertiesError, writer: jspb.BinaryWriter): void;
|
|
44
|
+
static deserializeBinary(bytes: Uint8Array): InputPropertiesError;
|
|
45
|
+
static deserializeBinaryFromReader(message: InputPropertiesError, reader: jspb.BinaryReader): InputPropertiesError;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
export namespace
|
|
48
|
+
export namespace InputPropertiesError {
|
|
49
49
|
export type AsObject = {
|
|
50
|
-
errorsList: Array<
|
|
50
|
+
errorsList: Array<InputPropertiesError.PropertyError.AsObject>,
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
|
package/proto/errors_pb.js
CHANGED
|
@@ -16,8 +16,8 @@ var goog = jspb;
|
|
|
16
16
|
var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
17
17
|
|
|
18
18
|
goog.exportSymbol('proto.pulumirpc.ErrorCause', null, global);
|
|
19
|
-
goog.exportSymbol('proto.pulumirpc.
|
|
20
|
-
goog.exportSymbol('proto.pulumirpc.
|
|
19
|
+
goog.exportSymbol('proto.pulumirpc.InputPropertiesError', null, global);
|
|
20
|
+
goog.exportSymbol('proto.pulumirpc.InputPropertiesError.PropertyError', null, global);
|
|
21
21
|
/**
|
|
22
22
|
* Generated by JsPbCodeGenerator.
|
|
23
23
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -49,16 +49,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
49
49
|
* @extends {jspb.Message}
|
|
50
50
|
* @constructor
|
|
51
51
|
*/
|
|
52
|
-
proto.pulumirpc.
|
|
53
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.
|
|
52
|
+
proto.pulumirpc.InputPropertiesError = function(opt_data) {
|
|
53
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.InputPropertiesError.repeatedFields_, null);
|
|
54
54
|
};
|
|
55
|
-
goog.inherits(proto.pulumirpc.
|
|
55
|
+
goog.inherits(proto.pulumirpc.InputPropertiesError, jspb.Message);
|
|
56
56
|
if (goog.DEBUG && !COMPILED) {
|
|
57
57
|
/**
|
|
58
58
|
* @public
|
|
59
59
|
* @override
|
|
60
60
|
*/
|
|
61
|
-
proto.pulumirpc.
|
|
61
|
+
proto.pulumirpc.InputPropertiesError.displayName = 'proto.pulumirpc.InputPropertiesError';
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* Generated by JsPbCodeGenerator.
|
|
@@ -70,16 +70,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
70
70
|
* @extends {jspb.Message}
|
|
71
71
|
* @constructor
|
|
72
72
|
*/
|
|
73
|
-
proto.pulumirpc.
|
|
73
|
+
proto.pulumirpc.InputPropertiesError.PropertyError = function(opt_data) {
|
|
74
74
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
75
75
|
};
|
|
76
|
-
goog.inherits(proto.pulumirpc.
|
|
76
|
+
goog.inherits(proto.pulumirpc.InputPropertiesError.PropertyError, jspb.Message);
|
|
77
77
|
if (goog.DEBUG && !COMPILED) {
|
|
78
78
|
/**
|
|
79
79
|
* @public
|
|
80
80
|
* @override
|
|
81
81
|
*/
|
|
82
|
-
proto.pulumirpc.
|
|
82
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.displayName = 'proto.pulumirpc.InputPropertiesError.PropertyError';
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
|
|
@@ -247,7 +247,7 @@ proto.pulumirpc.ErrorCause.prototype.setStacktrace = function(value) {
|
|
|
247
247
|
* @private {!Array<number>}
|
|
248
248
|
* @const
|
|
249
249
|
*/
|
|
250
|
-
proto.pulumirpc.
|
|
250
|
+
proto.pulumirpc.InputPropertiesError.repeatedFields_ = [1];
|
|
251
251
|
|
|
252
252
|
|
|
253
253
|
|
|
@@ -264,8 +264,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
264
264
|
* http://goto/soy-param-migration
|
|
265
265
|
* @return {!Object}
|
|
266
266
|
*/
|
|
267
|
-
proto.pulumirpc.
|
|
268
|
-
return proto.pulumirpc.
|
|
267
|
+
proto.pulumirpc.InputPropertiesError.prototype.toObject = function(opt_includeInstance) {
|
|
268
|
+
return proto.pulumirpc.InputPropertiesError.toObject(opt_includeInstance, this);
|
|
269
269
|
};
|
|
270
270
|
|
|
271
271
|
|
|
@@ -274,14 +274,14 @@ proto.pulumirpc.InvalidInputPropertiesError.prototype.toObject = function(opt_in
|
|
|
274
274
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
275
275
|
* the JSPB instance for transitional soy proto support:
|
|
276
276
|
* http://goto/soy-param-migration
|
|
277
|
-
* @param {!proto.pulumirpc.
|
|
277
|
+
* @param {!proto.pulumirpc.InputPropertiesError} msg The msg instance to transform.
|
|
278
278
|
* @return {!Object}
|
|
279
279
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
280
280
|
*/
|
|
281
|
-
proto.pulumirpc.
|
|
281
|
+
proto.pulumirpc.InputPropertiesError.toObject = function(includeInstance, msg) {
|
|
282
282
|
var f, obj = {
|
|
283
283
|
errorsList: jspb.Message.toObjectList(msg.getErrorsList(),
|
|
284
|
-
proto.pulumirpc.
|
|
284
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.toObject, includeInstance)
|
|
285
285
|
};
|
|
286
286
|
|
|
287
287
|
if (includeInstance) {
|
|
@@ -295,23 +295,23 @@ proto.pulumirpc.InvalidInputPropertiesError.toObject = function(includeInstance,
|
|
|
295
295
|
/**
|
|
296
296
|
* Deserializes binary data (in protobuf wire format).
|
|
297
297
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
298
|
-
* @return {!proto.pulumirpc.
|
|
298
|
+
* @return {!proto.pulumirpc.InputPropertiesError}
|
|
299
299
|
*/
|
|
300
|
-
proto.pulumirpc.
|
|
300
|
+
proto.pulumirpc.InputPropertiesError.deserializeBinary = function(bytes) {
|
|
301
301
|
var reader = new jspb.BinaryReader(bytes);
|
|
302
|
-
var msg = new proto.pulumirpc.
|
|
303
|
-
return proto.pulumirpc.
|
|
302
|
+
var msg = new proto.pulumirpc.InputPropertiesError;
|
|
303
|
+
return proto.pulumirpc.InputPropertiesError.deserializeBinaryFromReader(msg, reader);
|
|
304
304
|
};
|
|
305
305
|
|
|
306
306
|
|
|
307
307
|
/**
|
|
308
308
|
* Deserializes binary data (in protobuf wire format) from the
|
|
309
309
|
* given reader into the given message object.
|
|
310
|
-
* @param {!proto.pulumirpc.
|
|
310
|
+
* @param {!proto.pulumirpc.InputPropertiesError} msg The message object to deserialize into.
|
|
311
311
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
312
|
-
* @return {!proto.pulumirpc.
|
|
312
|
+
* @return {!proto.pulumirpc.InputPropertiesError}
|
|
313
313
|
*/
|
|
314
|
-
proto.pulumirpc.
|
|
314
|
+
proto.pulumirpc.InputPropertiesError.deserializeBinaryFromReader = function(msg, reader) {
|
|
315
315
|
while (reader.nextField()) {
|
|
316
316
|
if (reader.isEndGroup()) {
|
|
317
317
|
break;
|
|
@@ -319,8 +319,8 @@ proto.pulumirpc.InvalidInputPropertiesError.deserializeBinaryFromReader = functi
|
|
|
319
319
|
var field = reader.getFieldNumber();
|
|
320
320
|
switch (field) {
|
|
321
321
|
case 1:
|
|
322
|
-
var value = new proto.pulumirpc.
|
|
323
|
-
reader.readMessage(value,proto.pulumirpc.
|
|
322
|
+
var value = new proto.pulumirpc.InputPropertiesError.PropertyError;
|
|
323
|
+
reader.readMessage(value,proto.pulumirpc.InputPropertiesError.PropertyError.deserializeBinaryFromReader);
|
|
324
324
|
msg.addErrors(value);
|
|
325
325
|
break;
|
|
326
326
|
default:
|
|
@@ -336,9 +336,9 @@ proto.pulumirpc.InvalidInputPropertiesError.deserializeBinaryFromReader = functi
|
|
|
336
336
|
* Serializes the message to binary data (in protobuf wire format).
|
|
337
337
|
* @return {!Uint8Array}
|
|
338
338
|
*/
|
|
339
|
-
proto.pulumirpc.
|
|
339
|
+
proto.pulumirpc.InputPropertiesError.prototype.serializeBinary = function() {
|
|
340
340
|
var writer = new jspb.BinaryWriter();
|
|
341
|
-
proto.pulumirpc.
|
|
341
|
+
proto.pulumirpc.InputPropertiesError.serializeBinaryToWriter(this, writer);
|
|
342
342
|
return writer.getResultBuffer();
|
|
343
343
|
};
|
|
344
344
|
|
|
@@ -346,18 +346,18 @@ proto.pulumirpc.InvalidInputPropertiesError.prototype.serializeBinary = function
|
|
|
346
346
|
/**
|
|
347
347
|
* Serializes the given message to binary data (in protobuf wire
|
|
348
348
|
* format), writing to the given BinaryWriter.
|
|
349
|
-
* @param {!proto.pulumirpc.
|
|
349
|
+
* @param {!proto.pulumirpc.InputPropertiesError} message
|
|
350
350
|
* @param {!jspb.BinaryWriter} writer
|
|
351
351
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
352
352
|
*/
|
|
353
|
-
proto.pulumirpc.
|
|
353
|
+
proto.pulumirpc.InputPropertiesError.serializeBinaryToWriter = function(message, writer) {
|
|
354
354
|
var f = undefined;
|
|
355
355
|
f = message.getErrorsList();
|
|
356
356
|
if (f.length > 0) {
|
|
357
357
|
writer.writeRepeatedMessage(
|
|
358
358
|
1,
|
|
359
359
|
f,
|
|
360
|
-
proto.pulumirpc.
|
|
360
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.serializeBinaryToWriter
|
|
361
361
|
);
|
|
362
362
|
}
|
|
363
363
|
};
|
|
@@ -379,8 +379,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
379
379
|
* http://goto/soy-param-migration
|
|
380
380
|
* @return {!Object}
|
|
381
381
|
*/
|
|
382
|
-
proto.pulumirpc.
|
|
383
|
-
return proto.pulumirpc.
|
|
382
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.prototype.toObject = function(opt_includeInstance) {
|
|
383
|
+
return proto.pulumirpc.InputPropertiesError.PropertyError.toObject(opt_includeInstance, this);
|
|
384
384
|
};
|
|
385
385
|
|
|
386
386
|
|
|
@@ -389,11 +389,11 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.toObject = f
|
|
|
389
389
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
390
390
|
* the JSPB instance for transitional soy proto support:
|
|
391
391
|
* http://goto/soy-param-migration
|
|
392
|
-
* @param {!proto.pulumirpc.
|
|
392
|
+
* @param {!proto.pulumirpc.InputPropertiesError.PropertyError} msg The msg instance to transform.
|
|
393
393
|
* @return {!Object}
|
|
394
394
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
395
395
|
*/
|
|
396
|
-
proto.pulumirpc.
|
|
396
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.toObject = function(includeInstance, msg) {
|
|
397
397
|
var f, obj = {
|
|
398
398
|
propertyPath: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
399
399
|
reason: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
@@ -410,23 +410,23 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.toObject = function(in
|
|
|
410
410
|
/**
|
|
411
411
|
* Deserializes binary data (in protobuf wire format).
|
|
412
412
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
413
|
-
* @return {!proto.pulumirpc.
|
|
413
|
+
* @return {!proto.pulumirpc.InputPropertiesError.PropertyError}
|
|
414
414
|
*/
|
|
415
|
-
proto.pulumirpc.
|
|
415
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.deserializeBinary = function(bytes) {
|
|
416
416
|
var reader = new jspb.BinaryReader(bytes);
|
|
417
|
-
var msg = new proto.pulumirpc.
|
|
418
|
-
return proto.pulumirpc.
|
|
417
|
+
var msg = new proto.pulumirpc.InputPropertiesError.PropertyError;
|
|
418
|
+
return proto.pulumirpc.InputPropertiesError.PropertyError.deserializeBinaryFromReader(msg, reader);
|
|
419
419
|
};
|
|
420
420
|
|
|
421
421
|
|
|
422
422
|
/**
|
|
423
423
|
* Deserializes binary data (in protobuf wire format) from the
|
|
424
424
|
* given reader into the given message object.
|
|
425
|
-
* @param {!proto.pulumirpc.
|
|
425
|
+
* @param {!proto.pulumirpc.InputPropertiesError.PropertyError} msg The message object to deserialize into.
|
|
426
426
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
427
|
-
* @return {!proto.pulumirpc.
|
|
427
|
+
* @return {!proto.pulumirpc.InputPropertiesError.PropertyError}
|
|
428
428
|
*/
|
|
429
|
-
proto.pulumirpc.
|
|
429
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.deserializeBinaryFromReader = function(msg, reader) {
|
|
430
430
|
while (reader.nextField()) {
|
|
431
431
|
if (reader.isEndGroup()) {
|
|
432
432
|
break;
|
|
@@ -454,9 +454,9 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.deserializeBinaryFromR
|
|
|
454
454
|
* Serializes the message to binary data (in protobuf wire format).
|
|
455
455
|
* @return {!Uint8Array}
|
|
456
456
|
*/
|
|
457
|
-
proto.pulumirpc.
|
|
457
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.prototype.serializeBinary = function() {
|
|
458
458
|
var writer = new jspb.BinaryWriter();
|
|
459
|
-
proto.pulumirpc.
|
|
459
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.serializeBinaryToWriter(this, writer);
|
|
460
460
|
return writer.getResultBuffer();
|
|
461
461
|
};
|
|
462
462
|
|
|
@@ -464,11 +464,11 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.serializeBin
|
|
|
464
464
|
/**
|
|
465
465
|
* Serializes the given message to binary data (in protobuf wire
|
|
466
466
|
* format), writing to the given BinaryWriter.
|
|
467
|
-
* @param {!proto.pulumirpc.
|
|
467
|
+
* @param {!proto.pulumirpc.InputPropertiesError.PropertyError} message
|
|
468
468
|
* @param {!jspb.BinaryWriter} writer
|
|
469
469
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
470
470
|
*/
|
|
471
|
-
proto.pulumirpc.
|
|
471
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.serializeBinaryToWriter = function(message, writer) {
|
|
472
472
|
var f = undefined;
|
|
473
473
|
f = message.getPropertyPath();
|
|
474
474
|
if (f.length > 0) {
|
|
@@ -491,16 +491,16 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.serializeBinaryToWrite
|
|
|
491
491
|
* optional string property_path = 1;
|
|
492
492
|
* @return {string}
|
|
493
493
|
*/
|
|
494
|
-
proto.pulumirpc.
|
|
494
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.prototype.getPropertyPath = function() {
|
|
495
495
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
496
496
|
};
|
|
497
497
|
|
|
498
498
|
|
|
499
499
|
/**
|
|
500
500
|
* @param {string} value
|
|
501
|
-
* @return {!proto.pulumirpc.
|
|
501
|
+
* @return {!proto.pulumirpc.InputPropertiesError.PropertyError} returns this
|
|
502
502
|
*/
|
|
503
|
-
proto.pulumirpc.
|
|
503
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.prototype.setPropertyPath = function(value) {
|
|
504
504
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
505
505
|
};
|
|
506
506
|
|
|
@@ -509,54 +509,54 @@ proto.pulumirpc.InvalidInputPropertiesError.PropertyError.prototype.setPropertyP
|
|
|
509
509
|
* optional string reason = 2;
|
|
510
510
|
* @return {string}
|
|
511
511
|
*/
|
|
512
|
-
proto.pulumirpc.
|
|
512
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.prototype.getReason = function() {
|
|
513
513
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
514
514
|
};
|
|
515
515
|
|
|
516
516
|
|
|
517
517
|
/**
|
|
518
518
|
* @param {string} value
|
|
519
|
-
* @return {!proto.pulumirpc.
|
|
519
|
+
* @return {!proto.pulumirpc.InputPropertiesError.PropertyError} returns this
|
|
520
520
|
*/
|
|
521
|
-
proto.pulumirpc.
|
|
521
|
+
proto.pulumirpc.InputPropertiesError.PropertyError.prototype.setReason = function(value) {
|
|
522
522
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
523
523
|
};
|
|
524
524
|
|
|
525
525
|
|
|
526
526
|
/**
|
|
527
527
|
* repeated PropertyError errors = 1;
|
|
528
|
-
* @return {!Array<!proto.pulumirpc.
|
|
528
|
+
* @return {!Array<!proto.pulumirpc.InputPropertiesError.PropertyError>}
|
|
529
529
|
*/
|
|
530
|
-
proto.pulumirpc.
|
|
531
|
-
return /** @type{!Array<!proto.pulumirpc.
|
|
532
|
-
jspb.Message.getRepeatedWrapperField(this, proto.pulumirpc.
|
|
530
|
+
proto.pulumirpc.InputPropertiesError.prototype.getErrorsList = function() {
|
|
531
|
+
return /** @type{!Array<!proto.pulumirpc.InputPropertiesError.PropertyError>} */ (
|
|
532
|
+
jspb.Message.getRepeatedWrapperField(this, proto.pulumirpc.InputPropertiesError.PropertyError, 1));
|
|
533
533
|
};
|
|
534
534
|
|
|
535
535
|
|
|
536
536
|
/**
|
|
537
|
-
* @param {!Array<!proto.pulumirpc.
|
|
538
|
-
* @return {!proto.pulumirpc.
|
|
537
|
+
* @param {!Array<!proto.pulumirpc.InputPropertiesError.PropertyError>} value
|
|
538
|
+
* @return {!proto.pulumirpc.InputPropertiesError} returns this
|
|
539
539
|
*/
|
|
540
|
-
proto.pulumirpc.
|
|
540
|
+
proto.pulumirpc.InputPropertiesError.prototype.setErrorsList = function(value) {
|
|
541
541
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
542
542
|
};
|
|
543
543
|
|
|
544
544
|
|
|
545
545
|
/**
|
|
546
|
-
* @param {!proto.pulumirpc.
|
|
546
|
+
* @param {!proto.pulumirpc.InputPropertiesError.PropertyError=} opt_value
|
|
547
547
|
* @param {number=} opt_index
|
|
548
|
-
* @return {!proto.pulumirpc.
|
|
548
|
+
* @return {!proto.pulumirpc.InputPropertiesError.PropertyError}
|
|
549
549
|
*/
|
|
550
|
-
proto.pulumirpc.
|
|
551
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.pulumirpc.
|
|
550
|
+
proto.pulumirpc.InputPropertiesError.prototype.addErrors = function(opt_value, opt_index) {
|
|
551
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.pulumirpc.InputPropertiesError.PropertyError, opt_index);
|
|
552
552
|
};
|
|
553
553
|
|
|
554
554
|
|
|
555
555
|
/**
|
|
556
556
|
* Clears the list making it empty but non-null.
|
|
557
|
-
* @return {!proto.pulumirpc.
|
|
557
|
+
* @return {!proto.pulumirpc.InputPropertiesError} returns this
|
|
558
558
|
*/
|
|
559
|
-
proto.pulumirpc.
|
|
559
|
+
proto.pulumirpc.InputPropertiesError.prototype.clearErrorsList = function() {
|
|
560
560
|
return this.setErrorsList([]);
|
|
561
561
|
};
|
|
562
562
|
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "3.
|
|
1
|
+
export declare const version = "3.135.1";
|
package/version.js
CHANGED
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
// See the License for the specific language governing permissions and
|
|
14
14
|
// limitations under the License.
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.version = "3.
|
|
16
|
+
exports.version = "3.135.1-alpha.xab67e44";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|