@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
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Citrix.java
CHANGED
|
@@ -54,9 +54,9 @@ private static final long serialVersionUID = 0L;
|
|
|
54
54
|
public enum CitrixDataCase
|
|
55
55
|
implements com.google.protobuf.Internal.EnumLite,
|
|
56
56
|
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
CITRIX_POOL(1),
|
|
58
|
+
CITRIX_HOST(2),
|
|
59
|
+
CITRIX_GUEST(3),
|
|
60
60
|
CITRIXDATA_NOT_SET(0);
|
|
61
61
|
private final int value;
|
|
62
62
|
private CitrixDataCase(int value) {
|
|
@@ -74,9 +74,9 @@ private static final long serialVersionUID = 0L;
|
|
|
74
74
|
|
|
75
75
|
public static CitrixDataCase forNumber(int value) {
|
|
76
76
|
switch (value) {
|
|
77
|
-
case 1: return
|
|
78
|
-
case 2: return
|
|
79
|
-
case 3: return
|
|
77
|
+
case 1: return CITRIX_POOL;
|
|
78
|
+
case 2: return CITRIX_HOST;
|
|
79
|
+
case 3: return CITRIX_GUEST;
|
|
80
80
|
case 0: return CITRIXDATA_NOT_SET;
|
|
81
81
|
default: return null;
|
|
82
82
|
}
|
|
@@ -92,93 +92,93 @@ private static final long serialVersionUID = 0L;
|
|
|
92
92
|
citrixDataCase_);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
public static final int
|
|
95
|
+
public static final int CITRIX_POOL_FIELD_NUMBER = 1;
|
|
96
96
|
/**
|
|
97
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
98
|
-
* @return Whether the
|
|
97
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
98
|
+
* @return Whether the citrixPool field is set.
|
|
99
99
|
*/
|
|
100
100
|
@java.lang.Override
|
|
101
|
-
public boolean
|
|
101
|
+
public boolean hasCitrixPool() {
|
|
102
102
|
return citrixDataCase_ == 1;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
106
|
-
* @return The
|
|
105
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
106
|
+
* @return The citrixPool.
|
|
107
107
|
*/
|
|
108
108
|
@java.lang.Override
|
|
109
|
-
public com.lansweeper.dp.outbound.v1.CitrixPool
|
|
109
|
+
public com.lansweeper.dp.outbound.v1.CitrixPool getCitrixPool() {
|
|
110
110
|
if (citrixDataCase_ == 1) {
|
|
111
111
|
return (com.lansweeper.dp.outbound.v1.CitrixPool) citrixData_;
|
|
112
112
|
}
|
|
113
113
|
return com.lansweeper.dp.outbound.v1.CitrixPool.getDefaultInstance();
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
116
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
117
117
|
*/
|
|
118
118
|
@java.lang.Override
|
|
119
|
-
public com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder
|
|
119
|
+
public com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder getCitrixPoolOrBuilder() {
|
|
120
120
|
if (citrixDataCase_ == 1) {
|
|
121
121
|
return (com.lansweeper.dp.outbound.v1.CitrixPool) citrixData_;
|
|
122
122
|
}
|
|
123
123
|
return com.lansweeper.dp.outbound.v1.CitrixPool.getDefaultInstance();
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
public static final int
|
|
126
|
+
public static final int CITRIX_HOST_FIELD_NUMBER = 2;
|
|
127
127
|
/**
|
|
128
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
129
|
-
* @return Whether the
|
|
128
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
129
|
+
* @return Whether the citrixHost field is set.
|
|
130
130
|
*/
|
|
131
131
|
@java.lang.Override
|
|
132
|
-
public boolean
|
|
132
|
+
public boolean hasCitrixHost() {
|
|
133
133
|
return citrixDataCase_ == 2;
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
137
|
-
* @return The
|
|
136
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
137
|
+
* @return The citrixHost.
|
|
138
138
|
*/
|
|
139
139
|
@java.lang.Override
|
|
140
|
-
public com.lansweeper.dp.outbound.v1.CitrixHost
|
|
140
|
+
public com.lansweeper.dp.outbound.v1.CitrixHost getCitrixHost() {
|
|
141
141
|
if (citrixDataCase_ == 2) {
|
|
142
142
|
return (com.lansweeper.dp.outbound.v1.CitrixHost) citrixData_;
|
|
143
143
|
}
|
|
144
144
|
return com.lansweeper.dp.outbound.v1.CitrixHost.getDefaultInstance();
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
147
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
148
148
|
*/
|
|
149
149
|
@java.lang.Override
|
|
150
|
-
public com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder
|
|
150
|
+
public com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder getCitrixHostOrBuilder() {
|
|
151
151
|
if (citrixDataCase_ == 2) {
|
|
152
152
|
return (com.lansweeper.dp.outbound.v1.CitrixHost) citrixData_;
|
|
153
153
|
}
|
|
154
154
|
return com.lansweeper.dp.outbound.v1.CitrixHost.getDefaultInstance();
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
public static final int
|
|
157
|
+
public static final int CITRIX_GUEST_FIELD_NUMBER = 3;
|
|
158
158
|
/**
|
|
159
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
160
|
-
* @return Whether the
|
|
159
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
160
|
+
* @return Whether the citrixGuest field is set.
|
|
161
161
|
*/
|
|
162
162
|
@java.lang.Override
|
|
163
|
-
public boolean
|
|
163
|
+
public boolean hasCitrixGuest() {
|
|
164
164
|
return citrixDataCase_ == 3;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
168
|
-
* @return The
|
|
167
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
168
|
+
* @return The citrixGuest.
|
|
169
169
|
*/
|
|
170
170
|
@java.lang.Override
|
|
171
|
-
public com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
171
|
+
public com.lansweeper.dp.outbound.v1.CitrixGuest getCitrixGuest() {
|
|
172
172
|
if (citrixDataCase_ == 3) {
|
|
173
173
|
return (com.lansweeper.dp.outbound.v1.CitrixGuest) citrixData_;
|
|
174
174
|
}
|
|
175
175
|
return com.lansweeper.dp.outbound.v1.CitrixGuest.getDefaultInstance();
|
|
176
176
|
}
|
|
177
177
|
/**
|
|
178
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
178
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
179
179
|
*/
|
|
180
180
|
@java.lang.Override
|
|
181
|
-
public com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder
|
|
181
|
+
public com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder getCitrixGuestOrBuilder() {
|
|
182
182
|
if (citrixDataCase_ == 3) {
|
|
183
183
|
return (com.lansweeper.dp.outbound.v1.CitrixGuest) citrixData_;
|
|
184
184
|
}
|
|
@@ -247,16 +247,16 @@ private static final long serialVersionUID = 0L;
|
|
|
247
247
|
if (!getCitrixDataCase().equals(other.getCitrixDataCase())) return false;
|
|
248
248
|
switch (citrixDataCase_) {
|
|
249
249
|
case 1:
|
|
250
|
-
if (!
|
|
251
|
-
.equals(other.
|
|
250
|
+
if (!getCitrixPool()
|
|
251
|
+
.equals(other.getCitrixPool())) return false;
|
|
252
252
|
break;
|
|
253
253
|
case 2:
|
|
254
|
-
if (!
|
|
255
|
-
.equals(other.
|
|
254
|
+
if (!getCitrixHost()
|
|
255
|
+
.equals(other.getCitrixHost())) return false;
|
|
256
256
|
break;
|
|
257
257
|
case 3:
|
|
258
|
-
if (!
|
|
259
|
-
.equals(other.
|
|
258
|
+
if (!getCitrixGuest()
|
|
259
|
+
.equals(other.getCitrixGuest())) return false;
|
|
260
260
|
break;
|
|
261
261
|
case 0:
|
|
262
262
|
default:
|
|
@@ -274,16 +274,16 @@ private static final long serialVersionUID = 0L;
|
|
|
274
274
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
275
275
|
switch (citrixDataCase_) {
|
|
276
276
|
case 1:
|
|
277
|
-
hash = (37 * hash) +
|
|
278
|
-
hash = (53 * hash) +
|
|
277
|
+
hash = (37 * hash) + CITRIX_POOL_FIELD_NUMBER;
|
|
278
|
+
hash = (53 * hash) + getCitrixPool().hashCode();
|
|
279
279
|
break;
|
|
280
280
|
case 2:
|
|
281
|
-
hash = (37 * hash) +
|
|
282
|
-
hash = (53 * hash) +
|
|
281
|
+
hash = (37 * hash) + CITRIX_HOST_FIELD_NUMBER;
|
|
282
|
+
hash = (53 * hash) + getCitrixHost().hashCode();
|
|
283
283
|
break;
|
|
284
284
|
case 3:
|
|
285
|
-
hash = (37 * hash) +
|
|
286
|
-
hash = (53 * hash) +
|
|
285
|
+
hash = (37 * hash) + CITRIX_GUEST_FIELD_NUMBER;
|
|
286
|
+
hash = (53 * hash) + getCitrixGuest().hashCode();
|
|
287
287
|
break;
|
|
288
288
|
case 0:
|
|
289
289
|
default:
|
|
@@ -428,14 +428,14 @@ private static final long serialVersionUID = 0L;
|
|
|
428
428
|
public Builder clear() {
|
|
429
429
|
super.clear();
|
|
430
430
|
bitField0_ = 0;
|
|
431
|
-
if (
|
|
432
|
-
|
|
431
|
+
if (citrixPoolBuilder_ != null) {
|
|
432
|
+
citrixPoolBuilder_.clear();
|
|
433
433
|
}
|
|
434
|
-
if (
|
|
435
|
-
|
|
434
|
+
if (citrixHostBuilder_ != null) {
|
|
435
|
+
citrixHostBuilder_.clear();
|
|
436
436
|
}
|
|
437
|
-
if (
|
|
438
|
-
|
|
437
|
+
if (citrixGuestBuilder_ != null) {
|
|
438
|
+
citrixGuestBuilder_.clear();
|
|
439
439
|
}
|
|
440
440
|
citrixDataCase_ = 0;
|
|
441
441
|
citrixData_ = null;
|
|
@@ -479,16 +479,16 @@ private static final long serialVersionUID = 0L;
|
|
|
479
479
|
result.citrixDataCase_ = citrixDataCase_;
|
|
480
480
|
result.citrixData_ = this.citrixData_;
|
|
481
481
|
if (citrixDataCase_ == 1 &&
|
|
482
|
-
|
|
483
|
-
result.citrixData_ =
|
|
482
|
+
citrixPoolBuilder_ != null) {
|
|
483
|
+
result.citrixData_ = citrixPoolBuilder_.build();
|
|
484
484
|
}
|
|
485
485
|
if (citrixDataCase_ == 2 &&
|
|
486
|
-
|
|
487
|
-
result.citrixData_ =
|
|
486
|
+
citrixHostBuilder_ != null) {
|
|
487
|
+
result.citrixData_ = citrixHostBuilder_.build();
|
|
488
488
|
}
|
|
489
489
|
if (citrixDataCase_ == 3 &&
|
|
490
|
-
|
|
491
|
-
result.citrixData_ =
|
|
490
|
+
citrixGuestBuilder_ != null) {
|
|
491
|
+
result.citrixData_ = citrixGuestBuilder_.build();
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
|
|
@@ -537,16 +537,16 @@ private static final long serialVersionUID = 0L;
|
|
|
537
537
|
public Builder mergeFrom(com.lansweeper.dp.outbound.v1.Citrix other) {
|
|
538
538
|
if (other == com.lansweeper.dp.outbound.v1.Citrix.getDefaultInstance()) return this;
|
|
539
539
|
switch (other.getCitrixDataCase()) {
|
|
540
|
-
case
|
|
541
|
-
|
|
540
|
+
case CITRIX_POOL: {
|
|
541
|
+
mergeCitrixPool(other.getCitrixPool());
|
|
542
542
|
break;
|
|
543
543
|
}
|
|
544
|
-
case
|
|
545
|
-
|
|
544
|
+
case CITRIX_HOST: {
|
|
545
|
+
mergeCitrixHost(other.getCitrixHost());
|
|
546
546
|
break;
|
|
547
547
|
}
|
|
548
|
-
case
|
|
549
|
-
|
|
548
|
+
case CITRIX_GUEST: {
|
|
549
|
+
mergeCitrixGuest(other.getCitrixGuest());
|
|
550
550
|
break;
|
|
551
551
|
}
|
|
552
552
|
case CITRIXDATA_NOT_SET: {
|
|
@@ -581,21 +581,21 @@ private static final long serialVersionUID = 0L;
|
|
|
581
581
|
break;
|
|
582
582
|
case 10: {
|
|
583
583
|
input.readMessage(
|
|
584
|
-
|
|
584
|
+
getCitrixPoolFieldBuilder().getBuilder(),
|
|
585
585
|
extensionRegistry);
|
|
586
586
|
citrixDataCase_ = 1;
|
|
587
587
|
break;
|
|
588
588
|
} // case 10
|
|
589
589
|
case 18: {
|
|
590
590
|
input.readMessage(
|
|
591
|
-
|
|
591
|
+
getCitrixHostFieldBuilder().getBuilder(),
|
|
592
592
|
extensionRegistry);
|
|
593
593
|
citrixDataCase_ = 2;
|
|
594
594
|
break;
|
|
595
595
|
} // case 18
|
|
596
596
|
case 26: {
|
|
597
597
|
input.readMessage(
|
|
598
|
-
|
|
598
|
+
getCitrixGuestFieldBuilder().getBuilder(),
|
|
599
599
|
extensionRegistry);
|
|
600
600
|
citrixDataCase_ = 3;
|
|
601
601
|
break;
|
|
@@ -633,68 +633,68 @@ private static final long serialVersionUID = 0L;
|
|
|
633
633
|
private int bitField0_;
|
|
634
634
|
|
|
635
635
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
636
|
-
com.lansweeper.dp.outbound.v1.CitrixPool, com.lansweeper.dp.outbound.v1.CitrixPool.Builder, com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder>
|
|
636
|
+
com.lansweeper.dp.outbound.v1.CitrixPool, com.lansweeper.dp.outbound.v1.CitrixPool.Builder, com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder> citrixPoolBuilder_;
|
|
637
637
|
/**
|
|
638
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
639
|
-
* @return Whether the
|
|
638
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
639
|
+
* @return Whether the citrixPool field is set.
|
|
640
640
|
*/
|
|
641
641
|
@java.lang.Override
|
|
642
|
-
public boolean
|
|
642
|
+
public boolean hasCitrixPool() {
|
|
643
643
|
return citrixDataCase_ == 1;
|
|
644
644
|
}
|
|
645
645
|
/**
|
|
646
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
647
|
-
* @return The
|
|
646
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
647
|
+
* @return The citrixPool.
|
|
648
648
|
*/
|
|
649
649
|
@java.lang.Override
|
|
650
|
-
public com.lansweeper.dp.outbound.v1.CitrixPool
|
|
651
|
-
if (
|
|
650
|
+
public com.lansweeper.dp.outbound.v1.CitrixPool getCitrixPool() {
|
|
651
|
+
if (citrixPoolBuilder_ == null) {
|
|
652
652
|
if (citrixDataCase_ == 1) {
|
|
653
653
|
return (com.lansweeper.dp.outbound.v1.CitrixPool) citrixData_;
|
|
654
654
|
}
|
|
655
655
|
return com.lansweeper.dp.outbound.v1.CitrixPool.getDefaultInstance();
|
|
656
656
|
} else {
|
|
657
657
|
if (citrixDataCase_ == 1) {
|
|
658
|
-
return
|
|
658
|
+
return citrixPoolBuilder_.getMessage();
|
|
659
659
|
}
|
|
660
660
|
return com.lansweeper.dp.outbound.v1.CitrixPool.getDefaultInstance();
|
|
661
661
|
}
|
|
662
662
|
}
|
|
663
663
|
/**
|
|
664
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
664
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
665
665
|
*/
|
|
666
|
-
public Builder
|
|
667
|
-
if (
|
|
666
|
+
public Builder setCitrixPool(com.lansweeper.dp.outbound.v1.CitrixPool value) {
|
|
667
|
+
if (citrixPoolBuilder_ == null) {
|
|
668
668
|
if (value == null) {
|
|
669
669
|
throw new NullPointerException();
|
|
670
670
|
}
|
|
671
671
|
citrixData_ = value;
|
|
672
672
|
onChanged();
|
|
673
673
|
} else {
|
|
674
|
-
|
|
674
|
+
citrixPoolBuilder_.setMessage(value);
|
|
675
675
|
}
|
|
676
676
|
citrixDataCase_ = 1;
|
|
677
677
|
return this;
|
|
678
678
|
}
|
|
679
679
|
/**
|
|
680
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
680
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
681
681
|
*/
|
|
682
|
-
public Builder
|
|
682
|
+
public Builder setCitrixPool(
|
|
683
683
|
com.lansweeper.dp.outbound.v1.CitrixPool.Builder builderForValue) {
|
|
684
|
-
if (
|
|
684
|
+
if (citrixPoolBuilder_ == null) {
|
|
685
685
|
citrixData_ = builderForValue.build();
|
|
686
686
|
onChanged();
|
|
687
687
|
} else {
|
|
688
|
-
|
|
688
|
+
citrixPoolBuilder_.setMessage(builderForValue.build());
|
|
689
689
|
}
|
|
690
690
|
citrixDataCase_ = 1;
|
|
691
691
|
return this;
|
|
692
692
|
}
|
|
693
693
|
/**
|
|
694
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
694
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
695
695
|
*/
|
|
696
|
-
public Builder
|
|
697
|
-
if (
|
|
696
|
+
public Builder mergeCitrixPool(com.lansweeper.dp.outbound.v1.CitrixPool value) {
|
|
697
|
+
if (citrixPoolBuilder_ == null) {
|
|
698
698
|
if (citrixDataCase_ == 1 &&
|
|
699
699
|
citrixData_ != com.lansweeper.dp.outbound.v1.CitrixPool.getDefaultInstance()) {
|
|
700
700
|
citrixData_ = com.lansweeper.dp.outbound.v1.CitrixPool.newBuilder((com.lansweeper.dp.outbound.v1.CitrixPool) citrixData_)
|
|
@@ -705,19 +705,19 @@ private static final long serialVersionUID = 0L;
|
|
|
705
705
|
onChanged();
|
|
706
706
|
} else {
|
|
707
707
|
if (citrixDataCase_ == 1) {
|
|
708
|
-
|
|
708
|
+
citrixPoolBuilder_.mergeFrom(value);
|
|
709
709
|
} else {
|
|
710
|
-
|
|
710
|
+
citrixPoolBuilder_.setMessage(value);
|
|
711
711
|
}
|
|
712
712
|
}
|
|
713
713
|
citrixDataCase_ = 1;
|
|
714
714
|
return this;
|
|
715
715
|
}
|
|
716
716
|
/**
|
|
717
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
717
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
718
718
|
*/
|
|
719
|
-
public Builder
|
|
720
|
-
if (
|
|
719
|
+
public Builder clearCitrixPool() {
|
|
720
|
+
if (citrixPoolBuilder_ == null) {
|
|
721
721
|
if (citrixDataCase_ == 1) {
|
|
722
722
|
citrixDataCase_ = 0;
|
|
723
723
|
citrixData_ = null;
|
|
@@ -728,23 +728,23 @@ private static final long serialVersionUID = 0L;
|
|
|
728
728
|
citrixDataCase_ = 0;
|
|
729
729
|
citrixData_ = null;
|
|
730
730
|
}
|
|
731
|
-
|
|
731
|
+
citrixPoolBuilder_.clear();
|
|
732
732
|
}
|
|
733
733
|
return this;
|
|
734
734
|
}
|
|
735
735
|
/**
|
|
736
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
736
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
737
737
|
*/
|
|
738
|
-
public com.lansweeper.dp.outbound.v1.CitrixPool.Builder
|
|
739
|
-
return
|
|
738
|
+
public com.lansweeper.dp.outbound.v1.CitrixPool.Builder getCitrixPoolBuilder() {
|
|
739
|
+
return getCitrixPoolFieldBuilder().getBuilder();
|
|
740
740
|
}
|
|
741
741
|
/**
|
|
742
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
742
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
743
743
|
*/
|
|
744
744
|
@java.lang.Override
|
|
745
|
-
public com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder
|
|
746
|
-
if ((citrixDataCase_ == 1) && (
|
|
747
|
-
return
|
|
745
|
+
public com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder getCitrixPoolOrBuilder() {
|
|
746
|
+
if ((citrixDataCase_ == 1) && (citrixPoolBuilder_ != null)) {
|
|
747
|
+
return citrixPoolBuilder_.getMessageOrBuilder();
|
|
748
748
|
} else {
|
|
749
749
|
if (citrixDataCase_ == 1) {
|
|
750
750
|
return (com.lansweeper.dp.outbound.v1.CitrixPool) citrixData_;
|
|
@@ -753,16 +753,16 @@ private static final long serialVersionUID = 0L;
|
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
755
|
/**
|
|
756
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool
|
|
756
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
|
|
757
757
|
*/
|
|
758
758
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
759
759
|
com.lansweeper.dp.outbound.v1.CitrixPool, com.lansweeper.dp.outbound.v1.CitrixPool.Builder, com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder>
|
|
760
|
-
|
|
761
|
-
if (
|
|
760
|
+
getCitrixPoolFieldBuilder() {
|
|
761
|
+
if (citrixPoolBuilder_ == null) {
|
|
762
762
|
if (!(citrixDataCase_ == 1)) {
|
|
763
763
|
citrixData_ = com.lansweeper.dp.outbound.v1.CitrixPool.getDefaultInstance();
|
|
764
764
|
}
|
|
765
|
-
|
|
765
|
+
citrixPoolBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
766
766
|
com.lansweeper.dp.outbound.v1.CitrixPool, com.lansweeper.dp.outbound.v1.CitrixPool.Builder, com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder>(
|
|
767
767
|
(com.lansweeper.dp.outbound.v1.CitrixPool) citrixData_,
|
|
768
768
|
getParentForChildren(),
|
|
@@ -771,72 +771,72 @@ private static final long serialVersionUID = 0L;
|
|
|
771
771
|
}
|
|
772
772
|
citrixDataCase_ = 1;
|
|
773
773
|
onChanged();
|
|
774
|
-
return
|
|
774
|
+
return citrixPoolBuilder_;
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
778
|
-
com.lansweeper.dp.outbound.v1.CitrixHost, com.lansweeper.dp.outbound.v1.CitrixHost.Builder, com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder>
|
|
778
|
+
com.lansweeper.dp.outbound.v1.CitrixHost, com.lansweeper.dp.outbound.v1.CitrixHost.Builder, com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder> citrixHostBuilder_;
|
|
779
779
|
/**
|
|
780
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
781
|
-
* @return Whether the
|
|
780
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
781
|
+
* @return Whether the citrixHost field is set.
|
|
782
782
|
*/
|
|
783
783
|
@java.lang.Override
|
|
784
|
-
public boolean
|
|
784
|
+
public boolean hasCitrixHost() {
|
|
785
785
|
return citrixDataCase_ == 2;
|
|
786
786
|
}
|
|
787
787
|
/**
|
|
788
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
789
|
-
* @return The
|
|
788
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
789
|
+
* @return The citrixHost.
|
|
790
790
|
*/
|
|
791
791
|
@java.lang.Override
|
|
792
|
-
public com.lansweeper.dp.outbound.v1.CitrixHost
|
|
793
|
-
if (
|
|
792
|
+
public com.lansweeper.dp.outbound.v1.CitrixHost getCitrixHost() {
|
|
793
|
+
if (citrixHostBuilder_ == null) {
|
|
794
794
|
if (citrixDataCase_ == 2) {
|
|
795
795
|
return (com.lansweeper.dp.outbound.v1.CitrixHost) citrixData_;
|
|
796
796
|
}
|
|
797
797
|
return com.lansweeper.dp.outbound.v1.CitrixHost.getDefaultInstance();
|
|
798
798
|
} else {
|
|
799
799
|
if (citrixDataCase_ == 2) {
|
|
800
|
-
return
|
|
800
|
+
return citrixHostBuilder_.getMessage();
|
|
801
801
|
}
|
|
802
802
|
return com.lansweeper.dp.outbound.v1.CitrixHost.getDefaultInstance();
|
|
803
803
|
}
|
|
804
804
|
}
|
|
805
805
|
/**
|
|
806
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
806
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
807
807
|
*/
|
|
808
|
-
public Builder
|
|
809
|
-
if (
|
|
808
|
+
public Builder setCitrixHost(com.lansweeper.dp.outbound.v1.CitrixHost value) {
|
|
809
|
+
if (citrixHostBuilder_ == null) {
|
|
810
810
|
if (value == null) {
|
|
811
811
|
throw new NullPointerException();
|
|
812
812
|
}
|
|
813
813
|
citrixData_ = value;
|
|
814
814
|
onChanged();
|
|
815
815
|
} else {
|
|
816
|
-
|
|
816
|
+
citrixHostBuilder_.setMessage(value);
|
|
817
817
|
}
|
|
818
818
|
citrixDataCase_ = 2;
|
|
819
819
|
return this;
|
|
820
820
|
}
|
|
821
821
|
/**
|
|
822
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
822
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
823
823
|
*/
|
|
824
|
-
public Builder
|
|
824
|
+
public Builder setCitrixHost(
|
|
825
825
|
com.lansweeper.dp.outbound.v1.CitrixHost.Builder builderForValue) {
|
|
826
|
-
if (
|
|
826
|
+
if (citrixHostBuilder_ == null) {
|
|
827
827
|
citrixData_ = builderForValue.build();
|
|
828
828
|
onChanged();
|
|
829
829
|
} else {
|
|
830
|
-
|
|
830
|
+
citrixHostBuilder_.setMessage(builderForValue.build());
|
|
831
831
|
}
|
|
832
832
|
citrixDataCase_ = 2;
|
|
833
833
|
return this;
|
|
834
834
|
}
|
|
835
835
|
/**
|
|
836
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
836
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
837
837
|
*/
|
|
838
|
-
public Builder
|
|
839
|
-
if (
|
|
838
|
+
public Builder mergeCitrixHost(com.lansweeper.dp.outbound.v1.CitrixHost value) {
|
|
839
|
+
if (citrixHostBuilder_ == null) {
|
|
840
840
|
if (citrixDataCase_ == 2 &&
|
|
841
841
|
citrixData_ != com.lansweeper.dp.outbound.v1.CitrixHost.getDefaultInstance()) {
|
|
842
842
|
citrixData_ = com.lansweeper.dp.outbound.v1.CitrixHost.newBuilder((com.lansweeper.dp.outbound.v1.CitrixHost) citrixData_)
|
|
@@ -847,19 +847,19 @@ private static final long serialVersionUID = 0L;
|
|
|
847
847
|
onChanged();
|
|
848
848
|
} else {
|
|
849
849
|
if (citrixDataCase_ == 2) {
|
|
850
|
-
|
|
850
|
+
citrixHostBuilder_.mergeFrom(value);
|
|
851
851
|
} else {
|
|
852
|
-
|
|
852
|
+
citrixHostBuilder_.setMessage(value);
|
|
853
853
|
}
|
|
854
854
|
}
|
|
855
855
|
citrixDataCase_ = 2;
|
|
856
856
|
return this;
|
|
857
857
|
}
|
|
858
858
|
/**
|
|
859
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
859
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
860
860
|
*/
|
|
861
|
-
public Builder
|
|
862
|
-
if (
|
|
861
|
+
public Builder clearCitrixHost() {
|
|
862
|
+
if (citrixHostBuilder_ == null) {
|
|
863
863
|
if (citrixDataCase_ == 2) {
|
|
864
864
|
citrixDataCase_ = 0;
|
|
865
865
|
citrixData_ = null;
|
|
@@ -870,23 +870,23 @@ private static final long serialVersionUID = 0L;
|
|
|
870
870
|
citrixDataCase_ = 0;
|
|
871
871
|
citrixData_ = null;
|
|
872
872
|
}
|
|
873
|
-
|
|
873
|
+
citrixHostBuilder_.clear();
|
|
874
874
|
}
|
|
875
875
|
return this;
|
|
876
876
|
}
|
|
877
877
|
/**
|
|
878
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
878
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
879
879
|
*/
|
|
880
|
-
public com.lansweeper.dp.outbound.v1.CitrixHost.Builder
|
|
881
|
-
return
|
|
880
|
+
public com.lansweeper.dp.outbound.v1.CitrixHost.Builder getCitrixHostBuilder() {
|
|
881
|
+
return getCitrixHostFieldBuilder().getBuilder();
|
|
882
882
|
}
|
|
883
883
|
/**
|
|
884
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
884
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
885
885
|
*/
|
|
886
886
|
@java.lang.Override
|
|
887
|
-
public com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder
|
|
888
|
-
if ((citrixDataCase_ == 2) && (
|
|
889
|
-
return
|
|
887
|
+
public com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder getCitrixHostOrBuilder() {
|
|
888
|
+
if ((citrixDataCase_ == 2) && (citrixHostBuilder_ != null)) {
|
|
889
|
+
return citrixHostBuilder_.getMessageOrBuilder();
|
|
890
890
|
} else {
|
|
891
891
|
if (citrixDataCase_ == 2) {
|
|
892
892
|
return (com.lansweeper.dp.outbound.v1.CitrixHost) citrixData_;
|
|
@@ -895,16 +895,16 @@ private static final long serialVersionUID = 0L;
|
|
|
895
895
|
}
|
|
896
896
|
}
|
|
897
897
|
/**
|
|
898
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost
|
|
898
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
|
|
899
899
|
*/
|
|
900
900
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
901
901
|
com.lansweeper.dp.outbound.v1.CitrixHost, com.lansweeper.dp.outbound.v1.CitrixHost.Builder, com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder>
|
|
902
|
-
|
|
903
|
-
if (
|
|
902
|
+
getCitrixHostFieldBuilder() {
|
|
903
|
+
if (citrixHostBuilder_ == null) {
|
|
904
904
|
if (!(citrixDataCase_ == 2)) {
|
|
905
905
|
citrixData_ = com.lansweeper.dp.outbound.v1.CitrixHost.getDefaultInstance();
|
|
906
906
|
}
|
|
907
|
-
|
|
907
|
+
citrixHostBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
908
908
|
com.lansweeper.dp.outbound.v1.CitrixHost, com.lansweeper.dp.outbound.v1.CitrixHost.Builder, com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder>(
|
|
909
909
|
(com.lansweeper.dp.outbound.v1.CitrixHost) citrixData_,
|
|
910
910
|
getParentForChildren(),
|
|
@@ -913,72 +913,72 @@ private static final long serialVersionUID = 0L;
|
|
|
913
913
|
}
|
|
914
914
|
citrixDataCase_ = 2;
|
|
915
915
|
onChanged();
|
|
916
|
-
return
|
|
916
|
+
return citrixHostBuilder_;
|
|
917
917
|
}
|
|
918
918
|
|
|
919
919
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
920
|
-
com.lansweeper.dp.outbound.v1.CitrixGuest, com.lansweeper.dp.outbound.v1.CitrixGuest.Builder, com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder>
|
|
920
|
+
com.lansweeper.dp.outbound.v1.CitrixGuest, com.lansweeper.dp.outbound.v1.CitrixGuest.Builder, com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder> citrixGuestBuilder_;
|
|
921
921
|
/**
|
|
922
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
923
|
-
* @return Whether the
|
|
922
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
923
|
+
* @return Whether the citrixGuest field is set.
|
|
924
924
|
*/
|
|
925
925
|
@java.lang.Override
|
|
926
|
-
public boolean
|
|
926
|
+
public boolean hasCitrixGuest() {
|
|
927
927
|
return citrixDataCase_ == 3;
|
|
928
928
|
}
|
|
929
929
|
/**
|
|
930
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
931
|
-
* @return The
|
|
930
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
931
|
+
* @return The citrixGuest.
|
|
932
932
|
*/
|
|
933
933
|
@java.lang.Override
|
|
934
|
-
public com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
935
|
-
if (
|
|
934
|
+
public com.lansweeper.dp.outbound.v1.CitrixGuest getCitrixGuest() {
|
|
935
|
+
if (citrixGuestBuilder_ == null) {
|
|
936
936
|
if (citrixDataCase_ == 3) {
|
|
937
937
|
return (com.lansweeper.dp.outbound.v1.CitrixGuest) citrixData_;
|
|
938
938
|
}
|
|
939
939
|
return com.lansweeper.dp.outbound.v1.CitrixGuest.getDefaultInstance();
|
|
940
940
|
} else {
|
|
941
941
|
if (citrixDataCase_ == 3) {
|
|
942
|
-
return
|
|
942
|
+
return citrixGuestBuilder_.getMessage();
|
|
943
943
|
}
|
|
944
944
|
return com.lansweeper.dp.outbound.v1.CitrixGuest.getDefaultInstance();
|
|
945
945
|
}
|
|
946
946
|
}
|
|
947
947
|
/**
|
|
948
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
948
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
949
949
|
*/
|
|
950
|
-
public Builder
|
|
951
|
-
if (
|
|
950
|
+
public Builder setCitrixGuest(com.lansweeper.dp.outbound.v1.CitrixGuest value) {
|
|
951
|
+
if (citrixGuestBuilder_ == null) {
|
|
952
952
|
if (value == null) {
|
|
953
953
|
throw new NullPointerException();
|
|
954
954
|
}
|
|
955
955
|
citrixData_ = value;
|
|
956
956
|
onChanged();
|
|
957
957
|
} else {
|
|
958
|
-
|
|
958
|
+
citrixGuestBuilder_.setMessage(value);
|
|
959
959
|
}
|
|
960
960
|
citrixDataCase_ = 3;
|
|
961
961
|
return this;
|
|
962
962
|
}
|
|
963
963
|
/**
|
|
964
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
964
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
965
965
|
*/
|
|
966
|
-
public Builder
|
|
966
|
+
public Builder setCitrixGuest(
|
|
967
967
|
com.lansweeper.dp.outbound.v1.CitrixGuest.Builder builderForValue) {
|
|
968
|
-
if (
|
|
968
|
+
if (citrixGuestBuilder_ == null) {
|
|
969
969
|
citrixData_ = builderForValue.build();
|
|
970
970
|
onChanged();
|
|
971
971
|
} else {
|
|
972
|
-
|
|
972
|
+
citrixGuestBuilder_.setMessage(builderForValue.build());
|
|
973
973
|
}
|
|
974
974
|
citrixDataCase_ = 3;
|
|
975
975
|
return this;
|
|
976
976
|
}
|
|
977
977
|
/**
|
|
978
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
978
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
979
979
|
*/
|
|
980
|
-
public Builder
|
|
981
|
-
if (
|
|
980
|
+
public Builder mergeCitrixGuest(com.lansweeper.dp.outbound.v1.CitrixGuest value) {
|
|
981
|
+
if (citrixGuestBuilder_ == null) {
|
|
982
982
|
if (citrixDataCase_ == 3 &&
|
|
983
983
|
citrixData_ != com.lansweeper.dp.outbound.v1.CitrixGuest.getDefaultInstance()) {
|
|
984
984
|
citrixData_ = com.lansweeper.dp.outbound.v1.CitrixGuest.newBuilder((com.lansweeper.dp.outbound.v1.CitrixGuest) citrixData_)
|
|
@@ -989,19 +989,19 @@ private static final long serialVersionUID = 0L;
|
|
|
989
989
|
onChanged();
|
|
990
990
|
} else {
|
|
991
991
|
if (citrixDataCase_ == 3) {
|
|
992
|
-
|
|
992
|
+
citrixGuestBuilder_.mergeFrom(value);
|
|
993
993
|
} else {
|
|
994
|
-
|
|
994
|
+
citrixGuestBuilder_.setMessage(value);
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
997
|
citrixDataCase_ = 3;
|
|
998
998
|
return this;
|
|
999
999
|
}
|
|
1000
1000
|
/**
|
|
1001
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
1001
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
1002
1002
|
*/
|
|
1003
|
-
public Builder
|
|
1004
|
-
if (
|
|
1003
|
+
public Builder clearCitrixGuest() {
|
|
1004
|
+
if (citrixGuestBuilder_ == null) {
|
|
1005
1005
|
if (citrixDataCase_ == 3) {
|
|
1006
1006
|
citrixDataCase_ = 0;
|
|
1007
1007
|
citrixData_ = null;
|
|
@@ -1012,23 +1012,23 @@ private static final long serialVersionUID = 0L;
|
|
|
1012
1012
|
citrixDataCase_ = 0;
|
|
1013
1013
|
citrixData_ = null;
|
|
1014
1014
|
}
|
|
1015
|
-
|
|
1015
|
+
citrixGuestBuilder_.clear();
|
|
1016
1016
|
}
|
|
1017
1017
|
return this;
|
|
1018
1018
|
}
|
|
1019
1019
|
/**
|
|
1020
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
1020
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
1021
1021
|
*/
|
|
1022
|
-
public com.lansweeper.dp.outbound.v1.CitrixGuest.Builder
|
|
1023
|
-
return
|
|
1022
|
+
public com.lansweeper.dp.outbound.v1.CitrixGuest.Builder getCitrixGuestBuilder() {
|
|
1023
|
+
return getCitrixGuestFieldBuilder().getBuilder();
|
|
1024
1024
|
}
|
|
1025
1025
|
/**
|
|
1026
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
1026
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
1027
1027
|
*/
|
|
1028
1028
|
@java.lang.Override
|
|
1029
|
-
public com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder
|
|
1030
|
-
if ((citrixDataCase_ == 3) && (
|
|
1031
|
-
return
|
|
1029
|
+
public com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder getCitrixGuestOrBuilder() {
|
|
1030
|
+
if ((citrixDataCase_ == 3) && (citrixGuestBuilder_ != null)) {
|
|
1031
|
+
return citrixGuestBuilder_.getMessageOrBuilder();
|
|
1032
1032
|
} else {
|
|
1033
1033
|
if (citrixDataCase_ == 3) {
|
|
1034
1034
|
return (com.lansweeper.dp.outbound.v1.CitrixGuest) citrixData_;
|
|
@@ -1037,16 +1037,16 @@ private static final long serialVersionUID = 0L;
|
|
|
1037
1037
|
}
|
|
1038
1038
|
}
|
|
1039
1039
|
/**
|
|
1040
|
-
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest
|
|
1040
|
+
* <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
|
|
1041
1041
|
*/
|
|
1042
1042
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
1043
1043
|
com.lansweeper.dp.outbound.v1.CitrixGuest, com.lansweeper.dp.outbound.v1.CitrixGuest.Builder, com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder>
|
|
1044
|
-
|
|
1045
|
-
if (
|
|
1044
|
+
getCitrixGuestFieldBuilder() {
|
|
1045
|
+
if (citrixGuestBuilder_ == null) {
|
|
1046
1046
|
if (!(citrixDataCase_ == 3)) {
|
|
1047
1047
|
citrixData_ = com.lansweeper.dp.outbound.v1.CitrixGuest.getDefaultInstance();
|
|
1048
1048
|
}
|
|
1049
|
-
|
|
1049
|
+
citrixGuestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
1050
1050
|
com.lansweeper.dp.outbound.v1.CitrixGuest, com.lansweeper.dp.outbound.v1.CitrixGuest.Builder, com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder>(
|
|
1051
1051
|
(com.lansweeper.dp.outbound.v1.CitrixGuest) citrixData_,
|
|
1052
1052
|
getParentForChildren(),
|
|
@@ -1055,7 +1055,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1055
1055
|
}
|
|
1056
1056
|
citrixDataCase_ = 3;
|
|
1057
1057
|
onChanged();
|
|
1058
|
-
return
|
|
1058
|
+
return citrixGuestBuilder_;
|
|
1059
1059
|
}
|
|
1060
1060
|
@java.lang.Override
|
|
1061
1061
|
public final Builder setUnknownFields(
|