@lansweeper/data-platform-outbound-grpc 0.3.12 → 0.3.13

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 (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +81 -0
  4. package/gen-proto/outbound_pb.js +673 -0
  5. package/generated-go/outbound.pb.go +9695 -9464
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +20 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperV$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperV$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperV.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVNetwork$1.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVNetwork$Builder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVNetwork.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVNetworkOrBuilder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  22. package/model/target/classes/outbound.proto +20 -0
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +252 -60
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +15 -0
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperV.java +1833 -0
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVNetwork.java +542 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVNetworkOrBuilder.java +22 -0
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVOrBuilder.java +136 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2847 -2812
  30. package/model/target/maven-archiver/pom.properties +2 -2
  31. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +9 -1
  32. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +5 -1
  33. package/model/target/{outbound-model-0.3.11-sources.jar → outbound-model-0.3.12-sources.jar} +0 -0
  34. package/model/target/{outbound-model-0.3.11.jar → outbound-model-0.3.12.jar} +0 -0
  35. package/package.json +2 -2
  36. package/pom.xml +1 -1
  37. package/proto/outbound.proto +20 -0
  38. package/service/pom.xml +1 -1
  39. package/service/target/maven-archiver/pom.properties +2 -2
  40. package/service/target/{outbound-service-0.3.11-sources.jar → outbound-service-0.3.12-sources.jar} +0 -0
  41. package/service/target/{outbound-service-0.3.11.jar → outbound-service-0.3.12.jar} +0 -0
@@ -0,0 +1,542 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: outbound.proto
3
+
4
+ // Protobuf Java Version: 3.25.1
5
+ package com.lansweeper.dp.outbound.v1;
6
+
7
+ /**
8
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.HyperVNetwork}
9
+ */
10
+ public final class HyperVNetwork extends
11
+ com.google.protobuf.GeneratedMessageV3 implements
12
+ // @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.HyperVNetwork)
13
+ HyperVNetworkOrBuilder {
14
+ private static final long serialVersionUID = 0L;
15
+ // Use HyperVNetwork.newBuilder() to construct.
16
+ private HyperVNetwork(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
17
+ super(builder);
18
+ }
19
+ private HyperVNetwork() {
20
+ macAddress_ = "";
21
+ }
22
+
23
+ @java.lang.Override
24
+ @SuppressWarnings({"unused"})
25
+ protected java.lang.Object newInstance(
26
+ UnusedPrivateParameter unused) {
27
+ return new HyperVNetwork();
28
+ }
29
+
30
+ public static final com.google.protobuf.Descriptors.Descriptor
31
+ getDescriptor() {
32
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_HyperVNetwork_descriptor;
33
+ }
34
+
35
+ @java.lang.Override
36
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
37
+ internalGetFieldAccessorTable() {
38
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_HyperVNetwork_fieldAccessorTable
39
+ .ensureFieldAccessorsInitialized(
40
+ com.lansweeper.dp.outbound.v1.HyperVNetwork.class, com.lansweeper.dp.outbound.v1.HyperVNetwork.Builder.class);
41
+ }
42
+
43
+ public static final int MAC_ADDRESS_FIELD_NUMBER = 1;
44
+ @SuppressWarnings("serial")
45
+ private volatile java.lang.Object macAddress_ = "";
46
+ /**
47
+ * <code>string mac_address = 1;</code>
48
+ * @return The macAddress.
49
+ */
50
+ @java.lang.Override
51
+ public java.lang.String getMacAddress() {
52
+ java.lang.Object ref = macAddress_;
53
+ if (ref instanceof java.lang.String) {
54
+ return (java.lang.String) ref;
55
+ } else {
56
+ com.google.protobuf.ByteString bs =
57
+ (com.google.protobuf.ByteString) ref;
58
+ java.lang.String s = bs.toStringUtf8();
59
+ macAddress_ = s;
60
+ return s;
61
+ }
62
+ }
63
+ /**
64
+ * <code>string mac_address = 1;</code>
65
+ * @return The bytes for macAddress.
66
+ */
67
+ @java.lang.Override
68
+ public com.google.protobuf.ByteString
69
+ getMacAddressBytes() {
70
+ java.lang.Object ref = macAddress_;
71
+ if (ref instanceof java.lang.String) {
72
+ com.google.protobuf.ByteString b =
73
+ com.google.protobuf.ByteString.copyFromUtf8(
74
+ (java.lang.String) ref);
75
+ macAddress_ = b;
76
+ return b;
77
+ } else {
78
+ return (com.google.protobuf.ByteString) ref;
79
+ }
80
+ }
81
+
82
+ private byte memoizedIsInitialized = -1;
83
+ @java.lang.Override
84
+ public final boolean isInitialized() {
85
+ byte isInitialized = memoizedIsInitialized;
86
+ if (isInitialized == 1) return true;
87
+ if (isInitialized == 0) return false;
88
+
89
+ memoizedIsInitialized = 1;
90
+ return true;
91
+ }
92
+
93
+ @java.lang.Override
94
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
95
+ throws java.io.IOException {
96
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(macAddress_)) {
97
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, macAddress_);
98
+ }
99
+ getUnknownFields().writeTo(output);
100
+ }
101
+
102
+ @java.lang.Override
103
+ public int getSerializedSize() {
104
+ int size = memoizedSize;
105
+ if (size != -1) return size;
106
+
107
+ size = 0;
108
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(macAddress_)) {
109
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, macAddress_);
110
+ }
111
+ size += getUnknownFields().getSerializedSize();
112
+ memoizedSize = size;
113
+ return size;
114
+ }
115
+
116
+ @java.lang.Override
117
+ public boolean equals(final java.lang.Object obj) {
118
+ if (obj == this) {
119
+ return true;
120
+ }
121
+ if (!(obj instanceof com.lansweeper.dp.outbound.v1.HyperVNetwork)) {
122
+ return super.equals(obj);
123
+ }
124
+ com.lansweeper.dp.outbound.v1.HyperVNetwork other = (com.lansweeper.dp.outbound.v1.HyperVNetwork) obj;
125
+
126
+ if (!getMacAddress()
127
+ .equals(other.getMacAddress())) return false;
128
+ if (!getUnknownFields().equals(other.getUnknownFields())) return false;
129
+ return true;
130
+ }
131
+
132
+ @java.lang.Override
133
+ public int hashCode() {
134
+ if (memoizedHashCode != 0) {
135
+ return memoizedHashCode;
136
+ }
137
+ int hash = 41;
138
+ hash = (19 * hash) + getDescriptor().hashCode();
139
+ hash = (37 * hash) + MAC_ADDRESS_FIELD_NUMBER;
140
+ hash = (53 * hash) + getMacAddress().hashCode();
141
+ hash = (29 * hash) + getUnknownFields().hashCode();
142
+ memoizedHashCode = hash;
143
+ return hash;
144
+ }
145
+
146
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(
147
+ java.nio.ByteBuffer data)
148
+ throws com.google.protobuf.InvalidProtocolBufferException {
149
+ return PARSER.parseFrom(data);
150
+ }
151
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(
152
+ java.nio.ByteBuffer data,
153
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
154
+ throws com.google.protobuf.InvalidProtocolBufferException {
155
+ return PARSER.parseFrom(data, extensionRegistry);
156
+ }
157
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(
158
+ com.google.protobuf.ByteString data)
159
+ throws com.google.protobuf.InvalidProtocolBufferException {
160
+ return PARSER.parseFrom(data);
161
+ }
162
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(
163
+ com.google.protobuf.ByteString data,
164
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
165
+ throws com.google.protobuf.InvalidProtocolBufferException {
166
+ return PARSER.parseFrom(data, extensionRegistry);
167
+ }
168
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(byte[] data)
169
+ throws com.google.protobuf.InvalidProtocolBufferException {
170
+ return PARSER.parseFrom(data);
171
+ }
172
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(
173
+ byte[] data,
174
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
175
+ throws com.google.protobuf.InvalidProtocolBufferException {
176
+ return PARSER.parseFrom(data, extensionRegistry);
177
+ }
178
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(java.io.InputStream input)
179
+ throws java.io.IOException {
180
+ return com.google.protobuf.GeneratedMessageV3
181
+ .parseWithIOException(PARSER, input);
182
+ }
183
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(
184
+ java.io.InputStream input,
185
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
186
+ throws java.io.IOException {
187
+ return com.google.protobuf.GeneratedMessageV3
188
+ .parseWithIOException(PARSER, input, extensionRegistry);
189
+ }
190
+
191
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseDelimitedFrom(java.io.InputStream input)
192
+ throws java.io.IOException {
193
+ return com.google.protobuf.GeneratedMessageV3
194
+ .parseDelimitedWithIOException(PARSER, input);
195
+ }
196
+
197
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseDelimitedFrom(
198
+ java.io.InputStream input,
199
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
200
+ throws java.io.IOException {
201
+ return com.google.protobuf.GeneratedMessageV3
202
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
203
+ }
204
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(
205
+ com.google.protobuf.CodedInputStream input)
206
+ throws java.io.IOException {
207
+ return com.google.protobuf.GeneratedMessageV3
208
+ .parseWithIOException(PARSER, input);
209
+ }
210
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork parseFrom(
211
+ com.google.protobuf.CodedInputStream input,
212
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
213
+ throws java.io.IOException {
214
+ return com.google.protobuf.GeneratedMessageV3
215
+ .parseWithIOException(PARSER, input, extensionRegistry);
216
+ }
217
+
218
+ @java.lang.Override
219
+ public Builder newBuilderForType() { return newBuilder(); }
220
+ public static Builder newBuilder() {
221
+ return DEFAULT_INSTANCE.toBuilder();
222
+ }
223
+ public static Builder newBuilder(com.lansweeper.dp.outbound.v1.HyperVNetwork prototype) {
224
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
225
+ }
226
+ @java.lang.Override
227
+ public Builder toBuilder() {
228
+ return this == DEFAULT_INSTANCE
229
+ ? new Builder() : new Builder().mergeFrom(this);
230
+ }
231
+
232
+ @java.lang.Override
233
+ protected Builder newBuilderForType(
234
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
235
+ Builder builder = new Builder(parent);
236
+ return builder;
237
+ }
238
+ /**
239
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.HyperVNetwork}
240
+ */
241
+ public static final class Builder extends
242
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
243
+ // @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.HyperVNetwork)
244
+ com.lansweeper.dp.outbound.v1.HyperVNetworkOrBuilder {
245
+ public static final com.google.protobuf.Descriptors.Descriptor
246
+ getDescriptor() {
247
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_HyperVNetwork_descriptor;
248
+ }
249
+
250
+ @java.lang.Override
251
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
252
+ internalGetFieldAccessorTable() {
253
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_HyperVNetwork_fieldAccessorTable
254
+ .ensureFieldAccessorsInitialized(
255
+ com.lansweeper.dp.outbound.v1.HyperVNetwork.class, com.lansweeper.dp.outbound.v1.HyperVNetwork.Builder.class);
256
+ }
257
+
258
+ // Construct using com.lansweeper.dp.outbound.v1.HyperVNetwork.newBuilder()
259
+ private Builder() {
260
+
261
+ }
262
+
263
+ private Builder(
264
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
265
+ super(parent);
266
+
267
+ }
268
+ @java.lang.Override
269
+ public Builder clear() {
270
+ super.clear();
271
+ bitField0_ = 0;
272
+ macAddress_ = "";
273
+ return this;
274
+ }
275
+
276
+ @java.lang.Override
277
+ public com.google.protobuf.Descriptors.Descriptor
278
+ getDescriptorForType() {
279
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_HyperVNetwork_descriptor;
280
+ }
281
+
282
+ @java.lang.Override
283
+ public com.lansweeper.dp.outbound.v1.HyperVNetwork getDefaultInstanceForType() {
284
+ return com.lansweeper.dp.outbound.v1.HyperVNetwork.getDefaultInstance();
285
+ }
286
+
287
+ @java.lang.Override
288
+ public com.lansweeper.dp.outbound.v1.HyperVNetwork build() {
289
+ com.lansweeper.dp.outbound.v1.HyperVNetwork result = buildPartial();
290
+ if (!result.isInitialized()) {
291
+ throw newUninitializedMessageException(result);
292
+ }
293
+ return result;
294
+ }
295
+
296
+ @java.lang.Override
297
+ public com.lansweeper.dp.outbound.v1.HyperVNetwork buildPartial() {
298
+ com.lansweeper.dp.outbound.v1.HyperVNetwork result = new com.lansweeper.dp.outbound.v1.HyperVNetwork(this);
299
+ if (bitField0_ != 0) { buildPartial0(result); }
300
+ onBuilt();
301
+ return result;
302
+ }
303
+
304
+ private void buildPartial0(com.lansweeper.dp.outbound.v1.HyperVNetwork result) {
305
+ int from_bitField0_ = bitField0_;
306
+ if (((from_bitField0_ & 0x00000001) != 0)) {
307
+ result.macAddress_ = macAddress_;
308
+ }
309
+ }
310
+
311
+ @java.lang.Override
312
+ public Builder clone() {
313
+ return super.clone();
314
+ }
315
+ @java.lang.Override
316
+ public Builder setField(
317
+ com.google.protobuf.Descriptors.FieldDescriptor field,
318
+ java.lang.Object value) {
319
+ return super.setField(field, value);
320
+ }
321
+ @java.lang.Override
322
+ public Builder clearField(
323
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
324
+ return super.clearField(field);
325
+ }
326
+ @java.lang.Override
327
+ public Builder clearOneof(
328
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
329
+ return super.clearOneof(oneof);
330
+ }
331
+ @java.lang.Override
332
+ public Builder setRepeatedField(
333
+ com.google.protobuf.Descriptors.FieldDescriptor field,
334
+ int index, java.lang.Object value) {
335
+ return super.setRepeatedField(field, index, value);
336
+ }
337
+ @java.lang.Override
338
+ public Builder addRepeatedField(
339
+ com.google.protobuf.Descriptors.FieldDescriptor field,
340
+ java.lang.Object value) {
341
+ return super.addRepeatedField(field, value);
342
+ }
343
+ @java.lang.Override
344
+ public Builder mergeFrom(com.google.protobuf.Message other) {
345
+ if (other instanceof com.lansweeper.dp.outbound.v1.HyperVNetwork) {
346
+ return mergeFrom((com.lansweeper.dp.outbound.v1.HyperVNetwork)other);
347
+ } else {
348
+ super.mergeFrom(other);
349
+ return this;
350
+ }
351
+ }
352
+
353
+ public Builder mergeFrom(com.lansweeper.dp.outbound.v1.HyperVNetwork other) {
354
+ if (other == com.lansweeper.dp.outbound.v1.HyperVNetwork.getDefaultInstance()) return this;
355
+ if (!other.getMacAddress().isEmpty()) {
356
+ macAddress_ = other.macAddress_;
357
+ bitField0_ |= 0x00000001;
358
+ onChanged();
359
+ }
360
+ this.mergeUnknownFields(other.getUnknownFields());
361
+ onChanged();
362
+ return this;
363
+ }
364
+
365
+ @java.lang.Override
366
+ public final boolean isInitialized() {
367
+ return true;
368
+ }
369
+
370
+ @java.lang.Override
371
+ public Builder mergeFrom(
372
+ com.google.protobuf.CodedInputStream input,
373
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
374
+ throws java.io.IOException {
375
+ if (extensionRegistry == null) {
376
+ throw new java.lang.NullPointerException();
377
+ }
378
+ try {
379
+ boolean done = false;
380
+ while (!done) {
381
+ int tag = input.readTag();
382
+ switch (tag) {
383
+ case 0:
384
+ done = true;
385
+ break;
386
+ case 10: {
387
+ macAddress_ = input.readStringRequireUtf8();
388
+ bitField0_ |= 0x00000001;
389
+ break;
390
+ } // case 10
391
+ default: {
392
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
393
+ done = true; // was an endgroup tag
394
+ }
395
+ break;
396
+ } // default:
397
+ } // switch (tag)
398
+ } // while (!done)
399
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
400
+ throw e.unwrapIOException();
401
+ } finally {
402
+ onChanged();
403
+ } // finally
404
+ return this;
405
+ }
406
+ private int bitField0_;
407
+
408
+ private java.lang.Object macAddress_ = "";
409
+ /**
410
+ * <code>string mac_address = 1;</code>
411
+ * @return The macAddress.
412
+ */
413
+ public java.lang.String getMacAddress() {
414
+ java.lang.Object ref = macAddress_;
415
+ if (!(ref instanceof java.lang.String)) {
416
+ com.google.protobuf.ByteString bs =
417
+ (com.google.protobuf.ByteString) ref;
418
+ java.lang.String s = bs.toStringUtf8();
419
+ macAddress_ = s;
420
+ return s;
421
+ } else {
422
+ return (java.lang.String) ref;
423
+ }
424
+ }
425
+ /**
426
+ * <code>string mac_address = 1;</code>
427
+ * @return The bytes for macAddress.
428
+ */
429
+ public com.google.protobuf.ByteString
430
+ getMacAddressBytes() {
431
+ java.lang.Object ref = macAddress_;
432
+ if (ref instanceof String) {
433
+ com.google.protobuf.ByteString b =
434
+ com.google.protobuf.ByteString.copyFromUtf8(
435
+ (java.lang.String) ref);
436
+ macAddress_ = b;
437
+ return b;
438
+ } else {
439
+ return (com.google.protobuf.ByteString) ref;
440
+ }
441
+ }
442
+ /**
443
+ * <code>string mac_address = 1;</code>
444
+ * @param value The macAddress to set.
445
+ * @return This builder for chaining.
446
+ */
447
+ public Builder setMacAddress(
448
+ java.lang.String value) {
449
+ if (value == null) { throw new NullPointerException(); }
450
+ macAddress_ = value;
451
+ bitField0_ |= 0x00000001;
452
+ onChanged();
453
+ return this;
454
+ }
455
+ /**
456
+ * <code>string mac_address = 1;</code>
457
+ * @return This builder for chaining.
458
+ */
459
+ public Builder clearMacAddress() {
460
+ macAddress_ = getDefaultInstance().getMacAddress();
461
+ bitField0_ = (bitField0_ & ~0x00000001);
462
+ onChanged();
463
+ return this;
464
+ }
465
+ /**
466
+ * <code>string mac_address = 1;</code>
467
+ * @param value The bytes for macAddress to set.
468
+ * @return This builder for chaining.
469
+ */
470
+ public Builder setMacAddressBytes(
471
+ com.google.protobuf.ByteString value) {
472
+ if (value == null) { throw new NullPointerException(); }
473
+ checkByteStringIsUtf8(value);
474
+ macAddress_ = value;
475
+ bitField0_ |= 0x00000001;
476
+ onChanged();
477
+ return this;
478
+ }
479
+ @java.lang.Override
480
+ public final Builder setUnknownFields(
481
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
482
+ return super.setUnknownFields(unknownFields);
483
+ }
484
+
485
+ @java.lang.Override
486
+ public final Builder mergeUnknownFields(
487
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
488
+ return super.mergeUnknownFields(unknownFields);
489
+ }
490
+
491
+
492
+ // @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.HyperVNetwork)
493
+ }
494
+
495
+ // @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.HyperVNetwork)
496
+ private static final com.lansweeper.dp.outbound.v1.HyperVNetwork DEFAULT_INSTANCE;
497
+ static {
498
+ DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.HyperVNetwork();
499
+ }
500
+
501
+ public static com.lansweeper.dp.outbound.v1.HyperVNetwork getDefaultInstance() {
502
+ return DEFAULT_INSTANCE;
503
+ }
504
+
505
+ private static final com.google.protobuf.Parser<HyperVNetwork>
506
+ PARSER = new com.google.protobuf.AbstractParser<HyperVNetwork>() {
507
+ @java.lang.Override
508
+ public HyperVNetwork parsePartialFrom(
509
+ com.google.protobuf.CodedInputStream input,
510
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
511
+ throws com.google.protobuf.InvalidProtocolBufferException {
512
+ Builder builder = newBuilder();
513
+ try {
514
+ builder.mergeFrom(input, extensionRegistry);
515
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
516
+ throw e.setUnfinishedMessage(builder.buildPartial());
517
+ } catch (com.google.protobuf.UninitializedMessageException e) {
518
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
519
+ } catch (java.io.IOException e) {
520
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
521
+ .setUnfinishedMessage(builder.buildPartial());
522
+ }
523
+ return builder.buildPartial();
524
+ }
525
+ };
526
+
527
+ public static com.google.protobuf.Parser<HyperVNetwork> parser() {
528
+ return PARSER;
529
+ }
530
+
531
+ @java.lang.Override
532
+ public com.google.protobuf.Parser<HyperVNetwork> getParserForType() {
533
+ return PARSER;
534
+ }
535
+
536
+ @java.lang.Override
537
+ public com.lansweeper.dp.outbound.v1.HyperVNetwork getDefaultInstanceForType() {
538
+ return DEFAULT_INSTANCE;
539
+ }
540
+
541
+ }
542
+
@@ -0,0 +1,22 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: outbound.proto
3
+
4
+ // Protobuf Java Version: 3.25.1
5
+ package com.lansweeper.dp.outbound.v1;
6
+
7
+ public interface HyperVNetworkOrBuilder extends
8
+ // @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.HyperVNetwork)
9
+ com.google.protobuf.MessageOrBuilder {
10
+
11
+ /**
12
+ * <code>string mac_address = 1;</code>
13
+ * @return The macAddress.
14
+ */
15
+ java.lang.String getMacAddress();
16
+ /**
17
+ * <code>string mac_address = 1;</code>
18
+ * @return The bytes for macAddress.
19
+ */
20
+ com.google.protobuf.ByteString
21
+ getMacAddressBytes();
22
+ }
@@ -0,0 +1,136 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: outbound.proto
3
+
4
+ // Protobuf Java Version: 3.25.1
5
+ package com.lansweeper.dp.outbound.v1;
6
+
7
+ public interface HyperVOrBuilder extends
8
+ // @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.HyperV)
9
+ com.google.protobuf.MessageOrBuilder {
10
+
11
+ /**
12
+ * <code>.com.lansweeper.dp.outbound.v1.EntityPath host = 1;</code>
13
+ * @return Whether the host field is set.
14
+ */
15
+ boolean hasHost();
16
+ /**
17
+ * <code>.com.lansweeper.dp.outbound.v1.EntityPath host = 1;</code>
18
+ * @return The host.
19
+ */
20
+ com.lansweeper.dp.outbound.v1.EntityPath getHost();
21
+ /**
22
+ * <code>.com.lansweeper.dp.outbound.v1.EntityPath host = 1;</code>
23
+ */
24
+ com.lansweeper.dp.outbound.v1.EntityPathOrBuilder getHostOrBuilder();
25
+
26
+ /**
27
+ * <code>string instance_id = 2;</code>
28
+ * @return The instanceId.
29
+ */
30
+ java.lang.String getInstanceId();
31
+ /**
32
+ * <code>string instance_id = 2;</code>
33
+ * @return The bytes for instanceId.
34
+ */
35
+ com.google.protobuf.ByteString
36
+ getInstanceIdBytes();
37
+
38
+ /**
39
+ * <code>string element_name = 3;</code>
40
+ * @return The elementName.
41
+ */
42
+ java.lang.String getElementName();
43
+ /**
44
+ * <code>string element_name = 3;</code>
45
+ * @return The bytes for elementName.
46
+ */
47
+ com.google.protobuf.ByteString
48
+ getElementNameBytes();
49
+
50
+ /**
51
+ * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue enabled_state = 4;</code>
52
+ * @return Whether the enabledState field is set.
53
+ */
54
+ boolean hasEnabledState();
55
+ /**
56
+ * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue enabled_state = 4;</code>
57
+ * @return The enabledState.
58
+ */
59
+ com.lansweeper.dp.outbound.v1.MappedValue getEnabledState();
60
+ /**
61
+ * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue enabled_state = 4;</code>
62
+ */
63
+ com.lansweeper.dp.outbound.v1.MappedValueOrBuilder getEnabledStateOrBuilder();
64
+
65
+ /**
66
+ * <code>optional string health_state = 5;</code>
67
+ * @return Whether the healthState field is set.
68
+ */
69
+ boolean hasHealthState();
70
+ /**
71
+ * <code>optional string health_state = 5;</code>
72
+ * @return The healthState.
73
+ */
74
+ java.lang.String getHealthState();
75
+ /**
76
+ * <code>optional string health_state = 5;</code>
77
+ * @return The bytes for healthState.
78
+ */
79
+ com.google.protobuf.ByteString
80
+ getHealthStateBytes();
81
+
82
+ /**
83
+ * <pre>
84
+ * GUID
85
+ * </pre>
86
+ *
87
+ * <code>string name = 6;</code>
88
+ * @return The name.
89
+ */
90
+ java.lang.String getName();
91
+ /**
92
+ * <pre>
93
+ * GUID
94
+ * </pre>
95
+ *
96
+ * <code>string name = 6;</code>
97
+ * @return The bytes for name.
98
+ */
99
+ com.google.protobuf.ByteString
100
+ getNameBytes();
101
+
102
+ /**
103
+ * <code>optional int64 virtual_quantity = 7;</code>
104
+ * @return Whether the virtualQuantity field is set.
105
+ */
106
+ boolean hasVirtualQuantity();
107
+ /**
108
+ * <code>optional int64 virtual_quantity = 7;</code>
109
+ * @return The virtualQuantity.
110
+ */
111
+ long getVirtualQuantity();
112
+
113
+ /**
114
+ * <code>repeated .com.lansweeper.dp.outbound.v1.HyperVNetwork hyper_v_network = 8;</code>
115
+ */
116
+ java.util.List<com.lansweeper.dp.outbound.v1.HyperVNetwork>
117
+ getHyperVNetworkList();
118
+ /**
119
+ * <code>repeated .com.lansweeper.dp.outbound.v1.HyperVNetwork hyper_v_network = 8;</code>
120
+ */
121
+ com.lansweeper.dp.outbound.v1.HyperVNetwork getHyperVNetwork(int index);
122
+ /**
123
+ * <code>repeated .com.lansweeper.dp.outbound.v1.HyperVNetwork hyper_v_network = 8;</code>
124
+ */
125
+ int getHyperVNetworkCount();
126
+ /**
127
+ * <code>repeated .com.lansweeper.dp.outbound.v1.HyperVNetwork hyper_v_network = 8;</code>
128
+ */
129
+ java.util.List<? extends com.lansweeper.dp.outbound.v1.HyperVNetworkOrBuilder>
130
+ getHyperVNetworkOrBuilderList();
131
+ /**
132
+ * <code>repeated .com.lansweeper.dp.outbound.v1.HyperVNetwork hyper_v_network = 8;</code>
133
+ */
134
+ com.lansweeper.dp.outbound.v1.HyperVNetworkOrBuilder getHyperVNetworkOrBuilder(
135
+ int index);
136
+ }