@lansweeper/discovery-sensor-proto 2.59.1 → 2.59.3
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.
|
@@ -207,8 +207,8 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
207
207
|
|
|
208
208
|
hasIndex(): boolean;
|
|
209
209
|
clearIndex(): void;
|
|
210
|
-
getIndex(): google_protobuf_wrappers_pb.
|
|
211
|
-
setIndex(value?: google_protobuf_wrappers_pb.
|
|
210
|
+
getIndex(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
211
|
+
setIndex(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
|
|
212
212
|
|
|
213
213
|
hasDescription(): boolean;
|
|
214
214
|
clearDescription(): void;
|
|
@@ -237,13 +237,13 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
237
237
|
|
|
238
238
|
hasSpeed(): boolean;
|
|
239
239
|
clearSpeed(): void;
|
|
240
|
-
getSpeed(): google_protobuf_wrappers_pb.
|
|
241
|
-
setSpeed(value?: google_protobuf_wrappers_pb.
|
|
240
|
+
getSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
241
|
+
setSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpInterfaceInfo;
|
|
242
242
|
|
|
243
243
|
hasHighSpeed(): boolean;
|
|
244
244
|
clearHighSpeed(): void;
|
|
245
|
-
getHighSpeed(): google_protobuf_wrappers_pb.
|
|
246
|
-
setHighSpeed(value?: google_protobuf_wrappers_pb.
|
|
245
|
+
getHighSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
246
|
+
setHighSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpInterfaceInfo;
|
|
247
247
|
|
|
248
248
|
hasPhysAddress(): boolean;
|
|
249
249
|
clearPhysAddress(): void;
|
|
@@ -252,13 +252,13 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
252
252
|
|
|
253
253
|
hasAdminStatus(): boolean;
|
|
254
254
|
clearAdminStatus(): void;
|
|
255
|
-
getAdminStatus(): google_protobuf_wrappers_pb.
|
|
256
|
-
setAdminStatus(value?: google_protobuf_wrappers_pb.
|
|
255
|
+
getAdminStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
256
|
+
setAdminStatus(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
|
|
257
257
|
|
|
258
258
|
hasOperStatus(): boolean;
|
|
259
259
|
clearOperStatus(): void;
|
|
260
|
-
getOperStatus(): google_protobuf_wrappers_pb.
|
|
261
|
-
setOperStatus(value?: google_protobuf_wrappers_pb.
|
|
260
|
+
getOperStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
261
|
+
setOperStatus(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
|
|
262
262
|
|
|
263
263
|
hasDefaultGateway(): boolean;
|
|
264
264
|
clearDefaultGateway(): void;
|
|
@@ -295,17 +295,17 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
295
295
|
|
|
296
296
|
export namespace SnmpInterfaceInfo {
|
|
297
297
|
export type AsObject = {
|
|
298
|
-
index?: google_protobuf_wrappers_pb.
|
|
298
|
+
index?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
299
299
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
300
300
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
301
301
|
alias?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
302
302
|
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
303
303
|
mtu?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
304
|
-
speed?: google_protobuf_wrappers_pb.
|
|
305
|
-
highSpeed?: google_protobuf_wrappers_pb.
|
|
304
|
+
speed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
305
|
+
highSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
306
306
|
physAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
307
|
-
adminStatus?: google_protobuf_wrappers_pb.
|
|
308
|
-
operStatus?: google_protobuf_wrappers_pb.
|
|
307
|
+
adminStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
308
|
+
operStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
309
309
|
defaultGateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
310
310
|
ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
311
311
|
mask?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -323,18 +323,18 @@ export class SnmpPrinterInfo extends jspb.Message {
|
|
|
323
323
|
|
|
324
324
|
hasPrintedPages(): boolean;
|
|
325
325
|
clearPrintedPages(): void;
|
|
326
|
-
getPrintedPages(): google_protobuf_wrappers_pb.
|
|
327
|
-
setPrintedPages(value?: google_protobuf_wrappers_pb.
|
|
326
|
+
getPrintedPages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
327
|
+
setPrintedPages(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpPrinterInfo;
|
|
328
328
|
|
|
329
329
|
hasPrintedColorPages(): boolean;
|
|
330
330
|
clearPrintedColorPages(): void;
|
|
331
|
-
getPrintedColorPages(): google_protobuf_wrappers_pb.
|
|
332
|
-
setPrintedColorPages(value?: google_protobuf_wrappers_pb.
|
|
331
|
+
getPrintedColorPages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
332
|
+
setPrintedColorPages(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpPrinterInfo;
|
|
333
333
|
|
|
334
334
|
hasPrintedMonoPages(): boolean;
|
|
335
335
|
clearPrintedMonoPages(): void;
|
|
336
|
-
getPrintedMonoPages(): google_protobuf_wrappers_pb.
|
|
337
|
-
setPrintedMonoPages(value?: google_protobuf_wrappers_pb.
|
|
336
|
+
getPrintedMonoPages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
337
|
+
setPrintedMonoPages(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpPrinterInfo;
|
|
338
338
|
|
|
339
339
|
hasPrinterStatus(): boolean;
|
|
340
340
|
clearPrinterStatus(): void;
|
|
@@ -363,9 +363,9 @@ export class SnmpPrinterInfo extends jspb.Message {
|
|
|
363
363
|
export namespace SnmpPrinterInfo {
|
|
364
364
|
export type AsObject = {
|
|
365
365
|
printerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
366
|
-
printedPages?: google_protobuf_wrappers_pb.
|
|
367
|
-
printedColorPages?: google_protobuf_wrappers_pb.
|
|
368
|
-
printedMonoPages?: google_protobuf_wrappers_pb.
|
|
366
|
+
printedPages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
367
|
+
printedColorPages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
368
|
+
printedMonoPages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
369
369
|
printerStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
370
370
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
371
371
|
tonersList: Array<SnmpPrinterTonerInfo.AsObject>,
|
|
@@ -621,8 +621,6 @@ export class Warranty extends jspb.Message {
|
|
|
621
621
|
clearShipDate(): void;
|
|
622
622
|
getShipDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
623
623
|
setShipDate(value?: google_protobuf_timestamp_pb.Timestamp): Warranty;
|
|
624
|
-
getIsSilly(): boolean;
|
|
625
|
-
setIsSilly(value: boolean): Warranty;
|
|
626
624
|
|
|
627
625
|
serializeBinary(): Uint8Array;
|
|
628
626
|
toObject(includeInstance?: boolean): Warranty.AsObject;
|
|
@@ -641,6 +639,5 @@ export namespace Warranty {
|
|
|
641
639
|
serviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
642
640
|
purchaseCountry?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
643
641
|
shipDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
644
|
-
isSilly: boolean,
|
|
645
642
|
}
|
|
646
643
|
}
|
|
@@ -1880,17 +1880,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.toObj
|
|
|
1880
1880
|
*/
|
|
1881
1881
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.toObject = function(includeInstance, msg) {
|
|
1882
1882
|
var f, obj = {
|
|
1883
|
-
index: (f = msg.getIndex()) && google_protobuf_wrappers_pb.
|
|
1883
|
+
index: (f = msg.getIndex()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
1884
1884
|
description: (f = msg.getDescription()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1885
1885
|
name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1886
1886
|
alias: (f = msg.getAlias()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1887
1887
|
type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1888
1888
|
mtu: (f = msg.getMtu()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1889
|
-
speed: (f = msg.getSpeed()) && google_protobuf_wrappers_pb.
|
|
1890
|
-
highSpeed: (f = msg.getHighSpeed()) && google_protobuf_wrappers_pb.
|
|
1889
|
+
speed: (f = msg.getSpeed()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
1890
|
+
highSpeed: (f = msg.getHighSpeed()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
1891
1891
|
physAddress: (f = msg.getPhysAddress()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1892
|
-
adminStatus: (f = msg.getAdminStatus()) && google_protobuf_wrappers_pb.
|
|
1893
|
-
operStatus: (f = msg.getOperStatus()) && google_protobuf_wrappers_pb.
|
|
1892
|
+
adminStatus: (f = msg.getAdminStatus()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
1893
|
+
operStatus: (f = msg.getOperStatus()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
1894
1894
|
defaultGateway: (f = msg.getDefaultGateway()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1895
1895
|
ipAddress: (f = msg.getIpAddress()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1896
1896
|
mask: (f = msg.getMask()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
@@ -1933,8 +1933,8 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.deserializeBina
|
|
|
1933
1933
|
var field = reader.getFieldNumber();
|
|
1934
1934
|
switch (field) {
|
|
1935
1935
|
case 1:
|
|
1936
|
-
var value = new google_protobuf_wrappers_pb.
|
|
1937
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
1936
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
1937
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
1938
1938
|
msg.setIndex(value);
|
|
1939
1939
|
break;
|
|
1940
1940
|
case 2:
|
|
@@ -1963,13 +1963,13 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.deserializeBina
|
|
|
1963
1963
|
msg.setMtu(value);
|
|
1964
1964
|
break;
|
|
1965
1965
|
case 7:
|
|
1966
|
-
var value = new google_protobuf_wrappers_pb.
|
|
1967
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
1966
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
1967
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
1968
1968
|
msg.setSpeed(value);
|
|
1969
1969
|
break;
|
|
1970
1970
|
case 8:
|
|
1971
|
-
var value = new google_protobuf_wrappers_pb.
|
|
1972
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
1971
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
1972
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
1973
1973
|
msg.setHighSpeed(value);
|
|
1974
1974
|
break;
|
|
1975
1975
|
case 9:
|
|
@@ -1978,13 +1978,13 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.deserializeBina
|
|
|
1978
1978
|
msg.setPhysAddress(value);
|
|
1979
1979
|
break;
|
|
1980
1980
|
case 10:
|
|
1981
|
-
var value = new google_protobuf_wrappers_pb.
|
|
1982
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
1981
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
1982
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
1983
1983
|
msg.setAdminStatus(value);
|
|
1984
1984
|
break;
|
|
1985
1985
|
case 11:
|
|
1986
|
-
var value = new google_protobuf_wrappers_pb.
|
|
1987
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
1986
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
1987
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
1988
1988
|
msg.setOperStatus(value);
|
|
1989
1989
|
break;
|
|
1990
1990
|
case 12:
|
|
@@ -2044,7 +2044,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
|
|
|
2044
2044
|
writer.writeMessage(
|
|
2045
2045
|
1,
|
|
2046
2046
|
f,
|
|
2047
|
-
google_protobuf_wrappers_pb.
|
|
2047
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
2048
2048
|
);
|
|
2049
2049
|
}
|
|
2050
2050
|
f = message.getDescription();
|
|
@@ -2092,7 +2092,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
|
|
|
2092
2092
|
writer.writeMessage(
|
|
2093
2093
|
7,
|
|
2094
2094
|
f,
|
|
2095
|
-
google_protobuf_wrappers_pb.
|
|
2095
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
2096
2096
|
);
|
|
2097
2097
|
}
|
|
2098
2098
|
f = message.getHighSpeed();
|
|
@@ -2100,7 +2100,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
|
|
|
2100
2100
|
writer.writeMessage(
|
|
2101
2101
|
8,
|
|
2102
2102
|
f,
|
|
2103
|
-
google_protobuf_wrappers_pb.
|
|
2103
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
2104
2104
|
);
|
|
2105
2105
|
}
|
|
2106
2106
|
f = message.getPhysAddress();
|
|
@@ -2116,7 +2116,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
|
|
|
2116
2116
|
writer.writeMessage(
|
|
2117
2117
|
10,
|
|
2118
2118
|
f,
|
|
2119
|
-
google_protobuf_wrappers_pb.
|
|
2119
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
2120
2120
|
);
|
|
2121
2121
|
}
|
|
2122
2122
|
f = message.getOperStatus();
|
|
@@ -2124,7 +2124,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
|
|
|
2124
2124
|
writer.writeMessage(
|
|
2125
2125
|
11,
|
|
2126
2126
|
f,
|
|
2127
|
-
google_protobuf_wrappers_pb.
|
|
2127
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
2128
2128
|
);
|
|
2129
2129
|
}
|
|
2130
2130
|
f = message.getDefaultGateway();
|
|
@@ -2169,17 +2169,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
|
|
|
2169
2169
|
|
|
2170
2170
|
|
|
2171
2171
|
/**
|
|
2172
|
-
* optional google.protobuf.
|
|
2173
|
-
* @return {?proto.google.protobuf.
|
|
2172
|
+
* optional google.protobuf.Int32Value index = 1;
|
|
2173
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
2174
2174
|
*/
|
|
2175
2175
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getIndex = function() {
|
|
2176
|
-
return /** @type{?proto.google.protobuf.
|
|
2177
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
2176
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
2177
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 1));
|
|
2178
2178
|
};
|
|
2179
2179
|
|
|
2180
2180
|
|
|
2181
2181
|
/**
|
|
2182
|
-
* @param {?proto.google.protobuf.
|
|
2182
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
2183
2183
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
|
|
2184
2184
|
*/
|
|
2185
2185
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setIndex = function(value) {
|
|
@@ -2391,17 +2391,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.hasMt
|
|
|
2391
2391
|
|
|
2392
2392
|
|
|
2393
2393
|
/**
|
|
2394
|
-
* optional google.protobuf.
|
|
2395
|
-
* @return {?proto.google.protobuf.
|
|
2394
|
+
* optional google.protobuf.UInt32Value speed = 7;
|
|
2395
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
2396
2396
|
*/
|
|
2397
2397
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getSpeed = function() {
|
|
2398
|
-
return /** @type{?proto.google.protobuf.
|
|
2399
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
2398
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
2399
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 7));
|
|
2400
2400
|
};
|
|
2401
2401
|
|
|
2402
2402
|
|
|
2403
2403
|
/**
|
|
2404
|
-
* @param {?proto.google.protobuf.
|
|
2404
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
2405
2405
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
|
|
2406
2406
|
*/
|
|
2407
2407
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setSpeed = function(value) {
|
|
@@ -2428,17 +2428,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.hasSp
|
|
|
2428
2428
|
|
|
2429
2429
|
|
|
2430
2430
|
/**
|
|
2431
|
-
* optional google.protobuf.
|
|
2432
|
-
* @return {?proto.google.protobuf.
|
|
2431
|
+
* optional google.protobuf.UInt32Value high_speed = 8;
|
|
2432
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
2433
2433
|
*/
|
|
2434
2434
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getHighSpeed = function() {
|
|
2435
|
-
return /** @type{?proto.google.protobuf.
|
|
2436
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
2435
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
2436
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 8));
|
|
2437
2437
|
};
|
|
2438
2438
|
|
|
2439
2439
|
|
|
2440
2440
|
/**
|
|
2441
|
-
* @param {?proto.google.protobuf.
|
|
2441
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
2442
2442
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
|
|
2443
2443
|
*/
|
|
2444
2444
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setHighSpeed = function(value) {
|
|
@@ -2502,17 +2502,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.hasPh
|
|
|
2502
2502
|
|
|
2503
2503
|
|
|
2504
2504
|
/**
|
|
2505
|
-
* optional google.protobuf.
|
|
2506
|
-
* @return {?proto.google.protobuf.
|
|
2505
|
+
* optional google.protobuf.Int32Value admin_status = 10;
|
|
2506
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
2507
2507
|
*/
|
|
2508
2508
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getAdminStatus = function() {
|
|
2509
|
-
return /** @type{?proto.google.protobuf.
|
|
2510
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
2509
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
2510
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 10));
|
|
2511
2511
|
};
|
|
2512
2512
|
|
|
2513
2513
|
|
|
2514
2514
|
/**
|
|
2515
|
-
* @param {?proto.google.protobuf.
|
|
2515
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
2516
2516
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
|
|
2517
2517
|
*/
|
|
2518
2518
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setAdminStatus = function(value) {
|
|
@@ -2539,17 +2539,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.hasAd
|
|
|
2539
2539
|
|
|
2540
2540
|
|
|
2541
2541
|
/**
|
|
2542
|
-
* optional google.protobuf.
|
|
2543
|
-
* @return {?proto.google.protobuf.
|
|
2542
|
+
* optional google.protobuf.Int32Value oper_status = 11;
|
|
2543
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
2544
2544
|
*/
|
|
2545
2545
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getOperStatus = function() {
|
|
2546
|
-
return /** @type{?proto.google.protobuf.
|
|
2547
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
2546
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
2547
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 11));
|
|
2548
2548
|
};
|
|
2549
2549
|
|
|
2550
2550
|
|
|
2551
2551
|
/**
|
|
2552
|
-
* @param {?proto.google.protobuf.
|
|
2552
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
2553
2553
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
|
|
2554
2554
|
*/
|
|
2555
2555
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setOperStatus = function(value) {
|
|
@@ -2800,9 +2800,9 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.toObjec
|
|
|
2800
2800
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.toObject = function(includeInstance, msg) {
|
|
2801
2801
|
var f, obj = {
|
|
2802
2802
|
printerName: (f = msg.getPrinterName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
2803
|
-
printedPages: (f = msg.getPrintedPages()) && google_protobuf_wrappers_pb.
|
|
2804
|
-
printedColorPages: (f = msg.getPrintedColorPages()) && google_protobuf_wrappers_pb.
|
|
2805
|
-
printedMonoPages: (f = msg.getPrintedMonoPages()) && google_protobuf_wrappers_pb.
|
|
2803
|
+
printedPages: (f = msg.getPrintedPages()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
2804
|
+
printedColorPages: (f = msg.getPrintedColorPages()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
2805
|
+
printedMonoPages: (f = msg.getPrintedMonoPages()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
2806
2806
|
printerStatus: (f = msg.getPrinterStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
2807
2807
|
serialNumber: (f = msg.getSerialNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
2808
2808
|
tonersList: jspb.Message.toObjectList(msg.getTonersList(),
|
|
@@ -2849,18 +2849,18 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.deserializeBinary
|
|
|
2849
2849
|
msg.setPrinterName(value);
|
|
2850
2850
|
break;
|
|
2851
2851
|
case 2:
|
|
2852
|
-
var value = new google_protobuf_wrappers_pb.
|
|
2853
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
2852
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
2853
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
2854
2854
|
msg.setPrintedPages(value);
|
|
2855
2855
|
break;
|
|
2856
2856
|
case 3:
|
|
2857
|
-
var value = new google_protobuf_wrappers_pb.
|
|
2858
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
2857
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
2858
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
2859
2859
|
msg.setPrintedColorPages(value);
|
|
2860
2860
|
break;
|
|
2861
2861
|
case 4:
|
|
2862
|
-
var value = new google_protobuf_wrappers_pb.
|
|
2863
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
2862
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
2863
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
2864
2864
|
msg.setPrintedMonoPages(value);
|
|
2865
2865
|
break;
|
|
2866
2866
|
case 5:
|
|
@@ -2920,7 +2920,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.serializeBinaryTo
|
|
|
2920
2920
|
writer.writeMessage(
|
|
2921
2921
|
2,
|
|
2922
2922
|
f,
|
|
2923
|
-
google_protobuf_wrappers_pb.
|
|
2923
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
2924
2924
|
);
|
|
2925
2925
|
}
|
|
2926
2926
|
f = message.getPrintedColorPages();
|
|
@@ -2928,7 +2928,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.serializeBinaryTo
|
|
|
2928
2928
|
writer.writeMessage(
|
|
2929
2929
|
3,
|
|
2930
2930
|
f,
|
|
2931
|
-
google_protobuf_wrappers_pb.
|
|
2931
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
2932
2932
|
);
|
|
2933
2933
|
}
|
|
2934
2934
|
f = message.getPrintedMonoPages();
|
|
@@ -2936,7 +2936,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.serializeBinaryTo
|
|
|
2936
2936
|
writer.writeMessage(
|
|
2937
2937
|
4,
|
|
2938
2938
|
f,
|
|
2939
|
-
google_protobuf_wrappers_pb.
|
|
2939
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
2940
2940
|
);
|
|
2941
2941
|
}
|
|
2942
2942
|
f = message.getPrinterStatus();
|
|
@@ -3004,17 +3004,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.hasPrin
|
|
|
3004
3004
|
|
|
3005
3005
|
|
|
3006
3006
|
/**
|
|
3007
|
-
* optional google.protobuf.
|
|
3008
|
-
* @return {?proto.google.protobuf.
|
|
3007
|
+
* optional google.protobuf.UInt32Value printed_pages = 2;
|
|
3008
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
3009
3009
|
*/
|
|
3010
3010
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.getPrintedPages = function() {
|
|
3011
|
-
return /** @type{?proto.google.protobuf.
|
|
3012
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
3011
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
3012
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 2));
|
|
3013
3013
|
};
|
|
3014
3014
|
|
|
3015
3015
|
|
|
3016
3016
|
/**
|
|
3017
|
-
* @param {?proto.google.protobuf.
|
|
3017
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
3018
3018
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo} returns this
|
|
3019
3019
|
*/
|
|
3020
3020
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.setPrintedPages = function(value) {
|
|
@@ -3041,17 +3041,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.hasPrin
|
|
|
3041
3041
|
|
|
3042
3042
|
|
|
3043
3043
|
/**
|
|
3044
|
-
* optional google.protobuf.
|
|
3045
|
-
* @return {?proto.google.protobuf.
|
|
3044
|
+
* optional google.protobuf.UInt32Value printed_color_pages = 3;
|
|
3045
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
3046
3046
|
*/
|
|
3047
3047
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.getPrintedColorPages = function() {
|
|
3048
|
-
return /** @type{?proto.google.protobuf.
|
|
3049
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
3048
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
3049
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 3));
|
|
3050
3050
|
};
|
|
3051
3051
|
|
|
3052
3052
|
|
|
3053
3053
|
/**
|
|
3054
|
-
* @param {?proto.google.protobuf.
|
|
3054
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
3055
3055
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo} returns this
|
|
3056
3056
|
*/
|
|
3057
3057
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.setPrintedColorPages = function(value) {
|
|
@@ -3078,17 +3078,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.hasPrin
|
|
|
3078
3078
|
|
|
3079
3079
|
|
|
3080
3080
|
/**
|
|
3081
|
-
* optional google.protobuf.
|
|
3082
|
-
* @return {?proto.google.protobuf.
|
|
3081
|
+
* optional google.protobuf.UInt32Value printed_mono_pages = 4;
|
|
3082
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
3083
3083
|
*/
|
|
3084
3084
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.getPrintedMonoPages = function() {
|
|
3085
|
-
return /** @type{?proto.google.protobuf.
|
|
3086
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
3085
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
3086
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 4));
|
|
3087
3087
|
};
|
|
3088
3088
|
|
|
3089
3089
|
|
|
3090
3090
|
/**
|
|
3091
|
-
* @param {?proto.google.protobuf.
|
|
3091
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
3092
3092
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo} returns this
|
|
3093
3093
|
*/
|
|
3094
3094
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpPrinterInfo.prototype.setPrintedMonoPages = function(value) {
|
|
@@ -4997,8 +4997,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.Warranty.toObject = function(incl
|
|
|
4997
4997
|
warrantyEndDate: (f = msg.getWarrantyEndDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
4998
4998
|
serviceType: (f = msg.getServiceType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
4999
4999
|
purchaseCountry: (f = msg.getPurchaseCountry()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
5000
|
-
shipDate: (f = msg.getShipDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
5001
|
-
isSilly: jspb.Message.getBooleanFieldWithDefault(msg, 6, false)
|
|
5000
|
+
shipDate: (f = msg.getShipDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
5002
5001
|
};
|
|
5003
5002
|
|
|
5004
5003
|
if (includeInstance) {
|
|
@@ -5060,10 +5059,6 @@ proto.com.lansweeper.discovery.sensor.other.v1.Warranty.deserializeBinaryFromRea
|
|
|
5060
5059
|
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
5061
5060
|
msg.setShipDate(value);
|
|
5062
5061
|
break;
|
|
5063
|
-
case 6:
|
|
5064
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
5065
|
-
msg.setIsSilly(value);
|
|
5066
|
-
break;
|
|
5067
5062
|
default:
|
|
5068
5063
|
reader.skipField();
|
|
5069
5064
|
break;
|
|
@@ -5133,13 +5128,6 @@ proto.com.lansweeper.discovery.sensor.other.v1.Warranty.serializeBinaryToWriter
|
|
|
5133
5128
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
5134
5129
|
);
|
|
5135
5130
|
}
|
|
5136
|
-
f = message.getIsSilly();
|
|
5137
|
-
if (f) {
|
|
5138
|
-
writer.writeBool(
|
|
5139
|
-
6,
|
|
5140
|
-
f
|
|
5141
|
-
);
|
|
5142
|
-
}
|
|
5143
5131
|
};
|
|
5144
5132
|
|
|
5145
5133
|
|
|
@@ -5328,22 +5316,4 @@ proto.com.lansweeper.discovery.sensor.other.v1.Warranty.prototype.hasShipDate =
|
|
|
5328
5316
|
};
|
|
5329
5317
|
|
|
5330
5318
|
|
|
5331
|
-
/**
|
|
5332
|
-
* optional bool is_silly = 6;
|
|
5333
|
-
* @return {boolean}
|
|
5334
|
-
*/
|
|
5335
|
-
proto.com.lansweeper.discovery.sensor.other.v1.Warranty.prototype.getIsSilly = function() {
|
|
5336
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
|
|
5337
|
-
};
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
/**
|
|
5341
|
-
* @param {boolean} value
|
|
5342
|
-
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.Warranty} returns this
|
|
5343
|
-
*/
|
|
5344
|
-
proto.com.lansweeper.discovery.sensor.other.v1.Warranty.prototype.setIsSilly = function(value) {
|
|
5345
|
-
return jspb.Message.setProto3BooleanField(this, 6, value);
|
|
5346
|
-
};
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
5319
|
goog.object.extend(exports, proto.com.lansweeper.discovery.sensor.other.v1);
|