@lansweeper/discovery-sensor-proto 2.59.4 → 2.59.5

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.
@@ -227,13 +227,13 @@ export class SnmpInterfaceInfo extends jspb.Message {
227
227
 
228
228
  hasType(): boolean;
229
229
  clearType(): void;
230
- getType(): google_protobuf_wrappers_pb.StringValue | undefined;
231
- setType(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
230
+ getType(): google_protobuf_wrappers_pb.Int32Value | undefined;
231
+ setType(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
232
232
 
233
233
  hasMtu(): boolean;
234
234
  clearMtu(): void;
235
- getMtu(): google_protobuf_wrappers_pb.StringValue | undefined;
236
- setMtu(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
235
+ getMtu(): google_protobuf_wrappers_pb.Int32Value | undefined;
236
+ setMtu(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
237
237
 
238
238
  hasSpeed(): boolean;
239
239
  clearSpeed(): void;
@@ -299,8 +299,8 @@ export namespace SnmpInterfaceInfo {
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
- type?: google_protobuf_wrappers_pb.StringValue.AsObject,
303
- mtu?: google_protobuf_wrappers_pb.StringValue.AsObject,
302
+ type?: google_protobuf_wrappers_pb.Int32Value.AsObject,
303
+ mtu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
304
304
  speed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
305
305
  highSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
306
306
  physAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
@@ -1884,8 +1884,8 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.toObject = func
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
- type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
1888
- mtu: (f = msg.getMtu()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
1887
+ type: (f = msg.getType()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
1888
+ mtu: (f = msg.getMtu()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
1889
1889
  speed: (f = msg.getSpeed()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
1890
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),
@@ -1953,13 +1953,13 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.deserializeBina
1953
1953
  msg.setAlias(value);
1954
1954
  break;
1955
1955
  case 5:
1956
- var value = new google_protobuf_wrappers_pb.StringValue;
1957
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
1956
+ var value = new google_protobuf_wrappers_pb.Int32Value;
1957
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
1958
1958
  msg.setType(value);
1959
1959
  break;
1960
1960
  case 6:
1961
- var value = new google_protobuf_wrappers_pb.StringValue;
1962
- reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
1961
+ var value = new google_protobuf_wrappers_pb.Int32Value;
1962
+ reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
1963
1963
  msg.setMtu(value);
1964
1964
  break;
1965
1965
  case 7:
@@ -2076,7 +2076,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
2076
2076
  writer.writeMessage(
2077
2077
  5,
2078
2078
  f,
2079
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
2079
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
2080
2080
  );
2081
2081
  }
2082
2082
  f = message.getMtu();
@@ -2084,7 +2084,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
2084
2084
  writer.writeMessage(
2085
2085
  6,
2086
2086
  f,
2087
- google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
2087
+ google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
2088
2088
  );
2089
2089
  }
2090
2090
  f = message.getSpeed();
@@ -2317,17 +2317,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.hasAl
2317
2317
 
2318
2318
 
2319
2319
  /**
2320
- * optional google.protobuf.StringValue type = 5;
2321
- * @return {?proto.google.protobuf.StringValue}
2320
+ * optional google.protobuf.Int32Value type = 5;
2321
+ * @return {?proto.google.protobuf.Int32Value}
2322
2322
  */
2323
2323
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getType = function() {
2324
- return /** @type{?proto.google.protobuf.StringValue} */ (
2325
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
2324
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
2325
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 5));
2326
2326
  };
2327
2327
 
2328
2328
 
2329
2329
  /**
2330
- * @param {?proto.google.protobuf.StringValue|undefined} value
2330
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
2331
2331
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
2332
2332
  */
2333
2333
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setType = function(value) {
@@ -2354,17 +2354,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.hasTy
2354
2354
 
2355
2355
 
2356
2356
  /**
2357
- * optional google.protobuf.StringValue mtu = 6;
2358
- * @return {?proto.google.protobuf.StringValue}
2357
+ * optional google.protobuf.Int32Value mtu = 6;
2358
+ * @return {?proto.google.protobuf.Int32Value}
2359
2359
  */
2360
2360
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getMtu = function() {
2361
- return /** @type{?proto.google.protobuf.StringValue} */ (
2362
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
2361
+ return /** @type{?proto.google.protobuf.Int32Value} */ (
2362
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 6));
2363
2363
  };
2364
2364
 
2365
2365
 
2366
2366
  /**
2367
- * @param {?proto.google.protobuf.StringValue|undefined} value
2367
+ * @param {?proto.google.protobuf.Int32Value|undefined} value
2368
2368
  * @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
2369
2369
  */
2370
2370
  proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setMtu = function(value) {