@lansweeper/data-platform-outbound-grpc 0.1.116 → 0.1.117
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 +107 -0
- package/gen-proto/outbound_pb.js +845 -0
- package/generated-go/outbound.pb.go +7086 -6855
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +20 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -59,6 +59,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth', nu
|
|
|
59
59
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera', null, global);
|
|
60
60
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader', null, global);
|
|
61
61
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics', null, global);
|
|
62
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet', null, global);
|
|
62
63
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory', null, global);
|
|
63
64
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation', null, global);
|
|
64
65
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework', null, global);
|
|
@@ -3122,6 +3123,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
3122
3123
|
*/
|
|
3123
3124
|
proto.com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsSinglePageFile';
|
|
3124
3125
|
}
|
|
3126
|
+
/**
|
|
3127
|
+
* Generated by JsPbCodeGenerator.
|
|
3128
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
3129
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
3130
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
3131
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
3132
|
+
* valid.
|
|
3133
|
+
* @extends {jspb.Message}
|
|
3134
|
+
* @constructor
|
|
3135
|
+
*/
|
|
3136
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet = function(opt_data) {
|
|
3137
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
3138
|
+
};
|
|
3139
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet, jspb.Message);
|
|
3140
|
+
if (goog.DEBUG && !COMPILED) {
|
|
3141
|
+
/**
|
|
3142
|
+
* @public
|
|
3143
|
+
* @override
|
|
3144
|
+
*/
|
|
3145
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet';
|
|
3146
|
+
}
|
|
3125
3147
|
/**
|
|
3126
3148
|
* Generated by JsPbCodeGenerator.
|
|
3127
3149
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -9215,6 +9237,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
9215
9237
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.toObject, includeInstance),
|
|
9216
9238
|
macDiagnosticList: jspb.Message.toObjectList(msg.getMacDiagnosticList(),
|
|
9217
9239
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.toObject, includeInstance),
|
|
9240
|
+
macEthernet: (f = msg.getMacEthernet()) && proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.toObject(includeInstance, f),
|
|
9218
9241
|
bios: (f = msg.getBios()) && proto.com.lansweeper.dp.outbound.v1.Bios.toObject(includeInstance, f),
|
|
9219
9242
|
osPatchList: jspb.Message.toObjectList(msg.getOsPatchList(),
|
|
9220
9243
|
proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject, includeInstance),
|
|
@@ -9513,6 +9536,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
9513
9536
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.deserializeBinaryFromReader);
|
|
9514
9537
|
msg.addMacDiagnostic(value);
|
|
9515
9538
|
break;
|
|
9539
|
+
case 42:
|
|
9540
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet;
|
|
9541
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.deserializeBinaryFromReader);
|
|
9542
|
+
msg.setMacEthernet(value);
|
|
9543
|
+
break;
|
|
9516
9544
|
case 101:
|
|
9517
9545
|
var value = new proto.com.lansweeper.dp.outbound.v1.Bios;
|
|
9518
9546
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Bios.deserializeBinaryFromReader);
|
|
@@ -10042,6 +10070,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
10042
10070
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.serializeBinaryToWriter
|
|
10043
10071
|
);
|
|
10044
10072
|
}
|
|
10073
|
+
f = message.getMacEthernet();
|
|
10074
|
+
if (f != null) {
|
|
10075
|
+
writer.writeMessage(
|
|
10076
|
+
42,
|
|
10077
|
+
f,
|
|
10078
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.serializeBinaryToWriter
|
|
10079
|
+
);
|
|
10080
|
+
}
|
|
10045
10081
|
f = message.getBios();
|
|
10046
10082
|
if (f != null) {
|
|
10047
10083
|
writer.writeMessage(
|
|
@@ -11849,6 +11885,43 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacDiagnosticList =
|
|
|
11849
11885
|
};
|
|
11850
11886
|
|
|
11851
11887
|
|
|
11888
|
+
/**
|
|
11889
|
+
* optional ComputerMacEthernet mac_ethernet = 42;
|
|
11890
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet}
|
|
11891
|
+
*/
|
|
11892
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacEthernet = function() {
|
|
11893
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} */ (
|
|
11894
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet, 42));
|
|
11895
|
+
};
|
|
11896
|
+
|
|
11897
|
+
|
|
11898
|
+
/**
|
|
11899
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet|undefined} value
|
|
11900
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11901
|
+
*/
|
|
11902
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacEthernet = function(value) {
|
|
11903
|
+
return jspb.Message.setWrapperField(this, 42, value);
|
|
11904
|
+
};
|
|
11905
|
+
|
|
11906
|
+
|
|
11907
|
+
/**
|
|
11908
|
+
* Clears the message field making it undefined.
|
|
11909
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11910
|
+
*/
|
|
11911
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacEthernet = function() {
|
|
11912
|
+
return this.setMacEthernet(undefined);
|
|
11913
|
+
};
|
|
11914
|
+
|
|
11915
|
+
|
|
11916
|
+
/**
|
|
11917
|
+
* Returns whether this field is set.
|
|
11918
|
+
* @return {boolean}
|
|
11919
|
+
*/
|
|
11920
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasMacEthernet = function() {
|
|
11921
|
+
return jspb.Message.getField(this, 42) != null;
|
|
11922
|
+
};
|
|
11923
|
+
|
|
11924
|
+
|
|
11852
11925
|
/**
|
|
11853
11926
|
* optional Bios bios = 101;
|
|
11854
11927
|
* @return {?proto.com.lansweeper.dp.outbound.v1.Bios}
|
|
@@ -77942,6 +78015,778 @@ proto.com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.prototype.hasWriteable
|
|
|
77942
78015
|
|
|
77943
78016
|
|
|
77944
78017
|
|
|
78018
|
+
|
|
78019
|
+
|
|
78020
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
78021
|
+
/**
|
|
78022
|
+
* Creates an object representation of this proto.
|
|
78023
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
78024
|
+
* Optional fields that are not set will be set to undefined.
|
|
78025
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
78026
|
+
* For the list of reserved names please see:
|
|
78027
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
78028
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
78029
|
+
* JSPB instance for transitional soy proto support:
|
|
78030
|
+
* http://goto/soy-param-migration
|
|
78031
|
+
* @return {!Object}
|
|
78032
|
+
*/
|
|
78033
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.toObject = function(opt_includeInstance) {
|
|
78034
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.toObject(opt_includeInstance, this);
|
|
78035
|
+
};
|
|
78036
|
+
|
|
78037
|
+
|
|
78038
|
+
/**
|
|
78039
|
+
* Static version of the {@see toObject} method.
|
|
78040
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
78041
|
+
* the JSPB instance for transitional soy proto support:
|
|
78042
|
+
* http://goto/soy-param-migration
|
|
78043
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} msg The msg instance to transform.
|
|
78044
|
+
* @return {!Object}
|
|
78045
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
78046
|
+
*/
|
|
78047
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.toObject = function(includeInstance, msg) {
|
|
78048
|
+
var f, obj = {
|
|
78049
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
78050
|
+
bsdDeviceName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
78051
|
+
avbSupport: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
78052
|
+
bus: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
78053
|
+
deviceId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
78054
|
+
driver: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
78055
|
+
macAddress: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
78056
|
+
maxLinkSpeed: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
78057
|
+
pcieLinkSpeed: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
78058
|
+
pcieLinkWidth: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
78059
|
+
revisionId: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
78060
|
+
subsystemId: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
78061
|
+
subsystemVendorId: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
78062
|
+
vendorId: jspb.Message.getFieldWithDefault(msg, 14, "")
|
|
78063
|
+
};
|
|
78064
|
+
|
|
78065
|
+
if (includeInstance) {
|
|
78066
|
+
obj.$jspbMessageInstance = msg;
|
|
78067
|
+
}
|
|
78068
|
+
return obj;
|
|
78069
|
+
};
|
|
78070
|
+
}
|
|
78071
|
+
|
|
78072
|
+
|
|
78073
|
+
/**
|
|
78074
|
+
* Deserializes binary data (in protobuf wire format).
|
|
78075
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
78076
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet}
|
|
78077
|
+
*/
|
|
78078
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.deserializeBinary = function(bytes) {
|
|
78079
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
78080
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet;
|
|
78081
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.deserializeBinaryFromReader(msg, reader);
|
|
78082
|
+
};
|
|
78083
|
+
|
|
78084
|
+
|
|
78085
|
+
/**
|
|
78086
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
78087
|
+
* given reader into the given message object.
|
|
78088
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} msg The message object to deserialize into.
|
|
78089
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
78090
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet}
|
|
78091
|
+
*/
|
|
78092
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.deserializeBinaryFromReader = function(msg, reader) {
|
|
78093
|
+
while (reader.nextField()) {
|
|
78094
|
+
if (reader.isEndGroup()) {
|
|
78095
|
+
break;
|
|
78096
|
+
}
|
|
78097
|
+
var field = reader.getFieldNumber();
|
|
78098
|
+
switch (field) {
|
|
78099
|
+
case 1:
|
|
78100
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78101
|
+
msg.setName(value);
|
|
78102
|
+
break;
|
|
78103
|
+
case 2:
|
|
78104
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78105
|
+
msg.setBsdDeviceName(value);
|
|
78106
|
+
break;
|
|
78107
|
+
case 3:
|
|
78108
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
78109
|
+
msg.setAvbSupport(value);
|
|
78110
|
+
break;
|
|
78111
|
+
case 4:
|
|
78112
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78113
|
+
msg.setBus(value);
|
|
78114
|
+
break;
|
|
78115
|
+
case 5:
|
|
78116
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78117
|
+
msg.setDeviceId(value);
|
|
78118
|
+
break;
|
|
78119
|
+
case 6:
|
|
78120
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78121
|
+
msg.setDriver(value);
|
|
78122
|
+
break;
|
|
78123
|
+
case 7:
|
|
78124
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78125
|
+
msg.setMacAddress(value);
|
|
78126
|
+
break;
|
|
78127
|
+
case 8:
|
|
78128
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78129
|
+
msg.setMaxLinkSpeed(value);
|
|
78130
|
+
break;
|
|
78131
|
+
case 9:
|
|
78132
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78133
|
+
msg.setPcieLinkSpeed(value);
|
|
78134
|
+
break;
|
|
78135
|
+
case 10:
|
|
78136
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
78137
|
+
msg.setPcieLinkWidth(value);
|
|
78138
|
+
break;
|
|
78139
|
+
case 11:
|
|
78140
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78141
|
+
msg.setRevisionId(value);
|
|
78142
|
+
break;
|
|
78143
|
+
case 12:
|
|
78144
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78145
|
+
msg.setSubsystemId(value);
|
|
78146
|
+
break;
|
|
78147
|
+
case 13:
|
|
78148
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78149
|
+
msg.setSubsystemVendorId(value);
|
|
78150
|
+
break;
|
|
78151
|
+
case 14:
|
|
78152
|
+
var value = /** @type {string} */ (reader.readString());
|
|
78153
|
+
msg.setVendorId(value);
|
|
78154
|
+
break;
|
|
78155
|
+
default:
|
|
78156
|
+
reader.skipField();
|
|
78157
|
+
break;
|
|
78158
|
+
}
|
|
78159
|
+
}
|
|
78160
|
+
return msg;
|
|
78161
|
+
};
|
|
78162
|
+
|
|
78163
|
+
|
|
78164
|
+
/**
|
|
78165
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
78166
|
+
* @return {!Uint8Array}
|
|
78167
|
+
*/
|
|
78168
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.serializeBinary = function() {
|
|
78169
|
+
var writer = new jspb.BinaryWriter();
|
|
78170
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.serializeBinaryToWriter(this, writer);
|
|
78171
|
+
return writer.getResultBuffer();
|
|
78172
|
+
};
|
|
78173
|
+
|
|
78174
|
+
|
|
78175
|
+
/**
|
|
78176
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
78177
|
+
* format), writing to the given BinaryWriter.
|
|
78178
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} message
|
|
78179
|
+
* @param {!jspb.BinaryWriter} writer
|
|
78180
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
78181
|
+
*/
|
|
78182
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.serializeBinaryToWriter = function(message, writer) {
|
|
78183
|
+
var f = undefined;
|
|
78184
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
78185
|
+
if (f != null) {
|
|
78186
|
+
writer.writeString(
|
|
78187
|
+
1,
|
|
78188
|
+
f
|
|
78189
|
+
);
|
|
78190
|
+
}
|
|
78191
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
78192
|
+
if (f != null) {
|
|
78193
|
+
writer.writeString(
|
|
78194
|
+
2,
|
|
78195
|
+
f
|
|
78196
|
+
);
|
|
78197
|
+
}
|
|
78198
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
|
|
78199
|
+
if (f != null) {
|
|
78200
|
+
writer.writeBool(
|
|
78201
|
+
3,
|
|
78202
|
+
f
|
|
78203
|
+
);
|
|
78204
|
+
}
|
|
78205
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
78206
|
+
if (f != null) {
|
|
78207
|
+
writer.writeString(
|
|
78208
|
+
4,
|
|
78209
|
+
f
|
|
78210
|
+
);
|
|
78211
|
+
}
|
|
78212
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
78213
|
+
if (f != null) {
|
|
78214
|
+
writer.writeString(
|
|
78215
|
+
5,
|
|
78216
|
+
f
|
|
78217
|
+
);
|
|
78218
|
+
}
|
|
78219
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
78220
|
+
if (f != null) {
|
|
78221
|
+
writer.writeString(
|
|
78222
|
+
6,
|
|
78223
|
+
f
|
|
78224
|
+
);
|
|
78225
|
+
}
|
|
78226
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
78227
|
+
if (f != null) {
|
|
78228
|
+
writer.writeString(
|
|
78229
|
+
7,
|
|
78230
|
+
f
|
|
78231
|
+
);
|
|
78232
|
+
}
|
|
78233
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
78234
|
+
if (f != null) {
|
|
78235
|
+
writer.writeString(
|
|
78236
|
+
8,
|
|
78237
|
+
f
|
|
78238
|
+
);
|
|
78239
|
+
}
|
|
78240
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
78241
|
+
if (f != null) {
|
|
78242
|
+
writer.writeString(
|
|
78243
|
+
9,
|
|
78244
|
+
f
|
|
78245
|
+
);
|
|
78246
|
+
}
|
|
78247
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 10));
|
|
78248
|
+
if (f != null) {
|
|
78249
|
+
writer.writeUint32(
|
|
78250
|
+
10,
|
|
78251
|
+
f
|
|
78252
|
+
);
|
|
78253
|
+
}
|
|
78254
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
78255
|
+
if (f != null) {
|
|
78256
|
+
writer.writeString(
|
|
78257
|
+
11,
|
|
78258
|
+
f
|
|
78259
|
+
);
|
|
78260
|
+
}
|
|
78261
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 12));
|
|
78262
|
+
if (f != null) {
|
|
78263
|
+
writer.writeString(
|
|
78264
|
+
12,
|
|
78265
|
+
f
|
|
78266
|
+
);
|
|
78267
|
+
}
|
|
78268
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 13));
|
|
78269
|
+
if (f != null) {
|
|
78270
|
+
writer.writeString(
|
|
78271
|
+
13,
|
|
78272
|
+
f
|
|
78273
|
+
);
|
|
78274
|
+
}
|
|
78275
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 14));
|
|
78276
|
+
if (f != null) {
|
|
78277
|
+
writer.writeString(
|
|
78278
|
+
14,
|
|
78279
|
+
f
|
|
78280
|
+
);
|
|
78281
|
+
}
|
|
78282
|
+
};
|
|
78283
|
+
|
|
78284
|
+
|
|
78285
|
+
/**
|
|
78286
|
+
* optional string name = 1;
|
|
78287
|
+
* @return {string}
|
|
78288
|
+
*/
|
|
78289
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getName = function() {
|
|
78290
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
78291
|
+
};
|
|
78292
|
+
|
|
78293
|
+
|
|
78294
|
+
/**
|
|
78295
|
+
* @param {string} value
|
|
78296
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78297
|
+
*/
|
|
78298
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setName = function(value) {
|
|
78299
|
+
return jspb.Message.setField(this, 1, value);
|
|
78300
|
+
};
|
|
78301
|
+
|
|
78302
|
+
|
|
78303
|
+
/**
|
|
78304
|
+
* Clears the field making it undefined.
|
|
78305
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78306
|
+
*/
|
|
78307
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearName = function() {
|
|
78308
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
78309
|
+
};
|
|
78310
|
+
|
|
78311
|
+
|
|
78312
|
+
/**
|
|
78313
|
+
* Returns whether this field is set.
|
|
78314
|
+
* @return {boolean}
|
|
78315
|
+
*/
|
|
78316
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasName = function() {
|
|
78317
|
+
return jspb.Message.getField(this, 1) != null;
|
|
78318
|
+
};
|
|
78319
|
+
|
|
78320
|
+
|
|
78321
|
+
/**
|
|
78322
|
+
* optional string bsd_device_name = 2;
|
|
78323
|
+
* @return {string}
|
|
78324
|
+
*/
|
|
78325
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getBsdDeviceName = function() {
|
|
78326
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
78327
|
+
};
|
|
78328
|
+
|
|
78329
|
+
|
|
78330
|
+
/**
|
|
78331
|
+
* @param {string} value
|
|
78332
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78333
|
+
*/
|
|
78334
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setBsdDeviceName = function(value) {
|
|
78335
|
+
return jspb.Message.setField(this, 2, value);
|
|
78336
|
+
};
|
|
78337
|
+
|
|
78338
|
+
|
|
78339
|
+
/**
|
|
78340
|
+
* Clears the field making it undefined.
|
|
78341
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78342
|
+
*/
|
|
78343
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearBsdDeviceName = function() {
|
|
78344
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
78345
|
+
};
|
|
78346
|
+
|
|
78347
|
+
|
|
78348
|
+
/**
|
|
78349
|
+
* Returns whether this field is set.
|
|
78350
|
+
* @return {boolean}
|
|
78351
|
+
*/
|
|
78352
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasBsdDeviceName = function() {
|
|
78353
|
+
return jspb.Message.getField(this, 2) != null;
|
|
78354
|
+
};
|
|
78355
|
+
|
|
78356
|
+
|
|
78357
|
+
/**
|
|
78358
|
+
* optional bool avb_support = 3;
|
|
78359
|
+
* @return {boolean}
|
|
78360
|
+
*/
|
|
78361
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getAvbSupport = function() {
|
|
78362
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
78363
|
+
};
|
|
78364
|
+
|
|
78365
|
+
|
|
78366
|
+
/**
|
|
78367
|
+
* @param {boolean} value
|
|
78368
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78369
|
+
*/
|
|
78370
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setAvbSupport = function(value) {
|
|
78371
|
+
return jspb.Message.setField(this, 3, value);
|
|
78372
|
+
};
|
|
78373
|
+
|
|
78374
|
+
|
|
78375
|
+
/**
|
|
78376
|
+
* Clears the field making it undefined.
|
|
78377
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78378
|
+
*/
|
|
78379
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearAvbSupport = function() {
|
|
78380
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
78381
|
+
};
|
|
78382
|
+
|
|
78383
|
+
|
|
78384
|
+
/**
|
|
78385
|
+
* Returns whether this field is set.
|
|
78386
|
+
* @return {boolean}
|
|
78387
|
+
*/
|
|
78388
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasAvbSupport = function() {
|
|
78389
|
+
return jspb.Message.getField(this, 3) != null;
|
|
78390
|
+
};
|
|
78391
|
+
|
|
78392
|
+
|
|
78393
|
+
/**
|
|
78394
|
+
* optional string bus = 4;
|
|
78395
|
+
* @return {string}
|
|
78396
|
+
*/
|
|
78397
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getBus = function() {
|
|
78398
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
78399
|
+
};
|
|
78400
|
+
|
|
78401
|
+
|
|
78402
|
+
/**
|
|
78403
|
+
* @param {string} value
|
|
78404
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78405
|
+
*/
|
|
78406
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setBus = function(value) {
|
|
78407
|
+
return jspb.Message.setField(this, 4, value);
|
|
78408
|
+
};
|
|
78409
|
+
|
|
78410
|
+
|
|
78411
|
+
/**
|
|
78412
|
+
* Clears the field making it undefined.
|
|
78413
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78414
|
+
*/
|
|
78415
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearBus = function() {
|
|
78416
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
78417
|
+
};
|
|
78418
|
+
|
|
78419
|
+
|
|
78420
|
+
/**
|
|
78421
|
+
* Returns whether this field is set.
|
|
78422
|
+
* @return {boolean}
|
|
78423
|
+
*/
|
|
78424
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasBus = function() {
|
|
78425
|
+
return jspb.Message.getField(this, 4) != null;
|
|
78426
|
+
};
|
|
78427
|
+
|
|
78428
|
+
|
|
78429
|
+
/**
|
|
78430
|
+
* optional string device_id = 5;
|
|
78431
|
+
* @return {string}
|
|
78432
|
+
*/
|
|
78433
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getDeviceId = function() {
|
|
78434
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
78435
|
+
};
|
|
78436
|
+
|
|
78437
|
+
|
|
78438
|
+
/**
|
|
78439
|
+
* @param {string} value
|
|
78440
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78441
|
+
*/
|
|
78442
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setDeviceId = function(value) {
|
|
78443
|
+
return jspb.Message.setField(this, 5, value);
|
|
78444
|
+
};
|
|
78445
|
+
|
|
78446
|
+
|
|
78447
|
+
/**
|
|
78448
|
+
* Clears the field making it undefined.
|
|
78449
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78450
|
+
*/
|
|
78451
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearDeviceId = function() {
|
|
78452
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
78453
|
+
};
|
|
78454
|
+
|
|
78455
|
+
|
|
78456
|
+
/**
|
|
78457
|
+
* Returns whether this field is set.
|
|
78458
|
+
* @return {boolean}
|
|
78459
|
+
*/
|
|
78460
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasDeviceId = function() {
|
|
78461
|
+
return jspb.Message.getField(this, 5) != null;
|
|
78462
|
+
};
|
|
78463
|
+
|
|
78464
|
+
|
|
78465
|
+
/**
|
|
78466
|
+
* optional string driver = 6;
|
|
78467
|
+
* @return {string}
|
|
78468
|
+
*/
|
|
78469
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getDriver = function() {
|
|
78470
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
78471
|
+
};
|
|
78472
|
+
|
|
78473
|
+
|
|
78474
|
+
/**
|
|
78475
|
+
* @param {string} value
|
|
78476
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78477
|
+
*/
|
|
78478
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setDriver = function(value) {
|
|
78479
|
+
return jspb.Message.setField(this, 6, value);
|
|
78480
|
+
};
|
|
78481
|
+
|
|
78482
|
+
|
|
78483
|
+
/**
|
|
78484
|
+
* Clears the field making it undefined.
|
|
78485
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78486
|
+
*/
|
|
78487
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearDriver = function() {
|
|
78488
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
78489
|
+
};
|
|
78490
|
+
|
|
78491
|
+
|
|
78492
|
+
/**
|
|
78493
|
+
* Returns whether this field is set.
|
|
78494
|
+
* @return {boolean}
|
|
78495
|
+
*/
|
|
78496
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasDriver = function() {
|
|
78497
|
+
return jspb.Message.getField(this, 6) != null;
|
|
78498
|
+
};
|
|
78499
|
+
|
|
78500
|
+
|
|
78501
|
+
/**
|
|
78502
|
+
* optional string mac_address = 7;
|
|
78503
|
+
* @return {string}
|
|
78504
|
+
*/
|
|
78505
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getMacAddress = function() {
|
|
78506
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
78507
|
+
};
|
|
78508
|
+
|
|
78509
|
+
|
|
78510
|
+
/**
|
|
78511
|
+
* @param {string} value
|
|
78512
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78513
|
+
*/
|
|
78514
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setMacAddress = function(value) {
|
|
78515
|
+
return jspb.Message.setField(this, 7, value);
|
|
78516
|
+
};
|
|
78517
|
+
|
|
78518
|
+
|
|
78519
|
+
/**
|
|
78520
|
+
* Clears the field making it undefined.
|
|
78521
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78522
|
+
*/
|
|
78523
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearMacAddress = function() {
|
|
78524
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
78525
|
+
};
|
|
78526
|
+
|
|
78527
|
+
|
|
78528
|
+
/**
|
|
78529
|
+
* Returns whether this field is set.
|
|
78530
|
+
* @return {boolean}
|
|
78531
|
+
*/
|
|
78532
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasMacAddress = function() {
|
|
78533
|
+
return jspb.Message.getField(this, 7) != null;
|
|
78534
|
+
};
|
|
78535
|
+
|
|
78536
|
+
|
|
78537
|
+
/**
|
|
78538
|
+
* optional string max_link_speed = 8;
|
|
78539
|
+
* @return {string}
|
|
78540
|
+
*/
|
|
78541
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getMaxLinkSpeed = function() {
|
|
78542
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
78543
|
+
};
|
|
78544
|
+
|
|
78545
|
+
|
|
78546
|
+
/**
|
|
78547
|
+
* @param {string} value
|
|
78548
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78549
|
+
*/
|
|
78550
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setMaxLinkSpeed = function(value) {
|
|
78551
|
+
return jspb.Message.setField(this, 8, value);
|
|
78552
|
+
};
|
|
78553
|
+
|
|
78554
|
+
|
|
78555
|
+
/**
|
|
78556
|
+
* Clears the field making it undefined.
|
|
78557
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78558
|
+
*/
|
|
78559
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearMaxLinkSpeed = function() {
|
|
78560
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
78561
|
+
};
|
|
78562
|
+
|
|
78563
|
+
|
|
78564
|
+
/**
|
|
78565
|
+
* Returns whether this field is set.
|
|
78566
|
+
* @return {boolean}
|
|
78567
|
+
*/
|
|
78568
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasMaxLinkSpeed = function() {
|
|
78569
|
+
return jspb.Message.getField(this, 8) != null;
|
|
78570
|
+
};
|
|
78571
|
+
|
|
78572
|
+
|
|
78573
|
+
/**
|
|
78574
|
+
* optional string pcie_link_speed = 9;
|
|
78575
|
+
* @return {string}
|
|
78576
|
+
*/
|
|
78577
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getPcieLinkSpeed = function() {
|
|
78578
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
78579
|
+
};
|
|
78580
|
+
|
|
78581
|
+
|
|
78582
|
+
/**
|
|
78583
|
+
* @param {string} value
|
|
78584
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78585
|
+
*/
|
|
78586
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setPcieLinkSpeed = function(value) {
|
|
78587
|
+
return jspb.Message.setField(this, 9, value);
|
|
78588
|
+
};
|
|
78589
|
+
|
|
78590
|
+
|
|
78591
|
+
/**
|
|
78592
|
+
* Clears the field making it undefined.
|
|
78593
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78594
|
+
*/
|
|
78595
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearPcieLinkSpeed = function() {
|
|
78596
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
78597
|
+
};
|
|
78598
|
+
|
|
78599
|
+
|
|
78600
|
+
/**
|
|
78601
|
+
* Returns whether this field is set.
|
|
78602
|
+
* @return {boolean}
|
|
78603
|
+
*/
|
|
78604
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasPcieLinkSpeed = function() {
|
|
78605
|
+
return jspb.Message.getField(this, 9) != null;
|
|
78606
|
+
};
|
|
78607
|
+
|
|
78608
|
+
|
|
78609
|
+
/**
|
|
78610
|
+
* optional uint32 pcie_link_width = 10;
|
|
78611
|
+
* @return {number}
|
|
78612
|
+
*/
|
|
78613
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getPcieLinkWidth = function() {
|
|
78614
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
|
|
78615
|
+
};
|
|
78616
|
+
|
|
78617
|
+
|
|
78618
|
+
/**
|
|
78619
|
+
* @param {number} value
|
|
78620
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78621
|
+
*/
|
|
78622
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setPcieLinkWidth = function(value) {
|
|
78623
|
+
return jspb.Message.setField(this, 10, value);
|
|
78624
|
+
};
|
|
78625
|
+
|
|
78626
|
+
|
|
78627
|
+
/**
|
|
78628
|
+
* Clears the field making it undefined.
|
|
78629
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78630
|
+
*/
|
|
78631
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearPcieLinkWidth = function() {
|
|
78632
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
78633
|
+
};
|
|
78634
|
+
|
|
78635
|
+
|
|
78636
|
+
/**
|
|
78637
|
+
* Returns whether this field is set.
|
|
78638
|
+
* @return {boolean}
|
|
78639
|
+
*/
|
|
78640
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasPcieLinkWidth = function() {
|
|
78641
|
+
return jspb.Message.getField(this, 10) != null;
|
|
78642
|
+
};
|
|
78643
|
+
|
|
78644
|
+
|
|
78645
|
+
/**
|
|
78646
|
+
* optional string revision_id = 11;
|
|
78647
|
+
* @return {string}
|
|
78648
|
+
*/
|
|
78649
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getRevisionId = function() {
|
|
78650
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
78651
|
+
};
|
|
78652
|
+
|
|
78653
|
+
|
|
78654
|
+
/**
|
|
78655
|
+
* @param {string} value
|
|
78656
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78657
|
+
*/
|
|
78658
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setRevisionId = function(value) {
|
|
78659
|
+
return jspb.Message.setField(this, 11, value);
|
|
78660
|
+
};
|
|
78661
|
+
|
|
78662
|
+
|
|
78663
|
+
/**
|
|
78664
|
+
* Clears the field making it undefined.
|
|
78665
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78666
|
+
*/
|
|
78667
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearRevisionId = function() {
|
|
78668
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
78669
|
+
};
|
|
78670
|
+
|
|
78671
|
+
|
|
78672
|
+
/**
|
|
78673
|
+
* Returns whether this field is set.
|
|
78674
|
+
* @return {boolean}
|
|
78675
|
+
*/
|
|
78676
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasRevisionId = function() {
|
|
78677
|
+
return jspb.Message.getField(this, 11) != null;
|
|
78678
|
+
};
|
|
78679
|
+
|
|
78680
|
+
|
|
78681
|
+
/**
|
|
78682
|
+
* optional string subsystem_id = 12;
|
|
78683
|
+
* @return {string}
|
|
78684
|
+
*/
|
|
78685
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getSubsystemId = function() {
|
|
78686
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
78687
|
+
};
|
|
78688
|
+
|
|
78689
|
+
|
|
78690
|
+
/**
|
|
78691
|
+
* @param {string} value
|
|
78692
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78693
|
+
*/
|
|
78694
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setSubsystemId = function(value) {
|
|
78695
|
+
return jspb.Message.setField(this, 12, value);
|
|
78696
|
+
};
|
|
78697
|
+
|
|
78698
|
+
|
|
78699
|
+
/**
|
|
78700
|
+
* Clears the field making it undefined.
|
|
78701
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78702
|
+
*/
|
|
78703
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearSubsystemId = function() {
|
|
78704
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
78705
|
+
};
|
|
78706
|
+
|
|
78707
|
+
|
|
78708
|
+
/**
|
|
78709
|
+
* Returns whether this field is set.
|
|
78710
|
+
* @return {boolean}
|
|
78711
|
+
*/
|
|
78712
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasSubsystemId = function() {
|
|
78713
|
+
return jspb.Message.getField(this, 12) != null;
|
|
78714
|
+
};
|
|
78715
|
+
|
|
78716
|
+
|
|
78717
|
+
/**
|
|
78718
|
+
* optional string subsystem_vendor_id = 13;
|
|
78719
|
+
* @return {string}
|
|
78720
|
+
*/
|
|
78721
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getSubsystemVendorId = function() {
|
|
78722
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
78723
|
+
};
|
|
78724
|
+
|
|
78725
|
+
|
|
78726
|
+
/**
|
|
78727
|
+
* @param {string} value
|
|
78728
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78729
|
+
*/
|
|
78730
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setSubsystemVendorId = function(value) {
|
|
78731
|
+
return jspb.Message.setField(this, 13, value);
|
|
78732
|
+
};
|
|
78733
|
+
|
|
78734
|
+
|
|
78735
|
+
/**
|
|
78736
|
+
* Clears the field making it undefined.
|
|
78737
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78738
|
+
*/
|
|
78739
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearSubsystemVendorId = function() {
|
|
78740
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
78741
|
+
};
|
|
78742
|
+
|
|
78743
|
+
|
|
78744
|
+
/**
|
|
78745
|
+
* Returns whether this field is set.
|
|
78746
|
+
* @return {boolean}
|
|
78747
|
+
*/
|
|
78748
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasSubsystemVendorId = function() {
|
|
78749
|
+
return jspb.Message.getField(this, 13) != null;
|
|
78750
|
+
};
|
|
78751
|
+
|
|
78752
|
+
|
|
78753
|
+
/**
|
|
78754
|
+
* optional string vendor_id = 14;
|
|
78755
|
+
* @return {string}
|
|
78756
|
+
*/
|
|
78757
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.getVendorId = function() {
|
|
78758
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
78759
|
+
};
|
|
78760
|
+
|
|
78761
|
+
|
|
78762
|
+
/**
|
|
78763
|
+
* @param {string} value
|
|
78764
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78765
|
+
*/
|
|
78766
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.setVendorId = function(value) {
|
|
78767
|
+
return jspb.Message.setField(this, 14, value);
|
|
78768
|
+
};
|
|
78769
|
+
|
|
78770
|
+
|
|
78771
|
+
/**
|
|
78772
|
+
* Clears the field making it undefined.
|
|
78773
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet} returns this
|
|
78774
|
+
*/
|
|
78775
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.clearVendorId = function() {
|
|
78776
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
78777
|
+
};
|
|
78778
|
+
|
|
78779
|
+
|
|
78780
|
+
/**
|
|
78781
|
+
* Returns whether this field is set.
|
|
78782
|
+
* @return {boolean}
|
|
78783
|
+
*/
|
|
78784
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacEthernet.prototype.hasVendorId = function() {
|
|
78785
|
+
return jspb.Message.getField(this, 14) != null;
|
|
78786
|
+
};
|
|
78787
|
+
|
|
78788
|
+
|
|
78789
|
+
|
|
77945
78790
|
/**
|
|
77946
78791
|
* List of repeated fields within this message type.
|
|
77947
78792
|
* @private {!Array<number>}
|