@lansweeper/discovery-sensor-proto 2.59.2 → 2.59.4

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.
@@ -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.StringValue.toObject(includeInstance, f),
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.StringValue.toObject(includeInstance, f),
1890
- highSpeed: (f = msg.getHighSpeed()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
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.StringValue.toObject(includeInstance, f),
1893
- operStatus: (f = msg.getOperStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
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.StringValue;
1937
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
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.StringValue;
1967
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
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.StringValue;
1972
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
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.StringValue;
1982
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
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.StringValue;
1987
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
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.StringValue.serializeBinaryToWriter
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.StringValue.serializeBinaryToWriter
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.StringValue.serializeBinaryToWriter
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.StringValue.serializeBinaryToWriter
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.StringValue.serializeBinaryToWriter
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.StringValue index = 1;
2173
- * @return {?proto.google.protobuf.StringValue}
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.StringValue} */ (
2177
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
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.StringValue|undefined} value
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.StringValue speed = 7;
2395
- * @return {?proto.google.protobuf.StringValue}
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.StringValue} */ (
2399
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
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.StringValue|undefined} value
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.StringValue high_speed = 8;
2432
- * @return {?proto.google.protobuf.StringValue}
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.StringValue} */ (
2436
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
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.StringValue|undefined} value
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.StringValue admin_status = 10;
2506
- * @return {?proto.google.protobuf.StringValue}
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.StringValue} */ (
2510
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
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.StringValue|undefined} value
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.StringValue oper_status = 11;
2543
- * @return {?proto.google.protobuf.StringValue}
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.StringValue} */ (
2547
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
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.StringValue|undefined} value
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.StringValue.toObject(includeInstance, f),
2804
- printedColorPages: (f = msg.getPrintedColorPages()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
2805
- printedMonoPages: (f = msg.getPrintedMonoPages()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
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.StringValue;
2853
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
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.StringValue;
2858
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
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.StringValue;
2863
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
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.StringValue.serializeBinaryToWriter
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.StringValue.serializeBinaryToWriter
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.StringValue.serializeBinaryToWriter
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.StringValue printed_pages = 2;
3008
- * @return {?proto.google.protobuf.StringValue}
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.StringValue} */ (
3012
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
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.StringValue|undefined} value
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.StringValue printed_color_pages = 3;
3045
- * @return {?proto.google.protobuf.StringValue}
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.StringValue} */ (
3049
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
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.StringValue|undefined} value
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.StringValue printed_mono_pages = 4;
3082
- * @return {?proto.google.protobuf.StringValue}
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.StringValue} */ (
3086
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
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.StringValue|undefined} value
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) {
@@ -3670,14 +3670,14 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.toObject = function(i
3670
3670
  agentSoftwareVersion: (f = msg.getAgentSoftwareVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3671
3671
  name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3672
3672
  attachedDevices: (f = msg.getAttachedDevices()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3673
- batteryStatus: (f = msg.getBatteryStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3674
- secondsOnBattery: (f = msg.getSecondsOnBattery()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3675
- estimatedMinutesRemaining: (f = msg.getEstimatedMinutesRemaining()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3676
- estimatedChargeRemaining: (f = msg.getEstimatedChargeRemaining()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3677
- batteryVoltage: (f = msg.getBatteryVoltage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3678
- batteryCurrent: (f = msg.getBatteryCurrent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3679
- batteryTemperature: (f = msg.getBatteryTemperature()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
3680
- alarmsPresent: (f = msg.getAlarmsPresent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
3673
+ batteryStatus: (f = msg.getBatteryStatus()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3674
+ secondsOnBattery: (f = msg.getSecondsOnBattery()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3675
+ estimatedMinutesRemaining: (f = msg.getEstimatedMinutesRemaining()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3676
+ estimatedChargeRemaining: (f = msg.getEstimatedChargeRemaining()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3677
+ batteryVoltage: (f = msg.getBatteryVoltage()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3678
+ batteryCurrent: (f = msg.getBatteryCurrent()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3679
+ batteryTemperature: (f = msg.getBatteryTemperature()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
3680
+ alarmsPresent: (f = msg.getAlarmsPresent()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f)
3681
3681
  };
3682
3682
 
3683
3683
  if (includeInstance) {
@@ -3745,43 +3745,43 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.deserializeBinaryFrom
3745
3745
  msg.setAttachedDevices(value);
3746
3746
  break;
3747
3747
  case 7:
3748
- var value = new google_protobuf_wrappers_pb.StringValue;
3749
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3748
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3749
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3750
3750
  msg.setBatteryStatus(value);
3751
3751
  break;
3752
3752
  case 8:
3753
- var value = new google_protobuf_wrappers_pb.StringValue;
3754
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3753
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3754
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3755
3755
  msg.setSecondsOnBattery(value);
3756
3756
  break;
3757
3757
  case 9:
3758
- var value = new google_protobuf_wrappers_pb.StringValue;
3759
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3758
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3759
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3760
3760
  msg.setEstimatedMinutesRemaining(value);
3761
3761
  break;
3762
3762
  case 10:
3763
- var value = new google_protobuf_wrappers_pb.StringValue;
3764
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3763
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3764
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3765
3765
  msg.setEstimatedChargeRemaining(value);
3766
3766
  break;
3767
3767
  case 11:
3768
- var value = new google_protobuf_wrappers_pb.StringValue;
3769
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3768
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3769
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3770
3770
  msg.setBatteryVoltage(value);
3771
3771
  break;
3772
3772
  case 12:
3773
- var value = new google_protobuf_wrappers_pb.StringValue;
3774
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3773
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3774
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3775
3775
  msg.setBatteryCurrent(value);
3776
3776
  break;
3777
3777
  case 13:
3778
- var value = new google_protobuf_wrappers_pb.StringValue;
3779
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3778
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3779
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3780
3780
  msg.setBatteryTemperature(value);
3781
3781
  break;
3782
3782
  case 14:
3783
- var value = new google_protobuf_wrappers_pb.StringValue;
3784
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
3783
+ var value = new google_protobuf_wrappers_pb.Int32Value;
3784
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
3785
3785
  msg.setAlarmsPresent(value);
3786
3786
  break;
3787
3787
  default:
@@ -3866,7 +3866,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3866
3866
  writer.writeMessage(
3867
3867
  7,
3868
3868
  f,
3869
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3869
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3870
3870
  );
3871
3871
  }
3872
3872
  f = message.getSecondsOnBattery();
@@ -3874,7 +3874,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3874
3874
  writer.writeMessage(
3875
3875
  8,
3876
3876
  f,
3877
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3877
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3878
3878
  );
3879
3879
  }
3880
3880
  f = message.getEstimatedMinutesRemaining();
@@ -3882,7 +3882,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3882
3882
  writer.writeMessage(
3883
3883
  9,
3884
3884
  f,
3885
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3885
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3886
3886
  );
3887
3887
  }
3888
3888
  f = message.getEstimatedChargeRemaining();
@@ -3890,7 +3890,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3890
3890
  writer.writeMessage(
3891
3891
  10,
3892
3892
  f,
3893
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3893
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3894
3894
  );
3895
3895
  }
3896
3896
  f = message.getBatteryVoltage();
@@ -3898,7 +3898,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3898
3898
  writer.writeMessage(
3899
3899
  11,
3900
3900
  f,
3901
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3901
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3902
3902
  );
3903
3903
  }
3904
3904
  f = message.getBatteryCurrent();
@@ -3906,7 +3906,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3906
3906
  writer.writeMessage(
3907
3907
  12,
3908
3908
  f,
3909
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3909
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3910
3910
  );
3911
3911
  }
3912
3912
  f = message.getBatteryTemperature();
@@ -3914,7 +3914,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3914
3914
  writer.writeMessage(
3915
3915
  13,
3916
3916
  f,
3917
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3917
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3918
3918
  );
3919
3919
  }
3920
3920
  f = message.getAlarmsPresent();
@@ -3922,7 +3922,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
3922
3922
  writer.writeMessage(
3923
3923
  14,
3924
3924
  f,
3925
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
3925
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
3926
3926
  );
3927
3927
  }
3928
3928
  };
@@ -4151,17 +4151,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasAttached
4151
4151
 
4152
4152
 
4153
4153
  /**
4154
- * optional google.protobuf.StringValue battery_status = 7;
4155
- * @return {?proto.google.protobuf.StringValue}
4154
+ * optional google.protobuf.Int32Value battery_status = 7;
4155
+ * @return {?proto.google.protobuf.Int32Value}
4156
4156
  */
4157
4157
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryStatus = function() {
4158
- return /** @type{?proto.google.protobuf.StringValue} */ (
4159
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
4158
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4159
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 7));
4160
4160
  };
4161
4161
 
4162
4162
 
4163
4163
  /**
4164
- * @param {?proto.google.protobuf.StringValue|undefined} value
4164
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4165
4165
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4166
4166
  */
4167
4167
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryStatus = function(value) {
@@ -4188,17 +4188,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryS
4188
4188
 
4189
4189
 
4190
4190
  /**
4191
- * optional google.protobuf.StringValue seconds_on_battery = 8;
4192
- * @return {?proto.google.protobuf.StringValue}
4191
+ * optional google.protobuf.Int32Value seconds_on_battery = 8;
4192
+ * @return {?proto.google.protobuf.Int32Value}
4193
4193
  */
4194
4194
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getSecondsOnBattery = function() {
4195
- return /** @type{?proto.google.protobuf.StringValue} */ (
4196
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
4195
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4196
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 8));
4197
4197
  };
4198
4198
 
4199
4199
 
4200
4200
  /**
4201
- * @param {?proto.google.protobuf.StringValue|undefined} value
4201
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4202
4202
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4203
4203
  */
4204
4204
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setSecondsOnBattery = function(value) {
@@ -4225,17 +4225,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasSecondsO
4225
4225
 
4226
4226
 
4227
4227
  /**
4228
- * optional google.protobuf.StringValue estimated_minutes_remaining = 9;
4229
- * @return {?proto.google.protobuf.StringValue}
4228
+ * optional google.protobuf.Int32Value estimated_minutes_remaining = 9;
4229
+ * @return {?proto.google.protobuf.Int32Value}
4230
4230
  */
4231
4231
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getEstimatedMinutesRemaining = function() {
4232
- return /** @type{?proto.google.protobuf.StringValue} */ (
4233
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
4232
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4233
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 9));
4234
4234
  };
4235
4235
 
4236
4236
 
4237
4237
  /**
4238
- * @param {?proto.google.protobuf.StringValue|undefined} value
4238
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4239
4239
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4240
4240
  */
4241
4241
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setEstimatedMinutesRemaining = function(value) {
@@ -4262,17 +4262,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasEstimate
4262
4262
 
4263
4263
 
4264
4264
  /**
4265
- * optional google.protobuf.StringValue estimated_charge_remaining = 10;
4266
- * @return {?proto.google.protobuf.StringValue}
4265
+ * optional google.protobuf.Int32Value estimated_charge_remaining = 10;
4266
+ * @return {?proto.google.protobuf.Int32Value}
4267
4267
  */
4268
4268
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getEstimatedChargeRemaining = function() {
4269
- return /** @type{?proto.google.protobuf.StringValue} */ (
4270
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
4269
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4270
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 10));
4271
4271
  };
4272
4272
 
4273
4273
 
4274
4274
  /**
4275
- * @param {?proto.google.protobuf.StringValue|undefined} value
4275
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4276
4276
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4277
4277
  */
4278
4278
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setEstimatedChargeRemaining = function(value) {
@@ -4299,17 +4299,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasEstimate
4299
4299
 
4300
4300
 
4301
4301
  /**
4302
- * optional google.protobuf.StringValue battery_voltage = 11;
4303
- * @return {?proto.google.protobuf.StringValue}
4302
+ * optional google.protobuf.Int32Value battery_voltage = 11;
4303
+ * @return {?proto.google.protobuf.Int32Value}
4304
4304
  */
4305
4305
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryVoltage = function() {
4306
- return /** @type{?proto.google.protobuf.StringValue} */ (
4307
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
4306
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4307
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 11));
4308
4308
  };
4309
4309
 
4310
4310
 
4311
4311
  /**
4312
- * @param {?proto.google.protobuf.StringValue|undefined} value
4312
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4313
4313
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4314
4314
  */
4315
4315
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryVoltage = function(value) {
@@ -4336,17 +4336,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryV
4336
4336
 
4337
4337
 
4338
4338
  /**
4339
- * optional google.protobuf.StringValue battery_current = 12;
4340
- * @return {?proto.google.protobuf.StringValue}
4339
+ * optional google.protobuf.Int32Value battery_current = 12;
4340
+ * @return {?proto.google.protobuf.Int32Value}
4341
4341
  */
4342
4342
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryCurrent = function() {
4343
- return /** @type{?proto.google.protobuf.StringValue} */ (
4344
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
4343
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4344
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 12));
4345
4345
  };
4346
4346
 
4347
4347
 
4348
4348
  /**
4349
- * @param {?proto.google.protobuf.StringValue|undefined} value
4349
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4350
4350
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4351
4351
  */
4352
4352
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryCurrent = function(value) {
@@ -4373,17 +4373,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryC
4373
4373
 
4374
4374
 
4375
4375
  /**
4376
- * optional google.protobuf.StringValue battery_temperature = 13;
4377
- * @return {?proto.google.protobuf.StringValue}
4376
+ * optional google.protobuf.Int32Value battery_temperature = 13;
4377
+ * @return {?proto.google.protobuf.Int32Value}
4378
4378
  */
4379
4379
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryTemperature = function() {
4380
- return /** @type{?proto.google.protobuf.StringValue} */ (
4381
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 13));
4380
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4381
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 13));
4382
4382
  };
4383
4383
 
4384
4384
 
4385
4385
  /**
4386
- * @param {?proto.google.protobuf.StringValue|undefined} value
4386
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4387
4387
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4388
4388
  */
4389
4389
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryTemperature = function(value) {
@@ -4410,17 +4410,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryT
4410
4410
 
4411
4411
 
4412
4412
  /**
4413
- * optional google.protobuf.StringValue alarms_present = 14;
4414
- * @return {?proto.google.protobuf.StringValue}
4413
+ * optional google.protobuf.Int32Value alarms_present = 14;
4414
+ * @return {?proto.google.protobuf.Int32Value}
4415
4415
  */
4416
4416
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getAlarmsPresent = function() {
4417
- return /** @type{?proto.google.protobuf.StringValue} */ (
4418
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 14));
4417
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
4418
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 14));
4419
4419
  };
4420
4420
 
4421
4421
 
4422
4422
  /**
4423
- * @param {?proto.google.protobuf.StringValue|undefined} value
4423
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
4424
4424
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
4425
4425
  */
4426
4426
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setAlarmsPresent = function(value) {