@lansweeper/data-platform-outbound-grpc 0.3.14 → 0.3.15
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/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +382 -0
- package/gen-proto/outbound_pb.js +3591 -1
- package/generated-go/outbound.pb.go +22396 -21089
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +118 -10
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplicationOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +118 -10
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +372 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +30 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BootConfig.java +2 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedModem.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedModemOrBuilder.java +3 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeviceActionResult.java +1084 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.java +72 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneApplication.java +947 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneApplicationOrBuilder.java +58 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDevice.java +12075 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java +1015 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2934 -2808
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +12 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +7 -1
- package/model/target/{outbound-model-0.3.13-sources.jar → outbound-model-0.3.14-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.13.jar → outbound-model-0.3.14.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +118 -10
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.13-sources.jar → outbound-service-0.3.14-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.13.jar → outbound-service-0.3.14.jar} +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -101,6 +101,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CoreFields', null, global
|
|
|
101
101
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrField', null, global);
|
|
102
102
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrelationFields', null, global);
|
|
103
103
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrelationInfo', null, global);
|
|
104
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DeviceActionResult', null, global);
|
|
104
105
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DriveVolume', null, global);
|
|
105
106
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver', null, global);
|
|
106
107
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase', null, global);
|
|
@@ -129,6 +130,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX'
|
|
|
129
130
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo', null, global);
|
|
130
131
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject', null, global);
|
|
131
132
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension', null, global);
|
|
133
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneApplication', null, global);
|
|
134
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneDevice', null, global);
|
|
132
135
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpInfo', null, global);
|
|
133
136
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpLocationConfig', null, global);
|
|
134
137
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.KernelExtensionError', null, global);
|
|
@@ -1087,6 +1090,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1087
1090
|
*/
|
|
1088
1091
|
proto.com.lansweeper.dp.outbound.v1.AssetType.displayName = 'proto.com.lansweeper.dp.outbound.v1.AssetType';
|
|
1089
1092
|
}
|
|
1093
|
+
/**
|
|
1094
|
+
* Generated by JsPbCodeGenerator.
|
|
1095
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1096
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1097
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1098
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1099
|
+
* valid.
|
|
1100
|
+
* @extends {jspb.Message}
|
|
1101
|
+
* @constructor
|
|
1102
|
+
*/
|
|
1103
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult = function(opt_data) {
|
|
1104
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1105
|
+
};
|
|
1106
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, jspb.Message);
|
|
1107
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1108
|
+
/**
|
|
1109
|
+
* @public
|
|
1110
|
+
* @override
|
|
1111
|
+
*/
|
|
1112
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.displayName = 'proto.com.lansweeper.dp.outbound.v1.DeviceActionResult';
|
|
1113
|
+
}
|
|
1114
|
+
/**
|
|
1115
|
+
* Generated by JsPbCodeGenerator.
|
|
1116
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1117
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1118
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1119
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1120
|
+
* valid.
|
|
1121
|
+
* @extends {jspb.Message}
|
|
1122
|
+
* @constructor
|
|
1123
|
+
*/
|
|
1124
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice = function(opt_data) {
|
|
1125
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.IntuneDevice.repeatedFields_, null);
|
|
1126
|
+
};
|
|
1127
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.IntuneDevice, jspb.Message);
|
|
1128
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1129
|
+
/**
|
|
1130
|
+
* @public
|
|
1131
|
+
* @override
|
|
1132
|
+
*/
|
|
1133
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.displayName = 'proto.com.lansweeper.dp.outbound.v1.IntuneDevice';
|
|
1134
|
+
}
|
|
1135
|
+
/**
|
|
1136
|
+
* Generated by JsPbCodeGenerator.
|
|
1137
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1138
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1139
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1140
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1141
|
+
* valid.
|
|
1142
|
+
* @extends {jspb.Message}
|
|
1143
|
+
* @constructor
|
|
1144
|
+
*/
|
|
1145
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication = function(opt_data) {
|
|
1146
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1147
|
+
};
|
|
1148
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.IntuneApplication, jspb.Message);
|
|
1149
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1150
|
+
/**
|
|
1151
|
+
* @public
|
|
1152
|
+
* @override
|
|
1153
|
+
*/
|
|
1154
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.displayName = 'proto.com.lansweeper.dp.outbound.v1.IntuneApplication';
|
|
1155
|
+
}
|
|
1090
1156
|
/**
|
|
1091
1157
|
* Generated by JsPbCodeGenerator.
|
|
1092
1158
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -9143,7 +9209,9 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
|
|
|
9143
9209
|
otModule: (f = msg.getOtModule()) && proto.com.lansweeper.dp.outbound.v1.OtModule.toObject(includeInstance, f),
|
|
9144
9210
|
cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f),
|
|
9145
9211
|
changeLogList: jspb.Message.toObjectList(msg.getChangeLogList(),
|
|
9146
|
-
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject, includeInstance)
|
|
9212
|
+
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject, includeInstance),
|
|
9213
|
+
intuneDevice: (f = msg.getIntuneDevice()) && proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject(includeInstance, f),
|
|
9214
|
+
intuneApplication: (f = msg.getIntuneApplication()) && proto.com.lansweeper.dp.outbound.v1.IntuneApplication.toObject(includeInstance, f)
|
|
9147
9215
|
};
|
|
9148
9216
|
|
|
9149
9217
|
if (includeInstance) {
|
|
@@ -9342,6 +9410,16 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
|
|
|
9342
9410
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.deserializeBinaryFromReader);
|
|
9343
9411
|
msg.addChangeLog(value);
|
|
9344
9412
|
break;
|
|
9413
|
+
case 90:
|
|
9414
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.IntuneDevice;
|
|
9415
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader);
|
|
9416
|
+
msg.setIntuneDevice(value);
|
|
9417
|
+
break;
|
|
9418
|
+
case 91:
|
|
9419
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.IntuneApplication;
|
|
9420
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneApplication.deserializeBinaryFromReader);
|
|
9421
|
+
msg.setIntuneApplication(value);
|
|
9422
|
+
break;
|
|
9345
9423
|
default:
|
|
9346
9424
|
reader.skipField();
|
|
9347
9425
|
break;
|
|
@@ -9632,6 +9710,22 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
|
|
|
9632
9710
|
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.serializeBinaryToWriter
|
|
9633
9711
|
);
|
|
9634
9712
|
}
|
|
9713
|
+
f = message.getIntuneDevice();
|
|
9714
|
+
if (f != null) {
|
|
9715
|
+
writer.writeMessage(
|
|
9716
|
+
90,
|
|
9717
|
+
f,
|
|
9718
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter
|
|
9719
|
+
);
|
|
9720
|
+
}
|
|
9721
|
+
f = message.getIntuneApplication();
|
|
9722
|
+
if (f != null) {
|
|
9723
|
+
writer.writeMessage(
|
|
9724
|
+
91,
|
|
9725
|
+
f,
|
|
9726
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.serializeBinaryToWriter
|
|
9727
|
+
);
|
|
9728
|
+
}
|
|
9635
9729
|
};
|
|
9636
9730
|
|
|
9637
9731
|
|
|
@@ -10860,6 +10954,80 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearChangeLogList = functio
|
|
|
10860
10954
|
};
|
|
10861
10955
|
|
|
10862
10956
|
|
|
10957
|
+
/**
|
|
10958
|
+
* optional IntuneDevice intune_device = 90;
|
|
10959
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.IntuneDevice}
|
|
10960
|
+
*/
|
|
10961
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getIntuneDevice = function() {
|
|
10962
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.IntuneDevice} */ (
|
|
10963
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneDevice, 90));
|
|
10964
|
+
};
|
|
10965
|
+
|
|
10966
|
+
|
|
10967
|
+
/**
|
|
10968
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.IntuneDevice|undefined} value
|
|
10969
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
10970
|
+
*/
|
|
10971
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setIntuneDevice = function(value) {
|
|
10972
|
+
return jspb.Message.setWrapperField(this, 90, value);
|
|
10973
|
+
};
|
|
10974
|
+
|
|
10975
|
+
|
|
10976
|
+
/**
|
|
10977
|
+
* Clears the message field making it undefined.
|
|
10978
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
10979
|
+
*/
|
|
10980
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearIntuneDevice = function() {
|
|
10981
|
+
return this.setIntuneDevice(undefined);
|
|
10982
|
+
};
|
|
10983
|
+
|
|
10984
|
+
|
|
10985
|
+
/**
|
|
10986
|
+
* Returns whether this field is set.
|
|
10987
|
+
* @return {boolean}
|
|
10988
|
+
*/
|
|
10989
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneDevice = function() {
|
|
10990
|
+
return jspb.Message.getField(this, 90) != null;
|
|
10991
|
+
};
|
|
10992
|
+
|
|
10993
|
+
|
|
10994
|
+
/**
|
|
10995
|
+
* optional IntuneApplication intune_application = 91;
|
|
10996
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.IntuneApplication}
|
|
10997
|
+
*/
|
|
10998
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getIntuneApplication = function() {
|
|
10999
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.IntuneApplication} */ (
|
|
11000
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneApplication, 91));
|
|
11001
|
+
};
|
|
11002
|
+
|
|
11003
|
+
|
|
11004
|
+
/**
|
|
11005
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.IntuneApplication|undefined} value
|
|
11006
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
11007
|
+
*/
|
|
11008
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setIntuneApplication = function(value) {
|
|
11009
|
+
return jspb.Message.setWrapperField(this, 91, value);
|
|
11010
|
+
};
|
|
11011
|
+
|
|
11012
|
+
|
|
11013
|
+
/**
|
|
11014
|
+
* Clears the message field making it undefined.
|
|
11015
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
11016
|
+
*/
|
|
11017
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearIntuneApplication = function() {
|
|
11018
|
+
return this.setIntuneApplication(undefined);
|
|
11019
|
+
};
|
|
11020
|
+
|
|
11021
|
+
|
|
11022
|
+
/**
|
|
11023
|
+
* Returns whether this field is set.
|
|
11024
|
+
* @return {boolean}
|
|
11025
|
+
*/
|
|
11026
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneApplication = function() {
|
|
11027
|
+
return jspb.Message.getField(this, 91) != null;
|
|
11028
|
+
};
|
|
11029
|
+
|
|
11030
|
+
|
|
10863
11031
|
|
|
10864
11032
|
/**
|
|
10865
11033
|
* Oneof group definitions for this message. Each group defines the field
|
|
@@ -22689,6 +22857,3428 @@ proto.com.lansweeper.dp.outbound.v1.AssetType.prototype.hasSubType = function()
|
|
|
22689
22857
|
|
|
22690
22858
|
|
|
22691
22859
|
|
|
22860
|
+
|
|
22861
|
+
|
|
22862
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
22863
|
+
/**
|
|
22864
|
+
* Creates an object representation of this proto.
|
|
22865
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
22866
|
+
* Optional fields that are not set will be set to undefined.
|
|
22867
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
22868
|
+
* For the list of reserved names please see:
|
|
22869
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
22870
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
22871
|
+
* JSPB instance for transitional soy proto support:
|
|
22872
|
+
* http://goto/soy-param-migration
|
|
22873
|
+
* @return {!Object}
|
|
22874
|
+
*/
|
|
22875
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.toObject = function(opt_includeInstance) {
|
|
22876
|
+
return proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject(opt_includeInstance, this);
|
|
22877
|
+
};
|
|
22878
|
+
|
|
22879
|
+
|
|
22880
|
+
/**
|
|
22881
|
+
* Static version of the {@see toObject} method.
|
|
22882
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
22883
|
+
* the JSPB instance for transitional soy proto support:
|
|
22884
|
+
* http://goto/soy-param-migration
|
|
22885
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} msg The msg instance to transform.
|
|
22886
|
+
* @return {!Object}
|
|
22887
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
22888
|
+
*/
|
|
22889
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject = function(includeInstance, msg) {
|
|
22890
|
+
var f, obj = {
|
|
22891
|
+
actionName: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
22892
|
+
actionState: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
22893
|
+
startDateTime: (f = msg.getStartDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22894
|
+
lastUpdatedDateTime: (f = msg.getLastUpdatedDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
22895
|
+
};
|
|
22896
|
+
|
|
22897
|
+
if (includeInstance) {
|
|
22898
|
+
obj.$jspbMessageInstance = msg;
|
|
22899
|
+
}
|
|
22900
|
+
return obj;
|
|
22901
|
+
};
|
|
22902
|
+
}
|
|
22903
|
+
|
|
22904
|
+
|
|
22905
|
+
/**
|
|
22906
|
+
* Deserializes binary data (in protobuf wire format).
|
|
22907
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
22908
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
|
|
22909
|
+
*/
|
|
22910
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinary = function(bytes) {
|
|
22911
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
22912
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.DeviceActionResult;
|
|
22913
|
+
return proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader(msg, reader);
|
|
22914
|
+
};
|
|
22915
|
+
|
|
22916
|
+
|
|
22917
|
+
/**
|
|
22918
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
22919
|
+
* given reader into the given message object.
|
|
22920
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} msg The message object to deserialize into.
|
|
22921
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
22922
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
|
|
22923
|
+
*/
|
|
22924
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader = function(msg, reader) {
|
|
22925
|
+
while (reader.nextField()) {
|
|
22926
|
+
if (reader.isEndGroup()) {
|
|
22927
|
+
break;
|
|
22928
|
+
}
|
|
22929
|
+
var field = reader.getFieldNumber();
|
|
22930
|
+
switch (field) {
|
|
22931
|
+
case 1:
|
|
22932
|
+
var value = /** @type {string} */ (reader.readString());
|
|
22933
|
+
msg.setActionName(value);
|
|
22934
|
+
break;
|
|
22935
|
+
case 2:
|
|
22936
|
+
var value = /** @type {string} */ (reader.readString());
|
|
22937
|
+
msg.setActionState(value);
|
|
22938
|
+
break;
|
|
22939
|
+
case 3:
|
|
22940
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
22941
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
22942
|
+
msg.setStartDateTime(value);
|
|
22943
|
+
break;
|
|
22944
|
+
case 4:
|
|
22945
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
22946
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
22947
|
+
msg.setLastUpdatedDateTime(value);
|
|
22948
|
+
break;
|
|
22949
|
+
default:
|
|
22950
|
+
reader.skipField();
|
|
22951
|
+
break;
|
|
22952
|
+
}
|
|
22953
|
+
}
|
|
22954
|
+
return msg;
|
|
22955
|
+
};
|
|
22956
|
+
|
|
22957
|
+
|
|
22958
|
+
/**
|
|
22959
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
22960
|
+
* @return {!Uint8Array}
|
|
22961
|
+
*/
|
|
22962
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.serializeBinary = function() {
|
|
22963
|
+
var writer = new jspb.BinaryWriter();
|
|
22964
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter(this, writer);
|
|
22965
|
+
return writer.getResultBuffer();
|
|
22966
|
+
};
|
|
22967
|
+
|
|
22968
|
+
|
|
22969
|
+
/**
|
|
22970
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
22971
|
+
* format), writing to the given BinaryWriter.
|
|
22972
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} message
|
|
22973
|
+
* @param {!jspb.BinaryWriter} writer
|
|
22974
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
22975
|
+
*/
|
|
22976
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter = function(message, writer) {
|
|
22977
|
+
var f = undefined;
|
|
22978
|
+
f = message.getActionName();
|
|
22979
|
+
if (f.length > 0) {
|
|
22980
|
+
writer.writeString(
|
|
22981
|
+
1,
|
|
22982
|
+
f
|
|
22983
|
+
);
|
|
22984
|
+
}
|
|
22985
|
+
f = message.getActionState();
|
|
22986
|
+
if (f.length > 0) {
|
|
22987
|
+
writer.writeString(
|
|
22988
|
+
2,
|
|
22989
|
+
f
|
|
22990
|
+
);
|
|
22991
|
+
}
|
|
22992
|
+
f = message.getStartDateTime();
|
|
22993
|
+
if (f != null) {
|
|
22994
|
+
writer.writeMessage(
|
|
22995
|
+
3,
|
|
22996
|
+
f,
|
|
22997
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
22998
|
+
);
|
|
22999
|
+
}
|
|
23000
|
+
f = message.getLastUpdatedDateTime();
|
|
23001
|
+
if (f != null) {
|
|
23002
|
+
writer.writeMessage(
|
|
23003
|
+
4,
|
|
23004
|
+
f,
|
|
23005
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
23006
|
+
);
|
|
23007
|
+
}
|
|
23008
|
+
};
|
|
23009
|
+
|
|
23010
|
+
|
|
23011
|
+
/**
|
|
23012
|
+
* optional string action_name = 1;
|
|
23013
|
+
* @return {string}
|
|
23014
|
+
*/
|
|
23015
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getActionName = function() {
|
|
23016
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
23017
|
+
};
|
|
23018
|
+
|
|
23019
|
+
|
|
23020
|
+
/**
|
|
23021
|
+
* @param {string} value
|
|
23022
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
|
|
23023
|
+
*/
|
|
23024
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionName = function(value) {
|
|
23025
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
23026
|
+
};
|
|
23027
|
+
|
|
23028
|
+
|
|
23029
|
+
/**
|
|
23030
|
+
* optional string action_state = 2;
|
|
23031
|
+
* @return {string}
|
|
23032
|
+
*/
|
|
23033
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getActionState = function() {
|
|
23034
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
23035
|
+
};
|
|
23036
|
+
|
|
23037
|
+
|
|
23038
|
+
/**
|
|
23039
|
+
* @param {string} value
|
|
23040
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
|
|
23041
|
+
*/
|
|
23042
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionState = function(value) {
|
|
23043
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
23044
|
+
};
|
|
23045
|
+
|
|
23046
|
+
|
|
23047
|
+
/**
|
|
23048
|
+
* optional google.protobuf.Timestamp start_date_time = 3;
|
|
23049
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
23050
|
+
*/
|
|
23051
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getStartDateTime = function() {
|
|
23052
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
23053
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
|
|
23054
|
+
};
|
|
23055
|
+
|
|
23056
|
+
|
|
23057
|
+
/**
|
|
23058
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
23059
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
|
|
23060
|
+
*/
|
|
23061
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setStartDateTime = function(value) {
|
|
23062
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
23063
|
+
};
|
|
23064
|
+
|
|
23065
|
+
|
|
23066
|
+
/**
|
|
23067
|
+
* Clears the message field making it undefined.
|
|
23068
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
|
|
23069
|
+
*/
|
|
23070
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearStartDateTime = function() {
|
|
23071
|
+
return this.setStartDateTime(undefined);
|
|
23072
|
+
};
|
|
23073
|
+
|
|
23074
|
+
|
|
23075
|
+
/**
|
|
23076
|
+
* Returns whether this field is set.
|
|
23077
|
+
* @return {boolean}
|
|
23078
|
+
*/
|
|
23079
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasStartDateTime = function() {
|
|
23080
|
+
return jspb.Message.getField(this, 3) != null;
|
|
23081
|
+
};
|
|
23082
|
+
|
|
23083
|
+
|
|
23084
|
+
/**
|
|
23085
|
+
* optional google.protobuf.Timestamp last_updated_date_time = 4;
|
|
23086
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
23087
|
+
*/
|
|
23088
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getLastUpdatedDateTime = function() {
|
|
23089
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
23090
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));
|
|
23091
|
+
};
|
|
23092
|
+
|
|
23093
|
+
|
|
23094
|
+
/**
|
|
23095
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
23096
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
|
|
23097
|
+
*/
|
|
23098
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setLastUpdatedDateTime = function(value) {
|
|
23099
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
23100
|
+
};
|
|
23101
|
+
|
|
23102
|
+
|
|
23103
|
+
/**
|
|
23104
|
+
* Clears the message field making it undefined.
|
|
23105
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
|
|
23106
|
+
*/
|
|
23107
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearLastUpdatedDateTime = function() {
|
|
23108
|
+
return this.setLastUpdatedDateTime(undefined);
|
|
23109
|
+
};
|
|
23110
|
+
|
|
23111
|
+
|
|
23112
|
+
/**
|
|
23113
|
+
* Returns whether this field is set.
|
|
23114
|
+
* @return {boolean}
|
|
23115
|
+
*/
|
|
23116
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasLastUpdatedDateTime = function() {
|
|
23117
|
+
return jspb.Message.getField(this, 4) != null;
|
|
23118
|
+
};
|
|
23119
|
+
|
|
23120
|
+
|
|
23121
|
+
|
|
23122
|
+
/**
|
|
23123
|
+
* List of repeated fields within this message type.
|
|
23124
|
+
* @private {!Array<number>}
|
|
23125
|
+
* @const
|
|
23126
|
+
*/
|
|
23127
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.repeatedFields_ = [27,87];
|
|
23128
|
+
|
|
23129
|
+
|
|
23130
|
+
|
|
23131
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
23132
|
+
/**
|
|
23133
|
+
* Creates an object representation of this proto.
|
|
23134
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
23135
|
+
* Optional fields that are not set will be set to undefined.
|
|
23136
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
23137
|
+
* For the list of reserved names please see:
|
|
23138
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
23139
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
23140
|
+
* JSPB instance for transitional soy proto support:
|
|
23141
|
+
* http://goto/soy-param-migration
|
|
23142
|
+
* @return {!Object}
|
|
23143
|
+
*/
|
|
23144
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.toObject = function(opt_includeInstance) {
|
|
23145
|
+
return proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject(opt_includeInstance, this);
|
|
23146
|
+
};
|
|
23147
|
+
|
|
23148
|
+
|
|
23149
|
+
/**
|
|
23150
|
+
* Static version of the {@see toObject} method.
|
|
23151
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
23152
|
+
* the JSPB instance for transitional soy proto support:
|
|
23153
|
+
* http://goto/soy-param-migration
|
|
23154
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} msg The msg instance to transform.
|
|
23155
|
+
* @return {!Object}
|
|
23156
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
23157
|
+
*/
|
|
23158
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject = function(includeInstance, msg) {
|
|
23159
|
+
var f, obj = {
|
|
23160
|
+
intuneId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
23161
|
+
remoteAssistanceSessionErrorDetails: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
23162
|
+
isEncrypted: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
23163
|
+
userPrincipalName: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
23164
|
+
model: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
23165
|
+
manufacturer: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
23166
|
+
imei: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
23167
|
+
complianceGracePeriodExpirationDate: (f = msg.getComplianceGracePeriodExpirationDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23168
|
+
serialNumber: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
23169
|
+
phoneNumber: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
23170
|
+
androidSecurityPatchLevel: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
23171
|
+
userDisplayName: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
23172
|
+
wiFiMacAddress: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
23173
|
+
subscriberCarrier: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
23174
|
+
meid: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
23175
|
+
totalStorageSpaceInBytes: jspb.Message.getFieldWithDefault(msg, 16, 0),
|
|
23176
|
+
freeStorageSpaceInBytes: jspb.Message.getFieldWithDefault(msg, 17, 0),
|
|
23177
|
+
managedDeviceName: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
23178
|
+
partnerReportedThreatState: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
23179
|
+
remoteAssistanceSessionUrl: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
23180
|
+
exchangeAccessStateReason: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
23181
|
+
exchangeAccessState: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
23182
|
+
exchangeLastSuccessfulSyncDate: (f = msg.getExchangeLastSuccessfulSyncDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23183
|
+
userId: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
23184
|
+
deviceName: jspb.Message.getFieldWithDefault(msg, 25, ""),
|
|
23185
|
+
managedDeviceOwnerType: jspb.Message.getFieldWithDefault(msg, 26, ""),
|
|
23186
|
+
deviceActionResultsList: jspb.Message.toObjectList(msg.getDeviceActionResultsList(),
|
|
23187
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject, includeInstance),
|
|
23188
|
+
enrolledDateTime: (f = msg.getEnrolledDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23189
|
+
lastSyncDateTime: (f = msg.getLastSyncDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23190
|
+
operatingSystem: jspb.Message.getFieldWithDefault(msg, 30, ""),
|
|
23191
|
+
complianceState: jspb.Message.getFieldWithDefault(msg, 31, ""),
|
|
23192
|
+
jailBroken: jspb.Message.getFieldWithDefault(msg, 32, ""),
|
|
23193
|
+
managementAgent: jspb.Message.getFieldWithDefault(msg, 33, ""),
|
|
23194
|
+
osVersion: jspb.Message.getFieldWithDefault(msg, 34, ""),
|
|
23195
|
+
easDeviceId: jspb.Message.getFieldWithDefault(msg, 35, ""),
|
|
23196
|
+
easActivationDate: (f = msg.getEasActivationDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23197
|
+
isAzureAdRegistered: jspb.Message.getBooleanFieldWithDefault(msg, 37, false),
|
|
23198
|
+
deviceEnrollmentType: jspb.Message.getFieldWithDefault(msg, 38, ""),
|
|
23199
|
+
activationLockBypassCode: jspb.Message.getFieldWithDefault(msg, 39, ""),
|
|
23200
|
+
emailAddress: jspb.Message.getFieldWithDefault(msg, 40, ""),
|
|
23201
|
+
azureAdDeviceId: jspb.Message.getFieldWithDefault(msg, 41, ""),
|
|
23202
|
+
deviceRegistrationState: jspb.Message.getFieldWithDefault(msg, 42, ""),
|
|
23203
|
+
isSupervised: jspb.Message.getBooleanFieldWithDefault(msg, 43, false),
|
|
23204
|
+
isEasActivated: jspb.Message.getBooleanFieldWithDefault(msg, 44, false),
|
|
23205
|
+
hasFeatureInventory: jspb.Message.getBooleanFieldWithDefault(msg, 45, false),
|
|
23206
|
+
hasFeatureModernApps: jspb.Message.getBooleanFieldWithDefault(msg, 46, false),
|
|
23207
|
+
hasFeatureResourceAccess: jspb.Message.getBooleanFieldWithDefault(msg, 47, false),
|
|
23208
|
+
hasFeatureDeviceConfiguration: jspb.Message.getBooleanFieldWithDefault(msg, 48, false),
|
|
23209
|
+
hasFeatureCompliancePolicy: jspb.Message.getBooleanFieldWithDefault(msg, 49, false),
|
|
23210
|
+
hasFeatureWindowsUpdateForBusiness: jspb.Message.getBooleanFieldWithDefault(msg, 50, false),
|
|
23211
|
+
healthStatusMismatchInfo: jspb.Message.getFieldWithDefault(msg, 51, ""),
|
|
23212
|
+
operatingSystemRevListInfo: jspb.Message.getFieldWithDefault(msg, 52, ""),
|
|
23213
|
+
bootRevisionListInfo: jspb.Message.getFieldWithDefault(msg, 53, ""),
|
|
23214
|
+
codeIntegrityPolicy: jspb.Message.getFieldWithDefault(msg, 54, ""),
|
|
23215
|
+
secureBootConfigurationPolicyFingerPrint: jspb.Message.getFieldWithDefault(msg, 55, ""),
|
|
23216
|
+
pcr0: jspb.Message.getFieldWithDefault(msg, 56, ""),
|
|
23217
|
+
tpmVersion: jspb.Message.getFieldWithDefault(msg, 57, ""),
|
|
23218
|
+
bootManagerSecurityVersion: jspb.Message.getFieldWithDefault(msg, 58, ""),
|
|
23219
|
+
bootAppSecurityVersion: jspb.Message.getFieldWithDefault(msg, 59, ""),
|
|
23220
|
+
pcrHashAlgorithm: jspb.Message.getFieldWithDefault(msg, 60, ""),
|
|
23221
|
+
virtualSecureMode: jspb.Message.getFieldWithDefault(msg, 61, ""),
|
|
23222
|
+
earlyLaunchAntiMalwareDriverProtection: jspb.Message.getFieldWithDefault(msg, 62, ""),
|
|
23223
|
+
windowsPe: jspb.Message.getFieldWithDefault(msg, 63, ""),
|
|
23224
|
+
safeMode: jspb.Message.getFieldWithDefault(msg, 64, ""),
|
|
23225
|
+
testSigning: jspb.Message.getFieldWithDefault(msg, 65, ""),
|
|
23226
|
+
codeIntegrity: jspb.Message.getFieldWithDefault(msg, 66, ""),
|
|
23227
|
+
operatingSystemKernelDebugging: jspb.Message.getFieldWithDefault(msg, 67, ""),
|
|
23228
|
+
lastUpdateDateTime: jspb.Message.getFieldWithDefault(msg, 68, ""),
|
|
23229
|
+
lastUpdate: (f = msg.getLastUpdate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23230
|
+
contentNamespaceUrl: jspb.Message.getFieldWithDefault(msg, 70, ""),
|
|
23231
|
+
deviceHealthAttestationStatus: jspb.Message.getFieldWithDefault(msg, 71, ""),
|
|
23232
|
+
contentVersion: jspb.Message.getFieldWithDefault(msg, 72, ""),
|
|
23233
|
+
issuedDate: (f = msg.getIssuedDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23234
|
+
attestationIdentityKey: jspb.Message.getFieldWithDefault(msg, 74, ""),
|
|
23235
|
+
healthAttestationSupportedStatus: jspb.Message.getFieldWithDefault(msg, 75, ""),
|
|
23236
|
+
resetCount: jspb.Message.getFieldWithDefault(msg, 76, 0),
|
|
23237
|
+
dataExecutionPolicy: jspb.Message.getFieldWithDefault(msg, 77, ""),
|
|
23238
|
+
bitLockerStatus: jspb.Message.getFieldWithDefault(msg, 78, ""),
|
|
23239
|
+
bootManagerVersion: jspb.Message.getFieldWithDefault(msg, 79, ""),
|
|
23240
|
+
codeIntegrityCheckVersion: jspb.Message.getFieldWithDefault(msg, 80, ""),
|
|
23241
|
+
secureBoot: jspb.Message.getFieldWithDefault(msg, 81, ""),
|
|
23242
|
+
bootDebugging: jspb.Message.getFieldWithDefault(msg, 82, ""),
|
|
23243
|
+
restartCount: jspb.Message.getFieldWithDefault(msg, 83, 0),
|
|
23244
|
+
deviceCategoryId: jspb.Message.getFieldWithDefault(msg, 84, ""),
|
|
23245
|
+
deviceCategoryDisplayName: jspb.Message.getFieldWithDefault(msg, 85, ""),
|
|
23246
|
+
deviceCategoryDescription: jspb.Message.getFieldWithDefault(msg, 86, ""),
|
|
23247
|
+
intuneApplicationsList: jspb.Message.toObjectList(msg.getIntuneApplicationsList(),
|
|
23248
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.toObject, includeInstance)
|
|
23249
|
+
};
|
|
23250
|
+
|
|
23251
|
+
if (includeInstance) {
|
|
23252
|
+
obj.$jspbMessageInstance = msg;
|
|
23253
|
+
}
|
|
23254
|
+
return obj;
|
|
23255
|
+
};
|
|
23256
|
+
}
|
|
23257
|
+
|
|
23258
|
+
|
|
23259
|
+
/**
|
|
23260
|
+
* Deserializes binary data (in protobuf wire format).
|
|
23261
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
23262
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice}
|
|
23263
|
+
*/
|
|
23264
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinary = function(bytes) {
|
|
23265
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
23266
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.IntuneDevice;
|
|
23267
|
+
return proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader(msg, reader);
|
|
23268
|
+
};
|
|
23269
|
+
|
|
23270
|
+
|
|
23271
|
+
/**
|
|
23272
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
23273
|
+
* given reader into the given message object.
|
|
23274
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} msg The message object to deserialize into.
|
|
23275
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
23276
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice}
|
|
23277
|
+
*/
|
|
23278
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader = function(msg, reader) {
|
|
23279
|
+
while (reader.nextField()) {
|
|
23280
|
+
if (reader.isEndGroup()) {
|
|
23281
|
+
break;
|
|
23282
|
+
}
|
|
23283
|
+
var field = reader.getFieldNumber();
|
|
23284
|
+
switch (field) {
|
|
23285
|
+
case 1:
|
|
23286
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23287
|
+
msg.setIntuneId(value);
|
|
23288
|
+
break;
|
|
23289
|
+
case 2:
|
|
23290
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23291
|
+
msg.setRemoteAssistanceSessionErrorDetails(value);
|
|
23292
|
+
break;
|
|
23293
|
+
case 3:
|
|
23294
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23295
|
+
msg.setIsEncrypted(value);
|
|
23296
|
+
break;
|
|
23297
|
+
case 4:
|
|
23298
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23299
|
+
msg.setUserPrincipalName(value);
|
|
23300
|
+
break;
|
|
23301
|
+
case 5:
|
|
23302
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23303
|
+
msg.setModel(value);
|
|
23304
|
+
break;
|
|
23305
|
+
case 6:
|
|
23306
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23307
|
+
msg.setManufacturer(value);
|
|
23308
|
+
break;
|
|
23309
|
+
case 7:
|
|
23310
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23311
|
+
msg.setImei(value);
|
|
23312
|
+
break;
|
|
23313
|
+
case 8:
|
|
23314
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
23315
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
23316
|
+
msg.setComplianceGracePeriodExpirationDate(value);
|
|
23317
|
+
break;
|
|
23318
|
+
case 9:
|
|
23319
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23320
|
+
msg.setSerialNumber(value);
|
|
23321
|
+
break;
|
|
23322
|
+
case 10:
|
|
23323
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23324
|
+
msg.setPhoneNumber(value);
|
|
23325
|
+
break;
|
|
23326
|
+
case 11:
|
|
23327
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23328
|
+
msg.setAndroidSecurityPatchLevel(value);
|
|
23329
|
+
break;
|
|
23330
|
+
case 12:
|
|
23331
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23332
|
+
msg.setUserDisplayName(value);
|
|
23333
|
+
break;
|
|
23334
|
+
case 13:
|
|
23335
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23336
|
+
msg.setWiFiMacAddress(value);
|
|
23337
|
+
break;
|
|
23338
|
+
case 14:
|
|
23339
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23340
|
+
msg.setSubscriberCarrier(value);
|
|
23341
|
+
break;
|
|
23342
|
+
case 15:
|
|
23343
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23344
|
+
msg.setMeid(value);
|
|
23345
|
+
break;
|
|
23346
|
+
case 16:
|
|
23347
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
23348
|
+
msg.setTotalStorageSpaceInBytes(value);
|
|
23349
|
+
break;
|
|
23350
|
+
case 17:
|
|
23351
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
23352
|
+
msg.setFreeStorageSpaceInBytes(value);
|
|
23353
|
+
break;
|
|
23354
|
+
case 18:
|
|
23355
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23356
|
+
msg.setManagedDeviceName(value);
|
|
23357
|
+
break;
|
|
23358
|
+
case 19:
|
|
23359
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23360
|
+
msg.setPartnerReportedThreatState(value);
|
|
23361
|
+
break;
|
|
23362
|
+
case 20:
|
|
23363
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23364
|
+
msg.setRemoteAssistanceSessionUrl(value);
|
|
23365
|
+
break;
|
|
23366
|
+
case 21:
|
|
23367
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23368
|
+
msg.setExchangeAccessStateReason(value);
|
|
23369
|
+
break;
|
|
23370
|
+
case 22:
|
|
23371
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23372
|
+
msg.setExchangeAccessState(value);
|
|
23373
|
+
break;
|
|
23374
|
+
case 23:
|
|
23375
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
23376
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
23377
|
+
msg.setExchangeLastSuccessfulSyncDate(value);
|
|
23378
|
+
break;
|
|
23379
|
+
case 24:
|
|
23380
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23381
|
+
msg.setUserId(value);
|
|
23382
|
+
break;
|
|
23383
|
+
case 25:
|
|
23384
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23385
|
+
msg.setDeviceName(value);
|
|
23386
|
+
break;
|
|
23387
|
+
case 26:
|
|
23388
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23389
|
+
msg.setManagedDeviceOwnerType(value);
|
|
23390
|
+
break;
|
|
23391
|
+
case 27:
|
|
23392
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.DeviceActionResult;
|
|
23393
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader);
|
|
23394
|
+
msg.addDeviceActionResults(value);
|
|
23395
|
+
break;
|
|
23396
|
+
case 28:
|
|
23397
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
23398
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
23399
|
+
msg.setEnrolledDateTime(value);
|
|
23400
|
+
break;
|
|
23401
|
+
case 29:
|
|
23402
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
23403
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
23404
|
+
msg.setLastSyncDateTime(value);
|
|
23405
|
+
break;
|
|
23406
|
+
case 30:
|
|
23407
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23408
|
+
msg.setOperatingSystem(value);
|
|
23409
|
+
break;
|
|
23410
|
+
case 31:
|
|
23411
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23412
|
+
msg.setComplianceState(value);
|
|
23413
|
+
break;
|
|
23414
|
+
case 32:
|
|
23415
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23416
|
+
msg.setJailBroken(value);
|
|
23417
|
+
break;
|
|
23418
|
+
case 33:
|
|
23419
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23420
|
+
msg.setManagementAgent(value);
|
|
23421
|
+
break;
|
|
23422
|
+
case 34:
|
|
23423
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23424
|
+
msg.setOsVersion(value);
|
|
23425
|
+
break;
|
|
23426
|
+
case 35:
|
|
23427
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23428
|
+
msg.setEasDeviceId(value);
|
|
23429
|
+
break;
|
|
23430
|
+
case 36:
|
|
23431
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
23432
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
23433
|
+
msg.setEasActivationDate(value);
|
|
23434
|
+
break;
|
|
23435
|
+
case 37:
|
|
23436
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23437
|
+
msg.setIsAzureAdRegistered(value);
|
|
23438
|
+
break;
|
|
23439
|
+
case 38:
|
|
23440
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23441
|
+
msg.setDeviceEnrollmentType(value);
|
|
23442
|
+
break;
|
|
23443
|
+
case 39:
|
|
23444
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23445
|
+
msg.setActivationLockBypassCode(value);
|
|
23446
|
+
break;
|
|
23447
|
+
case 40:
|
|
23448
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23449
|
+
msg.setEmailAddress(value);
|
|
23450
|
+
break;
|
|
23451
|
+
case 41:
|
|
23452
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23453
|
+
msg.setAzureAdDeviceId(value);
|
|
23454
|
+
break;
|
|
23455
|
+
case 42:
|
|
23456
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23457
|
+
msg.setDeviceRegistrationState(value);
|
|
23458
|
+
break;
|
|
23459
|
+
case 43:
|
|
23460
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23461
|
+
msg.setIsSupervised(value);
|
|
23462
|
+
break;
|
|
23463
|
+
case 44:
|
|
23464
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23465
|
+
msg.setIsEasActivated(value);
|
|
23466
|
+
break;
|
|
23467
|
+
case 45:
|
|
23468
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23469
|
+
msg.setHasFeatureInventory(value);
|
|
23470
|
+
break;
|
|
23471
|
+
case 46:
|
|
23472
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23473
|
+
msg.setHasFeatureModernApps(value);
|
|
23474
|
+
break;
|
|
23475
|
+
case 47:
|
|
23476
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23477
|
+
msg.setHasFeatureResourceAccess(value);
|
|
23478
|
+
break;
|
|
23479
|
+
case 48:
|
|
23480
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23481
|
+
msg.setHasFeatureDeviceConfiguration(value);
|
|
23482
|
+
break;
|
|
23483
|
+
case 49:
|
|
23484
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23485
|
+
msg.setHasFeatureCompliancePolicy(value);
|
|
23486
|
+
break;
|
|
23487
|
+
case 50:
|
|
23488
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
23489
|
+
msg.setHasFeatureWindowsUpdateForBusiness(value);
|
|
23490
|
+
break;
|
|
23491
|
+
case 51:
|
|
23492
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23493
|
+
msg.setHealthStatusMismatchInfo(value);
|
|
23494
|
+
break;
|
|
23495
|
+
case 52:
|
|
23496
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23497
|
+
msg.setOperatingSystemRevListInfo(value);
|
|
23498
|
+
break;
|
|
23499
|
+
case 53:
|
|
23500
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23501
|
+
msg.setBootRevisionListInfo(value);
|
|
23502
|
+
break;
|
|
23503
|
+
case 54:
|
|
23504
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23505
|
+
msg.setCodeIntegrityPolicy(value);
|
|
23506
|
+
break;
|
|
23507
|
+
case 55:
|
|
23508
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23509
|
+
msg.setSecureBootConfigurationPolicyFingerPrint(value);
|
|
23510
|
+
break;
|
|
23511
|
+
case 56:
|
|
23512
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23513
|
+
msg.setPcr0(value);
|
|
23514
|
+
break;
|
|
23515
|
+
case 57:
|
|
23516
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23517
|
+
msg.setTpmVersion(value);
|
|
23518
|
+
break;
|
|
23519
|
+
case 58:
|
|
23520
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23521
|
+
msg.setBootManagerSecurityVersion(value);
|
|
23522
|
+
break;
|
|
23523
|
+
case 59:
|
|
23524
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23525
|
+
msg.setBootAppSecurityVersion(value);
|
|
23526
|
+
break;
|
|
23527
|
+
case 60:
|
|
23528
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23529
|
+
msg.setPcrHashAlgorithm(value);
|
|
23530
|
+
break;
|
|
23531
|
+
case 61:
|
|
23532
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23533
|
+
msg.setVirtualSecureMode(value);
|
|
23534
|
+
break;
|
|
23535
|
+
case 62:
|
|
23536
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23537
|
+
msg.setEarlyLaunchAntiMalwareDriverProtection(value);
|
|
23538
|
+
break;
|
|
23539
|
+
case 63:
|
|
23540
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23541
|
+
msg.setWindowsPe(value);
|
|
23542
|
+
break;
|
|
23543
|
+
case 64:
|
|
23544
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23545
|
+
msg.setSafeMode(value);
|
|
23546
|
+
break;
|
|
23547
|
+
case 65:
|
|
23548
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23549
|
+
msg.setTestSigning(value);
|
|
23550
|
+
break;
|
|
23551
|
+
case 66:
|
|
23552
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23553
|
+
msg.setCodeIntegrity(value);
|
|
23554
|
+
break;
|
|
23555
|
+
case 67:
|
|
23556
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23557
|
+
msg.setOperatingSystemKernelDebugging(value);
|
|
23558
|
+
break;
|
|
23559
|
+
case 68:
|
|
23560
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23561
|
+
msg.setLastUpdateDateTime(value);
|
|
23562
|
+
break;
|
|
23563
|
+
case 69:
|
|
23564
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
23565
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
23566
|
+
msg.setLastUpdate(value);
|
|
23567
|
+
break;
|
|
23568
|
+
case 70:
|
|
23569
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23570
|
+
msg.setContentNamespaceUrl(value);
|
|
23571
|
+
break;
|
|
23572
|
+
case 71:
|
|
23573
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23574
|
+
msg.setDeviceHealthAttestationStatus(value);
|
|
23575
|
+
break;
|
|
23576
|
+
case 72:
|
|
23577
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23578
|
+
msg.setContentVersion(value);
|
|
23579
|
+
break;
|
|
23580
|
+
case 73:
|
|
23581
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
23582
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
23583
|
+
msg.setIssuedDate(value);
|
|
23584
|
+
break;
|
|
23585
|
+
case 74:
|
|
23586
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23587
|
+
msg.setAttestationIdentityKey(value);
|
|
23588
|
+
break;
|
|
23589
|
+
case 75:
|
|
23590
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23591
|
+
msg.setHealthAttestationSupportedStatus(value);
|
|
23592
|
+
break;
|
|
23593
|
+
case 76:
|
|
23594
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
23595
|
+
msg.setResetCount(value);
|
|
23596
|
+
break;
|
|
23597
|
+
case 77:
|
|
23598
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23599
|
+
msg.setDataExecutionPolicy(value);
|
|
23600
|
+
break;
|
|
23601
|
+
case 78:
|
|
23602
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23603
|
+
msg.setBitLockerStatus(value);
|
|
23604
|
+
break;
|
|
23605
|
+
case 79:
|
|
23606
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23607
|
+
msg.setBootManagerVersion(value);
|
|
23608
|
+
break;
|
|
23609
|
+
case 80:
|
|
23610
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23611
|
+
msg.setCodeIntegrityCheckVersion(value);
|
|
23612
|
+
break;
|
|
23613
|
+
case 81:
|
|
23614
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23615
|
+
msg.setSecureBoot(value);
|
|
23616
|
+
break;
|
|
23617
|
+
case 82:
|
|
23618
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23619
|
+
msg.setBootDebugging(value);
|
|
23620
|
+
break;
|
|
23621
|
+
case 83:
|
|
23622
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
23623
|
+
msg.setRestartCount(value);
|
|
23624
|
+
break;
|
|
23625
|
+
case 84:
|
|
23626
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23627
|
+
msg.setDeviceCategoryId(value);
|
|
23628
|
+
break;
|
|
23629
|
+
case 85:
|
|
23630
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23631
|
+
msg.setDeviceCategoryDisplayName(value);
|
|
23632
|
+
break;
|
|
23633
|
+
case 86:
|
|
23634
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23635
|
+
msg.setDeviceCategoryDescription(value);
|
|
23636
|
+
break;
|
|
23637
|
+
case 87:
|
|
23638
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.IntuneApplication;
|
|
23639
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneApplication.deserializeBinaryFromReader);
|
|
23640
|
+
msg.addIntuneApplications(value);
|
|
23641
|
+
break;
|
|
23642
|
+
default:
|
|
23643
|
+
reader.skipField();
|
|
23644
|
+
break;
|
|
23645
|
+
}
|
|
23646
|
+
}
|
|
23647
|
+
return msg;
|
|
23648
|
+
};
|
|
23649
|
+
|
|
23650
|
+
|
|
23651
|
+
/**
|
|
23652
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
23653
|
+
* @return {!Uint8Array}
|
|
23654
|
+
*/
|
|
23655
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.serializeBinary = function() {
|
|
23656
|
+
var writer = new jspb.BinaryWriter();
|
|
23657
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter(this, writer);
|
|
23658
|
+
return writer.getResultBuffer();
|
|
23659
|
+
};
|
|
23660
|
+
|
|
23661
|
+
|
|
23662
|
+
/**
|
|
23663
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
23664
|
+
* format), writing to the given BinaryWriter.
|
|
23665
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} message
|
|
23666
|
+
* @param {!jspb.BinaryWriter} writer
|
|
23667
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
23668
|
+
*/
|
|
23669
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter = function(message, writer) {
|
|
23670
|
+
var f = undefined;
|
|
23671
|
+
f = message.getIntuneId();
|
|
23672
|
+
if (f.length > 0) {
|
|
23673
|
+
writer.writeString(
|
|
23674
|
+
1,
|
|
23675
|
+
f
|
|
23676
|
+
);
|
|
23677
|
+
}
|
|
23678
|
+
f = message.getRemoteAssistanceSessionErrorDetails();
|
|
23679
|
+
if (f.length > 0) {
|
|
23680
|
+
writer.writeString(
|
|
23681
|
+
2,
|
|
23682
|
+
f
|
|
23683
|
+
);
|
|
23684
|
+
}
|
|
23685
|
+
f = message.getIsEncrypted();
|
|
23686
|
+
if (f) {
|
|
23687
|
+
writer.writeBool(
|
|
23688
|
+
3,
|
|
23689
|
+
f
|
|
23690
|
+
);
|
|
23691
|
+
}
|
|
23692
|
+
f = message.getUserPrincipalName();
|
|
23693
|
+
if (f.length > 0) {
|
|
23694
|
+
writer.writeString(
|
|
23695
|
+
4,
|
|
23696
|
+
f
|
|
23697
|
+
);
|
|
23698
|
+
}
|
|
23699
|
+
f = message.getModel();
|
|
23700
|
+
if (f.length > 0) {
|
|
23701
|
+
writer.writeString(
|
|
23702
|
+
5,
|
|
23703
|
+
f
|
|
23704
|
+
);
|
|
23705
|
+
}
|
|
23706
|
+
f = message.getManufacturer();
|
|
23707
|
+
if (f.length > 0) {
|
|
23708
|
+
writer.writeString(
|
|
23709
|
+
6,
|
|
23710
|
+
f
|
|
23711
|
+
);
|
|
23712
|
+
}
|
|
23713
|
+
f = message.getImei();
|
|
23714
|
+
if (f.length > 0) {
|
|
23715
|
+
writer.writeString(
|
|
23716
|
+
7,
|
|
23717
|
+
f
|
|
23718
|
+
);
|
|
23719
|
+
}
|
|
23720
|
+
f = message.getComplianceGracePeriodExpirationDate();
|
|
23721
|
+
if (f != null) {
|
|
23722
|
+
writer.writeMessage(
|
|
23723
|
+
8,
|
|
23724
|
+
f,
|
|
23725
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
23726
|
+
);
|
|
23727
|
+
}
|
|
23728
|
+
f = message.getSerialNumber();
|
|
23729
|
+
if (f.length > 0) {
|
|
23730
|
+
writer.writeString(
|
|
23731
|
+
9,
|
|
23732
|
+
f
|
|
23733
|
+
);
|
|
23734
|
+
}
|
|
23735
|
+
f = message.getPhoneNumber();
|
|
23736
|
+
if (f.length > 0) {
|
|
23737
|
+
writer.writeString(
|
|
23738
|
+
10,
|
|
23739
|
+
f
|
|
23740
|
+
);
|
|
23741
|
+
}
|
|
23742
|
+
f = message.getAndroidSecurityPatchLevel();
|
|
23743
|
+
if (f.length > 0) {
|
|
23744
|
+
writer.writeString(
|
|
23745
|
+
11,
|
|
23746
|
+
f
|
|
23747
|
+
);
|
|
23748
|
+
}
|
|
23749
|
+
f = message.getUserDisplayName();
|
|
23750
|
+
if (f.length > 0) {
|
|
23751
|
+
writer.writeString(
|
|
23752
|
+
12,
|
|
23753
|
+
f
|
|
23754
|
+
);
|
|
23755
|
+
}
|
|
23756
|
+
f = message.getWiFiMacAddress();
|
|
23757
|
+
if (f.length > 0) {
|
|
23758
|
+
writer.writeString(
|
|
23759
|
+
13,
|
|
23760
|
+
f
|
|
23761
|
+
);
|
|
23762
|
+
}
|
|
23763
|
+
f = message.getSubscriberCarrier();
|
|
23764
|
+
if (f.length > 0) {
|
|
23765
|
+
writer.writeString(
|
|
23766
|
+
14,
|
|
23767
|
+
f
|
|
23768
|
+
);
|
|
23769
|
+
}
|
|
23770
|
+
f = message.getMeid();
|
|
23771
|
+
if (f.length > 0) {
|
|
23772
|
+
writer.writeString(
|
|
23773
|
+
15,
|
|
23774
|
+
f
|
|
23775
|
+
);
|
|
23776
|
+
}
|
|
23777
|
+
f = message.getTotalStorageSpaceInBytes();
|
|
23778
|
+
if (f !== 0) {
|
|
23779
|
+
writer.writeInt64(
|
|
23780
|
+
16,
|
|
23781
|
+
f
|
|
23782
|
+
);
|
|
23783
|
+
}
|
|
23784
|
+
f = message.getFreeStorageSpaceInBytes();
|
|
23785
|
+
if (f !== 0) {
|
|
23786
|
+
writer.writeInt64(
|
|
23787
|
+
17,
|
|
23788
|
+
f
|
|
23789
|
+
);
|
|
23790
|
+
}
|
|
23791
|
+
f = message.getManagedDeviceName();
|
|
23792
|
+
if (f.length > 0) {
|
|
23793
|
+
writer.writeString(
|
|
23794
|
+
18,
|
|
23795
|
+
f
|
|
23796
|
+
);
|
|
23797
|
+
}
|
|
23798
|
+
f = message.getPartnerReportedThreatState();
|
|
23799
|
+
if (f.length > 0) {
|
|
23800
|
+
writer.writeString(
|
|
23801
|
+
19,
|
|
23802
|
+
f
|
|
23803
|
+
);
|
|
23804
|
+
}
|
|
23805
|
+
f = message.getRemoteAssistanceSessionUrl();
|
|
23806
|
+
if (f.length > 0) {
|
|
23807
|
+
writer.writeString(
|
|
23808
|
+
20,
|
|
23809
|
+
f
|
|
23810
|
+
);
|
|
23811
|
+
}
|
|
23812
|
+
f = message.getExchangeAccessStateReason();
|
|
23813
|
+
if (f.length > 0) {
|
|
23814
|
+
writer.writeString(
|
|
23815
|
+
21,
|
|
23816
|
+
f
|
|
23817
|
+
);
|
|
23818
|
+
}
|
|
23819
|
+
f = message.getExchangeAccessState();
|
|
23820
|
+
if (f.length > 0) {
|
|
23821
|
+
writer.writeString(
|
|
23822
|
+
22,
|
|
23823
|
+
f
|
|
23824
|
+
);
|
|
23825
|
+
}
|
|
23826
|
+
f = message.getExchangeLastSuccessfulSyncDate();
|
|
23827
|
+
if (f != null) {
|
|
23828
|
+
writer.writeMessage(
|
|
23829
|
+
23,
|
|
23830
|
+
f,
|
|
23831
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
23832
|
+
);
|
|
23833
|
+
}
|
|
23834
|
+
f = message.getUserId();
|
|
23835
|
+
if (f.length > 0) {
|
|
23836
|
+
writer.writeString(
|
|
23837
|
+
24,
|
|
23838
|
+
f
|
|
23839
|
+
);
|
|
23840
|
+
}
|
|
23841
|
+
f = message.getDeviceName();
|
|
23842
|
+
if (f.length > 0) {
|
|
23843
|
+
writer.writeString(
|
|
23844
|
+
25,
|
|
23845
|
+
f
|
|
23846
|
+
);
|
|
23847
|
+
}
|
|
23848
|
+
f = message.getManagedDeviceOwnerType();
|
|
23849
|
+
if (f.length > 0) {
|
|
23850
|
+
writer.writeString(
|
|
23851
|
+
26,
|
|
23852
|
+
f
|
|
23853
|
+
);
|
|
23854
|
+
}
|
|
23855
|
+
f = message.getDeviceActionResultsList();
|
|
23856
|
+
if (f.length > 0) {
|
|
23857
|
+
writer.writeRepeatedMessage(
|
|
23858
|
+
27,
|
|
23859
|
+
f,
|
|
23860
|
+
proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter
|
|
23861
|
+
);
|
|
23862
|
+
}
|
|
23863
|
+
f = message.getEnrolledDateTime();
|
|
23864
|
+
if (f != null) {
|
|
23865
|
+
writer.writeMessage(
|
|
23866
|
+
28,
|
|
23867
|
+
f,
|
|
23868
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
23869
|
+
);
|
|
23870
|
+
}
|
|
23871
|
+
f = message.getLastSyncDateTime();
|
|
23872
|
+
if (f != null) {
|
|
23873
|
+
writer.writeMessage(
|
|
23874
|
+
29,
|
|
23875
|
+
f,
|
|
23876
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
23877
|
+
);
|
|
23878
|
+
}
|
|
23879
|
+
f = message.getOperatingSystem();
|
|
23880
|
+
if (f.length > 0) {
|
|
23881
|
+
writer.writeString(
|
|
23882
|
+
30,
|
|
23883
|
+
f
|
|
23884
|
+
);
|
|
23885
|
+
}
|
|
23886
|
+
f = message.getComplianceState();
|
|
23887
|
+
if (f.length > 0) {
|
|
23888
|
+
writer.writeString(
|
|
23889
|
+
31,
|
|
23890
|
+
f
|
|
23891
|
+
);
|
|
23892
|
+
}
|
|
23893
|
+
f = message.getJailBroken();
|
|
23894
|
+
if (f.length > 0) {
|
|
23895
|
+
writer.writeString(
|
|
23896
|
+
32,
|
|
23897
|
+
f
|
|
23898
|
+
);
|
|
23899
|
+
}
|
|
23900
|
+
f = message.getManagementAgent();
|
|
23901
|
+
if (f.length > 0) {
|
|
23902
|
+
writer.writeString(
|
|
23903
|
+
33,
|
|
23904
|
+
f
|
|
23905
|
+
);
|
|
23906
|
+
}
|
|
23907
|
+
f = message.getOsVersion();
|
|
23908
|
+
if (f.length > 0) {
|
|
23909
|
+
writer.writeString(
|
|
23910
|
+
34,
|
|
23911
|
+
f
|
|
23912
|
+
);
|
|
23913
|
+
}
|
|
23914
|
+
f = message.getEasDeviceId();
|
|
23915
|
+
if (f.length > 0) {
|
|
23916
|
+
writer.writeString(
|
|
23917
|
+
35,
|
|
23918
|
+
f
|
|
23919
|
+
);
|
|
23920
|
+
}
|
|
23921
|
+
f = message.getEasActivationDate();
|
|
23922
|
+
if (f != null) {
|
|
23923
|
+
writer.writeMessage(
|
|
23924
|
+
36,
|
|
23925
|
+
f,
|
|
23926
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
23927
|
+
);
|
|
23928
|
+
}
|
|
23929
|
+
f = message.getIsAzureAdRegistered();
|
|
23930
|
+
if (f) {
|
|
23931
|
+
writer.writeBool(
|
|
23932
|
+
37,
|
|
23933
|
+
f
|
|
23934
|
+
);
|
|
23935
|
+
}
|
|
23936
|
+
f = message.getDeviceEnrollmentType();
|
|
23937
|
+
if (f.length > 0) {
|
|
23938
|
+
writer.writeString(
|
|
23939
|
+
38,
|
|
23940
|
+
f
|
|
23941
|
+
);
|
|
23942
|
+
}
|
|
23943
|
+
f = message.getActivationLockBypassCode();
|
|
23944
|
+
if (f.length > 0) {
|
|
23945
|
+
writer.writeString(
|
|
23946
|
+
39,
|
|
23947
|
+
f
|
|
23948
|
+
);
|
|
23949
|
+
}
|
|
23950
|
+
f = message.getEmailAddress();
|
|
23951
|
+
if (f.length > 0) {
|
|
23952
|
+
writer.writeString(
|
|
23953
|
+
40,
|
|
23954
|
+
f
|
|
23955
|
+
);
|
|
23956
|
+
}
|
|
23957
|
+
f = message.getAzureAdDeviceId();
|
|
23958
|
+
if (f.length > 0) {
|
|
23959
|
+
writer.writeString(
|
|
23960
|
+
41,
|
|
23961
|
+
f
|
|
23962
|
+
);
|
|
23963
|
+
}
|
|
23964
|
+
f = message.getDeviceRegistrationState();
|
|
23965
|
+
if (f.length > 0) {
|
|
23966
|
+
writer.writeString(
|
|
23967
|
+
42,
|
|
23968
|
+
f
|
|
23969
|
+
);
|
|
23970
|
+
}
|
|
23971
|
+
f = message.getIsSupervised();
|
|
23972
|
+
if (f) {
|
|
23973
|
+
writer.writeBool(
|
|
23974
|
+
43,
|
|
23975
|
+
f
|
|
23976
|
+
);
|
|
23977
|
+
}
|
|
23978
|
+
f = message.getIsEasActivated();
|
|
23979
|
+
if (f) {
|
|
23980
|
+
writer.writeBool(
|
|
23981
|
+
44,
|
|
23982
|
+
f
|
|
23983
|
+
);
|
|
23984
|
+
}
|
|
23985
|
+
f = message.getHasFeatureInventory();
|
|
23986
|
+
if (f) {
|
|
23987
|
+
writer.writeBool(
|
|
23988
|
+
45,
|
|
23989
|
+
f
|
|
23990
|
+
);
|
|
23991
|
+
}
|
|
23992
|
+
f = message.getHasFeatureModernApps();
|
|
23993
|
+
if (f) {
|
|
23994
|
+
writer.writeBool(
|
|
23995
|
+
46,
|
|
23996
|
+
f
|
|
23997
|
+
);
|
|
23998
|
+
}
|
|
23999
|
+
f = message.getHasFeatureResourceAccess();
|
|
24000
|
+
if (f) {
|
|
24001
|
+
writer.writeBool(
|
|
24002
|
+
47,
|
|
24003
|
+
f
|
|
24004
|
+
);
|
|
24005
|
+
}
|
|
24006
|
+
f = message.getHasFeatureDeviceConfiguration();
|
|
24007
|
+
if (f) {
|
|
24008
|
+
writer.writeBool(
|
|
24009
|
+
48,
|
|
24010
|
+
f
|
|
24011
|
+
);
|
|
24012
|
+
}
|
|
24013
|
+
f = message.getHasFeatureCompliancePolicy();
|
|
24014
|
+
if (f) {
|
|
24015
|
+
writer.writeBool(
|
|
24016
|
+
49,
|
|
24017
|
+
f
|
|
24018
|
+
);
|
|
24019
|
+
}
|
|
24020
|
+
f = message.getHasFeatureWindowsUpdateForBusiness();
|
|
24021
|
+
if (f) {
|
|
24022
|
+
writer.writeBool(
|
|
24023
|
+
50,
|
|
24024
|
+
f
|
|
24025
|
+
);
|
|
24026
|
+
}
|
|
24027
|
+
f = message.getHealthStatusMismatchInfo();
|
|
24028
|
+
if (f.length > 0) {
|
|
24029
|
+
writer.writeString(
|
|
24030
|
+
51,
|
|
24031
|
+
f
|
|
24032
|
+
);
|
|
24033
|
+
}
|
|
24034
|
+
f = message.getOperatingSystemRevListInfo();
|
|
24035
|
+
if (f.length > 0) {
|
|
24036
|
+
writer.writeString(
|
|
24037
|
+
52,
|
|
24038
|
+
f
|
|
24039
|
+
);
|
|
24040
|
+
}
|
|
24041
|
+
f = message.getBootRevisionListInfo();
|
|
24042
|
+
if (f.length > 0) {
|
|
24043
|
+
writer.writeString(
|
|
24044
|
+
53,
|
|
24045
|
+
f
|
|
24046
|
+
);
|
|
24047
|
+
}
|
|
24048
|
+
f = message.getCodeIntegrityPolicy();
|
|
24049
|
+
if (f.length > 0) {
|
|
24050
|
+
writer.writeString(
|
|
24051
|
+
54,
|
|
24052
|
+
f
|
|
24053
|
+
);
|
|
24054
|
+
}
|
|
24055
|
+
f = message.getSecureBootConfigurationPolicyFingerPrint();
|
|
24056
|
+
if (f.length > 0) {
|
|
24057
|
+
writer.writeString(
|
|
24058
|
+
55,
|
|
24059
|
+
f
|
|
24060
|
+
);
|
|
24061
|
+
}
|
|
24062
|
+
f = message.getPcr0();
|
|
24063
|
+
if (f.length > 0) {
|
|
24064
|
+
writer.writeString(
|
|
24065
|
+
56,
|
|
24066
|
+
f
|
|
24067
|
+
);
|
|
24068
|
+
}
|
|
24069
|
+
f = message.getTpmVersion();
|
|
24070
|
+
if (f.length > 0) {
|
|
24071
|
+
writer.writeString(
|
|
24072
|
+
57,
|
|
24073
|
+
f
|
|
24074
|
+
);
|
|
24075
|
+
}
|
|
24076
|
+
f = message.getBootManagerSecurityVersion();
|
|
24077
|
+
if (f.length > 0) {
|
|
24078
|
+
writer.writeString(
|
|
24079
|
+
58,
|
|
24080
|
+
f
|
|
24081
|
+
);
|
|
24082
|
+
}
|
|
24083
|
+
f = message.getBootAppSecurityVersion();
|
|
24084
|
+
if (f.length > 0) {
|
|
24085
|
+
writer.writeString(
|
|
24086
|
+
59,
|
|
24087
|
+
f
|
|
24088
|
+
);
|
|
24089
|
+
}
|
|
24090
|
+
f = message.getPcrHashAlgorithm();
|
|
24091
|
+
if (f.length > 0) {
|
|
24092
|
+
writer.writeString(
|
|
24093
|
+
60,
|
|
24094
|
+
f
|
|
24095
|
+
);
|
|
24096
|
+
}
|
|
24097
|
+
f = message.getVirtualSecureMode();
|
|
24098
|
+
if (f.length > 0) {
|
|
24099
|
+
writer.writeString(
|
|
24100
|
+
61,
|
|
24101
|
+
f
|
|
24102
|
+
);
|
|
24103
|
+
}
|
|
24104
|
+
f = message.getEarlyLaunchAntiMalwareDriverProtection();
|
|
24105
|
+
if (f.length > 0) {
|
|
24106
|
+
writer.writeString(
|
|
24107
|
+
62,
|
|
24108
|
+
f
|
|
24109
|
+
);
|
|
24110
|
+
}
|
|
24111
|
+
f = message.getWindowsPe();
|
|
24112
|
+
if (f.length > 0) {
|
|
24113
|
+
writer.writeString(
|
|
24114
|
+
63,
|
|
24115
|
+
f
|
|
24116
|
+
);
|
|
24117
|
+
}
|
|
24118
|
+
f = message.getSafeMode();
|
|
24119
|
+
if (f.length > 0) {
|
|
24120
|
+
writer.writeString(
|
|
24121
|
+
64,
|
|
24122
|
+
f
|
|
24123
|
+
);
|
|
24124
|
+
}
|
|
24125
|
+
f = message.getTestSigning();
|
|
24126
|
+
if (f.length > 0) {
|
|
24127
|
+
writer.writeString(
|
|
24128
|
+
65,
|
|
24129
|
+
f
|
|
24130
|
+
);
|
|
24131
|
+
}
|
|
24132
|
+
f = message.getCodeIntegrity();
|
|
24133
|
+
if (f.length > 0) {
|
|
24134
|
+
writer.writeString(
|
|
24135
|
+
66,
|
|
24136
|
+
f
|
|
24137
|
+
);
|
|
24138
|
+
}
|
|
24139
|
+
f = message.getOperatingSystemKernelDebugging();
|
|
24140
|
+
if (f.length > 0) {
|
|
24141
|
+
writer.writeString(
|
|
24142
|
+
67,
|
|
24143
|
+
f
|
|
24144
|
+
);
|
|
24145
|
+
}
|
|
24146
|
+
f = message.getLastUpdateDateTime();
|
|
24147
|
+
if (f.length > 0) {
|
|
24148
|
+
writer.writeString(
|
|
24149
|
+
68,
|
|
24150
|
+
f
|
|
24151
|
+
);
|
|
24152
|
+
}
|
|
24153
|
+
f = message.getLastUpdate();
|
|
24154
|
+
if (f != null) {
|
|
24155
|
+
writer.writeMessage(
|
|
24156
|
+
69,
|
|
24157
|
+
f,
|
|
24158
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
24159
|
+
);
|
|
24160
|
+
}
|
|
24161
|
+
f = message.getContentNamespaceUrl();
|
|
24162
|
+
if (f.length > 0) {
|
|
24163
|
+
writer.writeString(
|
|
24164
|
+
70,
|
|
24165
|
+
f
|
|
24166
|
+
);
|
|
24167
|
+
}
|
|
24168
|
+
f = message.getDeviceHealthAttestationStatus();
|
|
24169
|
+
if (f.length > 0) {
|
|
24170
|
+
writer.writeString(
|
|
24171
|
+
71,
|
|
24172
|
+
f
|
|
24173
|
+
);
|
|
24174
|
+
}
|
|
24175
|
+
f = message.getContentVersion();
|
|
24176
|
+
if (f.length > 0) {
|
|
24177
|
+
writer.writeString(
|
|
24178
|
+
72,
|
|
24179
|
+
f
|
|
24180
|
+
);
|
|
24181
|
+
}
|
|
24182
|
+
f = message.getIssuedDate();
|
|
24183
|
+
if (f != null) {
|
|
24184
|
+
writer.writeMessage(
|
|
24185
|
+
73,
|
|
24186
|
+
f,
|
|
24187
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
24188
|
+
);
|
|
24189
|
+
}
|
|
24190
|
+
f = message.getAttestationIdentityKey();
|
|
24191
|
+
if (f.length > 0) {
|
|
24192
|
+
writer.writeString(
|
|
24193
|
+
74,
|
|
24194
|
+
f
|
|
24195
|
+
);
|
|
24196
|
+
}
|
|
24197
|
+
f = message.getHealthAttestationSupportedStatus();
|
|
24198
|
+
if (f.length > 0) {
|
|
24199
|
+
writer.writeString(
|
|
24200
|
+
75,
|
|
24201
|
+
f
|
|
24202
|
+
);
|
|
24203
|
+
}
|
|
24204
|
+
f = message.getResetCount();
|
|
24205
|
+
if (f !== 0) {
|
|
24206
|
+
writer.writeInt64(
|
|
24207
|
+
76,
|
|
24208
|
+
f
|
|
24209
|
+
);
|
|
24210
|
+
}
|
|
24211
|
+
f = message.getDataExecutionPolicy();
|
|
24212
|
+
if (f.length > 0) {
|
|
24213
|
+
writer.writeString(
|
|
24214
|
+
77,
|
|
24215
|
+
f
|
|
24216
|
+
);
|
|
24217
|
+
}
|
|
24218
|
+
f = message.getBitLockerStatus();
|
|
24219
|
+
if (f.length > 0) {
|
|
24220
|
+
writer.writeString(
|
|
24221
|
+
78,
|
|
24222
|
+
f
|
|
24223
|
+
);
|
|
24224
|
+
}
|
|
24225
|
+
f = message.getBootManagerVersion();
|
|
24226
|
+
if (f.length > 0) {
|
|
24227
|
+
writer.writeString(
|
|
24228
|
+
79,
|
|
24229
|
+
f
|
|
24230
|
+
);
|
|
24231
|
+
}
|
|
24232
|
+
f = message.getCodeIntegrityCheckVersion();
|
|
24233
|
+
if (f.length > 0) {
|
|
24234
|
+
writer.writeString(
|
|
24235
|
+
80,
|
|
24236
|
+
f
|
|
24237
|
+
);
|
|
24238
|
+
}
|
|
24239
|
+
f = message.getSecureBoot();
|
|
24240
|
+
if (f.length > 0) {
|
|
24241
|
+
writer.writeString(
|
|
24242
|
+
81,
|
|
24243
|
+
f
|
|
24244
|
+
);
|
|
24245
|
+
}
|
|
24246
|
+
f = message.getBootDebugging();
|
|
24247
|
+
if (f.length > 0) {
|
|
24248
|
+
writer.writeString(
|
|
24249
|
+
82,
|
|
24250
|
+
f
|
|
24251
|
+
);
|
|
24252
|
+
}
|
|
24253
|
+
f = message.getRestartCount();
|
|
24254
|
+
if (f !== 0) {
|
|
24255
|
+
writer.writeInt64(
|
|
24256
|
+
83,
|
|
24257
|
+
f
|
|
24258
|
+
);
|
|
24259
|
+
}
|
|
24260
|
+
f = message.getDeviceCategoryId();
|
|
24261
|
+
if (f.length > 0) {
|
|
24262
|
+
writer.writeString(
|
|
24263
|
+
84,
|
|
24264
|
+
f
|
|
24265
|
+
);
|
|
24266
|
+
}
|
|
24267
|
+
f = message.getDeviceCategoryDisplayName();
|
|
24268
|
+
if (f.length > 0) {
|
|
24269
|
+
writer.writeString(
|
|
24270
|
+
85,
|
|
24271
|
+
f
|
|
24272
|
+
);
|
|
24273
|
+
}
|
|
24274
|
+
f = message.getDeviceCategoryDescription();
|
|
24275
|
+
if (f.length > 0) {
|
|
24276
|
+
writer.writeString(
|
|
24277
|
+
86,
|
|
24278
|
+
f
|
|
24279
|
+
);
|
|
24280
|
+
}
|
|
24281
|
+
f = message.getIntuneApplicationsList();
|
|
24282
|
+
if (f.length > 0) {
|
|
24283
|
+
writer.writeRepeatedMessage(
|
|
24284
|
+
87,
|
|
24285
|
+
f,
|
|
24286
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.serializeBinaryToWriter
|
|
24287
|
+
);
|
|
24288
|
+
}
|
|
24289
|
+
};
|
|
24290
|
+
|
|
24291
|
+
|
|
24292
|
+
/**
|
|
24293
|
+
* optional string intune_id = 1;
|
|
24294
|
+
* @return {string}
|
|
24295
|
+
*/
|
|
24296
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getIntuneId = function() {
|
|
24297
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
24298
|
+
};
|
|
24299
|
+
|
|
24300
|
+
|
|
24301
|
+
/**
|
|
24302
|
+
* @param {string} value
|
|
24303
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24304
|
+
*/
|
|
24305
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setIntuneId = function(value) {
|
|
24306
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
24307
|
+
};
|
|
24308
|
+
|
|
24309
|
+
|
|
24310
|
+
/**
|
|
24311
|
+
* optional string remote_assistance_session_error_details = 2;
|
|
24312
|
+
* @return {string}
|
|
24313
|
+
*/
|
|
24314
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getRemoteAssistanceSessionErrorDetails = function() {
|
|
24315
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
24316
|
+
};
|
|
24317
|
+
|
|
24318
|
+
|
|
24319
|
+
/**
|
|
24320
|
+
* @param {string} value
|
|
24321
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24322
|
+
*/
|
|
24323
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setRemoteAssistanceSessionErrorDetails = function(value) {
|
|
24324
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
24325
|
+
};
|
|
24326
|
+
|
|
24327
|
+
|
|
24328
|
+
/**
|
|
24329
|
+
* optional bool is_encrypted = 3;
|
|
24330
|
+
* @return {boolean}
|
|
24331
|
+
*/
|
|
24332
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getIsEncrypted = function() {
|
|
24333
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
24334
|
+
};
|
|
24335
|
+
|
|
24336
|
+
|
|
24337
|
+
/**
|
|
24338
|
+
* @param {boolean} value
|
|
24339
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24340
|
+
*/
|
|
24341
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setIsEncrypted = function(value) {
|
|
24342
|
+
return jspb.Message.setProto3BooleanField(this, 3, value);
|
|
24343
|
+
};
|
|
24344
|
+
|
|
24345
|
+
|
|
24346
|
+
/**
|
|
24347
|
+
* optional string user_principal_name = 4;
|
|
24348
|
+
* @return {string}
|
|
24349
|
+
*/
|
|
24350
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getUserPrincipalName = function() {
|
|
24351
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
24352
|
+
};
|
|
24353
|
+
|
|
24354
|
+
|
|
24355
|
+
/**
|
|
24356
|
+
* @param {string} value
|
|
24357
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24358
|
+
*/
|
|
24359
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setUserPrincipalName = function(value) {
|
|
24360
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
24361
|
+
};
|
|
24362
|
+
|
|
24363
|
+
|
|
24364
|
+
/**
|
|
24365
|
+
* optional string model = 5;
|
|
24366
|
+
* @return {string}
|
|
24367
|
+
*/
|
|
24368
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getModel = function() {
|
|
24369
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
24370
|
+
};
|
|
24371
|
+
|
|
24372
|
+
|
|
24373
|
+
/**
|
|
24374
|
+
* @param {string} value
|
|
24375
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24376
|
+
*/
|
|
24377
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setModel = function(value) {
|
|
24378
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
24379
|
+
};
|
|
24380
|
+
|
|
24381
|
+
|
|
24382
|
+
/**
|
|
24383
|
+
* optional string manufacturer = 6;
|
|
24384
|
+
* @return {string}
|
|
24385
|
+
*/
|
|
24386
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getManufacturer = function() {
|
|
24387
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
24388
|
+
};
|
|
24389
|
+
|
|
24390
|
+
|
|
24391
|
+
/**
|
|
24392
|
+
* @param {string} value
|
|
24393
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24394
|
+
*/
|
|
24395
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setManufacturer = function(value) {
|
|
24396
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
24397
|
+
};
|
|
24398
|
+
|
|
24399
|
+
|
|
24400
|
+
/**
|
|
24401
|
+
* optional string imei = 7;
|
|
24402
|
+
* @return {string}
|
|
24403
|
+
*/
|
|
24404
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getImei = function() {
|
|
24405
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
24406
|
+
};
|
|
24407
|
+
|
|
24408
|
+
|
|
24409
|
+
/**
|
|
24410
|
+
* @param {string} value
|
|
24411
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24412
|
+
*/
|
|
24413
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setImei = function(value) {
|
|
24414
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
24415
|
+
};
|
|
24416
|
+
|
|
24417
|
+
|
|
24418
|
+
/**
|
|
24419
|
+
* optional google.protobuf.Timestamp compliance_grace_period_expiration_date = 8;
|
|
24420
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
24421
|
+
*/
|
|
24422
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getComplianceGracePeriodExpirationDate = function() {
|
|
24423
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
24424
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 8));
|
|
24425
|
+
};
|
|
24426
|
+
|
|
24427
|
+
|
|
24428
|
+
/**
|
|
24429
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
24430
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24431
|
+
*/
|
|
24432
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setComplianceGracePeriodExpirationDate = function(value) {
|
|
24433
|
+
return jspb.Message.setWrapperField(this, 8, value);
|
|
24434
|
+
};
|
|
24435
|
+
|
|
24436
|
+
|
|
24437
|
+
/**
|
|
24438
|
+
* Clears the message field making it undefined.
|
|
24439
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24440
|
+
*/
|
|
24441
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearComplianceGracePeriodExpirationDate = function() {
|
|
24442
|
+
return this.setComplianceGracePeriodExpirationDate(undefined);
|
|
24443
|
+
};
|
|
24444
|
+
|
|
24445
|
+
|
|
24446
|
+
/**
|
|
24447
|
+
* Returns whether this field is set.
|
|
24448
|
+
* @return {boolean}
|
|
24449
|
+
*/
|
|
24450
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.hasComplianceGracePeriodExpirationDate = function() {
|
|
24451
|
+
return jspb.Message.getField(this, 8) != null;
|
|
24452
|
+
};
|
|
24453
|
+
|
|
24454
|
+
|
|
24455
|
+
/**
|
|
24456
|
+
* optional string serial_number = 9;
|
|
24457
|
+
* @return {string}
|
|
24458
|
+
*/
|
|
24459
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getSerialNumber = function() {
|
|
24460
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
24461
|
+
};
|
|
24462
|
+
|
|
24463
|
+
|
|
24464
|
+
/**
|
|
24465
|
+
* @param {string} value
|
|
24466
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24467
|
+
*/
|
|
24468
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setSerialNumber = function(value) {
|
|
24469
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
24470
|
+
};
|
|
24471
|
+
|
|
24472
|
+
|
|
24473
|
+
/**
|
|
24474
|
+
* optional string phone_number = 10;
|
|
24475
|
+
* @return {string}
|
|
24476
|
+
*/
|
|
24477
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getPhoneNumber = function() {
|
|
24478
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
24479
|
+
};
|
|
24480
|
+
|
|
24481
|
+
|
|
24482
|
+
/**
|
|
24483
|
+
* @param {string} value
|
|
24484
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24485
|
+
*/
|
|
24486
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setPhoneNumber = function(value) {
|
|
24487
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
24488
|
+
};
|
|
24489
|
+
|
|
24490
|
+
|
|
24491
|
+
/**
|
|
24492
|
+
* optional string android_security_patch_level = 11;
|
|
24493
|
+
* @return {string}
|
|
24494
|
+
*/
|
|
24495
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getAndroidSecurityPatchLevel = function() {
|
|
24496
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
24497
|
+
};
|
|
24498
|
+
|
|
24499
|
+
|
|
24500
|
+
/**
|
|
24501
|
+
* @param {string} value
|
|
24502
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24503
|
+
*/
|
|
24504
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setAndroidSecurityPatchLevel = function(value) {
|
|
24505
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
24506
|
+
};
|
|
24507
|
+
|
|
24508
|
+
|
|
24509
|
+
/**
|
|
24510
|
+
* optional string user_display_name = 12;
|
|
24511
|
+
* @return {string}
|
|
24512
|
+
*/
|
|
24513
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getUserDisplayName = function() {
|
|
24514
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
24515
|
+
};
|
|
24516
|
+
|
|
24517
|
+
|
|
24518
|
+
/**
|
|
24519
|
+
* @param {string} value
|
|
24520
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24521
|
+
*/
|
|
24522
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setUserDisplayName = function(value) {
|
|
24523
|
+
return jspb.Message.setProto3StringField(this, 12, value);
|
|
24524
|
+
};
|
|
24525
|
+
|
|
24526
|
+
|
|
24527
|
+
/**
|
|
24528
|
+
* optional string wi_fi_mac_address = 13;
|
|
24529
|
+
* @return {string}
|
|
24530
|
+
*/
|
|
24531
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getWiFiMacAddress = function() {
|
|
24532
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
24533
|
+
};
|
|
24534
|
+
|
|
24535
|
+
|
|
24536
|
+
/**
|
|
24537
|
+
* @param {string} value
|
|
24538
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24539
|
+
*/
|
|
24540
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setWiFiMacAddress = function(value) {
|
|
24541
|
+
return jspb.Message.setProto3StringField(this, 13, value);
|
|
24542
|
+
};
|
|
24543
|
+
|
|
24544
|
+
|
|
24545
|
+
/**
|
|
24546
|
+
* optional string subscriber_carrier = 14;
|
|
24547
|
+
* @return {string}
|
|
24548
|
+
*/
|
|
24549
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getSubscriberCarrier = function() {
|
|
24550
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
24551
|
+
};
|
|
24552
|
+
|
|
24553
|
+
|
|
24554
|
+
/**
|
|
24555
|
+
* @param {string} value
|
|
24556
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24557
|
+
*/
|
|
24558
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setSubscriberCarrier = function(value) {
|
|
24559
|
+
return jspb.Message.setProto3StringField(this, 14, value);
|
|
24560
|
+
};
|
|
24561
|
+
|
|
24562
|
+
|
|
24563
|
+
/**
|
|
24564
|
+
* optional string meid = 15;
|
|
24565
|
+
* @return {string}
|
|
24566
|
+
*/
|
|
24567
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getMeid = function() {
|
|
24568
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
24569
|
+
};
|
|
24570
|
+
|
|
24571
|
+
|
|
24572
|
+
/**
|
|
24573
|
+
* @param {string} value
|
|
24574
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24575
|
+
*/
|
|
24576
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setMeid = function(value) {
|
|
24577
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
24578
|
+
};
|
|
24579
|
+
|
|
24580
|
+
|
|
24581
|
+
/**
|
|
24582
|
+
* optional int64 total_storage_space_in_bytes = 16;
|
|
24583
|
+
* @return {number}
|
|
24584
|
+
*/
|
|
24585
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getTotalStorageSpaceInBytes = function() {
|
|
24586
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 16, 0));
|
|
24587
|
+
};
|
|
24588
|
+
|
|
24589
|
+
|
|
24590
|
+
/**
|
|
24591
|
+
* @param {number} value
|
|
24592
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24593
|
+
*/
|
|
24594
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setTotalStorageSpaceInBytes = function(value) {
|
|
24595
|
+
return jspb.Message.setProto3IntField(this, 16, value);
|
|
24596
|
+
};
|
|
24597
|
+
|
|
24598
|
+
|
|
24599
|
+
/**
|
|
24600
|
+
* optional int64 free_storage_space_in_bytes = 17;
|
|
24601
|
+
* @return {number}
|
|
24602
|
+
*/
|
|
24603
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getFreeStorageSpaceInBytes = function() {
|
|
24604
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
|
|
24605
|
+
};
|
|
24606
|
+
|
|
24607
|
+
|
|
24608
|
+
/**
|
|
24609
|
+
* @param {number} value
|
|
24610
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24611
|
+
*/
|
|
24612
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setFreeStorageSpaceInBytes = function(value) {
|
|
24613
|
+
return jspb.Message.setProto3IntField(this, 17, value);
|
|
24614
|
+
};
|
|
24615
|
+
|
|
24616
|
+
|
|
24617
|
+
/**
|
|
24618
|
+
* optional string managed_device_name = 18;
|
|
24619
|
+
* @return {string}
|
|
24620
|
+
*/
|
|
24621
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getManagedDeviceName = function() {
|
|
24622
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
|
|
24623
|
+
};
|
|
24624
|
+
|
|
24625
|
+
|
|
24626
|
+
/**
|
|
24627
|
+
* @param {string} value
|
|
24628
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24629
|
+
*/
|
|
24630
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setManagedDeviceName = function(value) {
|
|
24631
|
+
return jspb.Message.setProto3StringField(this, 18, value);
|
|
24632
|
+
};
|
|
24633
|
+
|
|
24634
|
+
|
|
24635
|
+
/**
|
|
24636
|
+
* optional string partner_reported_threat_state = 19;
|
|
24637
|
+
* @return {string}
|
|
24638
|
+
*/
|
|
24639
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getPartnerReportedThreatState = function() {
|
|
24640
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
24641
|
+
};
|
|
24642
|
+
|
|
24643
|
+
|
|
24644
|
+
/**
|
|
24645
|
+
* @param {string} value
|
|
24646
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24647
|
+
*/
|
|
24648
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setPartnerReportedThreatState = function(value) {
|
|
24649
|
+
return jspb.Message.setProto3StringField(this, 19, value);
|
|
24650
|
+
};
|
|
24651
|
+
|
|
24652
|
+
|
|
24653
|
+
/**
|
|
24654
|
+
* optional string remote_assistance_session_url = 20;
|
|
24655
|
+
* @return {string}
|
|
24656
|
+
*/
|
|
24657
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getRemoteAssistanceSessionUrl = function() {
|
|
24658
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
|
|
24659
|
+
};
|
|
24660
|
+
|
|
24661
|
+
|
|
24662
|
+
/**
|
|
24663
|
+
* @param {string} value
|
|
24664
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24665
|
+
*/
|
|
24666
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setRemoteAssistanceSessionUrl = function(value) {
|
|
24667
|
+
return jspb.Message.setProto3StringField(this, 20, value);
|
|
24668
|
+
};
|
|
24669
|
+
|
|
24670
|
+
|
|
24671
|
+
/**
|
|
24672
|
+
* optional string exchange_access_state_reason = 21;
|
|
24673
|
+
* @return {string}
|
|
24674
|
+
*/
|
|
24675
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getExchangeAccessStateReason = function() {
|
|
24676
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
|
|
24677
|
+
};
|
|
24678
|
+
|
|
24679
|
+
|
|
24680
|
+
/**
|
|
24681
|
+
* @param {string} value
|
|
24682
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24683
|
+
*/
|
|
24684
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setExchangeAccessStateReason = function(value) {
|
|
24685
|
+
return jspb.Message.setProto3StringField(this, 21, value);
|
|
24686
|
+
};
|
|
24687
|
+
|
|
24688
|
+
|
|
24689
|
+
/**
|
|
24690
|
+
* optional string exchange_access_state = 22;
|
|
24691
|
+
* @return {string}
|
|
24692
|
+
*/
|
|
24693
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getExchangeAccessState = function() {
|
|
24694
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, ""));
|
|
24695
|
+
};
|
|
24696
|
+
|
|
24697
|
+
|
|
24698
|
+
/**
|
|
24699
|
+
* @param {string} value
|
|
24700
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24701
|
+
*/
|
|
24702
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setExchangeAccessState = function(value) {
|
|
24703
|
+
return jspb.Message.setProto3StringField(this, 22, value);
|
|
24704
|
+
};
|
|
24705
|
+
|
|
24706
|
+
|
|
24707
|
+
/**
|
|
24708
|
+
* optional google.protobuf.Timestamp exchange_last_successful_sync_date = 23;
|
|
24709
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
24710
|
+
*/
|
|
24711
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getExchangeLastSuccessfulSyncDate = function() {
|
|
24712
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
24713
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 23));
|
|
24714
|
+
};
|
|
24715
|
+
|
|
24716
|
+
|
|
24717
|
+
/**
|
|
24718
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
24719
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24720
|
+
*/
|
|
24721
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setExchangeLastSuccessfulSyncDate = function(value) {
|
|
24722
|
+
return jspb.Message.setWrapperField(this, 23, value);
|
|
24723
|
+
};
|
|
24724
|
+
|
|
24725
|
+
|
|
24726
|
+
/**
|
|
24727
|
+
* Clears the message field making it undefined.
|
|
24728
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24729
|
+
*/
|
|
24730
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearExchangeLastSuccessfulSyncDate = function() {
|
|
24731
|
+
return this.setExchangeLastSuccessfulSyncDate(undefined);
|
|
24732
|
+
};
|
|
24733
|
+
|
|
24734
|
+
|
|
24735
|
+
/**
|
|
24736
|
+
* Returns whether this field is set.
|
|
24737
|
+
* @return {boolean}
|
|
24738
|
+
*/
|
|
24739
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.hasExchangeLastSuccessfulSyncDate = function() {
|
|
24740
|
+
return jspb.Message.getField(this, 23) != null;
|
|
24741
|
+
};
|
|
24742
|
+
|
|
24743
|
+
|
|
24744
|
+
/**
|
|
24745
|
+
* optional string user_id = 24;
|
|
24746
|
+
* @return {string}
|
|
24747
|
+
*/
|
|
24748
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getUserId = function() {
|
|
24749
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
|
|
24750
|
+
};
|
|
24751
|
+
|
|
24752
|
+
|
|
24753
|
+
/**
|
|
24754
|
+
* @param {string} value
|
|
24755
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24756
|
+
*/
|
|
24757
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setUserId = function(value) {
|
|
24758
|
+
return jspb.Message.setProto3StringField(this, 24, value);
|
|
24759
|
+
};
|
|
24760
|
+
|
|
24761
|
+
|
|
24762
|
+
/**
|
|
24763
|
+
* optional string device_name = 25;
|
|
24764
|
+
* @return {string}
|
|
24765
|
+
*/
|
|
24766
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceName = function() {
|
|
24767
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
|
|
24768
|
+
};
|
|
24769
|
+
|
|
24770
|
+
|
|
24771
|
+
/**
|
|
24772
|
+
* @param {string} value
|
|
24773
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24774
|
+
*/
|
|
24775
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceName = function(value) {
|
|
24776
|
+
return jspb.Message.setProto3StringField(this, 25, value);
|
|
24777
|
+
};
|
|
24778
|
+
|
|
24779
|
+
|
|
24780
|
+
/**
|
|
24781
|
+
* optional string managed_device_owner_type = 26;
|
|
24782
|
+
* @return {string}
|
|
24783
|
+
*/
|
|
24784
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getManagedDeviceOwnerType = function() {
|
|
24785
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
|
|
24786
|
+
};
|
|
24787
|
+
|
|
24788
|
+
|
|
24789
|
+
/**
|
|
24790
|
+
* @param {string} value
|
|
24791
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24792
|
+
*/
|
|
24793
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setManagedDeviceOwnerType = function(value) {
|
|
24794
|
+
return jspb.Message.setProto3StringField(this, 26, value);
|
|
24795
|
+
};
|
|
24796
|
+
|
|
24797
|
+
|
|
24798
|
+
/**
|
|
24799
|
+
* repeated DeviceActionResult device_action_results = 27;
|
|
24800
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>}
|
|
24801
|
+
*/
|
|
24802
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceActionResultsList = function() {
|
|
24803
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>} */ (
|
|
24804
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, 27));
|
|
24805
|
+
};
|
|
24806
|
+
|
|
24807
|
+
|
|
24808
|
+
/**
|
|
24809
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>} value
|
|
24810
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24811
|
+
*/
|
|
24812
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceActionResultsList = function(value) {
|
|
24813
|
+
return jspb.Message.setRepeatedWrapperField(this, 27, value);
|
|
24814
|
+
};
|
|
24815
|
+
|
|
24816
|
+
|
|
24817
|
+
/**
|
|
24818
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult=} opt_value
|
|
24819
|
+
* @param {number=} opt_index
|
|
24820
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
|
|
24821
|
+
*/
|
|
24822
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.addDeviceActionResults = function(opt_value, opt_index) {
|
|
24823
|
+
return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, opt_index);
|
|
24824
|
+
};
|
|
24825
|
+
|
|
24826
|
+
|
|
24827
|
+
/**
|
|
24828
|
+
* Clears the list making it empty but non-null.
|
|
24829
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24830
|
+
*/
|
|
24831
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearDeviceActionResultsList = function() {
|
|
24832
|
+
return this.setDeviceActionResultsList([]);
|
|
24833
|
+
};
|
|
24834
|
+
|
|
24835
|
+
|
|
24836
|
+
/**
|
|
24837
|
+
* optional google.protobuf.Timestamp enrolled_date_time = 28;
|
|
24838
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
24839
|
+
*/
|
|
24840
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getEnrolledDateTime = function() {
|
|
24841
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
24842
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 28));
|
|
24843
|
+
};
|
|
24844
|
+
|
|
24845
|
+
|
|
24846
|
+
/**
|
|
24847
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
24848
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24849
|
+
*/
|
|
24850
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setEnrolledDateTime = function(value) {
|
|
24851
|
+
return jspb.Message.setWrapperField(this, 28, value);
|
|
24852
|
+
};
|
|
24853
|
+
|
|
24854
|
+
|
|
24855
|
+
/**
|
|
24856
|
+
* Clears the message field making it undefined.
|
|
24857
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24858
|
+
*/
|
|
24859
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearEnrolledDateTime = function() {
|
|
24860
|
+
return this.setEnrolledDateTime(undefined);
|
|
24861
|
+
};
|
|
24862
|
+
|
|
24863
|
+
|
|
24864
|
+
/**
|
|
24865
|
+
* Returns whether this field is set.
|
|
24866
|
+
* @return {boolean}
|
|
24867
|
+
*/
|
|
24868
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.hasEnrolledDateTime = function() {
|
|
24869
|
+
return jspb.Message.getField(this, 28) != null;
|
|
24870
|
+
};
|
|
24871
|
+
|
|
24872
|
+
|
|
24873
|
+
/**
|
|
24874
|
+
* optional google.protobuf.Timestamp last_sync_date_time = 29;
|
|
24875
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
24876
|
+
*/
|
|
24877
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getLastSyncDateTime = function() {
|
|
24878
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
24879
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 29));
|
|
24880
|
+
};
|
|
24881
|
+
|
|
24882
|
+
|
|
24883
|
+
/**
|
|
24884
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
24885
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24886
|
+
*/
|
|
24887
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setLastSyncDateTime = function(value) {
|
|
24888
|
+
return jspb.Message.setWrapperField(this, 29, value);
|
|
24889
|
+
};
|
|
24890
|
+
|
|
24891
|
+
|
|
24892
|
+
/**
|
|
24893
|
+
* Clears the message field making it undefined.
|
|
24894
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24895
|
+
*/
|
|
24896
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearLastSyncDateTime = function() {
|
|
24897
|
+
return this.setLastSyncDateTime(undefined);
|
|
24898
|
+
};
|
|
24899
|
+
|
|
24900
|
+
|
|
24901
|
+
/**
|
|
24902
|
+
* Returns whether this field is set.
|
|
24903
|
+
* @return {boolean}
|
|
24904
|
+
*/
|
|
24905
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.hasLastSyncDateTime = function() {
|
|
24906
|
+
return jspb.Message.getField(this, 29) != null;
|
|
24907
|
+
};
|
|
24908
|
+
|
|
24909
|
+
|
|
24910
|
+
/**
|
|
24911
|
+
* optional string operating_system = 30;
|
|
24912
|
+
* @return {string}
|
|
24913
|
+
*/
|
|
24914
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getOperatingSystem = function() {
|
|
24915
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 30, ""));
|
|
24916
|
+
};
|
|
24917
|
+
|
|
24918
|
+
|
|
24919
|
+
/**
|
|
24920
|
+
* @param {string} value
|
|
24921
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24922
|
+
*/
|
|
24923
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setOperatingSystem = function(value) {
|
|
24924
|
+
return jspb.Message.setProto3StringField(this, 30, value);
|
|
24925
|
+
};
|
|
24926
|
+
|
|
24927
|
+
|
|
24928
|
+
/**
|
|
24929
|
+
* optional string compliance_state = 31;
|
|
24930
|
+
* @return {string}
|
|
24931
|
+
*/
|
|
24932
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getComplianceState = function() {
|
|
24933
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 31, ""));
|
|
24934
|
+
};
|
|
24935
|
+
|
|
24936
|
+
|
|
24937
|
+
/**
|
|
24938
|
+
* @param {string} value
|
|
24939
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24940
|
+
*/
|
|
24941
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setComplianceState = function(value) {
|
|
24942
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
24943
|
+
};
|
|
24944
|
+
|
|
24945
|
+
|
|
24946
|
+
/**
|
|
24947
|
+
* optional string jail_broken = 32;
|
|
24948
|
+
* @return {string}
|
|
24949
|
+
*/
|
|
24950
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getJailBroken = function() {
|
|
24951
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, ""));
|
|
24952
|
+
};
|
|
24953
|
+
|
|
24954
|
+
|
|
24955
|
+
/**
|
|
24956
|
+
* @param {string} value
|
|
24957
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24958
|
+
*/
|
|
24959
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setJailBroken = function(value) {
|
|
24960
|
+
return jspb.Message.setProto3StringField(this, 32, value);
|
|
24961
|
+
};
|
|
24962
|
+
|
|
24963
|
+
|
|
24964
|
+
/**
|
|
24965
|
+
* optional string management_agent = 33;
|
|
24966
|
+
* @return {string}
|
|
24967
|
+
*/
|
|
24968
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getManagementAgent = function() {
|
|
24969
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 33, ""));
|
|
24970
|
+
};
|
|
24971
|
+
|
|
24972
|
+
|
|
24973
|
+
/**
|
|
24974
|
+
* @param {string} value
|
|
24975
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24976
|
+
*/
|
|
24977
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setManagementAgent = function(value) {
|
|
24978
|
+
return jspb.Message.setProto3StringField(this, 33, value);
|
|
24979
|
+
};
|
|
24980
|
+
|
|
24981
|
+
|
|
24982
|
+
/**
|
|
24983
|
+
* optional string os_version = 34;
|
|
24984
|
+
* @return {string}
|
|
24985
|
+
*/
|
|
24986
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getOsVersion = function() {
|
|
24987
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 34, ""));
|
|
24988
|
+
};
|
|
24989
|
+
|
|
24990
|
+
|
|
24991
|
+
/**
|
|
24992
|
+
* @param {string} value
|
|
24993
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24994
|
+
*/
|
|
24995
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setOsVersion = function(value) {
|
|
24996
|
+
return jspb.Message.setProto3StringField(this, 34, value);
|
|
24997
|
+
};
|
|
24998
|
+
|
|
24999
|
+
|
|
25000
|
+
/**
|
|
25001
|
+
* optional string eas_device_id = 35;
|
|
25002
|
+
* @return {string}
|
|
25003
|
+
*/
|
|
25004
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getEasDeviceId = function() {
|
|
25005
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 35, ""));
|
|
25006
|
+
};
|
|
25007
|
+
|
|
25008
|
+
|
|
25009
|
+
/**
|
|
25010
|
+
* @param {string} value
|
|
25011
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25012
|
+
*/
|
|
25013
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setEasDeviceId = function(value) {
|
|
25014
|
+
return jspb.Message.setProto3StringField(this, 35, value);
|
|
25015
|
+
};
|
|
25016
|
+
|
|
25017
|
+
|
|
25018
|
+
/**
|
|
25019
|
+
* optional google.protobuf.Timestamp eas_activation_date = 36;
|
|
25020
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
25021
|
+
*/
|
|
25022
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getEasActivationDate = function() {
|
|
25023
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
25024
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 36));
|
|
25025
|
+
};
|
|
25026
|
+
|
|
25027
|
+
|
|
25028
|
+
/**
|
|
25029
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
25030
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25031
|
+
*/
|
|
25032
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setEasActivationDate = function(value) {
|
|
25033
|
+
return jspb.Message.setWrapperField(this, 36, value);
|
|
25034
|
+
};
|
|
25035
|
+
|
|
25036
|
+
|
|
25037
|
+
/**
|
|
25038
|
+
* Clears the message field making it undefined.
|
|
25039
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25040
|
+
*/
|
|
25041
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearEasActivationDate = function() {
|
|
25042
|
+
return this.setEasActivationDate(undefined);
|
|
25043
|
+
};
|
|
25044
|
+
|
|
25045
|
+
|
|
25046
|
+
/**
|
|
25047
|
+
* Returns whether this field is set.
|
|
25048
|
+
* @return {boolean}
|
|
25049
|
+
*/
|
|
25050
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.hasEasActivationDate = function() {
|
|
25051
|
+
return jspb.Message.getField(this, 36) != null;
|
|
25052
|
+
};
|
|
25053
|
+
|
|
25054
|
+
|
|
25055
|
+
/**
|
|
25056
|
+
* optional bool is_azure_ad_registered = 37;
|
|
25057
|
+
* @return {boolean}
|
|
25058
|
+
*/
|
|
25059
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getIsAzureAdRegistered = function() {
|
|
25060
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 37, false));
|
|
25061
|
+
};
|
|
25062
|
+
|
|
25063
|
+
|
|
25064
|
+
/**
|
|
25065
|
+
* @param {boolean} value
|
|
25066
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25067
|
+
*/
|
|
25068
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setIsAzureAdRegistered = function(value) {
|
|
25069
|
+
return jspb.Message.setProto3BooleanField(this, 37, value);
|
|
25070
|
+
};
|
|
25071
|
+
|
|
25072
|
+
|
|
25073
|
+
/**
|
|
25074
|
+
* optional string device_enrollment_type = 38;
|
|
25075
|
+
* @return {string}
|
|
25076
|
+
*/
|
|
25077
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceEnrollmentType = function() {
|
|
25078
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 38, ""));
|
|
25079
|
+
};
|
|
25080
|
+
|
|
25081
|
+
|
|
25082
|
+
/**
|
|
25083
|
+
* @param {string} value
|
|
25084
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25085
|
+
*/
|
|
25086
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceEnrollmentType = function(value) {
|
|
25087
|
+
return jspb.Message.setProto3StringField(this, 38, value);
|
|
25088
|
+
};
|
|
25089
|
+
|
|
25090
|
+
|
|
25091
|
+
/**
|
|
25092
|
+
* optional string activation_lock_bypass_code = 39;
|
|
25093
|
+
* @return {string}
|
|
25094
|
+
*/
|
|
25095
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getActivationLockBypassCode = function() {
|
|
25096
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 39, ""));
|
|
25097
|
+
};
|
|
25098
|
+
|
|
25099
|
+
|
|
25100
|
+
/**
|
|
25101
|
+
* @param {string} value
|
|
25102
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25103
|
+
*/
|
|
25104
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setActivationLockBypassCode = function(value) {
|
|
25105
|
+
return jspb.Message.setProto3StringField(this, 39, value);
|
|
25106
|
+
};
|
|
25107
|
+
|
|
25108
|
+
|
|
25109
|
+
/**
|
|
25110
|
+
* optional string email_address = 40;
|
|
25111
|
+
* @return {string}
|
|
25112
|
+
*/
|
|
25113
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getEmailAddress = function() {
|
|
25114
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 40, ""));
|
|
25115
|
+
};
|
|
25116
|
+
|
|
25117
|
+
|
|
25118
|
+
/**
|
|
25119
|
+
* @param {string} value
|
|
25120
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25121
|
+
*/
|
|
25122
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setEmailAddress = function(value) {
|
|
25123
|
+
return jspb.Message.setProto3StringField(this, 40, value);
|
|
25124
|
+
};
|
|
25125
|
+
|
|
25126
|
+
|
|
25127
|
+
/**
|
|
25128
|
+
* optional string azure_ad_device_id = 41;
|
|
25129
|
+
* @return {string}
|
|
25130
|
+
*/
|
|
25131
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getAzureAdDeviceId = function() {
|
|
25132
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 41, ""));
|
|
25133
|
+
};
|
|
25134
|
+
|
|
25135
|
+
|
|
25136
|
+
/**
|
|
25137
|
+
* @param {string} value
|
|
25138
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25139
|
+
*/
|
|
25140
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setAzureAdDeviceId = function(value) {
|
|
25141
|
+
return jspb.Message.setProto3StringField(this, 41, value);
|
|
25142
|
+
};
|
|
25143
|
+
|
|
25144
|
+
|
|
25145
|
+
/**
|
|
25146
|
+
* optional string device_registration_state = 42;
|
|
25147
|
+
* @return {string}
|
|
25148
|
+
*/
|
|
25149
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceRegistrationState = function() {
|
|
25150
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 42, ""));
|
|
25151
|
+
};
|
|
25152
|
+
|
|
25153
|
+
|
|
25154
|
+
/**
|
|
25155
|
+
* @param {string} value
|
|
25156
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25157
|
+
*/
|
|
25158
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceRegistrationState = function(value) {
|
|
25159
|
+
return jspb.Message.setProto3StringField(this, 42, value);
|
|
25160
|
+
};
|
|
25161
|
+
|
|
25162
|
+
|
|
25163
|
+
/**
|
|
25164
|
+
* optional bool is_supervised = 43;
|
|
25165
|
+
* @return {boolean}
|
|
25166
|
+
*/
|
|
25167
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getIsSupervised = function() {
|
|
25168
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 43, false));
|
|
25169
|
+
};
|
|
25170
|
+
|
|
25171
|
+
|
|
25172
|
+
/**
|
|
25173
|
+
* @param {boolean} value
|
|
25174
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25175
|
+
*/
|
|
25176
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setIsSupervised = function(value) {
|
|
25177
|
+
return jspb.Message.setProto3BooleanField(this, 43, value);
|
|
25178
|
+
};
|
|
25179
|
+
|
|
25180
|
+
|
|
25181
|
+
/**
|
|
25182
|
+
* optional bool is_eas_activated = 44;
|
|
25183
|
+
* @return {boolean}
|
|
25184
|
+
*/
|
|
25185
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getIsEasActivated = function() {
|
|
25186
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 44, false));
|
|
25187
|
+
};
|
|
25188
|
+
|
|
25189
|
+
|
|
25190
|
+
/**
|
|
25191
|
+
* @param {boolean} value
|
|
25192
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25193
|
+
*/
|
|
25194
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setIsEasActivated = function(value) {
|
|
25195
|
+
return jspb.Message.setProto3BooleanField(this, 44, value);
|
|
25196
|
+
};
|
|
25197
|
+
|
|
25198
|
+
|
|
25199
|
+
/**
|
|
25200
|
+
* optional bool has_feature_inventory = 45;
|
|
25201
|
+
* @return {boolean}
|
|
25202
|
+
*/
|
|
25203
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getHasFeatureInventory = function() {
|
|
25204
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 45, false));
|
|
25205
|
+
};
|
|
25206
|
+
|
|
25207
|
+
|
|
25208
|
+
/**
|
|
25209
|
+
* @param {boolean} value
|
|
25210
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25211
|
+
*/
|
|
25212
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setHasFeatureInventory = function(value) {
|
|
25213
|
+
return jspb.Message.setProto3BooleanField(this, 45, value);
|
|
25214
|
+
};
|
|
25215
|
+
|
|
25216
|
+
|
|
25217
|
+
/**
|
|
25218
|
+
* optional bool has_feature_modern_apps = 46;
|
|
25219
|
+
* @return {boolean}
|
|
25220
|
+
*/
|
|
25221
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getHasFeatureModernApps = function() {
|
|
25222
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 46, false));
|
|
25223
|
+
};
|
|
25224
|
+
|
|
25225
|
+
|
|
25226
|
+
/**
|
|
25227
|
+
* @param {boolean} value
|
|
25228
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25229
|
+
*/
|
|
25230
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setHasFeatureModernApps = function(value) {
|
|
25231
|
+
return jspb.Message.setProto3BooleanField(this, 46, value);
|
|
25232
|
+
};
|
|
25233
|
+
|
|
25234
|
+
|
|
25235
|
+
/**
|
|
25236
|
+
* optional bool has_feature_resource_access = 47;
|
|
25237
|
+
* @return {boolean}
|
|
25238
|
+
*/
|
|
25239
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getHasFeatureResourceAccess = function() {
|
|
25240
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 47, false));
|
|
25241
|
+
};
|
|
25242
|
+
|
|
25243
|
+
|
|
25244
|
+
/**
|
|
25245
|
+
* @param {boolean} value
|
|
25246
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25247
|
+
*/
|
|
25248
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setHasFeatureResourceAccess = function(value) {
|
|
25249
|
+
return jspb.Message.setProto3BooleanField(this, 47, value);
|
|
25250
|
+
};
|
|
25251
|
+
|
|
25252
|
+
|
|
25253
|
+
/**
|
|
25254
|
+
* optional bool has_feature_device_configuration = 48;
|
|
25255
|
+
* @return {boolean}
|
|
25256
|
+
*/
|
|
25257
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getHasFeatureDeviceConfiguration = function() {
|
|
25258
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 48, false));
|
|
25259
|
+
};
|
|
25260
|
+
|
|
25261
|
+
|
|
25262
|
+
/**
|
|
25263
|
+
* @param {boolean} value
|
|
25264
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25265
|
+
*/
|
|
25266
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setHasFeatureDeviceConfiguration = function(value) {
|
|
25267
|
+
return jspb.Message.setProto3BooleanField(this, 48, value);
|
|
25268
|
+
};
|
|
25269
|
+
|
|
25270
|
+
|
|
25271
|
+
/**
|
|
25272
|
+
* optional bool has_feature_compliance_policy = 49;
|
|
25273
|
+
* @return {boolean}
|
|
25274
|
+
*/
|
|
25275
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getHasFeatureCompliancePolicy = function() {
|
|
25276
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 49, false));
|
|
25277
|
+
};
|
|
25278
|
+
|
|
25279
|
+
|
|
25280
|
+
/**
|
|
25281
|
+
* @param {boolean} value
|
|
25282
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25283
|
+
*/
|
|
25284
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setHasFeatureCompliancePolicy = function(value) {
|
|
25285
|
+
return jspb.Message.setProto3BooleanField(this, 49, value);
|
|
25286
|
+
};
|
|
25287
|
+
|
|
25288
|
+
|
|
25289
|
+
/**
|
|
25290
|
+
* optional bool has_feature_windows_update_for_business = 50;
|
|
25291
|
+
* @return {boolean}
|
|
25292
|
+
*/
|
|
25293
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getHasFeatureWindowsUpdateForBusiness = function() {
|
|
25294
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 50, false));
|
|
25295
|
+
};
|
|
25296
|
+
|
|
25297
|
+
|
|
25298
|
+
/**
|
|
25299
|
+
* @param {boolean} value
|
|
25300
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25301
|
+
*/
|
|
25302
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setHasFeatureWindowsUpdateForBusiness = function(value) {
|
|
25303
|
+
return jspb.Message.setProto3BooleanField(this, 50, value);
|
|
25304
|
+
};
|
|
25305
|
+
|
|
25306
|
+
|
|
25307
|
+
/**
|
|
25308
|
+
* optional string health_status_mismatch_info = 51;
|
|
25309
|
+
* @return {string}
|
|
25310
|
+
*/
|
|
25311
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getHealthStatusMismatchInfo = function() {
|
|
25312
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 51, ""));
|
|
25313
|
+
};
|
|
25314
|
+
|
|
25315
|
+
|
|
25316
|
+
/**
|
|
25317
|
+
* @param {string} value
|
|
25318
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25319
|
+
*/
|
|
25320
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setHealthStatusMismatchInfo = function(value) {
|
|
25321
|
+
return jspb.Message.setProto3StringField(this, 51, value);
|
|
25322
|
+
};
|
|
25323
|
+
|
|
25324
|
+
|
|
25325
|
+
/**
|
|
25326
|
+
* optional string operating_system_rev_list_info = 52;
|
|
25327
|
+
* @return {string}
|
|
25328
|
+
*/
|
|
25329
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getOperatingSystemRevListInfo = function() {
|
|
25330
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 52, ""));
|
|
25331
|
+
};
|
|
25332
|
+
|
|
25333
|
+
|
|
25334
|
+
/**
|
|
25335
|
+
* @param {string} value
|
|
25336
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25337
|
+
*/
|
|
25338
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setOperatingSystemRevListInfo = function(value) {
|
|
25339
|
+
return jspb.Message.setProto3StringField(this, 52, value);
|
|
25340
|
+
};
|
|
25341
|
+
|
|
25342
|
+
|
|
25343
|
+
/**
|
|
25344
|
+
* optional string boot_revision_list_info = 53;
|
|
25345
|
+
* @return {string}
|
|
25346
|
+
*/
|
|
25347
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getBootRevisionListInfo = function() {
|
|
25348
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 53, ""));
|
|
25349
|
+
};
|
|
25350
|
+
|
|
25351
|
+
|
|
25352
|
+
/**
|
|
25353
|
+
* @param {string} value
|
|
25354
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25355
|
+
*/
|
|
25356
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setBootRevisionListInfo = function(value) {
|
|
25357
|
+
return jspb.Message.setProto3StringField(this, 53, value);
|
|
25358
|
+
};
|
|
25359
|
+
|
|
25360
|
+
|
|
25361
|
+
/**
|
|
25362
|
+
* optional string code_integrity_policy = 54;
|
|
25363
|
+
* @return {string}
|
|
25364
|
+
*/
|
|
25365
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getCodeIntegrityPolicy = function() {
|
|
25366
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 54, ""));
|
|
25367
|
+
};
|
|
25368
|
+
|
|
25369
|
+
|
|
25370
|
+
/**
|
|
25371
|
+
* @param {string} value
|
|
25372
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25373
|
+
*/
|
|
25374
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setCodeIntegrityPolicy = function(value) {
|
|
25375
|
+
return jspb.Message.setProto3StringField(this, 54, value);
|
|
25376
|
+
};
|
|
25377
|
+
|
|
25378
|
+
|
|
25379
|
+
/**
|
|
25380
|
+
* optional string secure_boot_configuration_policy_finger_print = 55;
|
|
25381
|
+
* @return {string}
|
|
25382
|
+
*/
|
|
25383
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getSecureBootConfigurationPolicyFingerPrint = function() {
|
|
25384
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 55, ""));
|
|
25385
|
+
};
|
|
25386
|
+
|
|
25387
|
+
|
|
25388
|
+
/**
|
|
25389
|
+
* @param {string} value
|
|
25390
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25391
|
+
*/
|
|
25392
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setSecureBootConfigurationPolicyFingerPrint = function(value) {
|
|
25393
|
+
return jspb.Message.setProto3StringField(this, 55, value);
|
|
25394
|
+
};
|
|
25395
|
+
|
|
25396
|
+
|
|
25397
|
+
/**
|
|
25398
|
+
* optional string pcr0 = 56;
|
|
25399
|
+
* @return {string}
|
|
25400
|
+
*/
|
|
25401
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getPcr0 = function() {
|
|
25402
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 56, ""));
|
|
25403
|
+
};
|
|
25404
|
+
|
|
25405
|
+
|
|
25406
|
+
/**
|
|
25407
|
+
* @param {string} value
|
|
25408
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25409
|
+
*/
|
|
25410
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setPcr0 = function(value) {
|
|
25411
|
+
return jspb.Message.setProto3StringField(this, 56, value);
|
|
25412
|
+
};
|
|
25413
|
+
|
|
25414
|
+
|
|
25415
|
+
/**
|
|
25416
|
+
* optional string tpm_version = 57;
|
|
25417
|
+
* @return {string}
|
|
25418
|
+
*/
|
|
25419
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getTpmVersion = function() {
|
|
25420
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 57, ""));
|
|
25421
|
+
};
|
|
25422
|
+
|
|
25423
|
+
|
|
25424
|
+
/**
|
|
25425
|
+
* @param {string} value
|
|
25426
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25427
|
+
*/
|
|
25428
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setTpmVersion = function(value) {
|
|
25429
|
+
return jspb.Message.setProto3StringField(this, 57, value);
|
|
25430
|
+
};
|
|
25431
|
+
|
|
25432
|
+
|
|
25433
|
+
/**
|
|
25434
|
+
* optional string boot_manager_security_version = 58;
|
|
25435
|
+
* @return {string}
|
|
25436
|
+
*/
|
|
25437
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getBootManagerSecurityVersion = function() {
|
|
25438
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 58, ""));
|
|
25439
|
+
};
|
|
25440
|
+
|
|
25441
|
+
|
|
25442
|
+
/**
|
|
25443
|
+
* @param {string} value
|
|
25444
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25445
|
+
*/
|
|
25446
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setBootManagerSecurityVersion = function(value) {
|
|
25447
|
+
return jspb.Message.setProto3StringField(this, 58, value);
|
|
25448
|
+
};
|
|
25449
|
+
|
|
25450
|
+
|
|
25451
|
+
/**
|
|
25452
|
+
* optional string boot_app_security_version = 59;
|
|
25453
|
+
* @return {string}
|
|
25454
|
+
*/
|
|
25455
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getBootAppSecurityVersion = function() {
|
|
25456
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 59, ""));
|
|
25457
|
+
};
|
|
25458
|
+
|
|
25459
|
+
|
|
25460
|
+
/**
|
|
25461
|
+
* @param {string} value
|
|
25462
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25463
|
+
*/
|
|
25464
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setBootAppSecurityVersion = function(value) {
|
|
25465
|
+
return jspb.Message.setProto3StringField(this, 59, value);
|
|
25466
|
+
};
|
|
25467
|
+
|
|
25468
|
+
|
|
25469
|
+
/**
|
|
25470
|
+
* optional string pcr_hash_algorithm = 60;
|
|
25471
|
+
* @return {string}
|
|
25472
|
+
*/
|
|
25473
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getPcrHashAlgorithm = function() {
|
|
25474
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 60, ""));
|
|
25475
|
+
};
|
|
25476
|
+
|
|
25477
|
+
|
|
25478
|
+
/**
|
|
25479
|
+
* @param {string} value
|
|
25480
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25481
|
+
*/
|
|
25482
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setPcrHashAlgorithm = function(value) {
|
|
25483
|
+
return jspb.Message.setProto3StringField(this, 60, value);
|
|
25484
|
+
};
|
|
25485
|
+
|
|
25486
|
+
|
|
25487
|
+
/**
|
|
25488
|
+
* optional string virtual_secure_mode = 61;
|
|
25489
|
+
* @return {string}
|
|
25490
|
+
*/
|
|
25491
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getVirtualSecureMode = function() {
|
|
25492
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 61, ""));
|
|
25493
|
+
};
|
|
25494
|
+
|
|
25495
|
+
|
|
25496
|
+
/**
|
|
25497
|
+
* @param {string} value
|
|
25498
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25499
|
+
*/
|
|
25500
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setVirtualSecureMode = function(value) {
|
|
25501
|
+
return jspb.Message.setProto3StringField(this, 61, value);
|
|
25502
|
+
};
|
|
25503
|
+
|
|
25504
|
+
|
|
25505
|
+
/**
|
|
25506
|
+
* optional string early_launch_anti_malware_driver_protection = 62;
|
|
25507
|
+
* @return {string}
|
|
25508
|
+
*/
|
|
25509
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getEarlyLaunchAntiMalwareDriverProtection = function() {
|
|
25510
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 62, ""));
|
|
25511
|
+
};
|
|
25512
|
+
|
|
25513
|
+
|
|
25514
|
+
/**
|
|
25515
|
+
* @param {string} value
|
|
25516
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25517
|
+
*/
|
|
25518
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setEarlyLaunchAntiMalwareDriverProtection = function(value) {
|
|
25519
|
+
return jspb.Message.setProto3StringField(this, 62, value);
|
|
25520
|
+
};
|
|
25521
|
+
|
|
25522
|
+
|
|
25523
|
+
/**
|
|
25524
|
+
* optional string windows_pe = 63;
|
|
25525
|
+
* @return {string}
|
|
25526
|
+
*/
|
|
25527
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getWindowsPe = function() {
|
|
25528
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 63, ""));
|
|
25529
|
+
};
|
|
25530
|
+
|
|
25531
|
+
|
|
25532
|
+
/**
|
|
25533
|
+
* @param {string} value
|
|
25534
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25535
|
+
*/
|
|
25536
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setWindowsPe = function(value) {
|
|
25537
|
+
return jspb.Message.setProto3StringField(this, 63, value);
|
|
25538
|
+
};
|
|
25539
|
+
|
|
25540
|
+
|
|
25541
|
+
/**
|
|
25542
|
+
* optional string safe_mode = 64;
|
|
25543
|
+
* @return {string}
|
|
25544
|
+
*/
|
|
25545
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getSafeMode = function() {
|
|
25546
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 64, ""));
|
|
25547
|
+
};
|
|
25548
|
+
|
|
25549
|
+
|
|
25550
|
+
/**
|
|
25551
|
+
* @param {string} value
|
|
25552
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25553
|
+
*/
|
|
25554
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setSafeMode = function(value) {
|
|
25555
|
+
return jspb.Message.setProto3StringField(this, 64, value);
|
|
25556
|
+
};
|
|
25557
|
+
|
|
25558
|
+
|
|
25559
|
+
/**
|
|
25560
|
+
* optional string test_signing = 65;
|
|
25561
|
+
* @return {string}
|
|
25562
|
+
*/
|
|
25563
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getTestSigning = function() {
|
|
25564
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 65, ""));
|
|
25565
|
+
};
|
|
25566
|
+
|
|
25567
|
+
|
|
25568
|
+
/**
|
|
25569
|
+
* @param {string} value
|
|
25570
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25571
|
+
*/
|
|
25572
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setTestSigning = function(value) {
|
|
25573
|
+
return jspb.Message.setProto3StringField(this, 65, value);
|
|
25574
|
+
};
|
|
25575
|
+
|
|
25576
|
+
|
|
25577
|
+
/**
|
|
25578
|
+
* optional string code_integrity = 66;
|
|
25579
|
+
* @return {string}
|
|
25580
|
+
*/
|
|
25581
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getCodeIntegrity = function() {
|
|
25582
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 66, ""));
|
|
25583
|
+
};
|
|
25584
|
+
|
|
25585
|
+
|
|
25586
|
+
/**
|
|
25587
|
+
* @param {string} value
|
|
25588
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25589
|
+
*/
|
|
25590
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setCodeIntegrity = function(value) {
|
|
25591
|
+
return jspb.Message.setProto3StringField(this, 66, value);
|
|
25592
|
+
};
|
|
25593
|
+
|
|
25594
|
+
|
|
25595
|
+
/**
|
|
25596
|
+
* optional string operating_system_kernel_debugging = 67;
|
|
25597
|
+
* @return {string}
|
|
25598
|
+
*/
|
|
25599
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getOperatingSystemKernelDebugging = function() {
|
|
25600
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 67, ""));
|
|
25601
|
+
};
|
|
25602
|
+
|
|
25603
|
+
|
|
25604
|
+
/**
|
|
25605
|
+
* @param {string} value
|
|
25606
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25607
|
+
*/
|
|
25608
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setOperatingSystemKernelDebugging = function(value) {
|
|
25609
|
+
return jspb.Message.setProto3StringField(this, 67, value);
|
|
25610
|
+
};
|
|
25611
|
+
|
|
25612
|
+
|
|
25613
|
+
/**
|
|
25614
|
+
* optional string last_update_date_time = 68;
|
|
25615
|
+
* @return {string}
|
|
25616
|
+
*/
|
|
25617
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getLastUpdateDateTime = function() {
|
|
25618
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 68, ""));
|
|
25619
|
+
};
|
|
25620
|
+
|
|
25621
|
+
|
|
25622
|
+
/**
|
|
25623
|
+
* @param {string} value
|
|
25624
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25625
|
+
*/
|
|
25626
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setLastUpdateDateTime = function(value) {
|
|
25627
|
+
return jspb.Message.setProto3StringField(this, 68, value);
|
|
25628
|
+
};
|
|
25629
|
+
|
|
25630
|
+
|
|
25631
|
+
/**
|
|
25632
|
+
* optional google.protobuf.Timestamp last_update = 69;
|
|
25633
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
25634
|
+
*/
|
|
25635
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getLastUpdate = function() {
|
|
25636
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
25637
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 69));
|
|
25638
|
+
};
|
|
25639
|
+
|
|
25640
|
+
|
|
25641
|
+
/**
|
|
25642
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
25643
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25644
|
+
*/
|
|
25645
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setLastUpdate = function(value) {
|
|
25646
|
+
return jspb.Message.setWrapperField(this, 69, value);
|
|
25647
|
+
};
|
|
25648
|
+
|
|
25649
|
+
|
|
25650
|
+
/**
|
|
25651
|
+
* Clears the message field making it undefined.
|
|
25652
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25653
|
+
*/
|
|
25654
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearLastUpdate = function() {
|
|
25655
|
+
return this.setLastUpdate(undefined);
|
|
25656
|
+
};
|
|
25657
|
+
|
|
25658
|
+
|
|
25659
|
+
/**
|
|
25660
|
+
* Returns whether this field is set.
|
|
25661
|
+
* @return {boolean}
|
|
25662
|
+
*/
|
|
25663
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.hasLastUpdate = function() {
|
|
25664
|
+
return jspb.Message.getField(this, 69) != null;
|
|
25665
|
+
};
|
|
25666
|
+
|
|
25667
|
+
|
|
25668
|
+
/**
|
|
25669
|
+
* optional string content_namespace_url = 70;
|
|
25670
|
+
* @return {string}
|
|
25671
|
+
*/
|
|
25672
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getContentNamespaceUrl = function() {
|
|
25673
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 70, ""));
|
|
25674
|
+
};
|
|
25675
|
+
|
|
25676
|
+
|
|
25677
|
+
/**
|
|
25678
|
+
* @param {string} value
|
|
25679
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25680
|
+
*/
|
|
25681
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setContentNamespaceUrl = function(value) {
|
|
25682
|
+
return jspb.Message.setProto3StringField(this, 70, value);
|
|
25683
|
+
};
|
|
25684
|
+
|
|
25685
|
+
|
|
25686
|
+
/**
|
|
25687
|
+
* optional string device_health_attestation_status = 71;
|
|
25688
|
+
* @return {string}
|
|
25689
|
+
*/
|
|
25690
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceHealthAttestationStatus = function() {
|
|
25691
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 71, ""));
|
|
25692
|
+
};
|
|
25693
|
+
|
|
25694
|
+
|
|
25695
|
+
/**
|
|
25696
|
+
* @param {string} value
|
|
25697
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25698
|
+
*/
|
|
25699
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceHealthAttestationStatus = function(value) {
|
|
25700
|
+
return jspb.Message.setProto3StringField(this, 71, value);
|
|
25701
|
+
};
|
|
25702
|
+
|
|
25703
|
+
|
|
25704
|
+
/**
|
|
25705
|
+
* optional string content_version = 72;
|
|
25706
|
+
* @return {string}
|
|
25707
|
+
*/
|
|
25708
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getContentVersion = function() {
|
|
25709
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 72, ""));
|
|
25710
|
+
};
|
|
25711
|
+
|
|
25712
|
+
|
|
25713
|
+
/**
|
|
25714
|
+
* @param {string} value
|
|
25715
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25716
|
+
*/
|
|
25717
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setContentVersion = function(value) {
|
|
25718
|
+
return jspb.Message.setProto3StringField(this, 72, value);
|
|
25719
|
+
};
|
|
25720
|
+
|
|
25721
|
+
|
|
25722
|
+
/**
|
|
25723
|
+
* optional google.protobuf.Timestamp issued_date = 73;
|
|
25724
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
25725
|
+
*/
|
|
25726
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getIssuedDate = function() {
|
|
25727
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
25728
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 73));
|
|
25729
|
+
};
|
|
25730
|
+
|
|
25731
|
+
|
|
25732
|
+
/**
|
|
25733
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
25734
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25735
|
+
*/
|
|
25736
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setIssuedDate = function(value) {
|
|
25737
|
+
return jspb.Message.setWrapperField(this, 73, value);
|
|
25738
|
+
};
|
|
25739
|
+
|
|
25740
|
+
|
|
25741
|
+
/**
|
|
25742
|
+
* Clears the message field making it undefined.
|
|
25743
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25744
|
+
*/
|
|
25745
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearIssuedDate = function() {
|
|
25746
|
+
return this.setIssuedDate(undefined);
|
|
25747
|
+
};
|
|
25748
|
+
|
|
25749
|
+
|
|
25750
|
+
/**
|
|
25751
|
+
* Returns whether this field is set.
|
|
25752
|
+
* @return {boolean}
|
|
25753
|
+
*/
|
|
25754
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.hasIssuedDate = function() {
|
|
25755
|
+
return jspb.Message.getField(this, 73) != null;
|
|
25756
|
+
};
|
|
25757
|
+
|
|
25758
|
+
|
|
25759
|
+
/**
|
|
25760
|
+
* optional string attestation_identity_key = 74;
|
|
25761
|
+
* @return {string}
|
|
25762
|
+
*/
|
|
25763
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getAttestationIdentityKey = function() {
|
|
25764
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 74, ""));
|
|
25765
|
+
};
|
|
25766
|
+
|
|
25767
|
+
|
|
25768
|
+
/**
|
|
25769
|
+
* @param {string} value
|
|
25770
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25771
|
+
*/
|
|
25772
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setAttestationIdentityKey = function(value) {
|
|
25773
|
+
return jspb.Message.setProto3StringField(this, 74, value);
|
|
25774
|
+
};
|
|
25775
|
+
|
|
25776
|
+
|
|
25777
|
+
/**
|
|
25778
|
+
* optional string health_attestation_supported_status = 75;
|
|
25779
|
+
* @return {string}
|
|
25780
|
+
*/
|
|
25781
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getHealthAttestationSupportedStatus = function() {
|
|
25782
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 75, ""));
|
|
25783
|
+
};
|
|
25784
|
+
|
|
25785
|
+
|
|
25786
|
+
/**
|
|
25787
|
+
* @param {string} value
|
|
25788
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25789
|
+
*/
|
|
25790
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setHealthAttestationSupportedStatus = function(value) {
|
|
25791
|
+
return jspb.Message.setProto3StringField(this, 75, value);
|
|
25792
|
+
};
|
|
25793
|
+
|
|
25794
|
+
|
|
25795
|
+
/**
|
|
25796
|
+
* optional int64 reset_count = 76;
|
|
25797
|
+
* @return {number}
|
|
25798
|
+
*/
|
|
25799
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getResetCount = function() {
|
|
25800
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 76, 0));
|
|
25801
|
+
};
|
|
25802
|
+
|
|
25803
|
+
|
|
25804
|
+
/**
|
|
25805
|
+
* @param {number} value
|
|
25806
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25807
|
+
*/
|
|
25808
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setResetCount = function(value) {
|
|
25809
|
+
return jspb.Message.setProto3IntField(this, 76, value);
|
|
25810
|
+
};
|
|
25811
|
+
|
|
25812
|
+
|
|
25813
|
+
/**
|
|
25814
|
+
* optional string data_execution_policy = 77;
|
|
25815
|
+
* @return {string}
|
|
25816
|
+
*/
|
|
25817
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDataExecutionPolicy = function() {
|
|
25818
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 77, ""));
|
|
25819
|
+
};
|
|
25820
|
+
|
|
25821
|
+
|
|
25822
|
+
/**
|
|
25823
|
+
* @param {string} value
|
|
25824
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25825
|
+
*/
|
|
25826
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDataExecutionPolicy = function(value) {
|
|
25827
|
+
return jspb.Message.setProto3StringField(this, 77, value);
|
|
25828
|
+
};
|
|
25829
|
+
|
|
25830
|
+
|
|
25831
|
+
/**
|
|
25832
|
+
* optional string bit_locker_status = 78;
|
|
25833
|
+
* @return {string}
|
|
25834
|
+
*/
|
|
25835
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getBitLockerStatus = function() {
|
|
25836
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 78, ""));
|
|
25837
|
+
};
|
|
25838
|
+
|
|
25839
|
+
|
|
25840
|
+
/**
|
|
25841
|
+
* @param {string} value
|
|
25842
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25843
|
+
*/
|
|
25844
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setBitLockerStatus = function(value) {
|
|
25845
|
+
return jspb.Message.setProto3StringField(this, 78, value);
|
|
25846
|
+
};
|
|
25847
|
+
|
|
25848
|
+
|
|
25849
|
+
/**
|
|
25850
|
+
* optional string boot_manager_version = 79;
|
|
25851
|
+
* @return {string}
|
|
25852
|
+
*/
|
|
25853
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getBootManagerVersion = function() {
|
|
25854
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 79, ""));
|
|
25855
|
+
};
|
|
25856
|
+
|
|
25857
|
+
|
|
25858
|
+
/**
|
|
25859
|
+
* @param {string} value
|
|
25860
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25861
|
+
*/
|
|
25862
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setBootManagerVersion = function(value) {
|
|
25863
|
+
return jspb.Message.setProto3StringField(this, 79, value);
|
|
25864
|
+
};
|
|
25865
|
+
|
|
25866
|
+
|
|
25867
|
+
/**
|
|
25868
|
+
* optional string code_integrity_check_version = 80;
|
|
25869
|
+
* @return {string}
|
|
25870
|
+
*/
|
|
25871
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getCodeIntegrityCheckVersion = function() {
|
|
25872
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 80, ""));
|
|
25873
|
+
};
|
|
25874
|
+
|
|
25875
|
+
|
|
25876
|
+
/**
|
|
25877
|
+
* @param {string} value
|
|
25878
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25879
|
+
*/
|
|
25880
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setCodeIntegrityCheckVersion = function(value) {
|
|
25881
|
+
return jspb.Message.setProto3StringField(this, 80, value);
|
|
25882
|
+
};
|
|
25883
|
+
|
|
25884
|
+
|
|
25885
|
+
/**
|
|
25886
|
+
* optional string secure_boot = 81;
|
|
25887
|
+
* @return {string}
|
|
25888
|
+
*/
|
|
25889
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getSecureBoot = function() {
|
|
25890
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 81, ""));
|
|
25891
|
+
};
|
|
25892
|
+
|
|
25893
|
+
|
|
25894
|
+
/**
|
|
25895
|
+
* @param {string} value
|
|
25896
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25897
|
+
*/
|
|
25898
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setSecureBoot = function(value) {
|
|
25899
|
+
return jspb.Message.setProto3StringField(this, 81, value);
|
|
25900
|
+
};
|
|
25901
|
+
|
|
25902
|
+
|
|
25903
|
+
/**
|
|
25904
|
+
* optional string boot_debugging = 82;
|
|
25905
|
+
* @return {string}
|
|
25906
|
+
*/
|
|
25907
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getBootDebugging = function() {
|
|
25908
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 82, ""));
|
|
25909
|
+
};
|
|
25910
|
+
|
|
25911
|
+
|
|
25912
|
+
/**
|
|
25913
|
+
* @param {string} value
|
|
25914
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25915
|
+
*/
|
|
25916
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setBootDebugging = function(value) {
|
|
25917
|
+
return jspb.Message.setProto3StringField(this, 82, value);
|
|
25918
|
+
};
|
|
25919
|
+
|
|
25920
|
+
|
|
25921
|
+
/**
|
|
25922
|
+
* optional int64 restart_count = 83;
|
|
25923
|
+
* @return {number}
|
|
25924
|
+
*/
|
|
25925
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getRestartCount = function() {
|
|
25926
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 83, 0));
|
|
25927
|
+
};
|
|
25928
|
+
|
|
25929
|
+
|
|
25930
|
+
/**
|
|
25931
|
+
* @param {number} value
|
|
25932
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25933
|
+
*/
|
|
25934
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setRestartCount = function(value) {
|
|
25935
|
+
return jspb.Message.setProto3IntField(this, 83, value);
|
|
25936
|
+
};
|
|
25937
|
+
|
|
25938
|
+
|
|
25939
|
+
/**
|
|
25940
|
+
* optional string device_category_id = 84;
|
|
25941
|
+
* @return {string}
|
|
25942
|
+
*/
|
|
25943
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceCategoryId = function() {
|
|
25944
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 84, ""));
|
|
25945
|
+
};
|
|
25946
|
+
|
|
25947
|
+
|
|
25948
|
+
/**
|
|
25949
|
+
* @param {string} value
|
|
25950
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25951
|
+
*/
|
|
25952
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceCategoryId = function(value) {
|
|
25953
|
+
return jspb.Message.setProto3StringField(this, 84, value);
|
|
25954
|
+
};
|
|
25955
|
+
|
|
25956
|
+
|
|
25957
|
+
/**
|
|
25958
|
+
* optional string device_category_display_name = 85;
|
|
25959
|
+
* @return {string}
|
|
25960
|
+
*/
|
|
25961
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceCategoryDisplayName = function() {
|
|
25962
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 85, ""));
|
|
25963
|
+
};
|
|
25964
|
+
|
|
25965
|
+
|
|
25966
|
+
/**
|
|
25967
|
+
* @param {string} value
|
|
25968
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25969
|
+
*/
|
|
25970
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceCategoryDisplayName = function(value) {
|
|
25971
|
+
return jspb.Message.setProto3StringField(this, 85, value);
|
|
25972
|
+
};
|
|
25973
|
+
|
|
25974
|
+
|
|
25975
|
+
/**
|
|
25976
|
+
* optional string device_category_description = 86;
|
|
25977
|
+
* @return {string}
|
|
25978
|
+
*/
|
|
25979
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceCategoryDescription = function() {
|
|
25980
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 86, ""));
|
|
25981
|
+
};
|
|
25982
|
+
|
|
25983
|
+
|
|
25984
|
+
/**
|
|
25985
|
+
* @param {string} value
|
|
25986
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
25987
|
+
*/
|
|
25988
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceCategoryDescription = function(value) {
|
|
25989
|
+
return jspb.Message.setProto3StringField(this, 86, value);
|
|
25990
|
+
};
|
|
25991
|
+
|
|
25992
|
+
|
|
25993
|
+
/**
|
|
25994
|
+
* repeated IntuneApplication intune_applications = 87;
|
|
25995
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneApplication>}
|
|
25996
|
+
*/
|
|
25997
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getIntuneApplicationsList = function() {
|
|
25998
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneApplication>} */ (
|
|
25999
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneApplication, 87));
|
|
26000
|
+
};
|
|
26001
|
+
|
|
26002
|
+
|
|
26003
|
+
/**
|
|
26004
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneApplication>} value
|
|
26005
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
26006
|
+
*/
|
|
26007
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setIntuneApplicationsList = function(value) {
|
|
26008
|
+
return jspb.Message.setRepeatedWrapperField(this, 87, value);
|
|
26009
|
+
};
|
|
26010
|
+
|
|
26011
|
+
|
|
26012
|
+
/**
|
|
26013
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication=} opt_value
|
|
26014
|
+
* @param {number=} opt_index
|
|
26015
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication}
|
|
26016
|
+
*/
|
|
26017
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.addIntuneApplications = function(opt_value, opt_index) {
|
|
26018
|
+
return jspb.Message.addToRepeatedWrapperField(this, 87, opt_value, proto.com.lansweeper.dp.outbound.v1.IntuneApplication, opt_index);
|
|
26019
|
+
};
|
|
26020
|
+
|
|
26021
|
+
|
|
26022
|
+
/**
|
|
26023
|
+
* Clears the list making it empty but non-null.
|
|
26024
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
26025
|
+
*/
|
|
26026
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.clearIntuneApplicationsList = function() {
|
|
26027
|
+
return this.setIntuneApplicationsList([]);
|
|
26028
|
+
};
|
|
26029
|
+
|
|
26030
|
+
|
|
26031
|
+
|
|
26032
|
+
|
|
26033
|
+
|
|
26034
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
26035
|
+
/**
|
|
26036
|
+
* Creates an object representation of this proto.
|
|
26037
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
26038
|
+
* Optional fields that are not set will be set to undefined.
|
|
26039
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
26040
|
+
* For the list of reserved names please see:
|
|
26041
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
26042
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
26043
|
+
* JSPB instance for transitional soy proto support:
|
|
26044
|
+
* http://goto/soy-param-migration
|
|
26045
|
+
* @return {!Object}
|
|
26046
|
+
*/
|
|
26047
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.toObject = function(opt_includeInstance) {
|
|
26048
|
+
return proto.com.lansweeper.dp.outbound.v1.IntuneApplication.toObject(opt_includeInstance, this);
|
|
26049
|
+
};
|
|
26050
|
+
|
|
26051
|
+
|
|
26052
|
+
/**
|
|
26053
|
+
* Static version of the {@see toObject} method.
|
|
26054
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
26055
|
+
* the JSPB instance for transitional soy proto support:
|
|
26056
|
+
* http://goto/soy-param-migration
|
|
26057
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication} msg The msg instance to transform.
|
|
26058
|
+
* @return {!Object}
|
|
26059
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
26060
|
+
*/
|
|
26061
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.toObject = function(includeInstance, msg) {
|
|
26062
|
+
var f, obj = {
|
|
26063
|
+
intuneId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
26064
|
+
displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
26065
|
+
version: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
26066
|
+
sizeInByte: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
26067
|
+
deviceCount: jspb.Message.getFieldWithDefault(msg, 5, 0)
|
|
26068
|
+
};
|
|
26069
|
+
|
|
26070
|
+
if (includeInstance) {
|
|
26071
|
+
obj.$jspbMessageInstance = msg;
|
|
26072
|
+
}
|
|
26073
|
+
return obj;
|
|
26074
|
+
};
|
|
26075
|
+
}
|
|
26076
|
+
|
|
26077
|
+
|
|
26078
|
+
/**
|
|
26079
|
+
* Deserializes binary data (in protobuf wire format).
|
|
26080
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
26081
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication}
|
|
26082
|
+
*/
|
|
26083
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.deserializeBinary = function(bytes) {
|
|
26084
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
26085
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.IntuneApplication;
|
|
26086
|
+
return proto.com.lansweeper.dp.outbound.v1.IntuneApplication.deserializeBinaryFromReader(msg, reader);
|
|
26087
|
+
};
|
|
26088
|
+
|
|
26089
|
+
|
|
26090
|
+
/**
|
|
26091
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
26092
|
+
* given reader into the given message object.
|
|
26093
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication} msg The message object to deserialize into.
|
|
26094
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
26095
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication}
|
|
26096
|
+
*/
|
|
26097
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.deserializeBinaryFromReader = function(msg, reader) {
|
|
26098
|
+
while (reader.nextField()) {
|
|
26099
|
+
if (reader.isEndGroup()) {
|
|
26100
|
+
break;
|
|
26101
|
+
}
|
|
26102
|
+
var field = reader.getFieldNumber();
|
|
26103
|
+
switch (field) {
|
|
26104
|
+
case 1:
|
|
26105
|
+
var value = /** @type {string} */ (reader.readString());
|
|
26106
|
+
msg.setIntuneId(value);
|
|
26107
|
+
break;
|
|
26108
|
+
case 2:
|
|
26109
|
+
var value = /** @type {string} */ (reader.readString());
|
|
26110
|
+
msg.setDisplayName(value);
|
|
26111
|
+
break;
|
|
26112
|
+
case 3:
|
|
26113
|
+
var value = /** @type {string} */ (reader.readString());
|
|
26114
|
+
msg.setVersion(value);
|
|
26115
|
+
break;
|
|
26116
|
+
case 4:
|
|
26117
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
26118
|
+
msg.setSizeInByte(value);
|
|
26119
|
+
break;
|
|
26120
|
+
case 5:
|
|
26121
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
26122
|
+
msg.setDeviceCount(value);
|
|
26123
|
+
break;
|
|
26124
|
+
default:
|
|
26125
|
+
reader.skipField();
|
|
26126
|
+
break;
|
|
26127
|
+
}
|
|
26128
|
+
}
|
|
26129
|
+
return msg;
|
|
26130
|
+
};
|
|
26131
|
+
|
|
26132
|
+
|
|
26133
|
+
/**
|
|
26134
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
26135
|
+
* @return {!Uint8Array}
|
|
26136
|
+
*/
|
|
26137
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.serializeBinary = function() {
|
|
26138
|
+
var writer = new jspb.BinaryWriter();
|
|
26139
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.serializeBinaryToWriter(this, writer);
|
|
26140
|
+
return writer.getResultBuffer();
|
|
26141
|
+
};
|
|
26142
|
+
|
|
26143
|
+
|
|
26144
|
+
/**
|
|
26145
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
26146
|
+
* format), writing to the given BinaryWriter.
|
|
26147
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication} message
|
|
26148
|
+
* @param {!jspb.BinaryWriter} writer
|
|
26149
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
26150
|
+
*/
|
|
26151
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.serializeBinaryToWriter = function(message, writer) {
|
|
26152
|
+
var f = undefined;
|
|
26153
|
+
f = message.getIntuneId();
|
|
26154
|
+
if (f.length > 0) {
|
|
26155
|
+
writer.writeString(
|
|
26156
|
+
1,
|
|
26157
|
+
f
|
|
26158
|
+
);
|
|
26159
|
+
}
|
|
26160
|
+
f = message.getDisplayName();
|
|
26161
|
+
if (f.length > 0) {
|
|
26162
|
+
writer.writeString(
|
|
26163
|
+
2,
|
|
26164
|
+
f
|
|
26165
|
+
);
|
|
26166
|
+
}
|
|
26167
|
+
f = message.getVersion();
|
|
26168
|
+
if (f.length > 0) {
|
|
26169
|
+
writer.writeString(
|
|
26170
|
+
3,
|
|
26171
|
+
f
|
|
26172
|
+
);
|
|
26173
|
+
}
|
|
26174
|
+
f = message.getSizeInByte();
|
|
26175
|
+
if (f !== 0) {
|
|
26176
|
+
writer.writeInt64(
|
|
26177
|
+
4,
|
|
26178
|
+
f
|
|
26179
|
+
);
|
|
26180
|
+
}
|
|
26181
|
+
f = message.getDeviceCount();
|
|
26182
|
+
if (f !== 0) {
|
|
26183
|
+
writer.writeInt32(
|
|
26184
|
+
5,
|
|
26185
|
+
f
|
|
26186
|
+
);
|
|
26187
|
+
}
|
|
26188
|
+
};
|
|
26189
|
+
|
|
26190
|
+
|
|
26191
|
+
/**
|
|
26192
|
+
* optional string intune_id = 1;
|
|
26193
|
+
* @return {string}
|
|
26194
|
+
*/
|
|
26195
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.getIntuneId = function() {
|
|
26196
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
26197
|
+
};
|
|
26198
|
+
|
|
26199
|
+
|
|
26200
|
+
/**
|
|
26201
|
+
* @param {string} value
|
|
26202
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication} returns this
|
|
26203
|
+
*/
|
|
26204
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.setIntuneId = function(value) {
|
|
26205
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
26206
|
+
};
|
|
26207
|
+
|
|
26208
|
+
|
|
26209
|
+
/**
|
|
26210
|
+
* optional string display_name = 2;
|
|
26211
|
+
* @return {string}
|
|
26212
|
+
*/
|
|
26213
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.getDisplayName = function() {
|
|
26214
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
26215
|
+
};
|
|
26216
|
+
|
|
26217
|
+
|
|
26218
|
+
/**
|
|
26219
|
+
* @param {string} value
|
|
26220
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication} returns this
|
|
26221
|
+
*/
|
|
26222
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.setDisplayName = function(value) {
|
|
26223
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
26224
|
+
};
|
|
26225
|
+
|
|
26226
|
+
|
|
26227
|
+
/**
|
|
26228
|
+
* optional string version = 3;
|
|
26229
|
+
* @return {string}
|
|
26230
|
+
*/
|
|
26231
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.getVersion = function() {
|
|
26232
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
26233
|
+
};
|
|
26234
|
+
|
|
26235
|
+
|
|
26236
|
+
/**
|
|
26237
|
+
* @param {string} value
|
|
26238
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication} returns this
|
|
26239
|
+
*/
|
|
26240
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.setVersion = function(value) {
|
|
26241
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
26242
|
+
};
|
|
26243
|
+
|
|
26244
|
+
|
|
26245
|
+
/**
|
|
26246
|
+
* optional int64 size_in_byte = 4;
|
|
26247
|
+
* @return {number}
|
|
26248
|
+
*/
|
|
26249
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.getSizeInByte = function() {
|
|
26250
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
26251
|
+
};
|
|
26252
|
+
|
|
26253
|
+
|
|
26254
|
+
/**
|
|
26255
|
+
* @param {number} value
|
|
26256
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication} returns this
|
|
26257
|
+
*/
|
|
26258
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.setSizeInByte = function(value) {
|
|
26259
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
26260
|
+
};
|
|
26261
|
+
|
|
26262
|
+
|
|
26263
|
+
/**
|
|
26264
|
+
* optional int32 device_count = 5;
|
|
26265
|
+
* @return {number}
|
|
26266
|
+
*/
|
|
26267
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.getDeviceCount = function() {
|
|
26268
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
26269
|
+
};
|
|
26270
|
+
|
|
26271
|
+
|
|
26272
|
+
/**
|
|
26273
|
+
* @param {number} value
|
|
26274
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneApplication} returns this
|
|
26275
|
+
*/
|
|
26276
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.prototype.setDeviceCount = function(value) {
|
|
26277
|
+
return jspb.Message.setProto3IntField(this, 5, value);
|
|
26278
|
+
};
|
|
26279
|
+
|
|
26280
|
+
|
|
26281
|
+
|
|
22692
26282
|
/**
|
|
22693
26283
|
* List of repeated fields within this message type.
|
|
22694
26284
|
* @private {!Array<number>}
|