@lansweeper/discovery-cloud-proto 0.0.32 → 0.0.33
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.
|
@@ -32449,6 +32449,11 @@ export class AmazonVolume extends jspb.Message {
|
|
|
32449
32449
|
setWarningsList(value: Array<CDKRule>): AmazonVolume;
|
|
32450
32450
|
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
32451
32451
|
|
|
32452
|
+
hasThroughput(): boolean;
|
|
32453
|
+
clearThroughput(): void;
|
|
32454
|
+
getThroughput(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
32455
|
+
setThroughput(value?: google_protobuf_wrappers_pb.StringValue): AmazonVolume;
|
|
32456
|
+
|
|
32452
32457
|
serializeBinary(): Uint8Array;
|
|
32453
32458
|
toObject(includeInstance?: boolean): AmazonVolume.AsObject;
|
|
32454
32459
|
static toObject(includeInstance: boolean, msg: AmazonVolume): AmazonVolume.AsObject;
|
|
@@ -32479,6 +32484,7 @@ export namespace AmazonVolume {
|
|
|
32479
32484
|
TagsList: Array<CloudockitTag.AsObject>,
|
|
32480
32485
|
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
32481
32486
|
WarningsList: Array<CDKRule.AsObject>,
|
|
32487
|
+
Throughput?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
32482
32488
|
}
|
|
32483
32489
|
}
|
|
32484
32490
|
|
|
@@ -283362,7 +283362,8 @@ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume.toObject = function(inc
|
|
|
283362
283362
|
differencesList: jspb.Message.toObjectList(msg.getDifferencesList(),
|
|
283363
283363
|
proto.com.lansweeper.discovery.cloud.api.v1.StandardObjectDifference.toObject, includeInstance),
|
|
283364
283364
|
warningsList: jspb.Message.toObjectList(msg.getWarningsList(),
|
|
283365
|
-
proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance)
|
|
283365
|
+
proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.toObject, includeInstance),
|
|
283366
|
+
throughput: (f = msg.getThroughput()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
283366
283367
|
};
|
|
283367
283368
|
|
|
283368
283369
|
if (includeInstance) {
|
|
@@ -283489,6 +283490,11 @@ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume.deserializeBinaryFromRe
|
|
|
283489
283490
|
reader.readMessage(value,proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.deserializeBinaryFromReader);
|
|
283490
283491
|
msg.addWarnings(value);
|
|
283491
283492
|
break;
|
|
283493
|
+
case 19:
|
|
283494
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
283495
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
283496
|
+
msg.setThroughput(value);
|
|
283497
|
+
break;
|
|
283492
283498
|
default:
|
|
283493
283499
|
reader.skipField();
|
|
283494
283500
|
break;
|
|
@@ -283662,6 +283668,14 @@ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume.serializeBinaryToWriter
|
|
|
283662
283668
|
proto.com.lansweeper.discovery.cloud.api.v1.CDKRule.serializeBinaryToWriter
|
|
283663
283669
|
);
|
|
283664
283670
|
}
|
|
283671
|
+
f = message.getThroughput();
|
|
283672
|
+
if (f != null) {
|
|
283673
|
+
writer.writeMessage(
|
|
283674
|
+
19,
|
|
283675
|
+
f,
|
|
283676
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
283677
|
+
);
|
|
283678
|
+
}
|
|
283665
283679
|
};
|
|
283666
283680
|
|
|
283667
283681
|
|
|
@@ -284334,6 +284348,43 @@ proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume.prototype.clearWarnings
|
|
|
284334
284348
|
};
|
|
284335
284349
|
|
|
284336
284350
|
|
|
284351
|
+
/**
|
|
284352
|
+
* optional google.protobuf.StringValue _throughput = 19;
|
|
284353
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
284354
|
+
*/
|
|
284355
|
+
proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume.prototype.getThroughput = function() {
|
|
284356
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
284357
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 19));
|
|
284358
|
+
};
|
|
284359
|
+
|
|
284360
|
+
|
|
284361
|
+
/**
|
|
284362
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
284363
|
+
* @return {!proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume} returns this
|
|
284364
|
+
*/
|
|
284365
|
+
proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume.prototype.setThroughput = function(value) {
|
|
284366
|
+
return jspb.Message.setWrapperField(this, 19, value);
|
|
284367
|
+
};
|
|
284368
|
+
|
|
284369
|
+
|
|
284370
|
+
/**
|
|
284371
|
+
* Clears the message field making it undefined.
|
|
284372
|
+
* @return {!proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume} returns this
|
|
284373
|
+
*/
|
|
284374
|
+
proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume.prototype.clearThroughput = function() {
|
|
284375
|
+
return this.setThroughput(undefined);
|
|
284376
|
+
};
|
|
284377
|
+
|
|
284378
|
+
|
|
284379
|
+
/**
|
|
284380
|
+
* Returns whether this field is set.
|
|
284381
|
+
* @return {boolean}
|
|
284382
|
+
*/
|
|
284383
|
+
proto.com.lansweeper.discovery.cloud.api.v1.AmazonVolume.prototype.hasThroughput = function() {
|
|
284384
|
+
return jspb.Message.getField(this, 19) != null;
|
|
284385
|
+
};
|
|
284386
|
+
|
|
284387
|
+
|
|
284337
284388
|
|
|
284338
284389
|
/**
|
|
284339
284390
|
* List of repeated fields within this message type.
|