@lansweeper/discovery-sensor-proto 2.22.1 → 2.22.2
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.
|
@@ -3628,6 +3628,36 @@ export class Esxi extends jspb.Message {
|
|
|
3628
3628
|
getSerial(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3629
3629
|
setSerial(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
|
|
3630
3630
|
|
|
3631
|
+
hasHtActive(): boolean;
|
|
3632
|
+
clearHtActive(): void;
|
|
3633
|
+
getHtActive(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
3634
|
+
setHtActive(value?: google_protobuf_wrappers_pb.BoolValue): Esxi;
|
|
3635
|
+
|
|
3636
|
+
hasHtAvailable(): boolean;
|
|
3637
|
+
clearHtAvailable(): void;
|
|
3638
|
+
getHtAvailable(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
3639
|
+
setHtAvailable(value?: google_protobuf_wrappers_pb.BoolValue): Esxi;
|
|
3640
|
+
|
|
3641
|
+
hasNumCpu(): boolean;
|
|
3642
|
+
clearNumCpu(): void;
|
|
3643
|
+
getNumCpu(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
3644
|
+
setNumCpu(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
|
|
3645
|
+
|
|
3646
|
+
hasNumCoresPerSocket(): boolean;
|
|
3647
|
+
clearNumCoresPerSocket(): void;
|
|
3648
|
+
getNumCoresPerSocket(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
3649
|
+
setNumCoresPerSocket(value?: google_protobuf_wrappers_pb.Int32Value): Esxi;
|
|
3650
|
+
|
|
3651
|
+
hasMacAddress(): boolean;
|
|
3652
|
+
clearMacAddress(): void;
|
|
3653
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3654
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
|
|
3655
|
+
|
|
3656
|
+
hasFullHostName(): boolean;
|
|
3657
|
+
clearFullHostName(): void;
|
|
3658
|
+
getFullHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3659
|
+
setFullHostName(value?: google_protobuf_wrappers_pb.StringValue): Esxi;
|
|
3660
|
+
|
|
3631
3661
|
serializeBinary(): Uint8Array;
|
|
3632
3662
|
toObject(includeInstance?: boolean): Esxi.AsObject;
|
|
3633
3663
|
static toObject(includeInstance: boolean, msg: Esxi): Esxi.AsObject;
|
|
@@ -3678,6 +3708,12 @@ export namespace Esxi {
|
|
|
3678
3708
|
biosVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3679
3709
|
biosDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
3680
3710
|
serial?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3711
|
+
htActive?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
3712
|
+
htAvailable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
3713
|
+
numCpu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
3714
|
+
numCoresPerSocket?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
3715
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3716
|
+
fullHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3681
3717
|
}
|
|
3682
3718
|
}
|
|
3683
3719
|
|
|
@@ -4383,12 +4419,21 @@ export class VirtualMachine extends jspb.Message {
|
|
|
4383
4419
|
clearToolsVersion(): void;
|
|
4384
4420
|
getToolsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4385
4421
|
setToolsVersion(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4422
|
+
|
|
4423
|
+
hasToolsStatus(): boolean;
|
|
4424
|
+
clearToolsStatus(): void;
|
|
4425
|
+
getToolsStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4426
|
+
setToolsStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
4427
|
+
|
|
4428
|
+
hasToolsVersionStatus(): boolean;
|
|
4429
|
+
clearToolsVersionStatus(): void;
|
|
4430
|
+
getToolsVersionStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4431
|
+
setToolsVersionStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
4432
|
+
|
|
4433
|
+
hasToolsRunningStatus(): boolean;
|
|
4434
|
+
clearToolsRunningStatus(): void;
|
|
4435
|
+
getToolsRunningStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4436
|
+
setToolsRunningStatus(value?: google_protobuf_wrappers_pb.StringValue): VirtualMachine;
|
|
4392
4437
|
|
|
4393
4438
|
hasMacAddress(): boolean;
|
|
4394
4439
|
clearMacAddress(): void;
|
|
@@ -4435,9 +4480,9 @@ export namespace VirtualMachine {
|
|
|
4435
4480
|
isRunning?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4436
4481
|
snapshotsList: Array<Snapshot.AsObject>,
|
|
4437
4482
|
toolsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4438
|
-
toolsStatus
|
|
4439
|
-
toolsVersionStatus
|
|
4440
|
-
toolsRunningStatus
|
|
4483
|
+
toolsStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4484
|
+
toolsVersionStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4485
|
+
toolsRunningStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4441
4486
|
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4442
4487
|
isVmWareGuest: boolean,
|
|
4443
4488
|
assetMacAddressesList: Array<AssetMacAddress.AsObject>,
|
|
@@ -29869,7 +29869,13 @@ proto.com.lansweeper.discovery.sensor.api.v1.Esxi.toObject = function(includeIns
|
|
|
29869
29869
|
numHbas: (f = msg.getNumHbas()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
29870
29870
|
biosVersion: (f = msg.getBiosVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
29871
29871
|
biosDate: (f = msg.getBiosDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
29872
|
-
serial: (f = msg.getSerial()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
29872
|
+
serial: (f = msg.getSerial()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
29873
|
+
htActive: (f = msg.getHtActive()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
|
|
29874
|
+
htAvailable: (f = msg.getHtAvailable()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
|
|
29875
|
+
numCpu: (f = msg.getNumCpu()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
29876
|
+
numCoresPerSocket: (f = msg.getNumCoresPerSocket()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
29877
|
+
macAddress: (f = msg.getMacAddress()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
29878
|
+
fullHostName: (f = msg.getFullHostName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
29873
29879
|
};
|
|
29874
29880
|
|
|
29875
29881
|
if (includeInstance) {
|
|
@@ -30095,6 +30101,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.Esxi.deserializeBinaryFromReader =
|
|
|
30095
30101
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
30096
30102
|
msg.setSerial(value);
|
|
30097
30103
|
break;
|
|
30104
|
+
case 39:
|
|
30105
|
+
var value = new google_protobuf_wrappers_pb.BoolValue;
|
|
30106
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
|
|
30107
|
+
msg.setHtActive(value);
|
|
30108
|
+
break;
|
|
30109
|
+
case 40:
|
|
30110
|
+
var value = new google_protobuf_wrappers_pb.BoolValue;
|
|
30111
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
|
|
30112
|
+
msg.setHtAvailable(value);
|
|
30113
|
+
break;
|
|
30114
|
+
case 41:
|
|
30115
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
30116
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
30117
|
+
msg.setNumCpu(value);
|
|
30118
|
+
break;
|
|
30119
|
+
case 42:
|
|
30120
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
30121
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
30122
|
+
msg.setNumCoresPerSocket(value);
|
|
30123
|
+
break;
|
|
30124
|
+
case 43:
|
|
30125
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
30126
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
30127
|
+
msg.setMacAddress(value);
|
|
30128
|
+
break;
|
|
30129
|
+
case 44:
|
|
30130
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
30131
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
30132
|
+
msg.setFullHostName(value);
|
|
30133
|
+
break;
|
|
30098
30134
|
default:
|
|
30099
30135
|
reader.skipField();
|
|
30100
30136
|
break;
|
|
@@ -30427,6 +30463,54 @@ proto.com.lansweeper.discovery.sensor.api.v1.Esxi.serializeBinaryToWriter = func
|
|
|
30427
30463
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
30428
30464
|
);
|
|
30429
30465
|
}
|
|
30466
|
+
f = message.getHtActive();
|
|
30467
|
+
if (f != null) {
|
|
30468
|
+
writer.writeMessage(
|
|
30469
|
+
39,
|
|
30470
|
+
f,
|
|
30471
|
+
google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
|
|
30472
|
+
);
|
|
30473
|
+
}
|
|
30474
|
+
f = message.getHtAvailable();
|
|
30475
|
+
if (f != null) {
|
|
30476
|
+
writer.writeMessage(
|
|
30477
|
+
40,
|
|
30478
|
+
f,
|
|
30479
|
+
google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
|
|
30480
|
+
);
|
|
30481
|
+
}
|
|
30482
|
+
f = message.getNumCpu();
|
|
30483
|
+
if (f != null) {
|
|
30484
|
+
writer.writeMessage(
|
|
30485
|
+
41,
|
|
30486
|
+
f,
|
|
30487
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
30488
|
+
);
|
|
30489
|
+
}
|
|
30490
|
+
f = message.getNumCoresPerSocket();
|
|
30491
|
+
if (f != null) {
|
|
30492
|
+
writer.writeMessage(
|
|
30493
|
+
42,
|
|
30494
|
+
f,
|
|
30495
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
30496
|
+
);
|
|
30497
|
+
}
|
|
30498
|
+
f = message.getMacAddress();
|
|
30499
|
+
if (f != null) {
|
|
30500
|
+
writer.writeMessage(
|
|
30501
|
+
43,
|
|
30502
|
+
f,
|
|
30503
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
30504
|
+
);
|
|
30505
|
+
}
|
|
30506
|
+
f = message.getFullHostName();
|
|
30507
|
+
if (f != null) {
|
|
30508
|
+
writer.writeMessage(
|
|
30509
|
+
44,
|
|
30510
|
+
f,
|
|
30511
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
30512
|
+
);
|
|
30513
|
+
}
|
|
30430
30514
|
};
|
|
30431
30515
|
|
|
30432
30516
|
|
|
@@ -31820,6 +31904,228 @@ proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.hasSerial = function
|
|
|
31820
31904
|
};
|
|
31821
31905
|
|
|
31822
31906
|
|
|
31907
|
+
/**
|
|
31908
|
+
* optional google.protobuf.BoolValue ht_active = 39;
|
|
31909
|
+
* @return {?proto.google.protobuf.BoolValue}
|
|
31910
|
+
*/
|
|
31911
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.getHtActive = function() {
|
|
31912
|
+
return /** @type{?proto.google.protobuf.BoolValue} */ (
|
|
31913
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 39));
|
|
31914
|
+
};
|
|
31915
|
+
|
|
31916
|
+
|
|
31917
|
+
/**
|
|
31918
|
+
* @param {?proto.google.protobuf.BoolValue|undefined} value
|
|
31919
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
31920
|
+
*/
|
|
31921
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.setHtActive = function(value) {
|
|
31922
|
+
return jspb.Message.setWrapperField(this, 39, value);
|
|
31923
|
+
};
|
|
31924
|
+
|
|
31925
|
+
|
|
31926
|
+
/**
|
|
31927
|
+
* Clears the message field making it undefined.
|
|
31928
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
31929
|
+
*/
|
|
31930
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.clearHtActive = function() {
|
|
31931
|
+
return this.setHtActive(undefined);
|
|
31932
|
+
};
|
|
31933
|
+
|
|
31934
|
+
|
|
31935
|
+
/**
|
|
31936
|
+
* Returns whether this field is set.
|
|
31937
|
+
* @return {boolean}
|
|
31938
|
+
*/
|
|
31939
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.hasHtActive = function() {
|
|
31940
|
+
return jspb.Message.getField(this, 39) != null;
|
|
31941
|
+
};
|
|
31942
|
+
|
|
31943
|
+
|
|
31944
|
+
/**
|
|
31945
|
+
* optional google.protobuf.BoolValue ht_available = 40;
|
|
31946
|
+
* @return {?proto.google.protobuf.BoolValue}
|
|
31947
|
+
*/
|
|
31948
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.getHtAvailable = function() {
|
|
31949
|
+
return /** @type{?proto.google.protobuf.BoolValue} */ (
|
|
31950
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 40));
|
|
31951
|
+
};
|
|
31952
|
+
|
|
31953
|
+
|
|
31954
|
+
/**
|
|
31955
|
+
* @param {?proto.google.protobuf.BoolValue|undefined} value
|
|
31956
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
31957
|
+
*/
|
|
31958
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.setHtAvailable = function(value) {
|
|
31959
|
+
return jspb.Message.setWrapperField(this, 40, value);
|
|
31960
|
+
};
|
|
31961
|
+
|
|
31962
|
+
|
|
31963
|
+
/**
|
|
31964
|
+
* Clears the message field making it undefined.
|
|
31965
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
31966
|
+
*/
|
|
31967
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.clearHtAvailable = function() {
|
|
31968
|
+
return this.setHtAvailable(undefined);
|
|
31969
|
+
};
|
|
31970
|
+
|
|
31971
|
+
|
|
31972
|
+
/**
|
|
31973
|
+
* Returns whether this field is set.
|
|
31974
|
+
* @return {boolean}
|
|
31975
|
+
*/
|
|
31976
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.hasHtAvailable = function() {
|
|
31977
|
+
return jspb.Message.getField(this, 40) != null;
|
|
31978
|
+
};
|
|
31979
|
+
|
|
31980
|
+
|
|
31981
|
+
/**
|
|
31982
|
+
* optional google.protobuf.Int32Value num_cpu = 41;
|
|
31983
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
31984
|
+
*/
|
|
31985
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.getNumCpu = function() {
|
|
31986
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
31987
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 41));
|
|
31988
|
+
};
|
|
31989
|
+
|
|
31990
|
+
|
|
31991
|
+
/**
|
|
31992
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
31993
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
31994
|
+
*/
|
|
31995
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.setNumCpu = function(value) {
|
|
31996
|
+
return jspb.Message.setWrapperField(this, 41, value);
|
|
31997
|
+
};
|
|
31998
|
+
|
|
31999
|
+
|
|
32000
|
+
/**
|
|
32001
|
+
* Clears the message field making it undefined.
|
|
32002
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
32003
|
+
*/
|
|
32004
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.clearNumCpu = function() {
|
|
32005
|
+
return this.setNumCpu(undefined);
|
|
32006
|
+
};
|
|
32007
|
+
|
|
32008
|
+
|
|
32009
|
+
/**
|
|
32010
|
+
* Returns whether this field is set.
|
|
32011
|
+
* @return {boolean}
|
|
32012
|
+
*/
|
|
32013
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.hasNumCpu = function() {
|
|
32014
|
+
return jspb.Message.getField(this, 41) != null;
|
|
32015
|
+
};
|
|
32016
|
+
|
|
32017
|
+
|
|
32018
|
+
/**
|
|
32019
|
+
* optional google.protobuf.Int32Value num_cores_per_socket = 42;
|
|
32020
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
32021
|
+
*/
|
|
32022
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.getNumCoresPerSocket = function() {
|
|
32023
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
32024
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 42));
|
|
32025
|
+
};
|
|
32026
|
+
|
|
32027
|
+
|
|
32028
|
+
/**
|
|
32029
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
32030
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
32031
|
+
*/
|
|
32032
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.setNumCoresPerSocket = function(value) {
|
|
32033
|
+
return jspb.Message.setWrapperField(this, 42, value);
|
|
32034
|
+
};
|
|
32035
|
+
|
|
32036
|
+
|
|
32037
|
+
/**
|
|
32038
|
+
* Clears the message field making it undefined.
|
|
32039
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
32040
|
+
*/
|
|
32041
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.clearNumCoresPerSocket = function() {
|
|
32042
|
+
return this.setNumCoresPerSocket(undefined);
|
|
32043
|
+
};
|
|
32044
|
+
|
|
32045
|
+
|
|
32046
|
+
/**
|
|
32047
|
+
* Returns whether this field is set.
|
|
32048
|
+
* @return {boolean}
|
|
32049
|
+
*/
|
|
32050
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.hasNumCoresPerSocket = function() {
|
|
32051
|
+
return jspb.Message.getField(this, 42) != null;
|
|
32052
|
+
};
|
|
32053
|
+
|
|
32054
|
+
|
|
32055
|
+
/**
|
|
32056
|
+
* optional google.protobuf.StringValue mac_address = 43;
|
|
32057
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
32058
|
+
*/
|
|
32059
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.getMacAddress = function() {
|
|
32060
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
32061
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 43));
|
|
32062
|
+
};
|
|
32063
|
+
|
|
32064
|
+
|
|
32065
|
+
/**
|
|
32066
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
32067
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
32068
|
+
*/
|
|
32069
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.setMacAddress = function(value) {
|
|
32070
|
+
return jspb.Message.setWrapperField(this, 43, value);
|
|
32071
|
+
};
|
|
32072
|
+
|
|
32073
|
+
|
|
32074
|
+
/**
|
|
32075
|
+
* Clears the message field making it undefined.
|
|
32076
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
32077
|
+
*/
|
|
32078
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.clearMacAddress = function() {
|
|
32079
|
+
return this.setMacAddress(undefined);
|
|
32080
|
+
};
|
|
32081
|
+
|
|
32082
|
+
|
|
32083
|
+
/**
|
|
32084
|
+
* Returns whether this field is set.
|
|
32085
|
+
* @return {boolean}
|
|
32086
|
+
*/
|
|
32087
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.hasMacAddress = function() {
|
|
32088
|
+
return jspb.Message.getField(this, 43) != null;
|
|
32089
|
+
};
|
|
32090
|
+
|
|
32091
|
+
|
|
32092
|
+
/**
|
|
32093
|
+
* optional google.protobuf.StringValue full_host_name = 44;
|
|
32094
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
32095
|
+
*/
|
|
32096
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.getFullHostName = function() {
|
|
32097
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
32098
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 44));
|
|
32099
|
+
};
|
|
32100
|
+
|
|
32101
|
+
|
|
32102
|
+
/**
|
|
32103
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
32104
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
32105
|
+
*/
|
|
32106
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.setFullHostName = function(value) {
|
|
32107
|
+
return jspb.Message.setWrapperField(this, 44, value);
|
|
32108
|
+
};
|
|
32109
|
+
|
|
32110
|
+
|
|
32111
|
+
/**
|
|
32112
|
+
* Clears the message field making it undefined.
|
|
32113
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Esxi} returns this
|
|
32114
|
+
*/
|
|
32115
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.clearFullHostName = function() {
|
|
32116
|
+
return this.setFullHostName(undefined);
|
|
32117
|
+
};
|
|
32118
|
+
|
|
32119
|
+
|
|
32120
|
+
/**
|
|
32121
|
+
* Returns whether this field is set.
|
|
32122
|
+
* @return {boolean}
|
|
32123
|
+
*/
|
|
32124
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Esxi.prototype.hasFullHostName = function() {
|
|
32125
|
+
return jspb.Message.getField(this, 44) != null;
|
|
32126
|
+
};
|
|
32127
|
+
|
|
32128
|
+
|
|
31823
32129
|
|
|
31824
32130
|
/**
|
|
31825
32131
|
* List of repeated fields within this message type.
|
|
@@ -36569,9 +36875,9 @@ proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.toObject = function(
|
|
|
36569
36875
|
snapshotsList: jspb.Message.toObjectList(msg.getSnapshotsList(),
|
|
36570
36876
|
proto.com.lansweeper.discovery.sensor.api.v1.Snapshot.toObject, includeInstance),
|
|
36571
36877
|
toolsVersion: (f = msg.getToolsVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
36572
|
-
toolsStatus:
|
|
36573
|
-
toolsVersionStatus:
|
|
36574
|
-
toolsRunningStatus:
|
|
36878
|
+
toolsStatus: (f = msg.getToolsStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
36879
|
+
toolsVersionStatus: (f = msg.getToolsVersionStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
36880
|
+
toolsRunningStatus: (f = msg.getToolsRunningStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
36575
36881
|
macAddress: (f = msg.getMacAddress()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
36576
36882
|
isVmWareGuest: jspb.Message.getBooleanFieldWithDefault(msg, 27, false),
|
|
36577
36883
|
assetMacAddressesList: jspb.Message.toObjectList(msg.getAssetMacAddressesList(),
|
|
@@ -36722,15 +37028,18 @@ proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.deserializeBinaryFro
|
|
|
36722
37028
|
msg.setToolsVersion(value);
|
|
36723
37029
|
break;
|
|
36724
37030
|
case 23:
|
|
36725
|
-
var value =
|
|
37031
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
37032
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
36726
37033
|
msg.setToolsStatus(value);
|
|
36727
37034
|
break;
|
|
36728
37035
|
case 24:
|
|
36729
|
-
var value =
|
|
37036
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
37037
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
36730
37038
|
msg.setToolsVersionStatus(value);
|
|
36731
37039
|
break;
|
|
36732
37040
|
case 25:
|
|
36733
|
-
var value =
|
|
37041
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
37042
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
36734
37043
|
msg.setToolsRunningStatus(value);
|
|
36735
37044
|
break;
|
|
36736
37045
|
case 26:
|
|
@@ -36952,24 +37261,27 @@ proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.serializeBinaryToWri
|
|
|
36952
37261
|
);
|
|
36953
37262
|
}
|
|
36954
37263
|
f = message.getToolsStatus();
|
|
36955
|
-
if (f
|
|
36956
|
-
writer.
|
|
37264
|
+
if (f != null) {
|
|
37265
|
+
writer.writeMessage(
|
|
36957
37266
|
23,
|
|
36958
|
-
f
|
|
37267
|
+
f,
|
|
37268
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
36959
37269
|
);
|
|
36960
37270
|
}
|
|
36961
37271
|
f = message.getToolsVersionStatus();
|
|
36962
|
-
if (f
|
|
36963
|
-
writer.
|
|
37272
|
+
if (f != null) {
|
|
37273
|
+
writer.writeMessage(
|
|
36964
37274
|
24,
|
|
36965
|
-
f
|
|
37275
|
+
f,
|
|
37276
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
36966
37277
|
);
|
|
36967
37278
|
}
|
|
36968
37279
|
f = message.getToolsRunningStatus();
|
|
36969
|
-
if (f
|
|
36970
|
-
writer.
|
|
37280
|
+
if (f != null) {
|
|
37281
|
+
writer.writeMessage(
|
|
36971
37282
|
25,
|
|
36972
|
-
f
|
|
37283
|
+
f,
|
|
37284
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
36973
37285
|
);
|
|
36974
37286
|
}
|
|
36975
37287
|
f = message.getMacAddress();
|
|
@@ -37796,56 +38108,113 @@ proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.hasToolsVe
|
|
|
37796
38108
|
|
|
37797
38109
|
|
|
37798
38110
|
/**
|
|
37799
|
-
* optional
|
|
37800
|
-
* @return {
|
|
38111
|
+
* optional google.protobuf.StringValue tools_status = 23;
|
|
38112
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
37801
38113
|
*/
|
|
37802
38114
|
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.getToolsStatus = function() {
|
|
37803
|
-
return /** @type
|
|
38115
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
38116
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 23));
|
|
37804
38117
|
};
|
|
37805
38118
|
|
|
37806
38119
|
|
|
37807
38120
|
/**
|
|
37808
|
-
* @param {
|
|
38121
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
37809
38122
|
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine} returns this
|
|
37810
|
-
|
|
38123
|
+
*/
|
|
37811
38124
|
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.setToolsStatus = function(value) {
|
|
37812
|
-
return jspb.Message.
|
|
38125
|
+
return jspb.Message.setWrapperField(this, 23, value);
|
|
37813
38126
|
};
|
|
37814
38127
|
|
|
37815
38128
|
|
|
37816
38129
|
/**
|
|
37817
|
-
*
|
|
37818
|
-
* @return {
|
|
38130
|
+
* Clears the message field making it undefined.
|
|
38131
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine} returns this
|
|
38132
|
+
*/
|
|
38133
|
+
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.clearToolsStatus = function() {
|
|
38134
|
+
return this.setToolsStatus(undefined);
|
|
38135
|
+
};
|
|
38136
|
+
|
|
38137
|
+
|
|
38138
|
+
/**
|
|
38139
|
+
* Returns whether this field is set.
|
|
38140
|
+
* @return {boolean}
|
|
38141
|
+
*/
|
|
38142
|
+
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.hasToolsStatus = function() {
|
|
38143
|
+
return jspb.Message.getField(this, 23) != null;
|
|
38144
|
+
};
|
|
38145
|
+
|
|
38146
|
+
|
|
38147
|
+
/**
|
|
38148
|
+
* optional google.protobuf.StringValue tools_version_status = 24;
|
|
38149
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
37819
38150
|
*/
|
|
37820
38151
|
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.getToolsVersionStatus = function() {
|
|
37821
|
-
return /** @type
|
|
38152
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
38153
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 24));
|
|
37822
38154
|
};
|
|
37823
38155
|
|
|
37824
38156
|
|
|
37825
38157
|
/**
|
|
37826
|
-
* @param {
|
|
38158
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
37827
38159
|
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine} returns this
|
|
37828
|
-
|
|
38160
|
+
*/
|
|
37829
38161
|
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.setToolsVersionStatus = function(value) {
|
|
37830
|
-
return jspb.Message.
|
|
38162
|
+
return jspb.Message.setWrapperField(this, 24, value);
|
|
37831
38163
|
};
|
|
37832
38164
|
|
|
37833
38165
|
|
|
37834
38166
|
/**
|
|
37835
|
-
*
|
|
37836
|
-
* @return {
|
|
38167
|
+
* Clears the message field making it undefined.
|
|
38168
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine} returns this
|
|
38169
|
+
*/
|
|
38170
|
+
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.clearToolsVersionStatus = function() {
|
|
38171
|
+
return this.setToolsVersionStatus(undefined);
|
|
38172
|
+
};
|
|
38173
|
+
|
|
38174
|
+
|
|
38175
|
+
/**
|
|
38176
|
+
* Returns whether this field is set.
|
|
38177
|
+
* @return {boolean}
|
|
38178
|
+
*/
|
|
38179
|
+
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.hasToolsVersionStatus = function() {
|
|
38180
|
+
return jspb.Message.getField(this, 24) != null;
|
|
38181
|
+
};
|
|
38182
|
+
|
|
38183
|
+
|
|
38184
|
+
/**
|
|
38185
|
+
* optional google.protobuf.StringValue tools_running_status = 25;
|
|
38186
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
37837
38187
|
*/
|
|
37838
38188
|
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.getToolsRunningStatus = function() {
|
|
37839
|
-
return /** @type
|
|
38189
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
38190
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 25));
|
|
37840
38191
|
};
|
|
37841
38192
|
|
|
37842
38193
|
|
|
37843
38194
|
/**
|
|
37844
|
-
* @param {
|
|
38195
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
37845
38196
|
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine} returns this
|
|
37846
|
-
|
|
38197
|
+
*/
|
|
37847
38198
|
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.setToolsRunningStatus = function(value) {
|
|
37848
|
-
return jspb.Message.
|
|
38199
|
+
return jspb.Message.setWrapperField(this, 25, value);
|
|
38200
|
+
};
|
|
38201
|
+
|
|
38202
|
+
|
|
38203
|
+
/**
|
|
38204
|
+
* Clears the message field making it undefined.
|
|
38205
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine} returns this
|
|
38206
|
+
*/
|
|
38207
|
+
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.clearToolsRunningStatus = function() {
|
|
38208
|
+
return this.setToolsRunningStatus(undefined);
|
|
38209
|
+
};
|
|
38210
|
+
|
|
38211
|
+
|
|
38212
|
+
/**
|
|
38213
|
+
* Returns whether this field is set.
|
|
38214
|
+
* @return {boolean}
|
|
38215
|
+
*/
|
|
38216
|
+
proto.com.lansweeper.discovery.sensor.api.v1.VirtualMachine.prototype.hasToolsRunningStatus = function() {
|
|
38217
|
+
return jspb.Message.getField(this, 25) != null;
|
|
37849
38218
|
};
|
|
37850
38219
|
|
|
37851
38220
|
|