@lansweeper/data-platform-outbound-grpc 0.1.96 → 0.1.98
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +164 -0
- package/gen-proto/outbound_pb.js +1320 -1
- package/generated-go/outbound.pb.go +6225 -5856
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +29 -3
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -53,6 +53,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDriv
|
|
|
53
53
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController', null, global);
|
|
54
54
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo', null, global);
|
|
55
55
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerInfrared', null, global);
|
|
56
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility', null, global);
|
|
57
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework', null, global);
|
|
56
58
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct', null, global);
|
|
57
59
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate', null, global);
|
|
58
60
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.KeyUsageType', null, global);
|
|
@@ -2047,6 +2049,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2047
2049
|
*/
|
|
2048
2050
|
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.displayName = 'proto.com.lansweeper.dp.outbound.v1.KernelExtensionError';
|
|
2049
2051
|
}
|
|
2052
|
+
/**
|
|
2053
|
+
* Generated by JsPbCodeGenerator.
|
|
2054
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2055
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2056
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2057
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2058
|
+
* valid.
|
|
2059
|
+
* @extends {jspb.Message}
|
|
2060
|
+
* @constructor
|
|
2061
|
+
*/
|
|
2062
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility = function(opt_data) {
|
|
2063
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2064
|
+
};
|
|
2065
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility, jspb.Message);
|
|
2066
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2067
|
+
/**
|
|
2068
|
+
* @public
|
|
2069
|
+
* @override
|
|
2070
|
+
*/
|
|
2071
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility';
|
|
2072
|
+
}
|
|
2050
2073
|
/**
|
|
2051
2074
|
* Generated by JsPbCodeGenerator.
|
|
2052
2075
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -3097,6 +3120,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
3097
3120
|
*/
|
|
3098
3121
|
proto.com.lansweeper.dp.outbound.v1.PortableBattery.displayName = 'proto.com.lansweeper.dp.outbound.v1.PortableBattery';
|
|
3099
3122
|
}
|
|
3123
|
+
/**
|
|
3124
|
+
* Generated by JsPbCodeGenerator.
|
|
3125
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
3126
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
3127
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
3128
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
3129
|
+
* valid.
|
|
3130
|
+
* @extends {jspb.Message}
|
|
3131
|
+
* @constructor
|
|
3132
|
+
*/
|
|
3133
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework = function(opt_data) {
|
|
3134
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.repeatedFields_, null);
|
|
3135
|
+
};
|
|
3136
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework, jspb.Message);
|
|
3137
|
+
if (goog.DEBUG && !COMPILED) {
|
|
3138
|
+
/**
|
|
3139
|
+
* @public
|
|
3140
|
+
* @override
|
|
3141
|
+
*/
|
|
3142
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework';
|
|
3143
|
+
}
|
|
3100
3144
|
/**
|
|
3101
3145
|
* Generated by JsPbCodeGenerator.
|
|
3102
3146
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -8022,7 +8066,7 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasSqlServer = fu
|
|
|
8022
8066
|
* @private {!Array<number>}
|
|
8023
8067
|
* @const
|
|
8024
8068
|
*/
|
|
8025
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,302,303,304];
|
|
8069
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,302,303,304];
|
|
8026
8070
|
|
|
8027
8071
|
|
|
8028
8072
|
|
|
@@ -8165,6 +8209,9 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
8165
8209
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.toObject, includeInstance),
|
|
8166
8210
|
windowsCodecList: jspb.Message.toObjectList(msg.getWindowsCodecList(),
|
|
8167
8211
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.toObject, includeInstance),
|
|
8212
|
+
macAccessibility: (f = msg.getMacAccessibility()) && proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.toObject(includeInstance, f),
|
|
8213
|
+
macFrameworkList: jspb.Message.toObjectList(msg.getMacFrameworkList(),
|
|
8214
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.toObject, includeInstance),
|
|
8168
8215
|
lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
|
|
8169
8216
|
userList: jspb.Message.toObjectList(msg.getUserList(),
|
|
8170
8217
|
proto.com.lansweeper.dp.outbound.v1.UserAccount.toObject, includeInstance),
|
|
@@ -8508,6 +8555,16 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
8508
8555
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.deserializeBinaryFromReader);
|
|
8509
8556
|
msg.addWindowsCodec(value);
|
|
8510
8557
|
break;
|
|
8558
|
+
case 220:
|
|
8559
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility;
|
|
8560
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.deserializeBinaryFromReader);
|
|
8561
|
+
msg.setMacAccessibility(value);
|
|
8562
|
+
break;
|
|
8563
|
+
case 221:
|
|
8564
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework;
|
|
8565
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.deserializeBinaryFromReader);
|
|
8566
|
+
msg.addMacFramework(value);
|
|
8567
|
+
break;
|
|
8511
8568
|
case 301:
|
|
8512
8569
|
var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
|
|
8513
8570
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
|
|
@@ -9037,6 +9094,22 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
9037
9094
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.serializeBinaryToWriter
|
|
9038
9095
|
);
|
|
9039
9096
|
}
|
|
9097
|
+
f = message.getMacAccessibility();
|
|
9098
|
+
if (f != null) {
|
|
9099
|
+
writer.writeMessage(
|
|
9100
|
+
220,
|
|
9101
|
+
f,
|
|
9102
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.serializeBinaryToWriter
|
|
9103
|
+
);
|
|
9104
|
+
}
|
|
9105
|
+
f = message.getMacFrameworkList();
|
|
9106
|
+
if (f.length > 0) {
|
|
9107
|
+
writer.writeRepeatedMessage(
|
|
9108
|
+
221,
|
|
9109
|
+
f,
|
|
9110
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.serializeBinaryToWriter
|
|
9111
|
+
);
|
|
9112
|
+
}
|
|
9040
9113
|
f = message.getLastUser();
|
|
9041
9114
|
if (f != null) {
|
|
9042
9115
|
writer.writeMessage(
|
|
@@ -11342,6 +11415,81 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsCodecList = f
|
|
|
11342
11415
|
};
|
|
11343
11416
|
|
|
11344
11417
|
|
|
11418
|
+
/**
|
|
11419
|
+
* optional ComputerMacAccessibility mac_accessibility = 220;
|
|
11420
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility}
|
|
11421
|
+
*/
|
|
11422
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacAccessibility = function() {
|
|
11423
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} */ (
|
|
11424
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility, 220));
|
|
11425
|
+
};
|
|
11426
|
+
|
|
11427
|
+
|
|
11428
|
+
/**
|
|
11429
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility|undefined} value
|
|
11430
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11431
|
+
*/
|
|
11432
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacAccessibility = function(value) {
|
|
11433
|
+
return jspb.Message.setWrapperField(this, 220, value);
|
|
11434
|
+
};
|
|
11435
|
+
|
|
11436
|
+
|
|
11437
|
+
/**
|
|
11438
|
+
* Clears the message field making it undefined.
|
|
11439
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11440
|
+
*/
|
|
11441
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacAccessibility = function() {
|
|
11442
|
+
return this.setMacAccessibility(undefined);
|
|
11443
|
+
};
|
|
11444
|
+
|
|
11445
|
+
|
|
11446
|
+
/**
|
|
11447
|
+
* Returns whether this field is set.
|
|
11448
|
+
* @return {boolean}
|
|
11449
|
+
*/
|
|
11450
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasMacAccessibility = function() {
|
|
11451
|
+
return jspb.Message.getField(this, 220) != null;
|
|
11452
|
+
};
|
|
11453
|
+
|
|
11454
|
+
|
|
11455
|
+
/**
|
|
11456
|
+
* repeated ComputerMacOsFramework mac_framework = 221;
|
|
11457
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework>}
|
|
11458
|
+
*/
|
|
11459
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacFrameworkList = function() {
|
|
11460
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework>} */ (
|
|
11461
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework, 221));
|
|
11462
|
+
};
|
|
11463
|
+
|
|
11464
|
+
|
|
11465
|
+
/**
|
|
11466
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework>} value
|
|
11467
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11468
|
+
*/
|
|
11469
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacFrameworkList = function(value) {
|
|
11470
|
+
return jspb.Message.setRepeatedWrapperField(this, 221, value);
|
|
11471
|
+
};
|
|
11472
|
+
|
|
11473
|
+
|
|
11474
|
+
/**
|
|
11475
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework=} opt_value
|
|
11476
|
+
* @param {number=} opt_index
|
|
11477
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework}
|
|
11478
|
+
*/
|
|
11479
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacFramework = function(opt_value, opt_index) {
|
|
11480
|
+
return jspb.Message.addToRepeatedWrapperField(this, 221, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework, opt_index);
|
|
11481
|
+
};
|
|
11482
|
+
|
|
11483
|
+
|
|
11484
|
+
/**
|
|
11485
|
+
* Clears the list making it empty but non-null.
|
|
11486
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11487
|
+
*/
|
|
11488
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacFrameworkList = function() {
|
|
11489
|
+
return this.setMacFrameworkList([]);
|
|
11490
|
+
};
|
|
11491
|
+
|
|
11492
|
+
|
|
11345
11493
|
/**
|
|
11346
11494
|
* optional LastUser last_user = 301;
|
|
11347
11495
|
* @return {?proto.com.lansweeper.dp.outbound.v1.LastUser}
|
|
@@ -46905,6 +47053,634 @@ proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.clearValuesLi
|
|
|
46905
47053
|
|
|
46906
47054
|
|
|
46907
47055
|
|
|
47056
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
47057
|
+
/**
|
|
47058
|
+
* Creates an object representation of this proto.
|
|
47059
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
47060
|
+
* Optional fields that are not set will be set to undefined.
|
|
47061
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
47062
|
+
* For the list of reserved names please see:
|
|
47063
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
47064
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
47065
|
+
* JSPB instance for transitional soy proto support:
|
|
47066
|
+
* http://goto/soy-param-migration
|
|
47067
|
+
* @return {!Object}
|
|
47068
|
+
*/
|
|
47069
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.toObject = function(opt_includeInstance) {
|
|
47070
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.toObject(opt_includeInstance, this);
|
|
47071
|
+
};
|
|
47072
|
+
|
|
47073
|
+
|
|
47074
|
+
/**
|
|
47075
|
+
* Static version of the {@see toObject} method.
|
|
47076
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
47077
|
+
* the JSPB instance for transitional soy proto support:
|
|
47078
|
+
* http://goto/soy-param-migration
|
|
47079
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} msg The msg instance to transform.
|
|
47080
|
+
* @return {!Object}
|
|
47081
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
47082
|
+
*/
|
|
47083
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.toObject = function(includeInstance, msg) {
|
|
47084
|
+
var f, obj = {
|
|
47085
|
+
contrast: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
47086
|
+
cursorMag: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
47087
|
+
display: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
47088
|
+
flashScreen: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
47089
|
+
keyboardZoom: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
47090
|
+
mouseKeys: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
47091
|
+
scrollZoom: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
47092
|
+
slowKeys: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
47093
|
+
stickyKeys: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
47094
|
+
voiceOver: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
47095
|
+
zoomMode: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
47096
|
+
};
|
|
47097
|
+
|
|
47098
|
+
if (includeInstance) {
|
|
47099
|
+
obj.$jspbMessageInstance = msg;
|
|
47100
|
+
}
|
|
47101
|
+
return obj;
|
|
47102
|
+
};
|
|
47103
|
+
}
|
|
47104
|
+
|
|
47105
|
+
|
|
47106
|
+
/**
|
|
47107
|
+
* Deserializes binary data (in protobuf wire format).
|
|
47108
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
47109
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility}
|
|
47110
|
+
*/
|
|
47111
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.deserializeBinary = function(bytes) {
|
|
47112
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
47113
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility;
|
|
47114
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.deserializeBinaryFromReader(msg, reader);
|
|
47115
|
+
};
|
|
47116
|
+
|
|
47117
|
+
|
|
47118
|
+
/**
|
|
47119
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
47120
|
+
* given reader into the given message object.
|
|
47121
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} msg The message object to deserialize into.
|
|
47122
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
47123
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility}
|
|
47124
|
+
*/
|
|
47125
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.deserializeBinaryFromReader = function(msg, reader) {
|
|
47126
|
+
while (reader.nextField()) {
|
|
47127
|
+
if (reader.isEndGroup()) {
|
|
47128
|
+
break;
|
|
47129
|
+
}
|
|
47130
|
+
var field = reader.getFieldNumber();
|
|
47131
|
+
switch (field) {
|
|
47132
|
+
case 1:
|
|
47133
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47134
|
+
msg.setContrast(value);
|
|
47135
|
+
break;
|
|
47136
|
+
case 2:
|
|
47137
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47138
|
+
msg.setCursorMag(value);
|
|
47139
|
+
break;
|
|
47140
|
+
case 3:
|
|
47141
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47142
|
+
msg.setDisplay(value);
|
|
47143
|
+
break;
|
|
47144
|
+
case 4:
|
|
47145
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47146
|
+
msg.setFlashScreen(value);
|
|
47147
|
+
break;
|
|
47148
|
+
case 5:
|
|
47149
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47150
|
+
msg.setKeyboardZoom(value);
|
|
47151
|
+
break;
|
|
47152
|
+
case 6:
|
|
47153
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47154
|
+
msg.setMouseKeys(value);
|
|
47155
|
+
break;
|
|
47156
|
+
case 7:
|
|
47157
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47158
|
+
msg.setScrollZoom(value);
|
|
47159
|
+
break;
|
|
47160
|
+
case 8:
|
|
47161
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47162
|
+
msg.setSlowKeys(value);
|
|
47163
|
+
break;
|
|
47164
|
+
case 9:
|
|
47165
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47166
|
+
msg.setStickyKeys(value);
|
|
47167
|
+
break;
|
|
47168
|
+
case 10:
|
|
47169
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47170
|
+
msg.setVoiceOver(value);
|
|
47171
|
+
break;
|
|
47172
|
+
case 11:
|
|
47173
|
+
var value = /** @type {string} */ (reader.readString());
|
|
47174
|
+
msg.setZoomMode(value);
|
|
47175
|
+
break;
|
|
47176
|
+
default:
|
|
47177
|
+
reader.skipField();
|
|
47178
|
+
break;
|
|
47179
|
+
}
|
|
47180
|
+
}
|
|
47181
|
+
return msg;
|
|
47182
|
+
};
|
|
47183
|
+
|
|
47184
|
+
|
|
47185
|
+
/**
|
|
47186
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
47187
|
+
* @return {!Uint8Array}
|
|
47188
|
+
*/
|
|
47189
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.serializeBinary = function() {
|
|
47190
|
+
var writer = new jspb.BinaryWriter();
|
|
47191
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.serializeBinaryToWriter(this, writer);
|
|
47192
|
+
return writer.getResultBuffer();
|
|
47193
|
+
};
|
|
47194
|
+
|
|
47195
|
+
|
|
47196
|
+
/**
|
|
47197
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
47198
|
+
* format), writing to the given BinaryWriter.
|
|
47199
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} message
|
|
47200
|
+
* @param {!jspb.BinaryWriter} writer
|
|
47201
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
47202
|
+
*/
|
|
47203
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.serializeBinaryToWriter = function(message, writer) {
|
|
47204
|
+
var f = undefined;
|
|
47205
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
47206
|
+
if (f != null) {
|
|
47207
|
+
writer.writeString(
|
|
47208
|
+
1,
|
|
47209
|
+
f
|
|
47210
|
+
);
|
|
47211
|
+
}
|
|
47212
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
47213
|
+
if (f != null) {
|
|
47214
|
+
writer.writeString(
|
|
47215
|
+
2,
|
|
47216
|
+
f
|
|
47217
|
+
);
|
|
47218
|
+
}
|
|
47219
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
47220
|
+
if (f != null) {
|
|
47221
|
+
writer.writeString(
|
|
47222
|
+
3,
|
|
47223
|
+
f
|
|
47224
|
+
);
|
|
47225
|
+
}
|
|
47226
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
47227
|
+
if (f != null) {
|
|
47228
|
+
writer.writeString(
|
|
47229
|
+
4,
|
|
47230
|
+
f
|
|
47231
|
+
);
|
|
47232
|
+
}
|
|
47233
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
47234
|
+
if (f != null) {
|
|
47235
|
+
writer.writeString(
|
|
47236
|
+
5,
|
|
47237
|
+
f
|
|
47238
|
+
);
|
|
47239
|
+
}
|
|
47240
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
47241
|
+
if (f != null) {
|
|
47242
|
+
writer.writeString(
|
|
47243
|
+
6,
|
|
47244
|
+
f
|
|
47245
|
+
);
|
|
47246
|
+
}
|
|
47247
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
47248
|
+
if (f != null) {
|
|
47249
|
+
writer.writeString(
|
|
47250
|
+
7,
|
|
47251
|
+
f
|
|
47252
|
+
);
|
|
47253
|
+
}
|
|
47254
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
47255
|
+
if (f != null) {
|
|
47256
|
+
writer.writeString(
|
|
47257
|
+
8,
|
|
47258
|
+
f
|
|
47259
|
+
);
|
|
47260
|
+
}
|
|
47261
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
47262
|
+
if (f != null) {
|
|
47263
|
+
writer.writeString(
|
|
47264
|
+
9,
|
|
47265
|
+
f
|
|
47266
|
+
);
|
|
47267
|
+
}
|
|
47268
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
47269
|
+
if (f != null) {
|
|
47270
|
+
writer.writeString(
|
|
47271
|
+
10,
|
|
47272
|
+
f
|
|
47273
|
+
);
|
|
47274
|
+
}
|
|
47275
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
47276
|
+
if (f != null) {
|
|
47277
|
+
writer.writeString(
|
|
47278
|
+
11,
|
|
47279
|
+
f
|
|
47280
|
+
);
|
|
47281
|
+
}
|
|
47282
|
+
};
|
|
47283
|
+
|
|
47284
|
+
|
|
47285
|
+
/**
|
|
47286
|
+
* optional string contrast = 1;
|
|
47287
|
+
* @return {string}
|
|
47288
|
+
*/
|
|
47289
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getContrast = function() {
|
|
47290
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
47291
|
+
};
|
|
47292
|
+
|
|
47293
|
+
|
|
47294
|
+
/**
|
|
47295
|
+
* @param {string} value
|
|
47296
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47297
|
+
*/
|
|
47298
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setContrast = function(value) {
|
|
47299
|
+
return jspb.Message.setField(this, 1, value);
|
|
47300
|
+
};
|
|
47301
|
+
|
|
47302
|
+
|
|
47303
|
+
/**
|
|
47304
|
+
* Clears the field making it undefined.
|
|
47305
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47306
|
+
*/
|
|
47307
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearContrast = function() {
|
|
47308
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
47309
|
+
};
|
|
47310
|
+
|
|
47311
|
+
|
|
47312
|
+
/**
|
|
47313
|
+
* Returns whether this field is set.
|
|
47314
|
+
* @return {boolean}
|
|
47315
|
+
*/
|
|
47316
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasContrast = function() {
|
|
47317
|
+
return jspb.Message.getField(this, 1) != null;
|
|
47318
|
+
};
|
|
47319
|
+
|
|
47320
|
+
|
|
47321
|
+
/**
|
|
47322
|
+
* optional string cursor_mag = 2;
|
|
47323
|
+
* @return {string}
|
|
47324
|
+
*/
|
|
47325
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getCursorMag = function() {
|
|
47326
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
47327
|
+
};
|
|
47328
|
+
|
|
47329
|
+
|
|
47330
|
+
/**
|
|
47331
|
+
* @param {string} value
|
|
47332
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47333
|
+
*/
|
|
47334
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setCursorMag = function(value) {
|
|
47335
|
+
return jspb.Message.setField(this, 2, value);
|
|
47336
|
+
};
|
|
47337
|
+
|
|
47338
|
+
|
|
47339
|
+
/**
|
|
47340
|
+
* Clears the field making it undefined.
|
|
47341
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47342
|
+
*/
|
|
47343
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearCursorMag = function() {
|
|
47344
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
47345
|
+
};
|
|
47346
|
+
|
|
47347
|
+
|
|
47348
|
+
/**
|
|
47349
|
+
* Returns whether this field is set.
|
|
47350
|
+
* @return {boolean}
|
|
47351
|
+
*/
|
|
47352
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasCursorMag = function() {
|
|
47353
|
+
return jspb.Message.getField(this, 2) != null;
|
|
47354
|
+
};
|
|
47355
|
+
|
|
47356
|
+
|
|
47357
|
+
/**
|
|
47358
|
+
* optional string display = 3;
|
|
47359
|
+
* @return {string}
|
|
47360
|
+
*/
|
|
47361
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getDisplay = function() {
|
|
47362
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
47363
|
+
};
|
|
47364
|
+
|
|
47365
|
+
|
|
47366
|
+
/**
|
|
47367
|
+
* @param {string} value
|
|
47368
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47369
|
+
*/
|
|
47370
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setDisplay = function(value) {
|
|
47371
|
+
return jspb.Message.setField(this, 3, value);
|
|
47372
|
+
};
|
|
47373
|
+
|
|
47374
|
+
|
|
47375
|
+
/**
|
|
47376
|
+
* Clears the field making it undefined.
|
|
47377
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47378
|
+
*/
|
|
47379
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearDisplay = function() {
|
|
47380
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
47381
|
+
};
|
|
47382
|
+
|
|
47383
|
+
|
|
47384
|
+
/**
|
|
47385
|
+
* Returns whether this field is set.
|
|
47386
|
+
* @return {boolean}
|
|
47387
|
+
*/
|
|
47388
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasDisplay = function() {
|
|
47389
|
+
return jspb.Message.getField(this, 3) != null;
|
|
47390
|
+
};
|
|
47391
|
+
|
|
47392
|
+
|
|
47393
|
+
/**
|
|
47394
|
+
* optional string flash_screen = 4;
|
|
47395
|
+
* @return {string}
|
|
47396
|
+
*/
|
|
47397
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getFlashScreen = function() {
|
|
47398
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
47399
|
+
};
|
|
47400
|
+
|
|
47401
|
+
|
|
47402
|
+
/**
|
|
47403
|
+
* @param {string} value
|
|
47404
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47405
|
+
*/
|
|
47406
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setFlashScreen = function(value) {
|
|
47407
|
+
return jspb.Message.setField(this, 4, value);
|
|
47408
|
+
};
|
|
47409
|
+
|
|
47410
|
+
|
|
47411
|
+
/**
|
|
47412
|
+
* Clears the field making it undefined.
|
|
47413
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47414
|
+
*/
|
|
47415
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearFlashScreen = function() {
|
|
47416
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
47417
|
+
};
|
|
47418
|
+
|
|
47419
|
+
|
|
47420
|
+
/**
|
|
47421
|
+
* Returns whether this field is set.
|
|
47422
|
+
* @return {boolean}
|
|
47423
|
+
*/
|
|
47424
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasFlashScreen = function() {
|
|
47425
|
+
return jspb.Message.getField(this, 4) != null;
|
|
47426
|
+
};
|
|
47427
|
+
|
|
47428
|
+
|
|
47429
|
+
/**
|
|
47430
|
+
* optional string keyboard_zoom = 5;
|
|
47431
|
+
* @return {string}
|
|
47432
|
+
*/
|
|
47433
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getKeyboardZoom = function() {
|
|
47434
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
47435
|
+
};
|
|
47436
|
+
|
|
47437
|
+
|
|
47438
|
+
/**
|
|
47439
|
+
* @param {string} value
|
|
47440
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47441
|
+
*/
|
|
47442
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setKeyboardZoom = function(value) {
|
|
47443
|
+
return jspb.Message.setField(this, 5, value);
|
|
47444
|
+
};
|
|
47445
|
+
|
|
47446
|
+
|
|
47447
|
+
/**
|
|
47448
|
+
* Clears the field making it undefined.
|
|
47449
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47450
|
+
*/
|
|
47451
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearKeyboardZoom = function() {
|
|
47452
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
47453
|
+
};
|
|
47454
|
+
|
|
47455
|
+
|
|
47456
|
+
/**
|
|
47457
|
+
* Returns whether this field is set.
|
|
47458
|
+
* @return {boolean}
|
|
47459
|
+
*/
|
|
47460
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasKeyboardZoom = function() {
|
|
47461
|
+
return jspb.Message.getField(this, 5) != null;
|
|
47462
|
+
};
|
|
47463
|
+
|
|
47464
|
+
|
|
47465
|
+
/**
|
|
47466
|
+
* optional string mouse_keys = 6;
|
|
47467
|
+
* @return {string}
|
|
47468
|
+
*/
|
|
47469
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getMouseKeys = function() {
|
|
47470
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
47471
|
+
};
|
|
47472
|
+
|
|
47473
|
+
|
|
47474
|
+
/**
|
|
47475
|
+
* @param {string} value
|
|
47476
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47477
|
+
*/
|
|
47478
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setMouseKeys = function(value) {
|
|
47479
|
+
return jspb.Message.setField(this, 6, value);
|
|
47480
|
+
};
|
|
47481
|
+
|
|
47482
|
+
|
|
47483
|
+
/**
|
|
47484
|
+
* Clears the field making it undefined.
|
|
47485
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47486
|
+
*/
|
|
47487
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearMouseKeys = function() {
|
|
47488
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
47489
|
+
};
|
|
47490
|
+
|
|
47491
|
+
|
|
47492
|
+
/**
|
|
47493
|
+
* Returns whether this field is set.
|
|
47494
|
+
* @return {boolean}
|
|
47495
|
+
*/
|
|
47496
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasMouseKeys = function() {
|
|
47497
|
+
return jspb.Message.getField(this, 6) != null;
|
|
47498
|
+
};
|
|
47499
|
+
|
|
47500
|
+
|
|
47501
|
+
/**
|
|
47502
|
+
* optional string scroll_zoom = 7;
|
|
47503
|
+
* @return {string}
|
|
47504
|
+
*/
|
|
47505
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getScrollZoom = function() {
|
|
47506
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
47507
|
+
};
|
|
47508
|
+
|
|
47509
|
+
|
|
47510
|
+
/**
|
|
47511
|
+
* @param {string} value
|
|
47512
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47513
|
+
*/
|
|
47514
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setScrollZoom = function(value) {
|
|
47515
|
+
return jspb.Message.setField(this, 7, value);
|
|
47516
|
+
};
|
|
47517
|
+
|
|
47518
|
+
|
|
47519
|
+
/**
|
|
47520
|
+
* Clears the field making it undefined.
|
|
47521
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47522
|
+
*/
|
|
47523
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearScrollZoom = function() {
|
|
47524
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
47525
|
+
};
|
|
47526
|
+
|
|
47527
|
+
|
|
47528
|
+
/**
|
|
47529
|
+
* Returns whether this field is set.
|
|
47530
|
+
* @return {boolean}
|
|
47531
|
+
*/
|
|
47532
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasScrollZoom = function() {
|
|
47533
|
+
return jspb.Message.getField(this, 7) != null;
|
|
47534
|
+
};
|
|
47535
|
+
|
|
47536
|
+
|
|
47537
|
+
/**
|
|
47538
|
+
* optional string slow_keys = 8;
|
|
47539
|
+
* @return {string}
|
|
47540
|
+
*/
|
|
47541
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getSlowKeys = function() {
|
|
47542
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
47543
|
+
};
|
|
47544
|
+
|
|
47545
|
+
|
|
47546
|
+
/**
|
|
47547
|
+
* @param {string} value
|
|
47548
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47549
|
+
*/
|
|
47550
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setSlowKeys = function(value) {
|
|
47551
|
+
return jspb.Message.setField(this, 8, value);
|
|
47552
|
+
};
|
|
47553
|
+
|
|
47554
|
+
|
|
47555
|
+
/**
|
|
47556
|
+
* Clears the field making it undefined.
|
|
47557
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47558
|
+
*/
|
|
47559
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearSlowKeys = function() {
|
|
47560
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
47561
|
+
};
|
|
47562
|
+
|
|
47563
|
+
|
|
47564
|
+
/**
|
|
47565
|
+
* Returns whether this field is set.
|
|
47566
|
+
* @return {boolean}
|
|
47567
|
+
*/
|
|
47568
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasSlowKeys = function() {
|
|
47569
|
+
return jspb.Message.getField(this, 8) != null;
|
|
47570
|
+
};
|
|
47571
|
+
|
|
47572
|
+
|
|
47573
|
+
/**
|
|
47574
|
+
* optional string sticky_keys = 9;
|
|
47575
|
+
* @return {string}
|
|
47576
|
+
*/
|
|
47577
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getStickyKeys = function() {
|
|
47578
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
47579
|
+
};
|
|
47580
|
+
|
|
47581
|
+
|
|
47582
|
+
/**
|
|
47583
|
+
* @param {string} value
|
|
47584
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47585
|
+
*/
|
|
47586
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setStickyKeys = function(value) {
|
|
47587
|
+
return jspb.Message.setField(this, 9, value);
|
|
47588
|
+
};
|
|
47589
|
+
|
|
47590
|
+
|
|
47591
|
+
/**
|
|
47592
|
+
* Clears the field making it undefined.
|
|
47593
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47594
|
+
*/
|
|
47595
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearStickyKeys = function() {
|
|
47596
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
47597
|
+
};
|
|
47598
|
+
|
|
47599
|
+
|
|
47600
|
+
/**
|
|
47601
|
+
* Returns whether this field is set.
|
|
47602
|
+
* @return {boolean}
|
|
47603
|
+
*/
|
|
47604
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasStickyKeys = function() {
|
|
47605
|
+
return jspb.Message.getField(this, 9) != null;
|
|
47606
|
+
};
|
|
47607
|
+
|
|
47608
|
+
|
|
47609
|
+
/**
|
|
47610
|
+
* optional string voice_over = 10;
|
|
47611
|
+
* @return {string}
|
|
47612
|
+
*/
|
|
47613
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getVoiceOver = function() {
|
|
47614
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
47615
|
+
};
|
|
47616
|
+
|
|
47617
|
+
|
|
47618
|
+
/**
|
|
47619
|
+
* @param {string} value
|
|
47620
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47621
|
+
*/
|
|
47622
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setVoiceOver = function(value) {
|
|
47623
|
+
return jspb.Message.setField(this, 10, value);
|
|
47624
|
+
};
|
|
47625
|
+
|
|
47626
|
+
|
|
47627
|
+
/**
|
|
47628
|
+
* Clears the field making it undefined.
|
|
47629
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47630
|
+
*/
|
|
47631
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearVoiceOver = function() {
|
|
47632
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
47633
|
+
};
|
|
47634
|
+
|
|
47635
|
+
|
|
47636
|
+
/**
|
|
47637
|
+
* Returns whether this field is set.
|
|
47638
|
+
* @return {boolean}
|
|
47639
|
+
*/
|
|
47640
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasVoiceOver = function() {
|
|
47641
|
+
return jspb.Message.getField(this, 10) != null;
|
|
47642
|
+
};
|
|
47643
|
+
|
|
47644
|
+
|
|
47645
|
+
/**
|
|
47646
|
+
* optional string zoom_mode = 11;
|
|
47647
|
+
* @return {string}
|
|
47648
|
+
*/
|
|
47649
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.getZoomMode = function() {
|
|
47650
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
47651
|
+
};
|
|
47652
|
+
|
|
47653
|
+
|
|
47654
|
+
/**
|
|
47655
|
+
* @param {string} value
|
|
47656
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47657
|
+
*/
|
|
47658
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.setZoomMode = function(value) {
|
|
47659
|
+
return jspb.Message.setField(this, 11, value);
|
|
47660
|
+
};
|
|
47661
|
+
|
|
47662
|
+
|
|
47663
|
+
/**
|
|
47664
|
+
* Clears the field making it undefined.
|
|
47665
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility} returns this
|
|
47666
|
+
*/
|
|
47667
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.clearZoomMode = function() {
|
|
47668
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
47669
|
+
};
|
|
47670
|
+
|
|
47671
|
+
|
|
47672
|
+
/**
|
|
47673
|
+
* Returns whether this field is set.
|
|
47674
|
+
* @return {boolean}
|
|
47675
|
+
*/
|
|
47676
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility.prototype.hasZoomMode = function() {
|
|
47677
|
+
return jspb.Message.getField(this, 11) != null;
|
|
47678
|
+
};
|
|
47679
|
+
|
|
47680
|
+
|
|
47681
|
+
|
|
47682
|
+
|
|
47683
|
+
|
|
46908
47684
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
46909
47685
|
/**
|
|
46910
47686
|
* Creates an object representation of this proto.
|
|
@@ -76646,6 +77422,549 @@ proto.com.lansweeper.dp.outbound.v1.PortableBattery.prototype.hasSmartBatteryVer
|
|
|
76646
77422
|
|
|
76647
77423
|
|
|
76648
77424
|
|
|
77425
|
+
/**
|
|
77426
|
+
* List of repeated fields within this message type.
|
|
77427
|
+
* @private {!Array<number>}
|
|
77428
|
+
* @const
|
|
77429
|
+
*/
|
|
77430
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.repeatedFields_ = [8];
|
|
77431
|
+
|
|
77432
|
+
|
|
77433
|
+
|
|
77434
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
77435
|
+
/**
|
|
77436
|
+
* Creates an object representation of this proto.
|
|
77437
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
77438
|
+
* Optional fields that are not set will be set to undefined.
|
|
77439
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
77440
|
+
* For the list of reserved names please see:
|
|
77441
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
77442
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
77443
|
+
* JSPB instance for transitional soy proto support:
|
|
77444
|
+
* http://goto/soy-param-migration
|
|
77445
|
+
* @return {!Object}
|
|
77446
|
+
*/
|
|
77447
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.toObject = function(opt_includeInstance) {
|
|
77448
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.toObject(opt_includeInstance, this);
|
|
77449
|
+
};
|
|
77450
|
+
|
|
77451
|
+
|
|
77452
|
+
/**
|
|
77453
|
+
* Static version of the {@see toObject} method.
|
|
77454
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
77455
|
+
* the JSPB instance for transitional soy proto support:
|
|
77456
|
+
* http://goto/soy-param-migration
|
|
77457
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} msg The msg instance to transform.
|
|
77458
|
+
* @return {!Object}
|
|
77459
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
77460
|
+
*/
|
|
77461
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.toObject = function(includeInstance, msg) {
|
|
77462
|
+
var f, obj = {
|
|
77463
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
77464
|
+
archKind: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
77465
|
+
info: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
77466
|
+
lastModified: (f = msg.getLastModified()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
77467
|
+
obtainedFrom: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
77468
|
+
pathLocation: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
77469
|
+
privateFramework: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
77470
|
+
signedByList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
77471
|
+
version: jspb.Message.getFieldWithDefault(msg, 9, "")
|
|
77472
|
+
};
|
|
77473
|
+
|
|
77474
|
+
if (includeInstance) {
|
|
77475
|
+
obj.$jspbMessageInstance = msg;
|
|
77476
|
+
}
|
|
77477
|
+
return obj;
|
|
77478
|
+
};
|
|
77479
|
+
}
|
|
77480
|
+
|
|
77481
|
+
|
|
77482
|
+
/**
|
|
77483
|
+
* Deserializes binary data (in protobuf wire format).
|
|
77484
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
77485
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework}
|
|
77486
|
+
*/
|
|
77487
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.deserializeBinary = function(bytes) {
|
|
77488
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
77489
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework;
|
|
77490
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.deserializeBinaryFromReader(msg, reader);
|
|
77491
|
+
};
|
|
77492
|
+
|
|
77493
|
+
|
|
77494
|
+
/**
|
|
77495
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
77496
|
+
* given reader into the given message object.
|
|
77497
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} msg The message object to deserialize into.
|
|
77498
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
77499
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework}
|
|
77500
|
+
*/
|
|
77501
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.deserializeBinaryFromReader = function(msg, reader) {
|
|
77502
|
+
while (reader.nextField()) {
|
|
77503
|
+
if (reader.isEndGroup()) {
|
|
77504
|
+
break;
|
|
77505
|
+
}
|
|
77506
|
+
var field = reader.getFieldNumber();
|
|
77507
|
+
switch (field) {
|
|
77508
|
+
case 1:
|
|
77509
|
+
var value = /** @type {string} */ (reader.readString());
|
|
77510
|
+
msg.setName(value);
|
|
77511
|
+
break;
|
|
77512
|
+
case 2:
|
|
77513
|
+
var value = /** @type {string} */ (reader.readString());
|
|
77514
|
+
msg.setArchKind(value);
|
|
77515
|
+
break;
|
|
77516
|
+
case 3:
|
|
77517
|
+
var value = /** @type {string} */ (reader.readString());
|
|
77518
|
+
msg.setInfo(value);
|
|
77519
|
+
break;
|
|
77520
|
+
case 4:
|
|
77521
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
77522
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
77523
|
+
msg.setLastModified(value);
|
|
77524
|
+
break;
|
|
77525
|
+
case 5:
|
|
77526
|
+
var value = /** @type {string} */ (reader.readString());
|
|
77527
|
+
msg.setObtainedFrom(value);
|
|
77528
|
+
break;
|
|
77529
|
+
case 6:
|
|
77530
|
+
var value = /** @type {string} */ (reader.readString());
|
|
77531
|
+
msg.setPathLocation(value);
|
|
77532
|
+
break;
|
|
77533
|
+
case 7:
|
|
77534
|
+
var value = /** @type {string} */ (reader.readString());
|
|
77535
|
+
msg.setPrivateFramework(value);
|
|
77536
|
+
break;
|
|
77537
|
+
case 8:
|
|
77538
|
+
var value = /** @type {string} */ (reader.readString());
|
|
77539
|
+
msg.addSignedBy(value);
|
|
77540
|
+
break;
|
|
77541
|
+
case 9:
|
|
77542
|
+
var value = /** @type {string} */ (reader.readString());
|
|
77543
|
+
msg.setVersion(value);
|
|
77544
|
+
break;
|
|
77545
|
+
default:
|
|
77546
|
+
reader.skipField();
|
|
77547
|
+
break;
|
|
77548
|
+
}
|
|
77549
|
+
}
|
|
77550
|
+
return msg;
|
|
77551
|
+
};
|
|
77552
|
+
|
|
77553
|
+
|
|
77554
|
+
/**
|
|
77555
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
77556
|
+
* @return {!Uint8Array}
|
|
77557
|
+
*/
|
|
77558
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.serializeBinary = function() {
|
|
77559
|
+
var writer = new jspb.BinaryWriter();
|
|
77560
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.serializeBinaryToWriter(this, writer);
|
|
77561
|
+
return writer.getResultBuffer();
|
|
77562
|
+
};
|
|
77563
|
+
|
|
77564
|
+
|
|
77565
|
+
/**
|
|
77566
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
77567
|
+
* format), writing to the given BinaryWriter.
|
|
77568
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} message
|
|
77569
|
+
* @param {!jspb.BinaryWriter} writer
|
|
77570
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
77571
|
+
*/
|
|
77572
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.serializeBinaryToWriter = function(message, writer) {
|
|
77573
|
+
var f = undefined;
|
|
77574
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
77575
|
+
if (f != null) {
|
|
77576
|
+
writer.writeString(
|
|
77577
|
+
1,
|
|
77578
|
+
f
|
|
77579
|
+
);
|
|
77580
|
+
}
|
|
77581
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
77582
|
+
if (f != null) {
|
|
77583
|
+
writer.writeString(
|
|
77584
|
+
2,
|
|
77585
|
+
f
|
|
77586
|
+
);
|
|
77587
|
+
}
|
|
77588
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
77589
|
+
if (f != null) {
|
|
77590
|
+
writer.writeString(
|
|
77591
|
+
3,
|
|
77592
|
+
f
|
|
77593
|
+
);
|
|
77594
|
+
}
|
|
77595
|
+
f = message.getLastModified();
|
|
77596
|
+
if (f != null) {
|
|
77597
|
+
writer.writeMessage(
|
|
77598
|
+
4,
|
|
77599
|
+
f,
|
|
77600
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
77601
|
+
);
|
|
77602
|
+
}
|
|
77603
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
77604
|
+
if (f != null) {
|
|
77605
|
+
writer.writeString(
|
|
77606
|
+
5,
|
|
77607
|
+
f
|
|
77608
|
+
);
|
|
77609
|
+
}
|
|
77610
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
77611
|
+
if (f != null) {
|
|
77612
|
+
writer.writeString(
|
|
77613
|
+
6,
|
|
77614
|
+
f
|
|
77615
|
+
);
|
|
77616
|
+
}
|
|
77617
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
77618
|
+
if (f != null) {
|
|
77619
|
+
writer.writeString(
|
|
77620
|
+
7,
|
|
77621
|
+
f
|
|
77622
|
+
);
|
|
77623
|
+
}
|
|
77624
|
+
f = message.getSignedByList();
|
|
77625
|
+
if (f.length > 0) {
|
|
77626
|
+
writer.writeRepeatedString(
|
|
77627
|
+
8,
|
|
77628
|
+
f
|
|
77629
|
+
);
|
|
77630
|
+
}
|
|
77631
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
77632
|
+
if (f != null) {
|
|
77633
|
+
writer.writeString(
|
|
77634
|
+
9,
|
|
77635
|
+
f
|
|
77636
|
+
);
|
|
77637
|
+
}
|
|
77638
|
+
};
|
|
77639
|
+
|
|
77640
|
+
|
|
77641
|
+
/**
|
|
77642
|
+
* optional string name = 1;
|
|
77643
|
+
* @return {string}
|
|
77644
|
+
*/
|
|
77645
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getName = function() {
|
|
77646
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
77647
|
+
};
|
|
77648
|
+
|
|
77649
|
+
|
|
77650
|
+
/**
|
|
77651
|
+
* @param {string} value
|
|
77652
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77653
|
+
*/
|
|
77654
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setName = function(value) {
|
|
77655
|
+
return jspb.Message.setField(this, 1, value);
|
|
77656
|
+
};
|
|
77657
|
+
|
|
77658
|
+
|
|
77659
|
+
/**
|
|
77660
|
+
* Clears the field making it undefined.
|
|
77661
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77662
|
+
*/
|
|
77663
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearName = function() {
|
|
77664
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
77665
|
+
};
|
|
77666
|
+
|
|
77667
|
+
|
|
77668
|
+
/**
|
|
77669
|
+
* Returns whether this field is set.
|
|
77670
|
+
* @return {boolean}
|
|
77671
|
+
*/
|
|
77672
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.hasName = function() {
|
|
77673
|
+
return jspb.Message.getField(this, 1) != null;
|
|
77674
|
+
};
|
|
77675
|
+
|
|
77676
|
+
|
|
77677
|
+
/**
|
|
77678
|
+
* optional string arch_kind = 2;
|
|
77679
|
+
* @return {string}
|
|
77680
|
+
*/
|
|
77681
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getArchKind = function() {
|
|
77682
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
77683
|
+
};
|
|
77684
|
+
|
|
77685
|
+
|
|
77686
|
+
/**
|
|
77687
|
+
* @param {string} value
|
|
77688
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77689
|
+
*/
|
|
77690
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setArchKind = function(value) {
|
|
77691
|
+
return jspb.Message.setField(this, 2, value);
|
|
77692
|
+
};
|
|
77693
|
+
|
|
77694
|
+
|
|
77695
|
+
/**
|
|
77696
|
+
* Clears the field making it undefined.
|
|
77697
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77698
|
+
*/
|
|
77699
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearArchKind = function() {
|
|
77700
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
77701
|
+
};
|
|
77702
|
+
|
|
77703
|
+
|
|
77704
|
+
/**
|
|
77705
|
+
* Returns whether this field is set.
|
|
77706
|
+
* @return {boolean}
|
|
77707
|
+
*/
|
|
77708
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.hasArchKind = function() {
|
|
77709
|
+
return jspb.Message.getField(this, 2) != null;
|
|
77710
|
+
};
|
|
77711
|
+
|
|
77712
|
+
|
|
77713
|
+
/**
|
|
77714
|
+
* optional string info = 3;
|
|
77715
|
+
* @return {string}
|
|
77716
|
+
*/
|
|
77717
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getInfo = function() {
|
|
77718
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
77719
|
+
};
|
|
77720
|
+
|
|
77721
|
+
|
|
77722
|
+
/**
|
|
77723
|
+
* @param {string} value
|
|
77724
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77725
|
+
*/
|
|
77726
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setInfo = function(value) {
|
|
77727
|
+
return jspb.Message.setField(this, 3, value);
|
|
77728
|
+
};
|
|
77729
|
+
|
|
77730
|
+
|
|
77731
|
+
/**
|
|
77732
|
+
* Clears the field making it undefined.
|
|
77733
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77734
|
+
*/
|
|
77735
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearInfo = function() {
|
|
77736
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
77737
|
+
};
|
|
77738
|
+
|
|
77739
|
+
|
|
77740
|
+
/**
|
|
77741
|
+
* Returns whether this field is set.
|
|
77742
|
+
* @return {boolean}
|
|
77743
|
+
*/
|
|
77744
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.hasInfo = function() {
|
|
77745
|
+
return jspb.Message.getField(this, 3) != null;
|
|
77746
|
+
};
|
|
77747
|
+
|
|
77748
|
+
|
|
77749
|
+
/**
|
|
77750
|
+
* optional google.protobuf.Timestamp last_modified = 4;
|
|
77751
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
77752
|
+
*/
|
|
77753
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getLastModified = function() {
|
|
77754
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
77755
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));
|
|
77756
|
+
};
|
|
77757
|
+
|
|
77758
|
+
|
|
77759
|
+
/**
|
|
77760
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
77761
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77762
|
+
*/
|
|
77763
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setLastModified = function(value) {
|
|
77764
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
77765
|
+
};
|
|
77766
|
+
|
|
77767
|
+
|
|
77768
|
+
/**
|
|
77769
|
+
* Clears the message field making it undefined.
|
|
77770
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77771
|
+
*/
|
|
77772
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearLastModified = function() {
|
|
77773
|
+
return this.setLastModified(undefined);
|
|
77774
|
+
};
|
|
77775
|
+
|
|
77776
|
+
|
|
77777
|
+
/**
|
|
77778
|
+
* Returns whether this field is set.
|
|
77779
|
+
* @return {boolean}
|
|
77780
|
+
*/
|
|
77781
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.hasLastModified = function() {
|
|
77782
|
+
return jspb.Message.getField(this, 4) != null;
|
|
77783
|
+
};
|
|
77784
|
+
|
|
77785
|
+
|
|
77786
|
+
/**
|
|
77787
|
+
* optional string obtained_from = 5;
|
|
77788
|
+
* @return {string}
|
|
77789
|
+
*/
|
|
77790
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getObtainedFrom = function() {
|
|
77791
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
77792
|
+
};
|
|
77793
|
+
|
|
77794
|
+
|
|
77795
|
+
/**
|
|
77796
|
+
* @param {string} value
|
|
77797
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77798
|
+
*/
|
|
77799
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setObtainedFrom = function(value) {
|
|
77800
|
+
return jspb.Message.setField(this, 5, value);
|
|
77801
|
+
};
|
|
77802
|
+
|
|
77803
|
+
|
|
77804
|
+
/**
|
|
77805
|
+
* Clears the field making it undefined.
|
|
77806
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77807
|
+
*/
|
|
77808
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearObtainedFrom = function() {
|
|
77809
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
77810
|
+
};
|
|
77811
|
+
|
|
77812
|
+
|
|
77813
|
+
/**
|
|
77814
|
+
* Returns whether this field is set.
|
|
77815
|
+
* @return {boolean}
|
|
77816
|
+
*/
|
|
77817
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.hasObtainedFrom = function() {
|
|
77818
|
+
return jspb.Message.getField(this, 5) != null;
|
|
77819
|
+
};
|
|
77820
|
+
|
|
77821
|
+
|
|
77822
|
+
/**
|
|
77823
|
+
* optional string path_location = 6;
|
|
77824
|
+
* @return {string}
|
|
77825
|
+
*/
|
|
77826
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getPathLocation = function() {
|
|
77827
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
77828
|
+
};
|
|
77829
|
+
|
|
77830
|
+
|
|
77831
|
+
/**
|
|
77832
|
+
* @param {string} value
|
|
77833
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77834
|
+
*/
|
|
77835
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setPathLocation = function(value) {
|
|
77836
|
+
return jspb.Message.setField(this, 6, value);
|
|
77837
|
+
};
|
|
77838
|
+
|
|
77839
|
+
|
|
77840
|
+
/**
|
|
77841
|
+
* Clears the field making it undefined.
|
|
77842
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77843
|
+
*/
|
|
77844
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearPathLocation = function() {
|
|
77845
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
77846
|
+
};
|
|
77847
|
+
|
|
77848
|
+
|
|
77849
|
+
/**
|
|
77850
|
+
* Returns whether this field is set.
|
|
77851
|
+
* @return {boolean}
|
|
77852
|
+
*/
|
|
77853
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.hasPathLocation = function() {
|
|
77854
|
+
return jspb.Message.getField(this, 6) != null;
|
|
77855
|
+
};
|
|
77856
|
+
|
|
77857
|
+
|
|
77858
|
+
/**
|
|
77859
|
+
* optional string private_framework = 7;
|
|
77860
|
+
* @return {string}
|
|
77861
|
+
*/
|
|
77862
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getPrivateFramework = function() {
|
|
77863
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
77864
|
+
};
|
|
77865
|
+
|
|
77866
|
+
|
|
77867
|
+
/**
|
|
77868
|
+
* @param {string} value
|
|
77869
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77870
|
+
*/
|
|
77871
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setPrivateFramework = function(value) {
|
|
77872
|
+
return jspb.Message.setField(this, 7, value);
|
|
77873
|
+
};
|
|
77874
|
+
|
|
77875
|
+
|
|
77876
|
+
/**
|
|
77877
|
+
* Clears the field making it undefined.
|
|
77878
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77879
|
+
*/
|
|
77880
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearPrivateFramework = function() {
|
|
77881
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
77882
|
+
};
|
|
77883
|
+
|
|
77884
|
+
|
|
77885
|
+
/**
|
|
77886
|
+
* Returns whether this field is set.
|
|
77887
|
+
* @return {boolean}
|
|
77888
|
+
*/
|
|
77889
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.hasPrivateFramework = function() {
|
|
77890
|
+
return jspb.Message.getField(this, 7) != null;
|
|
77891
|
+
};
|
|
77892
|
+
|
|
77893
|
+
|
|
77894
|
+
/**
|
|
77895
|
+
* repeated string signed_by = 8;
|
|
77896
|
+
* @return {!Array<string>}
|
|
77897
|
+
*/
|
|
77898
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getSignedByList = function() {
|
|
77899
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
|
|
77900
|
+
};
|
|
77901
|
+
|
|
77902
|
+
|
|
77903
|
+
/**
|
|
77904
|
+
* @param {!Array<string>} value
|
|
77905
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77906
|
+
*/
|
|
77907
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setSignedByList = function(value) {
|
|
77908
|
+
return jspb.Message.setField(this, 8, value || []);
|
|
77909
|
+
};
|
|
77910
|
+
|
|
77911
|
+
|
|
77912
|
+
/**
|
|
77913
|
+
* @param {string} value
|
|
77914
|
+
* @param {number=} opt_index
|
|
77915
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77916
|
+
*/
|
|
77917
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.addSignedBy = function(value, opt_index) {
|
|
77918
|
+
return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
|
|
77919
|
+
};
|
|
77920
|
+
|
|
77921
|
+
|
|
77922
|
+
/**
|
|
77923
|
+
* Clears the list making it empty but non-null.
|
|
77924
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77925
|
+
*/
|
|
77926
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearSignedByList = function() {
|
|
77927
|
+
return this.setSignedByList([]);
|
|
77928
|
+
};
|
|
77929
|
+
|
|
77930
|
+
|
|
77931
|
+
/**
|
|
77932
|
+
* optional string version = 9;
|
|
77933
|
+
* @return {string}
|
|
77934
|
+
*/
|
|
77935
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.getVersion = function() {
|
|
77936
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
77937
|
+
};
|
|
77938
|
+
|
|
77939
|
+
|
|
77940
|
+
/**
|
|
77941
|
+
* @param {string} value
|
|
77942
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77943
|
+
*/
|
|
77944
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.setVersion = function(value) {
|
|
77945
|
+
return jspb.Message.setField(this, 9, value);
|
|
77946
|
+
};
|
|
77947
|
+
|
|
77948
|
+
|
|
77949
|
+
/**
|
|
77950
|
+
* Clears the field making it undefined.
|
|
77951
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework} returns this
|
|
77952
|
+
*/
|
|
77953
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.clearVersion = function() {
|
|
77954
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
77955
|
+
};
|
|
77956
|
+
|
|
77957
|
+
|
|
77958
|
+
/**
|
|
77959
|
+
* Returns whether this field is set.
|
|
77960
|
+
* @return {boolean}
|
|
77961
|
+
*/
|
|
77962
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.prototype.hasVersion = function() {
|
|
77963
|
+
return jspb.Message.getField(this, 9) != null;
|
|
77964
|
+
};
|
|
77965
|
+
|
|
77966
|
+
|
|
77967
|
+
|
|
76649
77968
|
|
|
76650
77969
|
|
|
76651
77970
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|