@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.
Files changed (28) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +18 -18
  4. package/gen-proto/outbound_pb.js +30 -30
  5. package/generated-go/outbound.pb.go +1577 -1575
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +3 -3
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$2.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$CitrixDataCase.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/CitrixOrBuilder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  15. package/model/target/classes/outbound.proto +3 -3
  16. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Citrix.java +180 -180
  17. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CitrixOrBuilder.java +24 -24
  18. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +512 -512
  19. package/model/target/maven-archiver/pom.properties +2 -2
  20. package/model/target/{outbound-model-0.4.1-sources.jar → outbound-model-0.4.2-sources.jar} +0 -0
  21. package/model/target/{outbound-model-0.4.1.jar → outbound-model-0.4.2.jar} +0 -0
  22. package/package.json +2 -2
  23. package/pom.xml +1 -1
  24. package/proto/outbound.proto +3 -3
  25. package/service/pom.xml +1 -1
  26. package/service/target/maven-archiver/pom.properties +2 -2
  27. package/service/target/{outbound-service-0.4.1-sources.jar → outbound-service-0.4.2-sources.jar} +0 -0
  28. package/service/target/{outbound-service-0.4.1.jar → outbound-service-0.4.2.jar} +0 -0
@@ -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
- VCENTER(1),
58
- HOST(2),
59
- GUEST_VM(3),
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 VCENTER;
78
- case 2: return HOST;
79
- case 3: return GUEST_VM;
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 VCENTER_FIELD_NUMBER = 1;
95
+ public static final int CITRIX_POOL_FIELD_NUMBER = 1;
96
96
  /**
97
- * <code>.com.lansweeper.dp.outbound.v1.CitrixPool vcenter = 1;</code>
98
- * @return Whether the vcenter field is set.
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 hasVcenter() {
101
+ public boolean hasCitrixPool() {
102
102
  return citrixDataCase_ == 1;
103
103
  }
104
104
  /**
105
- * <code>.com.lansweeper.dp.outbound.v1.CitrixPool vcenter = 1;</code>
106
- * @return The vcenter.
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 getVcenter() {
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 vcenter = 1;</code>
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 getVcenterOrBuilder() {
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 HOST_FIELD_NUMBER = 2;
126
+ public static final int CITRIX_HOST_FIELD_NUMBER = 2;
127
127
  /**
128
- * <code>.com.lansweeper.dp.outbound.v1.CitrixHost host = 2;</code>
129
- * @return Whether the host field is set.
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 hasHost() {
132
+ public boolean hasCitrixHost() {
133
133
  return citrixDataCase_ == 2;
134
134
  }
135
135
  /**
136
- * <code>.com.lansweeper.dp.outbound.v1.CitrixHost host = 2;</code>
137
- * @return The host.
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 getHost() {
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 host = 2;</code>
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 getHostOrBuilder() {
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 GUEST_VM_FIELD_NUMBER = 3;
157
+ public static final int CITRIX_GUEST_FIELD_NUMBER = 3;
158
158
  /**
159
- * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest guest_vm = 3;</code>
160
- * @return Whether the guestVm field is set.
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 hasGuestVm() {
163
+ public boolean hasCitrixGuest() {
164
164
  return citrixDataCase_ == 3;
165
165
  }
166
166
  /**
167
- * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest guest_vm = 3;</code>
168
- * @return The guestVm.
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 getGuestVm() {
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 guest_vm = 3;</code>
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 getGuestVmOrBuilder() {
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 (!getVcenter()
251
- .equals(other.getVcenter())) return false;
250
+ if (!getCitrixPool()
251
+ .equals(other.getCitrixPool())) return false;
252
252
  break;
253
253
  case 2:
254
- if (!getHost()
255
- .equals(other.getHost())) return false;
254
+ if (!getCitrixHost()
255
+ .equals(other.getCitrixHost())) return false;
256
256
  break;
257
257
  case 3:
258
- if (!getGuestVm()
259
- .equals(other.getGuestVm())) return false;
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) + VCENTER_FIELD_NUMBER;
278
- hash = (53 * hash) + getVcenter().hashCode();
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) + HOST_FIELD_NUMBER;
282
- hash = (53 * hash) + getHost().hashCode();
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) + GUEST_VM_FIELD_NUMBER;
286
- hash = (53 * hash) + getGuestVm().hashCode();
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 (vcenterBuilder_ != null) {
432
- vcenterBuilder_.clear();
431
+ if (citrixPoolBuilder_ != null) {
432
+ citrixPoolBuilder_.clear();
433
433
  }
434
- if (hostBuilder_ != null) {
435
- hostBuilder_.clear();
434
+ if (citrixHostBuilder_ != null) {
435
+ citrixHostBuilder_.clear();
436
436
  }
437
- if (guestVmBuilder_ != null) {
438
- guestVmBuilder_.clear();
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
- vcenterBuilder_ != null) {
483
- result.citrixData_ = vcenterBuilder_.build();
482
+ citrixPoolBuilder_ != null) {
483
+ result.citrixData_ = citrixPoolBuilder_.build();
484
484
  }
485
485
  if (citrixDataCase_ == 2 &&
486
- hostBuilder_ != null) {
487
- result.citrixData_ = hostBuilder_.build();
486
+ citrixHostBuilder_ != null) {
487
+ result.citrixData_ = citrixHostBuilder_.build();
488
488
  }
489
489
  if (citrixDataCase_ == 3 &&
490
- guestVmBuilder_ != null) {
491
- result.citrixData_ = guestVmBuilder_.build();
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 VCENTER: {
541
- mergeVcenter(other.getVcenter());
540
+ case CITRIX_POOL: {
541
+ mergeCitrixPool(other.getCitrixPool());
542
542
  break;
543
543
  }
544
- case HOST: {
545
- mergeHost(other.getHost());
544
+ case CITRIX_HOST: {
545
+ mergeCitrixHost(other.getCitrixHost());
546
546
  break;
547
547
  }
548
- case GUEST_VM: {
549
- mergeGuestVm(other.getGuestVm());
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
- getVcenterFieldBuilder().getBuilder(),
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
- getHostFieldBuilder().getBuilder(),
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
- getGuestVmFieldBuilder().getBuilder(),
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> vcenterBuilder_;
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 vcenter = 1;</code>
639
- * @return Whether the vcenter field is set.
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 hasVcenter() {
642
+ public boolean hasCitrixPool() {
643
643
  return citrixDataCase_ == 1;
644
644
  }
645
645
  /**
646
- * <code>.com.lansweeper.dp.outbound.v1.CitrixPool vcenter = 1;</code>
647
- * @return The vcenter.
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 getVcenter() {
651
- if (vcenterBuilder_ == null) {
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 vcenterBuilder_.getMessage();
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 vcenter = 1;</code>
664
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
665
665
  */
666
- public Builder setVcenter(com.lansweeper.dp.outbound.v1.CitrixPool value) {
667
- if (vcenterBuilder_ == null) {
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
- vcenterBuilder_.setMessage(value);
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 vcenter = 1;</code>
680
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
681
681
  */
682
- public Builder setVcenter(
682
+ public Builder setCitrixPool(
683
683
  com.lansweeper.dp.outbound.v1.CitrixPool.Builder builderForValue) {
684
- if (vcenterBuilder_ == null) {
684
+ if (citrixPoolBuilder_ == null) {
685
685
  citrixData_ = builderForValue.build();
686
686
  onChanged();
687
687
  } else {
688
- vcenterBuilder_.setMessage(builderForValue.build());
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 vcenter = 1;</code>
694
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
695
695
  */
696
- public Builder mergeVcenter(com.lansweeper.dp.outbound.v1.CitrixPool value) {
697
- if (vcenterBuilder_ == null) {
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
- vcenterBuilder_.mergeFrom(value);
708
+ citrixPoolBuilder_.mergeFrom(value);
709
709
  } else {
710
- vcenterBuilder_.setMessage(value);
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 vcenter = 1;</code>
717
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
718
718
  */
719
- public Builder clearVcenter() {
720
- if (vcenterBuilder_ == null) {
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
- vcenterBuilder_.clear();
731
+ citrixPoolBuilder_.clear();
732
732
  }
733
733
  return this;
734
734
  }
735
735
  /**
736
- * <code>.com.lansweeper.dp.outbound.v1.CitrixPool vcenter = 1;</code>
736
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
737
737
  */
738
- public com.lansweeper.dp.outbound.v1.CitrixPool.Builder getVcenterBuilder() {
739
- return getVcenterFieldBuilder().getBuilder();
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 vcenter = 1;</code>
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 getVcenterOrBuilder() {
746
- if ((citrixDataCase_ == 1) && (vcenterBuilder_ != null)) {
747
- return vcenterBuilder_.getMessageOrBuilder();
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 vcenter = 1;</code>
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
- getVcenterFieldBuilder() {
761
- if (vcenterBuilder_ == null) {
760
+ getCitrixPoolFieldBuilder() {
761
+ if (citrixPoolBuilder_ == null) {
762
762
  if (!(citrixDataCase_ == 1)) {
763
763
  citrixData_ = com.lansweeper.dp.outbound.v1.CitrixPool.getDefaultInstance();
764
764
  }
765
- vcenterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
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 vcenterBuilder_;
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> hostBuilder_;
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 host = 2;</code>
781
- * @return Whether the host field is set.
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 hasHost() {
784
+ public boolean hasCitrixHost() {
785
785
  return citrixDataCase_ == 2;
786
786
  }
787
787
  /**
788
- * <code>.com.lansweeper.dp.outbound.v1.CitrixHost host = 2;</code>
789
- * @return The host.
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 getHost() {
793
- if (hostBuilder_ == null) {
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 hostBuilder_.getMessage();
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 host = 2;</code>
806
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
807
807
  */
808
- public Builder setHost(com.lansweeper.dp.outbound.v1.CitrixHost value) {
809
- if (hostBuilder_ == null) {
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
- hostBuilder_.setMessage(value);
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 host = 2;</code>
822
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
823
823
  */
824
- public Builder setHost(
824
+ public Builder setCitrixHost(
825
825
  com.lansweeper.dp.outbound.v1.CitrixHost.Builder builderForValue) {
826
- if (hostBuilder_ == null) {
826
+ if (citrixHostBuilder_ == null) {
827
827
  citrixData_ = builderForValue.build();
828
828
  onChanged();
829
829
  } else {
830
- hostBuilder_.setMessage(builderForValue.build());
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 host = 2;</code>
836
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
837
837
  */
838
- public Builder mergeHost(com.lansweeper.dp.outbound.v1.CitrixHost value) {
839
- if (hostBuilder_ == null) {
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
- hostBuilder_.mergeFrom(value);
850
+ citrixHostBuilder_.mergeFrom(value);
851
851
  } else {
852
- hostBuilder_.setMessage(value);
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 host = 2;</code>
859
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
860
860
  */
861
- public Builder clearHost() {
862
- if (hostBuilder_ == null) {
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
- hostBuilder_.clear();
873
+ citrixHostBuilder_.clear();
874
874
  }
875
875
  return this;
876
876
  }
877
877
  /**
878
- * <code>.com.lansweeper.dp.outbound.v1.CitrixHost host = 2;</code>
878
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
879
879
  */
880
- public com.lansweeper.dp.outbound.v1.CitrixHost.Builder getHostBuilder() {
881
- return getHostFieldBuilder().getBuilder();
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 host = 2;</code>
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 getHostOrBuilder() {
888
- if ((citrixDataCase_ == 2) && (hostBuilder_ != null)) {
889
- return hostBuilder_.getMessageOrBuilder();
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 host = 2;</code>
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
- getHostFieldBuilder() {
903
- if (hostBuilder_ == null) {
902
+ getCitrixHostFieldBuilder() {
903
+ if (citrixHostBuilder_ == null) {
904
904
  if (!(citrixDataCase_ == 2)) {
905
905
  citrixData_ = com.lansweeper.dp.outbound.v1.CitrixHost.getDefaultInstance();
906
906
  }
907
- hostBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
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 hostBuilder_;
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> guestVmBuilder_;
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 guest_vm = 3;</code>
923
- * @return Whether the guestVm field is set.
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 hasGuestVm() {
926
+ public boolean hasCitrixGuest() {
927
927
  return citrixDataCase_ == 3;
928
928
  }
929
929
  /**
930
- * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest guest_vm = 3;</code>
931
- * @return The guestVm.
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 getGuestVm() {
935
- if (guestVmBuilder_ == null) {
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 guestVmBuilder_.getMessage();
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 guest_vm = 3;</code>
948
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
949
949
  */
950
- public Builder setGuestVm(com.lansweeper.dp.outbound.v1.CitrixGuest value) {
951
- if (guestVmBuilder_ == null) {
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
- guestVmBuilder_.setMessage(value);
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 guest_vm = 3;</code>
964
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
965
965
  */
966
- public Builder setGuestVm(
966
+ public Builder setCitrixGuest(
967
967
  com.lansweeper.dp.outbound.v1.CitrixGuest.Builder builderForValue) {
968
- if (guestVmBuilder_ == null) {
968
+ if (citrixGuestBuilder_ == null) {
969
969
  citrixData_ = builderForValue.build();
970
970
  onChanged();
971
971
  } else {
972
- guestVmBuilder_.setMessage(builderForValue.build());
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 guest_vm = 3;</code>
978
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
979
979
  */
980
- public Builder mergeGuestVm(com.lansweeper.dp.outbound.v1.CitrixGuest value) {
981
- if (guestVmBuilder_ == null) {
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
- guestVmBuilder_.mergeFrom(value);
992
+ citrixGuestBuilder_.mergeFrom(value);
993
993
  } else {
994
- guestVmBuilder_.setMessage(value);
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 guest_vm = 3;</code>
1001
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
1002
1002
  */
1003
- public Builder clearGuestVm() {
1004
- if (guestVmBuilder_ == null) {
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
- guestVmBuilder_.clear();
1015
+ citrixGuestBuilder_.clear();
1016
1016
  }
1017
1017
  return this;
1018
1018
  }
1019
1019
  /**
1020
- * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest guest_vm = 3;</code>
1020
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
1021
1021
  */
1022
- public com.lansweeper.dp.outbound.v1.CitrixGuest.Builder getGuestVmBuilder() {
1023
- return getGuestVmFieldBuilder().getBuilder();
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 guest_vm = 3;</code>
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 getGuestVmOrBuilder() {
1030
- if ((citrixDataCase_ == 3) && (guestVmBuilder_ != null)) {
1031
- return guestVmBuilder_.getMessageOrBuilder();
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 guest_vm = 3;</code>
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
- getGuestVmFieldBuilder() {
1045
- if (guestVmBuilder_ == null) {
1044
+ getCitrixGuestFieldBuilder() {
1045
+ if (citrixGuestBuilder_ == null) {
1046
1046
  if (!(citrixDataCase_ == 3)) {
1047
1047
  citrixData_ = com.lansweeper.dp.outbound.v1.CitrixGuest.getDefaultInstance();
1048
1048
  }
1049
- guestVmBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
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 guestVmBuilder_;
1058
+ return citrixGuestBuilder_;
1059
1059
  }
1060
1060
  @java.lang.Override
1061
1061
  public final Builder setUnknownFields(