@lansweeper/data-platform-outbound-grpc 0.3.10 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +18 -0
- package/gen-proto/outbound_pb.js +144 -0
- package/generated-go/outbound.pb.go +6083 -6047
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +7 -1
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterface.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NetworkInterfaceOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +7 -1
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkInterface.java +522 -119
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NetworkInterfaceOrBuilder.java +47 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1979 -1976
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.9-sources.jar → outbound-model-0.3.11-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.9.jar → outbound-model-0.3.11.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +7 -1
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.9-sources.jar → outbound-service-0.3.11-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.9.jar → outbound-service-0.3.11.jar} +0 -0
|
@@ -4201,6 +4201,21 @@ export class NetworkInterface extends jspb.Message {
|
|
|
4201
4201
|
getDatabasePath(): string | undefined;
|
|
4202
4202
|
setDatabasePath(value: string): NetworkInterface;
|
|
4203
4203
|
|
|
4204
|
+
hasNetConnectionId(): boolean;
|
|
4205
|
+
clearNetConnectionId(): void;
|
|
4206
|
+
getNetConnectionId(): string | undefined;
|
|
4207
|
+
setNetConnectionId(value: string): NetworkInterface;
|
|
4208
|
+
|
|
4209
|
+
hasManufacturer(): boolean;
|
|
4210
|
+
clearManufacturer(): void;
|
|
4211
|
+
getManufacturer(): string | undefined;
|
|
4212
|
+
setManufacturer(value: string): NetworkInterface;
|
|
4213
|
+
|
|
4214
|
+
hasNetEnabled(): boolean;
|
|
4215
|
+
clearNetEnabled(): void;
|
|
4216
|
+
getNetEnabled(): boolean | undefined;
|
|
4217
|
+
setNetEnabled(value: boolean): NetworkInterface;
|
|
4218
|
+
|
|
4204
4219
|
hasSnmpIndex(): boolean;
|
|
4205
4220
|
clearSnmpIndex(): void;
|
|
4206
4221
|
getSnmpIndex(): number | undefined;
|
|
@@ -4286,6 +4301,9 @@ export namespace NetworkInterface {
|
|
|
4286
4301
|
dnsDomainSuffixSearchOrder?: string,
|
|
4287
4302
|
serviceName?: string,
|
|
4288
4303
|
databasePath?: string,
|
|
4304
|
+
netConnectionId?: string,
|
|
4305
|
+
manufacturer?: string,
|
|
4306
|
+
netEnabled?: boolean,
|
|
4289
4307
|
snmpIndex?: number,
|
|
4290
4308
|
description?: string,
|
|
4291
4309
|
alias?: string,
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -37050,6 +37050,9 @@ proto.com.lansweeper.dp.outbound.v1.NetworkInterface.toObject = function(include
|
|
|
37050
37050
|
dnsDomainSuffixSearchOrder: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
37051
37051
|
serviceName: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
37052
37052
|
databasePath: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
37053
|
+
netConnectionId: jspb.Message.getFieldWithDefault(msg, 29, ""),
|
|
37054
|
+
manufacturer: jspb.Message.getFieldWithDefault(msg, 30, ""),
|
|
37055
|
+
netEnabled: jspb.Message.getBooleanFieldWithDefault(msg, 31, false),
|
|
37053
37056
|
snmpIndex: jspb.Message.getFieldWithDefault(msg, 27, 0),
|
|
37054
37057
|
description: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
37055
37058
|
alias: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
@@ -37159,6 +37162,18 @@ proto.com.lansweeper.dp.outbound.v1.NetworkInterface.deserializeBinaryFromReader
|
|
|
37159
37162
|
var value = /** @type {string} */ (reader.readString());
|
|
37160
37163
|
msg.setDatabasePath(value);
|
|
37161
37164
|
break;
|
|
37165
|
+
case 29:
|
|
37166
|
+
var value = /** @type {string} */ (reader.readString());
|
|
37167
|
+
msg.setNetConnectionId(value);
|
|
37168
|
+
break;
|
|
37169
|
+
case 30:
|
|
37170
|
+
var value = /** @type {string} */ (reader.readString());
|
|
37171
|
+
msg.setManufacturer(value);
|
|
37172
|
+
break;
|
|
37173
|
+
case 31:
|
|
37174
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
37175
|
+
msg.setNetEnabled(value);
|
|
37176
|
+
break;
|
|
37162
37177
|
case 27:
|
|
37163
37178
|
var value = /** @type {number} */ (reader.readInt32());
|
|
37164
37179
|
msg.setSnmpIndex(value);
|
|
@@ -37344,6 +37359,27 @@ proto.com.lansweeper.dp.outbound.v1.NetworkInterface.serializeBinaryToWriter = f
|
|
|
37344
37359
|
f
|
|
37345
37360
|
);
|
|
37346
37361
|
}
|
|
37362
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 29));
|
|
37363
|
+
if (f != null) {
|
|
37364
|
+
writer.writeString(
|
|
37365
|
+
29,
|
|
37366
|
+
f
|
|
37367
|
+
);
|
|
37368
|
+
}
|
|
37369
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 30));
|
|
37370
|
+
if (f != null) {
|
|
37371
|
+
writer.writeString(
|
|
37372
|
+
30,
|
|
37373
|
+
f
|
|
37374
|
+
);
|
|
37375
|
+
}
|
|
37376
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 31));
|
|
37377
|
+
if (f != null) {
|
|
37378
|
+
writer.writeBool(
|
|
37379
|
+
31,
|
|
37380
|
+
f
|
|
37381
|
+
);
|
|
37382
|
+
}
|
|
37347
37383
|
f = /** @type {number} */ (jspb.Message.getField(message, 27));
|
|
37348
37384
|
if (f != null) {
|
|
37349
37385
|
writer.writeInt32(
|
|
@@ -37922,6 +37958,114 @@ proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.hasDatabasePath =
|
|
|
37922
37958
|
};
|
|
37923
37959
|
|
|
37924
37960
|
|
|
37961
|
+
/**
|
|
37962
|
+
* optional string net_connection_id = 29;
|
|
37963
|
+
* @return {string}
|
|
37964
|
+
*/
|
|
37965
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.getNetConnectionId = function() {
|
|
37966
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, ""));
|
|
37967
|
+
};
|
|
37968
|
+
|
|
37969
|
+
|
|
37970
|
+
/**
|
|
37971
|
+
* @param {string} value
|
|
37972
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
37973
|
+
*/
|
|
37974
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.setNetConnectionId = function(value) {
|
|
37975
|
+
return jspb.Message.setField(this, 29, value);
|
|
37976
|
+
};
|
|
37977
|
+
|
|
37978
|
+
|
|
37979
|
+
/**
|
|
37980
|
+
* Clears the field making it undefined.
|
|
37981
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
37982
|
+
*/
|
|
37983
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.clearNetConnectionId = function() {
|
|
37984
|
+
return jspb.Message.setField(this, 29, undefined);
|
|
37985
|
+
};
|
|
37986
|
+
|
|
37987
|
+
|
|
37988
|
+
/**
|
|
37989
|
+
* Returns whether this field is set.
|
|
37990
|
+
* @return {boolean}
|
|
37991
|
+
*/
|
|
37992
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.hasNetConnectionId = function() {
|
|
37993
|
+
return jspb.Message.getField(this, 29) != null;
|
|
37994
|
+
};
|
|
37995
|
+
|
|
37996
|
+
|
|
37997
|
+
/**
|
|
37998
|
+
* optional string manufacturer = 30;
|
|
37999
|
+
* @return {string}
|
|
38000
|
+
*/
|
|
38001
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.getManufacturer = function() {
|
|
38002
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 30, ""));
|
|
38003
|
+
};
|
|
38004
|
+
|
|
38005
|
+
|
|
38006
|
+
/**
|
|
38007
|
+
* @param {string} value
|
|
38008
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
38009
|
+
*/
|
|
38010
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.setManufacturer = function(value) {
|
|
38011
|
+
return jspb.Message.setField(this, 30, value);
|
|
38012
|
+
};
|
|
38013
|
+
|
|
38014
|
+
|
|
38015
|
+
/**
|
|
38016
|
+
* Clears the field making it undefined.
|
|
38017
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
38018
|
+
*/
|
|
38019
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.clearManufacturer = function() {
|
|
38020
|
+
return jspb.Message.setField(this, 30, undefined);
|
|
38021
|
+
};
|
|
38022
|
+
|
|
38023
|
+
|
|
38024
|
+
/**
|
|
38025
|
+
* Returns whether this field is set.
|
|
38026
|
+
* @return {boolean}
|
|
38027
|
+
*/
|
|
38028
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.hasManufacturer = function() {
|
|
38029
|
+
return jspb.Message.getField(this, 30) != null;
|
|
38030
|
+
};
|
|
38031
|
+
|
|
38032
|
+
|
|
38033
|
+
/**
|
|
38034
|
+
* optional bool net_enabled = 31;
|
|
38035
|
+
* @return {boolean}
|
|
38036
|
+
*/
|
|
38037
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.getNetEnabled = function() {
|
|
38038
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 31, false));
|
|
38039
|
+
};
|
|
38040
|
+
|
|
38041
|
+
|
|
38042
|
+
/**
|
|
38043
|
+
* @param {boolean} value
|
|
38044
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
38045
|
+
*/
|
|
38046
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.setNetEnabled = function(value) {
|
|
38047
|
+
return jspb.Message.setField(this, 31, value);
|
|
38048
|
+
};
|
|
38049
|
+
|
|
38050
|
+
|
|
38051
|
+
/**
|
|
38052
|
+
* Clears the field making it undefined.
|
|
38053
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.NetworkInterface} returns this
|
|
38054
|
+
*/
|
|
38055
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.clearNetEnabled = function() {
|
|
38056
|
+
return jspb.Message.setField(this, 31, undefined);
|
|
38057
|
+
};
|
|
38058
|
+
|
|
38059
|
+
|
|
38060
|
+
/**
|
|
38061
|
+
* Returns whether this field is set.
|
|
38062
|
+
* @return {boolean}
|
|
38063
|
+
*/
|
|
38064
|
+
proto.com.lansweeper.dp.outbound.v1.NetworkInterface.prototype.hasNetEnabled = function() {
|
|
38065
|
+
return jspb.Message.getField(this, 31) != null;
|
|
38066
|
+
};
|
|
38067
|
+
|
|
38068
|
+
|
|
37925
38069
|
/**
|
|
37926
38070
|
* optional int32 snmp_index = 27;
|
|
37927
38071
|
* @return {number}
|