@lansweeper/data-platform-outbound-grpc 0.4.2 → 0.4.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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +18 -18
- package/gen-proto/outbound_pb.js +30 -30
- package/generated-go/outbound.pb.go +1577 -1575
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +3 -3
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$2.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$CitrixDataCase.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CitrixOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +3 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Citrix.java +180 -180
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CitrixOrBuilder.java +24 -24
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +512 -512
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.4.1-sources.jar → outbound-model-0.4.2-sources.jar} +0 -0
- package/model/target/{outbound-model-0.4.1.jar → outbound-model-0.4.2.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +3 -3
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.4.1-sources.jar → outbound-service-0.4.2-sources.jar} +0 -0
- package/service/target/{outbound-service-0.4.1.jar → outbound-service-0.4.2.jar} +0 -0
|
@@ -18134,20 +18134,20 @@ export namespace VmwareSnapshot {
|
|
|
18134
18134
|
|
|
18135
18135
|
export class Citrix extends jspb.Message {
|
|
18136
18136
|
|
|
18137
|
-
|
|
18138
|
-
|
|
18139
|
-
|
|
18140
|
-
|
|
18137
|
+
hasCitrixPool(): boolean;
|
|
18138
|
+
clearCitrixPool(): void;
|
|
18139
|
+
getCitrixPool(): CitrixPool | undefined;
|
|
18140
|
+
setCitrixPool(value?: CitrixPool): Citrix;
|
|
18141
18141
|
|
|
18142
|
-
|
|
18143
|
-
|
|
18144
|
-
|
|
18145
|
-
|
|
18142
|
+
hasCitrixHost(): boolean;
|
|
18143
|
+
clearCitrixHost(): void;
|
|
18144
|
+
getCitrixHost(): CitrixHost | undefined;
|
|
18145
|
+
setCitrixHost(value?: CitrixHost): Citrix;
|
|
18146
18146
|
|
|
18147
|
-
|
|
18148
|
-
|
|
18149
|
-
|
|
18150
|
-
|
|
18147
|
+
hasCitrixGuest(): boolean;
|
|
18148
|
+
clearCitrixGuest(): void;
|
|
18149
|
+
getCitrixGuest(): CitrixGuest | undefined;
|
|
18150
|
+
setCitrixGuest(value?: CitrixGuest): Citrix;
|
|
18151
18151
|
|
|
18152
18152
|
getCitrixDataCase(): Citrix.CitrixDataCase;
|
|
18153
18153
|
|
|
@@ -18163,16 +18163,16 @@ export class Citrix extends jspb.Message {
|
|
|
18163
18163
|
|
|
18164
18164
|
export namespace Citrix {
|
|
18165
18165
|
export type AsObject = {
|
|
18166
|
-
|
|
18167
|
-
|
|
18168
|
-
|
|
18166
|
+
citrixPool?: CitrixPool.AsObject,
|
|
18167
|
+
citrixHost?: CitrixHost.AsObject,
|
|
18168
|
+
citrixGuest?: CitrixGuest.AsObject,
|
|
18169
18169
|
}
|
|
18170
18170
|
|
|
18171
18171
|
export enum CitrixDataCase {
|
|
18172
18172
|
CITRIX_DATA_NOT_SET = 0,
|
|
18173
|
-
|
|
18174
|
-
|
|
18175
|
-
|
|
18173
|
+
CITRIX_POOL = 1,
|
|
18174
|
+
CITRIX_HOST = 2,
|
|
18175
|
+
CITRIX_GUEST = 3,
|
|
18176
18176
|
}
|
|
18177
18177
|
|
|
18178
18178
|
}
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -146307,9 +146307,9 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.oneofGroups_ = [[1,2,3]];
|
|
|
146307
146307
|
*/
|
|
146308
146308
|
proto.com.lansweeper.dp.outbound.v1.Citrix.CitrixDataCase = {
|
|
146309
146309
|
CITRIX_DATA_NOT_SET: 0,
|
|
146310
|
-
|
|
146311
|
-
|
|
146312
|
-
|
|
146310
|
+
CITRIX_POOL: 1,
|
|
146311
|
+
CITRIX_HOST: 2,
|
|
146312
|
+
CITRIX_GUEST: 3
|
|
146313
146313
|
};
|
|
146314
146314
|
|
|
146315
146315
|
/**
|
|
@@ -146350,9 +146350,9 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.toObject = function(opt_inc
|
|
|
146350
146350
|
*/
|
|
146351
146351
|
proto.com.lansweeper.dp.outbound.v1.Citrix.toObject = function(includeInstance, msg) {
|
|
146352
146352
|
var f, obj = {
|
|
146353
|
-
|
|
146354
|
-
|
|
146355
|
-
|
|
146353
|
+
citrixPool: (f = msg.getCitrixPool()) && proto.com.lansweeper.dp.outbound.v1.CitrixPool.toObject(includeInstance, f),
|
|
146354
|
+
citrixHost: (f = msg.getCitrixHost()) && proto.com.lansweeper.dp.outbound.v1.CitrixHost.toObject(includeInstance, f),
|
|
146355
|
+
citrixGuest: (f = msg.getCitrixGuest()) && proto.com.lansweeper.dp.outbound.v1.CitrixGuest.toObject(includeInstance, f)
|
|
146356
146356
|
};
|
|
146357
146357
|
|
|
146358
146358
|
if (includeInstance) {
|
|
@@ -146392,17 +146392,17 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.deserializeBinaryFromReader = functio
|
|
|
146392
146392
|
case 1:
|
|
146393
146393
|
var value = new proto.com.lansweeper.dp.outbound.v1.CitrixPool;
|
|
146394
146394
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CitrixPool.deserializeBinaryFromReader);
|
|
146395
|
-
msg.
|
|
146395
|
+
msg.setCitrixPool(value);
|
|
146396
146396
|
break;
|
|
146397
146397
|
case 2:
|
|
146398
146398
|
var value = new proto.com.lansweeper.dp.outbound.v1.CitrixHost;
|
|
146399
146399
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CitrixHost.deserializeBinaryFromReader);
|
|
146400
|
-
msg.
|
|
146400
|
+
msg.setCitrixHost(value);
|
|
146401
146401
|
break;
|
|
146402
146402
|
case 3:
|
|
146403
146403
|
var value = new proto.com.lansweeper.dp.outbound.v1.CitrixGuest;
|
|
146404
146404
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CitrixGuest.deserializeBinaryFromReader);
|
|
146405
|
-
msg.
|
|
146405
|
+
msg.setCitrixGuest(value);
|
|
146406
146406
|
break;
|
|
146407
146407
|
default:
|
|
146408
146408
|
reader.skipField();
|
|
@@ -146433,7 +146433,7 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.serializeBinary = function(
|
|
|
146433
146433
|
*/
|
|
146434
146434
|
proto.com.lansweeper.dp.outbound.v1.Citrix.serializeBinaryToWriter = function(message, writer) {
|
|
146435
146435
|
var f = undefined;
|
|
146436
|
-
f = message.
|
|
146436
|
+
f = message.getCitrixPool();
|
|
146437
146437
|
if (f != null) {
|
|
146438
146438
|
writer.writeMessage(
|
|
146439
146439
|
1,
|
|
@@ -146441,7 +146441,7 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.serializeBinaryToWriter = function(me
|
|
|
146441
146441
|
proto.com.lansweeper.dp.outbound.v1.CitrixPool.serializeBinaryToWriter
|
|
146442
146442
|
);
|
|
146443
146443
|
}
|
|
146444
|
-
f = message.
|
|
146444
|
+
f = message.getCitrixHost();
|
|
146445
146445
|
if (f != null) {
|
|
146446
146446
|
writer.writeMessage(
|
|
146447
146447
|
2,
|
|
@@ -146449,7 +146449,7 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.serializeBinaryToWriter = function(me
|
|
|
146449
146449
|
proto.com.lansweeper.dp.outbound.v1.CitrixHost.serializeBinaryToWriter
|
|
146450
146450
|
);
|
|
146451
146451
|
}
|
|
146452
|
-
f = message.
|
|
146452
|
+
f = message.getCitrixGuest();
|
|
146453
146453
|
if (f != null) {
|
|
146454
146454
|
writer.writeMessage(
|
|
146455
146455
|
3,
|
|
@@ -146461,10 +146461,10 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.serializeBinaryToWriter = function(me
|
|
|
146461
146461
|
|
|
146462
146462
|
|
|
146463
146463
|
/**
|
|
146464
|
-
* optional CitrixPool
|
|
146464
|
+
* optional CitrixPool citrix_pool = 1;
|
|
146465
146465
|
* @return {?proto.com.lansweeper.dp.outbound.v1.CitrixPool}
|
|
146466
146466
|
*/
|
|
146467
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146467
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.getCitrixPool = function() {
|
|
146468
146468
|
return /** @type{?proto.com.lansweeper.dp.outbound.v1.CitrixPool} */ (
|
|
146469
146469
|
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CitrixPool, 1));
|
|
146470
146470
|
};
|
|
@@ -146474,7 +146474,7 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.getVcenter = function() {
|
|
|
146474
146474
|
* @param {?proto.com.lansweeper.dp.outbound.v1.CitrixPool|undefined} value
|
|
146475
146475
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Citrix} returns this
|
|
146476
146476
|
*/
|
|
146477
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146477
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.setCitrixPool = function(value) {
|
|
146478
146478
|
return jspb.Message.setOneofWrapperField(this, 1, proto.com.lansweeper.dp.outbound.v1.Citrix.oneofGroups_[0], value);
|
|
146479
146479
|
};
|
|
146480
146480
|
|
|
@@ -146483,8 +146483,8 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.setVcenter = function(value
|
|
|
146483
146483
|
* Clears the message field making it undefined.
|
|
146484
146484
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Citrix} returns this
|
|
146485
146485
|
*/
|
|
146486
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146487
|
-
return this.
|
|
146486
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.clearCitrixPool = function() {
|
|
146487
|
+
return this.setCitrixPool(undefined);
|
|
146488
146488
|
};
|
|
146489
146489
|
|
|
146490
146490
|
|
|
@@ -146492,16 +146492,16 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.clearVcenter = function() {
|
|
|
146492
146492
|
* Returns whether this field is set.
|
|
146493
146493
|
* @return {boolean}
|
|
146494
146494
|
*/
|
|
146495
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146495
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.hasCitrixPool = function() {
|
|
146496
146496
|
return jspb.Message.getField(this, 1) != null;
|
|
146497
146497
|
};
|
|
146498
146498
|
|
|
146499
146499
|
|
|
146500
146500
|
/**
|
|
146501
|
-
* optional CitrixHost
|
|
146501
|
+
* optional CitrixHost citrix_host = 2;
|
|
146502
146502
|
* @return {?proto.com.lansweeper.dp.outbound.v1.CitrixHost}
|
|
146503
146503
|
*/
|
|
146504
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146504
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.getCitrixHost = function() {
|
|
146505
146505
|
return /** @type{?proto.com.lansweeper.dp.outbound.v1.CitrixHost} */ (
|
|
146506
146506
|
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CitrixHost, 2));
|
|
146507
146507
|
};
|
|
@@ -146511,7 +146511,7 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.getHost = function() {
|
|
|
146511
146511
|
* @param {?proto.com.lansweeper.dp.outbound.v1.CitrixHost|undefined} value
|
|
146512
146512
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Citrix} returns this
|
|
146513
146513
|
*/
|
|
146514
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146514
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.setCitrixHost = function(value) {
|
|
146515
146515
|
return jspb.Message.setOneofWrapperField(this, 2, proto.com.lansweeper.dp.outbound.v1.Citrix.oneofGroups_[0], value);
|
|
146516
146516
|
};
|
|
146517
146517
|
|
|
@@ -146520,8 +146520,8 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.setHost = function(value) {
|
|
|
146520
146520
|
* Clears the message field making it undefined.
|
|
146521
146521
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Citrix} returns this
|
|
146522
146522
|
*/
|
|
146523
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146524
|
-
return this.
|
|
146523
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.clearCitrixHost = function() {
|
|
146524
|
+
return this.setCitrixHost(undefined);
|
|
146525
146525
|
};
|
|
146526
146526
|
|
|
146527
146527
|
|
|
@@ -146529,16 +146529,16 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.clearHost = function() {
|
|
|
146529
146529
|
* Returns whether this field is set.
|
|
146530
146530
|
* @return {boolean}
|
|
146531
146531
|
*/
|
|
146532
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146532
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.hasCitrixHost = function() {
|
|
146533
146533
|
return jspb.Message.getField(this, 2) != null;
|
|
146534
146534
|
};
|
|
146535
146535
|
|
|
146536
146536
|
|
|
146537
146537
|
/**
|
|
146538
|
-
* optional CitrixGuest
|
|
146538
|
+
* optional CitrixGuest citrix_guest = 3;
|
|
146539
146539
|
* @return {?proto.com.lansweeper.dp.outbound.v1.CitrixGuest}
|
|
146540
146540
|
*/
|
|
146541
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146541
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.getCitrixGuest = function() {
|
|
146542
146542
|
return /** @type{?proto.com.lansweeper.dp.outbound.v1.CitrixGuest} */ (
|
|
146543
146543
|
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CitrixGuest, 3));
|
|
146544
146544
|
};
|
|
@@ -146548,7 +146548,7 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.getGuestVm = function() {
|
|
|
146548
146548
|
* @param {?proto.com.lansweeper.dp.outbound.v1.CitrixGuest|undefined} value
|
|
146549
146549
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Citrix} returns this
|
|
146550
146550
|
*/
|
|
146551
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146551
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.setCitrixGuest = function(value) {
|
|
146552
146552
|
return jspb.Message.setOneofWrapperField(this, 3, proto.com.lansweeper.dp.outbound.v1.Citrix.oneofGroups_[0], value);
|
|
146553
146553
|
};
|
|
146554
146554
|
|
|
@@ -146557,8 +146557,8 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.setGuestVm = function(value
|
|
|
146557
146557
|
* Clears the message field making it undefined.
|
|
146558
146558
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Citrix} returns this
|
|
146559
146559
|
*/
|
|
146560
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146561
|
-
return this.
|
|
146560
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.clearCitrixGuest = function() {
|
|
146561
|
+
return this.setCitrixGuest(undefined);
|
|
146562
146562
|
};
|
|
146563
146563
|
|
|
146564
146564
|
|
|
@@ -146566,7 +146566,7 @@ proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.clearGuestVm = function() {
|
|
|
146566
146566
|
* Returns whether this field is set.
|
|
146567
146567
|
* @return {boolean}
|
|
146568
146568
|
*/
|
|
146569
|
-
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.
|
|
146569
|
+
proto.com.lansweeper.dp.outbound.v1.Citrix.prototype.hasCitrixGuest = function() {
|
|
146570
146570
|
return jspb.Message.getField(this, 3) != null;
|
|
146571
146571
|
};
|
|
146572
146572
|
|