@lansweeper/data-platform-outbound-grpc 0.1.8 → 0.1.9

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 (23) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +445 -21
  4. package/gen-proto/outbound_pb.js +6658 -3287
  5. package/generated-go/outbound.pb.go +1683 -751
  6. package/package.json +2 -2
  7. package/pom.xml +1 -1
  8. package/proto/outbound.proto +107 -20
  9. package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +193 -0
  10. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +15 -0
  11. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +5210 -241
  12. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +576 -0
  13. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +400 -700
  14. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +57 -86
  15. package/src/main/java/com/lansweeper/dp/outbound/v1/Monitor.java +1590 -0
  16. package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorInventory.java +966 -0
  17. package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.java +48 -0
  18. package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +100 -0
  19. package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +332 -222
  20. package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +424 -38
  21. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
  22. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawMonitorInfo.java +1728 -0
  23. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawMonitorInfoOrBuilder.java +138 -0
@@ -0,0 +1,1590 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: packages/data.platform/outbound/grpc/proto/outbound.proto
3
+
4
+ package com.lansweeper.dp.outbound.v1;
5
+
6
+ /**
7
+ * <pre>
8
+ * Monitor definition: normalized and with link to raw
9
+ * </pre>
10
+ *
11
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.Monitor}
12
+ */
13
+ public final class Monitor extends
14
+ com.google.protobuf.GeneratedMessageV3 implements
15
+ // @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.Monitor)
16
+ MonitorOrBuilder {
17
+ private static final long serialVersionUID = 0L;
18
+ // Use Monitor.newBuilder() to construct.
19
+ private Monitor(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
20
+ super(builder);
21
+ }
22
+ private Monitor() {
23
+ model_ = "";
24
+ serialNumber_ = "";
25
+ }
26
+
27
+ @java.lang.Override
28
+ @SuppressWarnings({"unused"})
29
+ protected java.lang.Object newInstance(
30
+ UnusedPrivateParameter unused) {
31
+ return new Monitor();
32
+ }
33
+
34
+ @java.lang.Override
35
+ public final com.google.protobuf.UnknownFieldSet
36
+ getUnknownFields() {
37
+ return this.unknownFields;
38
+ }
39
+ private Monitor(
40
+ com.google.protobuf.CodedInputStream input,
41
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
42
+ throws com.google.protobuf.InvalidProtocolBufferException {
43
+ this();
44
+ if (extensionRegistry == null) {
45
+ throw new java.lang.NullPointerException();
46
+ }
47
+ int mutable_bitField0_ = 0;
48
+ com.google.protobuf.UnknownFieldSet.Builder unknownFields =
49
+ com.google.protobuf.UnknownFieldSet.newBuilder();
50
+ try {
51
+ boolean done = false;
52
+ while (!done) {
53
+ int tag = input.readTag();
54
+ switch (tag) {
55
+ case 0:
56
+ done = true;
57
+ break;
58
+ case 10: {
59
+ java.lang.String s = input.readStringRequireUtf8();
60
+
61
+ model_ = s;
62
+ break;
63
+ }
64
+ case 18: {
65
+ java.lang.String s = input.readStringRequireUtf8();
66
+ bitField0_ |= 0x00000001;
67
+ serialNumber_ = s;
68
+ break;
69
+ }
70
+ case 26: {
71
+ com.google.protobuf.Timestamp.Builder subBuilder = null;
72
+ if (manufacturerDate_ != null) {
73
+ subBuilder = manufacturerDate_.toBuilder();
74
+ }
75
+ manufacturerDate_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry);
76
+ if (subBuilder != null) {
77
+ subBuilder.mergeFrom(manufacturerDate_);
78
+ manufacturerDate_ = subBuilder.buildPartial();
79
+ }
80
+
81
+ break;
82
+ }
83
+ case 82: {
84
+ com.lansweeper.dp.outbound.v1.CatalogBrand.Builder subBuilder = null;
85
+ if (((bitField0_ & 0x00000002) != 0)) {
86
+ subBuilder = catalogBrand_.toBuilder();
87
+ }
88
+ catalogBrand_ = input.readMessage(com.lansweeper.dp.outbound.v1.CatalogBrand.parser(), extensionRegistry);
89
+ if (subBuilder != null) {
90
+ subBuilder.mergeFrom(catalogBrand_);
91
+ catalogBrand_ = subBuilder.buildPartial();
92
+ }
93
+ bitField0_ |= 0x00000002;
94
+ break;
95
+ }
96
+ case 90: {
97
+ com.lansweeper.dp.outbound.v1.CatalogMonitor.Builder subBuilder = null;
98
+ if (((bitField0_ & 0x00000004) != 0)) {
99
+ subBuilder = catalogMonitor_.toBuilder();
100
+ }
101
+ catalogMonitor_ = input.readMessage(com.lansweeper.dp.outbound.v1.CatalogMonitor.parser(), extensionRegistry);
102
+ if (subBuilder != null) {
103
+ subBuilder.mergeFrom(catalogMonitor_);
104
+ catalogMonitor_ = subBuilder.buildPartial();
105
+ }
106
+ bitField0_ |= 0x00000004;
107
+ break;
108
+ }
109
+ case 162: {
110
+ com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.Builder subBuilder = null;
111
+ if (rawCase_ == 20) {
112
+ subBuilder = ((com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_).toBuilder();
113
+ }
114
+ raw_ =
115
+ input.readMessage(com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.parser(), extensionRegistry);
116
+ if (subBuilder != null) {
117
+ subBuilder.mergeFrom((com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_);
118
+ raw_ = subBuilder.buildPartial();
119
+ }
120
+ rawCase_ = 20;
121
+ break;
122
+ }
123
+ default: {
124
+ if (!parseUnknownField(
125
+ input, unknownFields, extensionRegistry, tag)) {
126
+ done = true;
127
+ }
128
+ break;
129
+ }
130
+ }
131
+ }
132
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
133
+ throw e.setUnfinishedMessage(this);
134
+ } catch (java.io.IOException e) {
135
+ throw new com.google.protobuf.InvalidProtocolBufferException(
136
+ e).setUnfinishedMessage(this);
137
+ } finally {
138
+ this.unknownFields = unknownFields.build();
139
+ makeExtensionsImmutable();
140
+ }
141
+ }
142
+ public static final com.google.protobuf.Descriptors.Descriptor
143
+ getDescriptor() {
144
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor;
145
+ }
146
+
147
+ @java.lang.Override
148
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
149
+ internalGetFieldAccessorTable() {
150
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable
151
+ .ensureFieldAccessorsInitialized(
152
+ com.lansweeper.dp.outbound.v1.Monitor.class, com.lansweeper.dp.outbound.v1.Monitor.Builder.class);
153
+ }
154
+
155
+ private int bitField0_;
156
+ private int rawCase_ = 0;
157
+ private java.lang.Object raw_;
158
+ public enum RawCase
159
+ implements com.google.protobuf.Internal.EnumLite,
160
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
161
+ WINDOWS(20),
162
+ RAW_NOT_SET(0);
163
+ private final int value;
164
+ private RawCase(int value) {
165
+ this.value = value;
166
+ }
167
+ /**
168
+ * @param value The number of the enum to look for.
169
+ * @return The enum associated with the given number.
170
+ * @deprecated Use {@link #forNumber(int)} instead.
171
+ */
172
+ @java.lang.Deprecated
173
+ public static RawCase valueOf(int value) {
174
+ return forNumber(value);
175
+ }
176
+
177
+ public static RawCase forNumber(int value) {
178
+ switch (value) {
179
+ case 20: return WINDOWS;
180
+ case 0: return RAW_NOT_SET;
181
+ default: return null;
182
+ }
183
+ }
184
+ public int getNumber() {
185
+ return this.value;
186
+ }
187
+ };
188
+
189
+ public RawCase
190
+ getRawCase() {
191
+ return RawCase.forNumber(
192
+ rawCase_);
193
+ }
194
+
195
+ public static final int MODEL_FIELD_NUMBER = 1;
196
+ private volatile java.lang.Object model_;
197
+ /**
198
+ * <code>string model = 1;</code>
199
+ * @return The model.
200
+ */
201
+ @java.lang.Override
202
+ public java.lang.String getModel() {
203
+ java.lang.Object ref = model_;
204
+ if (ref instanceof java.lang.String) {
205
+ return (java.lang.String) ref;
206
+ } else {
207
+ com.google.protobuf.ByteString bs =
208
+ (com.google.protobuf.ByteString) ref;
209
+ java.lang.String s = bs.toStringUtf8();
210
+ model_ = s;
211
+ return s;
212
+ }
213
+ }
214
+ /**
215
+ * <code>string model = 1;</code>
216
+ * @return The bytes for model.
217
+ */
218
+ @java.lang.Override
219
+ public com.google.protobuf.ByteString
220
+ getModelBytes() {
221
+ java.lang.Object ref = model_;
222
+ if (ref instanceof java.lang.String) {
223
+ com.google.protobuf.ByteString b =
224
+ com.google.protobuf.ByteString.copyFromUtf8(
225
+ (java.lang.String) ref);
226
+ model_ = b;
227
+ return b;
228
+ } else {
229
+ return (com.google.protobuf.ByteString) ref;
230
+ }
231
+ }
232
+
233
+ public static final int SERIAL_NUMBER_FIELD_NUMBER = 2;
234
+ private volatile java.lang.Object serialNumber_;
235
+ /**
236
+ * <code>string serial_number = 2;</code>
237
+ * @return Whether the serialNumber field is set.
238
+ */
239
+ @java.lang.Override
240
+ public boolean hasSerialNumber() {
241
+ return ((bitField0_ & 0x00000001) != 0);
242
+ }
243
+ /**
244
+ * <code>string serial_number = 2;</code>
245
+ * @return The serialNumber.
246
+ */
247
+ @java.lang.Override
248
+ public java.lang.String getSerialNumber() {
249
+ java.lang.Object ref = serialNumber_;
250
+ if (ref instanceof java.lang.String) {
251
+ return (java.lang.String) ref;
252
+ } else {
253
+ com.google.protobuf.ByteString bs =
254
+ (com.google.protobuf.ByteString) ref;
255
+ java.lang.String s = bs.toStringUtf8();
256
+ serialNumber_ = s;
257
+ return s;
258
+ }
259
+ }
260
+ /**
261
+ * <code>string serial_number = 2;</code>
262
+ * @return The bytes for serialNumber.
263
+ */
264
+ @java.lang.Override
265
+ public com.google.protobuf.ByteString
266
+ getSerialNumberBytes() {
267
+ java.lang.Object ref = serialNumber_;
268
+ if (ref instanceof java.lang.String) {
269
+ com.google.protobuf.ByteString b =
270
+ com.google.protobuf.ByteString.copyFromUtf8(
271
+ (java.lang.String) ref);
272
+ serialNumber_ = b;
273
+ return b;
274
+ } else {
275
+ return (com.google.protobuf.ByteString) ref;
276
+ }
277
+ }
278
+
279
+ public static final int MANUFACTURER_DATE_FIELD_NUMBER = 3;
280
+ private com.google.protobuf.Timestamp manufacturerDate_;
281
+ /**
282
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
283
+ * @return Whether the manufacturerDate field is set.
284
+ */
285
+ @java.lang.Override
286
+ public boolean hasManufacturerDate() {
287
+ return manufacturerDate_ != null;
288
+ }
289
+ /**
290
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
291
+ * @return The manufacturerDate.
292
+ */
293
+ @java.lang.Override
294
+ public com.google.protobuf.Timestamp getManufacturerDate() {
295
+ return manufacturerDate_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : manufacturerDate_;
296
+ }
297
+ /**
298
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
299
+ */
300
+ @java.lang.Override
301
+ public com.google.protobuf.TimestampOrBuilder getManufacturerDateOrBuilder() {
302
+ return getManufacturerDate();
303
+ }
304
+
305
+ public static final int CATALOG_BRAND_FIELD_NUMBER = 10;
306
+ private com.lansweeper.dp.outbound.v1.CatalogBrand catalogBrand_;
307
+ /**
308
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
309
+ * @return Whether the catalogBrand field is set.
310
+ */
311
+ @java.lang.Override
312
+ public boolean hasCatalogBrand() {
313
+ return ((bitField0_ & 0x00000002) != 0);
314
+ }
315
+ /**
316
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
317
+ * @return The catalogBrand.
318
+ */
319
+ @java.lang.Override
320
+ public com.lansweeper.dp.outbound.v1.CatalogBrand getCatalogBrand() {
321
+ return catalogBrand_ == null ? com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance() : catalogBrand_;
322
+ }
323
+ /**
324
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
325
+ */
326
+ @java.lang.Override
327
+ public com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder getCatalogBrandOrBuilder() {
328
+ return catalogBrand_ == null ? com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance() : catalogBrand_;
329
+ }
330
+
331
+ public static final int CATALOG_MONITOR_FIELD_NUMBER = 11;
332
+ private com.lansweeper.dp.outbound.v1.CatalogMonitor catalogMonitor_;
333
+ /**
334
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
335
+ * @return Whether the catalogMonitor field is set.
336
+ */
337
+ @java.lang.Override
338
+ public boolean hasCatalogMonitor() {
339
+ return ((bitField0_ & 0x00000004) != 0);
340
+ }
341
+ /**
342
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
343
+ * @return The catalogMonitor.
344
+ */
345
+ @java.lang.Override
346
+ public com.lansweeper.dp.outbound.v1.CatalogMonitor getCatalogMonitor() {
347
+ return catalogMonitor_ == null ? com.lansweeper.dp.outbound.v1.CatalogMonitor.getDefaultInstance() : catalogMonitor_;
348
+ }
349
+ /**
350
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
351
+ */
352
+ @java.lang.Override
353
+ public com.lansweeper.dp.outbound.v1.CatalogMonitorOrBuilder getCatalogMonitorOrBuilder() {
354
+ return catalogMonitor_ == null ? com.lansweeper.dp.outbound.v1.CatalogMonitor.getDefaultInstance() : catalogMonitor_;
355
+ }
356
+
357
+ public static final int WINDOWS_FIELD_NUMBER = 20;
358
+ /**
359
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
360
+ * @return Whether the windows field is set.
361
+ */
362
+ @java.lang.Override
363
+ public boolean hasWindows() {
364
+ return rawCase_ == 20;
365
+ }
366
+ /**
367
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
368
+ * @return The windows.
369
+ */
370
+ @java.lang.Override
371
+ public com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo getWindows() {
372
+ if (rawCase_ == 20) {
373
+ return (com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_;
374
+ }
375
+ return com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.getDefaultInstance();
376
+ }
377
+ /**
378
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
379
+ */
380
+ @java.lang.Override
381
+ public com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfoOrBuilder getWindowsOrBuilder() {
382
+ if (rawCase_ == 20) {
383
+ return (com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_;
384
+ }
385
+ return com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.getDefaultInstance();
386
+ }
387
+
388
+ private byte memoizedIsInitialized = -1;
389
+ @java.lang.Override
390
+ public final boolean isInitialized() {
391
+ byte isInitialized = memoizedIsInitialized;
392
+ if (isInitialized == 1) return true;
393
+ if (isInitialized == 0) return false;
394
+
395
+ memoizedIsInitialized = 1;
396
+ return true;
397
+ }
398
+
399
+ @java.lang.Override
400
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
401
+ throws java.io.IOException {
402
+ if (!getModelBytes().isEmpty()) {
403
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, model_);
404
+ }
405
+ if (((bitField0_ & 0x00000001) != 0)) {
406
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, serialNumber_);
407
+ }
408
+ if (manufacturerDate_ != null) {
409
+ output.writeMessage(3, getManufacturerDate());
410
+ }
411
+ if (((bitField0_ & 0x00000002) != 0)) {
412
+ output.writeMessage(10, getCatalogBrand());
413
+ }
414
+ if (((bitField0_ & 0x00000004) != 0)) {
415
+ output.writeMessage(11, getCatalogMonitor());
416
+ }
417
+ if (rawCase_ == 20) {
418
+ output.writeMessage(20, (com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_);
419
+ }
420
+ unknownFields.writeTo(output);
421
+ }
422
+
423
+ @java.lang.Override
424
+ public int getSerializedSize() {
425
+ int size = memoizedSize;
426
+ if (size != -1) return size;
427
+
428
+ size = 0;
429
+ if (!getModelBytes().isEmpty()) {
430
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, model_);
431
+ }
432
+ if (((bitField0_ & 0x00000001) != 0)) {
433
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, serialNumber_);
434
+ }
435
+ if (manufacturerDate_ != null) {
436
+ size += com.google.protobuf.CodedOutputStream
437
+ .computeMessageSize(3, getManufacturerDate());
438
+ }
439
+ if (((bitField0_ & 0x00000002) != 0)) {
440
+ size += com.google.protobuf.CodedOutputStream
441
+ .computeMessageSize(10, getCatalogBrand());
442
+ }
443
+ if (((bitField0_ & 0x00000004) != 0)) {
444
+ size += com.google.protobuf.CodedOutputStream
445
+ .computeMessageSize(11, getCatalogMonitor());
446
+ }
447
+ if (rawCase_ == 20) {
448
+ size += com.google.protobuf.CodedOutputStream
449
+ .computeMessageSize(20, (com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_);
450
+ }
451
+ size += unknownFields.getSerializedSize();
452
+ memoizedSize = size;
453
+ return size;
454
+ }
455
+
456
+ @java.lang.Override
457
+ public boolean equals(final java.lang.Object obj) {
458
+ if (obj == this) {
459
+ return true;
460
+ }
461
+ if (!(obj instanceof com.lansweeper.dp.outbound.v1.Monitor)) {
462
+ return super.equals(obj);
463
+ }
464
+ com.lansweeper.dp.outbound.v1.Monitor other = (com.lansweeper.dp.outbound.v1.Monitor) obj;
465
+
466
+ if (!getModel()
467
+ .equals(other.getModel())) return false;
468
+ if (hasSerialNumber() != other.hasSerialNumber()) return false;
469
+ if (hasSerialNumber()) {
470
+ if (!getSerialNumber()
471
+ .equals(other.getSerialNumber())) return false;
472
+ }
473
+ if (hasManufacturerDate() != other.hasManufacturerDate()) return false;
474
+ if (hasManufacturerDate()) {
475
+ if (!getManufacturerDate()
476
+ .equals(other.getManufacturerDate())) return false;
477
+ }
478
+ if (hasCatalogBrand() != other.hasCatalogBrand()) return false;
479
+ if (hasCatalogBrand()) {
480
+ if (!getCatalogBrand()
481
+ .equals(other.getCatalogBrand())) return false;
482
+ }
483
+ if (hasCatalogMonitor() != other.hasCatalogMonitor()) return false;
484
+ if (hasCatalogMonitor()) {
485
+ if (!getCatalogMonitor()
486
+ .equals(other.getCatalogMonitor())) return false;
487
+ }
488
+ if (!getRawCase().equals(other.getRawCase())) return false;
489
+ switch (rawCase_) {
490
+ case 20:
491
+ if (!getWindows()
492
+ .equals(other.getWindows())) return false;
493
+ break;
494
+ case 0:
495
+ default:
496
+ }
497
+ if (!unknownFields.equals(other.unknownFields)) return false;
498
+ return true;
499
+ }
500
+
501
+ @java.lang.Override
502
+ public int hashCode() {
503
+ if (memoizedHashCode != 0) {
504
+ return memoizedHashCode;
505
+ }
506
+ int hash = 41;
507
+ hash = (19 * hash) + getDescriptor().hashCode();
508
+ hash = (37 * hash) + MODEL_FIELD_NUMBER;
509
+ hash = (53 * hash) + getModel().hashCode();
510
+ if (hasSerialNumber()) {
511
+ hash = (37 * hash) + SERIAL_NUMBER_FIELD_NUMBER;
512
+ hash = (53 * hash) + getSerialNumber().hashCode();
513
+ }
514
+ if (hasManufacturerDate()) {
515
+ hash = (37 * hash) + MANUFACTURER_DATE_FIELD_NUMBER;
516
+ hash = (53 * hash) + getManufacturerDate().hashCode();
517
+ }
518
+ if (hasCatalogBrand()) {
519
+ hash = (37 * hash) + CATALOG_BRAND_FIELD_NUMBER;
520
+ hash = (53 * hash) + getCatalogBrand().hashCode();
521
+ }
522
+ if (hasCatalogMonitor()) {
523
+ hash = (37 * hash) + CATALOG_MONITOR_FIELD_NUMBER;
524
+ hash = (53 * hash) + getCatalogMonitor().hashCode();
525
+ }
526
+ switch (rawCase_) {
527
+ case 20:
528
+ hash = (37 * hash) + WINDOWS_FIELD_NUMBER;
529
+ hash = (53 * hash) + getWindows().hashCode();
530
+ break;
531
+ case 0:
532
+ default:
533
+ }
534
+ hash = (29 * hash) + unknownFields.hashCode();
535
+ memoizedHashCode = hash;
536
+ return hash;
537
+ }
538
+
539
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(
540
+ java.nio.ByteBuffer data)
541
+ throws com.google.protobuf.InvalidProtocolBufferException {
542
+ return PARSER.parseFrom(data);
543
+ }
544
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(
545
+ java.nio.ByteBuffer data,
546
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
547
+ throws com.google.protobuf.InvalidProtocolBufferException {
548
+ return PARSER.parseFrom(data, extensionRegistry);
549
+ }
550
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(
551
+ com.google.protobuf.ByteString data)
552
+ throws com.google.protobuf.InvalidProtocolBufferException {
553
+ return PARSER.parseFrom(data);
554
+ }
555
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(
556
+ com.google.protobuf.ByteString data,
557
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
558
+ throws com.google.protobuf.InvalidProtocolBufferException {
559
+ return PARSER.parseFrom(data, extensionRegistry);
560
+ }
561
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(byte[] data)
562
+ throws com.google.protobuf.InvalidProtocolBufferException {
563
+ return PARSER.parseFrom(data);
564
+ }
565
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(
566
+ byte[] data,
567
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
568
+ throws com.google.protobuf.InvalidProtocolBufferException {
569
+ return PARSER.parseFrom(data, extensionRegistry);
570
+ }
571
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(java.io.InputStream input)
572
+ throws java.io.IOException {
573
+ return com.google.protobuf.GeneratedMessageV3
574
+ .parseWithIOException(PARSER, input);
575
+ }
576
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(
577
+ java.io.InputStream input,
578
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
579
+ throws java.io.IOException {
580
+ return com.google.protobuf.GeneratedMessageV3
581
+ .parseWithIOException(PARSER, input, extensionRegistry);
582
+ }
583
+ public static com.lansweeper.dp.outbound.v1.Monitor parseDelimitedFrom(java.io.InputStream input)
584
+ throws java.io.IOException {
585
+ return com.google.protobuf.GeneratedMessageV3
586
+ .parseDelimitedWithIOException(PARSER, input);
587
+ }
588
+ public static com.lansweeper.dp.outbound.v1.Monitor parseDelimitedFrom(
589
+ java.io.InputStream input,
590
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
591
+ throws java.io.IOException {
592
+ return com.google.protobuf.GeneratedMessageV3
593
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
594
+ }
595
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(
596
+ com.google.protobuf.CodedInputStream input)
597
+ throws java.io.IOException {
598
+ return com.google.protobuf.GeneratedMessageV3
599
+ .parseWithIOException(PARSER, input);
600
+ }
601
+ public static com.lansweeper.dp.outbound.v1.Monitor parseFrom(
602
+ com.google.protobuf.CodedInputStream input,
603
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
604
+ throws java.io.IOException {
605
+ return com.google.protobuf.GeneratedMessageV3
606
+ .parseWithIOException(PARSER, input, extensionRegistry);
607
+ }
608
+
609
+ @java.lang.Override
610
+ public Builder newBuilderForType() { return newBuilder(); }
611
+ public static Builder newBuilder() {
612
+ return DEFAULT_INSTANCE.toBuilder();
613
+ }
614
+ public static Builder newBuilder(com.lansweeper.dp.outbound.v1.Monitor prototype) {
615
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
616
+ }
617
+ @java.lang.Override
618
+ public Builder toBuilder() {
619
+ return this == DEFAULT_INSTANCE
620
+ ? new Builder() : new Builder().mergeFrom(this);
621
+ }
622
+
623
+ @java.lang.Override
624
+ protected Builder newBuilderForType(
625
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
626
+ Builder builder = new Builder(parent);
627
+ return builder;
628
+ }
629
+ /**
630
+ * <pre>
631
+ * Monitor definition: normalized and with link to raw
632
+ * </pre>
633
+ *
634
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.Monitor}
635
+ */
636
+ public static final class Builder extends
637
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
638
+ // @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.Monitor)
639
+ com.lansweeper.dp.outbound.v1.MonitorOrBuilder {
640
+ public static final com.google.protobuf.Descriptors.Descriptor
641
+ getDescriptor() {
642
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor;
643
+ }
644
+
645
+ @java.lang.Override
646
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
647
+ internalGetFieldAccessorTable() {
648
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable
649
+ .ensureFieldAccessorsInitialized(
650
+ com.lansweeper.dp.outbound.v1.Monitor.class, com.lansweeper.dp.outbound.v1.Monitor.Builder.class);
651
+ }
652
+
653
+ // Construct using com.lansweeper.dp.outbound.v1.Monitor.newBuilder()
654
+ private Builder() {
655
+ maybeForceBuilderInitialization();
656
+ }
657
+
658
+ private Builder(
659
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
660
+ super(parent);
661
+ maybeForceBuilderInitialization();
662
+ }
663
+ private void maybeForceBuilderInitialization() {
664
+ if (com.google.protobuf.GeneratedMessageV3
665
+ .alwaysUseFieldBuilders) {
666
+ getCatalogBrandFieldBuilder();
667
+ getCatalogMonitorFieldBuilder();
668
+ }
669
+ }
670
+ @java.lang.Override
671
+ public Builder clear() {
672
+ super.clear();
673
+ model_ = "";
674
+
675
+ serialNumber_ = "";
676
+ bitField0_ = (bitField0_ & ~0x00000001);
677
+ if (manufacturerDateBuilder_ == null) {
678
+ manufacturerDate_ = null;
679
+ } else {
680
+ manufacturerDate_ = null;
681
+ manufacturerDateBuilder_ = null;
682
+ }
683
+ if (catalogBrandBuilder_ == null) {
684
+ catalogBrand_ = null;
685
+ } else {
686
+ catalogBrandBuilder_.clear();
687
+ }
688
+ bitField0_ = (bitField0_ & ~0x00000002);
689
+ if (catalogMonitorBuilder_ == null) {
690
+ catalogMonitor_ = null;
691
+ } else {
692
+ catalogMonitorBuilder_.clear();
693
+ }
694
+ bitField0_ = (bitField0_ & ~0x00000004);
695
+ rawCase_ = 0;
696
+ raw_ = null;
697
+ return this;
698
+ }
699
+
700
+ @java.lang.Override
701
+ public com.google.protobuf.Descriptors.Descriptor
702
+ getDescriptorForType() {
703
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor;
704
+ }
705
+
706
+ @java.lang.Override
707
+ public com.lansweeper.dp.outbound.v1.Monitor getDefaultInstanceForType() {
708
+ return com.lansweeper.dp.outbound.v1.Monitor.getDefaultInstance();
709
+ }
710
+
711
+ @java.lang.Override
712
+ public com.lansweeper.dp.outbound.v1.Monitor build() {
713
+ com.lansweeper.dp.outbound.v1.Monitor result = buildPartial();
714
+ if (!result.isInitialized()) {
715
+ throw newUninitializedMessageException(result);
716
+ }
717
+ return result;
718
+ }
719
+
720
+ @java.lang.Override
721
+ public com.lansweeper.dp.outbound.v1.Monitor buildPartial() {
722
+ com.lansweeper.dp.outbound.v1.Monitor result = new com.lansweeper.dp.outbound.v1.Monitor(this);
723
+ int from_bitField0_ = bitField0_;
724
+ int to_bitField0_ = 0;
725
+ result.model_ = model_;
726
+ if (((from_bitField0_ & 0x00000001) != 0)) {
727
+ to_bitField0_ |= 0x00000001;
728
+ }
729
+ result.serialNumber_ = serialNumber_;
730
+ if (manufacturerDateBuilder_ == null) {
731
+ result.manufacturerDate_ = manufacturerDate_;
732
+ } else {
733
+ result.manufacturerDate_ = manufacturerDateBuilder_.build();
734
+ }
735
+ if (((from_bitField0_ & 0x00000002) != 0)) {
736
+ if (catalogBrandBuilder_ == null) {
737
+ result.catalogBrand_ = catalogBrand_;
738
+ } else {
739
+ result.catalogBrand_ = catalogBrandBuilder_.build();
740
+ }
741
+ to_bitField0_ |= 0x00000002;
742
+ }
743
+ if (((from_bitField0_ & 0x00000004) != 0)) {
744
+ if (catalogMonitorBuilder_ == null) {
745
+ result.catalogMonitor_ = catalogMonitor_;
746
+ } else {
747
+ result.catalogMonitor_ = catalogMonitorBuilder_.build();
748
+ }
749
+ to_bitField0_ |= 0x00000004;
750
+ }
751
+ if (rawCase_ == 20) {
752
+ if (windowsBuilder_ == null) {
753
+ result.raw_ = raw_;
754
+ } else {
755
+ result.raw_ = windowsBuilder_.build();
756
+ }
757
+ }
758
+ result.bitField0_ = to_bitField0_;
759
+ result.rawCase_ = rawCase_;
760
+ onBuilt();
761
+ return result;
762
+ }
763
+
764
+ @java.lang.Override
765
+ public Builder clone() {
766
+ return super.clone();
767
+ }
768
+ @java.lang.Override
769
+ public Builder setField(
770
+ com.google.protobuf.Descriptors.FieldDescriptor field,
771
+ java.lang.Object value) {
772
+ return super.setField(field, value);
773
+ }
774
+ @java.lang.Override
775
+ public Builder clearField(
776
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
777
+ return super.clearField(field);
778
+ }
779
+ @java.lang.Override
780
+ public Builder clearOneof(
781
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
782
+ return super.clearOneof(oneof);
783
+ }
784
+ @java.lang.Override
785
+ public Builder setRepeatedField(
786
+ com.google.protobuf.Descriptors.FieldDescriptor field,
787
+ int index, java.lang.Object value) {
788
+ return super.setRepeatedField(field, index, value);
789
+ }
790
+ @java.lang.Override
791
+ public Builder addRepeatedField(
792
+ com.google.protobuf.Descriptors.FieldDescriptor field,
793
+ java.lang.Object value) {
794
+ return super.addRepeatedField(field, value);
795
+ }
796
+ @java.lang.Override
797
+ public Builder mergeFrom(com.google.protobuf.Message other) {
798
+ if (other instanceof com.lansweeper.dp.outbound.v1.Monitor) {
799
+ return mergeFrom((com.lansweeper.dp.outbound.v1.Monitor)other);
800
+ } else {
801
+ super.mergeFrom(other);
802
+ return this;
803
+ }
804
+ }
805
+
806
+ public Builder mergeFrom(com.lansweeper.dp.outbound.v1.Monitor other) {
807
+ if (other == com.lansweeper.dp.outbound.v1.Monitor.getDefaultInstance()) return this;
808
+ if (!other.getModel().isEmpty()) {
809
+ model_ = other.model_;
810
+ onChanged();
811
+ }
812
+ if (other.hasSerialNumber()) {
813
+ bitField0_ |= 0x00000001;
814
+ serialNumber_ = other.serialNumber_;
815
+ onChanged();
816
+ }
817
+ if (other.hasManufacturerDate()) {
818
+ mergeManufacturerDate(other.getManufacturerDate());
819
+ }
820
+ if (other.hasCatalogBrand()) {
821
+ mergeCatalogBrand(other.getCatalogBrand());
822
+ }
823
+ if (other.hasCatalogMonitor()) {
824
+ mergeCatalogMonitor(other.getCatalogMonitor());
825
+ }
826
+ switch (other.getRawCase()) {
827
+ case WINDOWS: {
828
+ mergeWindows(other.getWindows());
829
+ break;
830
+ }
831
+ case RAW_NOT_SET: {
832
+ break;
833
+ }
834
+ }
835
+ this.mergeUnknownFields(other.unknownFields);
836
+ onChanged();
837
+ return this;
838
+ }
839
+
840
+ @java.lang.Override
841
+ public final boolean isInitialized() {
842
+ return true;
843
+ }
844
+
845
+ @java.lang.Override
846
+ public Builder mergeFrom(
847
+ com.google.protobuf.CodedInputStream input,
848
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
849
+ throws java.io.IOException {
850
+ com.lansweeper.dp.outbound.v1.Monitor parsedMessage = null;
851
+ try {
852
+ parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
853
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
854
+ parsedMessage = (com.lansweeper.dp.outbound.v1.Monitor) e.getUnfinishedMessage();
855
+ throw e.unwrapIOException();
856
+ } finally {
857
+ if (parsedMessage != null) {
858
+ mergeFrom(parsedMessage);
859
+ }
860
+ }
861
+ return this;
862
+ }
863
+ private int rawCase_ = 0;
864
+ private java.lang.Object raw_;
865
+ public RawCase
866
+ getRawCase() {
867
+ return RawCase.forNumber(
868
+ rawCase_);
869
+ }
870
+
871
+ public Builder clearRaw() {
872
+ rawCase_ = 0;
873
+ raw_ = null;
874
+ onChanged();
875
+ return this;
876
+ }
877
+
878
+ private int bitField0_;
879
+
880
+ private java.lang.Object model_ = "";
881
+ /**
882
+ * <code>string model = 1;</code>
883
+ * @return The model.
884
+ */
885
+ public java.lang.String getModel() {
886
+ java.lang.Object ref = model_;
887
+ if (!(ref instanceof java.lang.String)) {
888
+ com.google.protobuf.ByteString bs =
889
+ (com.google.protobuf.ByteString) ref;
890
+ java.lang.String s = bs.toStringUtf8();
891
+ model_ = s;
892
+ return s;
893
+ } else {
894
+ return (java.lang.String) ref;
895
+ }
896
+ }
897
+ /**
898
+ * <code>string model = 1;</code>
899
+ * @return The bytes for model.
900
+ */
901
+ public com.google.protobuf.ByteString
902
+ getModelBytes() {
903
+ java.lang.Object ref = model_;
904
+ if (ref instanceof String) {
905
+ com.google.protobuf.ByteString b =
906
+ com.google.protobuf.ByteString.copyFromUtf8(
907
+ (java.lang.String) ref);
908
+ model_ = b;
909
+ return b;
910
+ } else {
911
+ return (com.google.protobuf.ByteString) ref;
912
+ }
913
+ }
914
+ /**
915
+ * <code>string model = 1;</code>
916
+ * @param value The model to set.
917
+ * @return This builder for chaining.
918
+ */
919
+ public Builder setModel(
920
+ java.lang.String value) {
921
+ if (value == null) {
922
+ throw new NullPointerException();
923
+ }
924
+
925
+ model_ = value;
926
+ onChanged();
927
+ return this;
928
+ }
929
+ /**
930
+ * <code>string model = 1;</code>
931
+ * @return This builder for chaining.
932
+ */
933
+ public Builder clearModel() {
934
+
935
+ model_ = getDefaultInstance().getModel();
936
+ onChanged();
937
+ return this;
938
+ }
939
+ /**
940
+ * <code>string model = 1;</code>
941
+ * @param value The bytes for model to set.
942
+ * @return This builder for chaining.
943
+ */
944
+ public Builder setModelBytes(
945
+ com.google.protobuf.ByteString value) {
946
+ if (value == null) {
947
+ throw new NullPointerException();
948
+ }
949
+ checkByteStringIsUtf8(value);
950
+
951
+ model_ = value;
952
+ onChanged();
953
+ return this;
954
+ }
955
+
956
+ private java.lang.Object serialNumber_ = "";
957
+ /**
958
+ * <code>string serial_number = 2;</code>
959
+ * @return Whether the serialNumber field is set.
960
+ */
961
+ public boolean hasSerialNumber() {
962
+ return ((bitField0_ & 0x00000001) != 0);
963
+ }
964
+ /**
965
+ * <code>string serial_number = 2;</code>
966
+ * @return The serialNumber.
967
+ */
968
+ public java.lang.String getSerialNumber() {
969
+ java.lang.Object ref = serialNumber_;
970
+ if (!(ref instanceof java.lang.String)) {
971
+ com.google.protobuf.ByteString bs =
972
+ (com.google.protobuf.ByteString) ref;
973
+ java.lang.String s = bs.toStringUtf8();
974
+ serialNumber_ = s;
975
+ return s;
976
+ } else {
977
+ return (java.lang.String) ref;
978
+ }
979
+ }
980
+ /**
981
+ * <code>string serial_number = 2;</code>
982
+ * @return The bytes for serialNumber.
983
+ */
984
+ public com.google.protobuf.ByteString
985
+ getSerialNumberBytes() {
986
+ java.lang.Object ref = serialNumber_;
987
+ if (ref instanceof String) {
988
+ com.google.protobuf.ByteString b =
989
+ com.google.protobuf.ByteString.copyFromUtf8(
990
+ (java.lang.String) ref);
991
+ serialNumber_ = b;
992
+ return b;
993
+ } else {
994
+ return (com.google.protobuf.ByteString) ref;
995
+ }
996
+ }
997
+ /**
998
+ * <code>string serial_number = 2;</code>
999
+ * @param value The serialNumber to set.
1000
+ * @return This builder for chaining.
1001
+ */
1002
+ public Builder setSerialNumber(
1003
+ java.lang.String value) {
1004
+ if (value == null) {
1005
+ throw new NullPointerException();
1006
+ }
1007
+ bitField0_ |= 0x00000001;
1008
+ serialNumber_ = value;
1009
+ onChanged();
1010
+ return this;
1011
+ }
1012
+ /**
1013
+ * <code>string serial_number = 2;</code>
1014
+ * @return This builder for chaining.
1015
+ */
1016
+ public Builder clearSerialNumber() {
1017
+ bitField0_ = (bitField0_ & ~0x00000001);
1018
+ serialNumber_ = getDefaultInstance().getSerialNumber();
1019
+ onChanged();
1020
+ return this;
1021
+ }
1022
+ /**
1023
+ * <code>string serial_number = 2;</code>
1024
+ * @param value The bytes for serialNumber to set.
1025
+ * @return This builder for chaining.
1026
+ */
1027
+ public Builder setSerialNumberBytes(
1028
+ com.google.protobuf.ByteString value) {
1029
+ if (value == null) {
1030
+ throw new NullPointerException();
1031
+ }
1032
+ checkByteStringIsUtf8(value);
1033
+ bitField0_ |= 0x00000001;
1034
+ serialNumber_ = value;
1035
+ onChanged();
1036
+ return this;
1037
+ }
1038
+
1039
+ private com.google.protobuf.Timestamp manufacturerDate_;
1040
+ private com.google.protobuf.SingleFieldBuilderV3<
1041
+ com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> manufacturerDateBuilder_;
1042
+ /**
1043
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1044
+ * @return Whether the manufacturerDate field is set.
1045
+ */
1046
+ public boolean hasManufacturerDate() {
1047
+ return manufacturerDateBuilder_ != null || manufacturerDate_ != null;
1048
+ }
1049
+ /**
1050
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1051
+ * @return The manufacturerDate.
1052
+ */
1053
+ public com.google.protobuf.Timestamp getManufacturerDate() {
1054
+ if (manufacturerDateBuilder_ == null) {
1055
+ return manufacturerDate_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : manufacturerDate_;
1056
+ } else {
1057
+ return manufacturerDateBuilder_.getMessage();
1058
+ }
1059
+ }
1060
+ /**
1061
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1062
+ */
1063
+ public Builder setManufacturerDate(com.google.protobuf.Timestamp value) {
1064
+ if (manufacturerDateBuilder_ == null) {
1065
+ if (value == null) {
1066
+ throw new NullPointerException();
1067
+ }
1068
+ manufacturerDate_ = value;
1069
+ onChanged();
1070
+ } else {
1071
+ manufacturerDateBuilder_.setMessage(value);
1072
+ }
1073
+
1074
+ return this;
1075
+ }
1076
+ /**
1077
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1078
+ */
1079
+ public Builder setManufacturerDate(
1080
+ com.google.protobuf.Timestamp.Builder builderForValue) {
1081
+ if (manufacturerDateBuilder_ == null) {
1082
+ manufacturerDate_ = builderForValue.build();
1083
+ onChanged();
1084
+ } else {
1085
+ manufacturerDateBuilder_.setMessage(builderForValue.build());
1086
+ }
1087
+
1088
+ return this;
1089
+ }
1090
+ /**
1091
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1092
+ */
1093
+ public Builder mergeManufacturerDate(com.google.protobuf.Timestamp value) {
1094
+ if (manufacturerDateBuilder_ == null) {
1095
+ if (manufacturerDate_ != null) {
1096
+ manufacturerDate_ =
1097
+ com.google.protobuf.Timestamp.newBuilder(manufacturerDate_).mergeFrom(value).buildPartial();
1098
+ } else {
1099
+ manufacturerDate_ = value;
1100
+ }
1101
+ onChanged();
1102
+ } else {
1103
+ manufacturerDateBuilder_.mergeFrom(value);
1104
+ }
1105
+
1106
+ return this;
1107
+ }
1108
+ /**
1109
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1110
+ */
1111
+ public Builder clearManufacturerDate() {
1112
+ if (manufacturerDateBuilder_ == null) {
1113
+ manufacturerDate_ = null;
1114
+ onChanged();
1115
+ } else {
1116
+ manufacturerDate_ = null;
1117
+ manufacturerDateBuilder_ = null;
1118
+ }
1119
+
1120
+ return this;
1121
+ }
1122
+ /**
1123
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1124
+ */
1125
+ public com.google.protobuf.Timestamp.Builder getManufacturerDateBuilder() {
1126
+
1127
+ onChanged();
1128
+ return getManufacturerDateFieldBuilder().getBuilder();
1129
+ }
1130
+ /**
1131
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1132
+ */
1133
+ public com.google.protobuf.TimestampOrBuilder getManufacturerDateOrBuilder() {
1134
+ if (manufacturerDateBuilder_ != null) {
1135
+ return manufacturerDateBuilder_.getMessageOrBuilder();
1136
+ } else {
1137
+ return manufacturerDate_ == null ?
1138
+ com.google.protobuf.Timestamp.getDefaultInstance() : manufacturerDate_;
1139
+ }
1140
+ }
1141
+ /**
1142
+ * <code>.google.protobuf.Timestamp manufacturer_date = 3;</code>
1143
+ */
1144
+ private com.google.protobuf.SingleFieldBuilderV3<
1145
+ com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>
1146
+ getManufacturerDateFieldBuilder() {
1147
+ if (manufacturerDateBuilder_ == null) {
1148
+ manufacturerDateBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
1149
+ com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
1150
+ getManufacturerDate(),
1151
+ getParentForChildren(),
1152
+ isClean());
1153
+ manufacturerDate_ = null;
1154
+ }
1155
+ return manufacturerDateBuilder_;
1156
+ }
1157
+
1158
+ private com.lansweeper.dp.outbound.v1.CatalogBrand catalogBrand_;
1159
+ private com.google.protobuf.SingleFieldBuilderV3<
1160
+ com.lansweeper.dp.outbound.v1.CatalogBrand, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder, com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder> catalogBrandBuilder_;
1161
+ /**
1162
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1163
+ * @return Whether the catalogBrand field is set.
1164
+ */
1165
+ public boolean hasCatalogBrand() {
1166
+ return ((bitField0_ & 0x00000002) != 0);
1167
+ }
1168
+ /**
1169
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1170
+ * @return The catalogBrand.
1171
+ */
1172
+ public com.lansweeper.dp.outbound.v1.CatalogBrand getCatalogBrand() {
1173
+ if (catalogBrandBuilder_ == null) {
1174
+ return catalogBrand_ == null ? com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance() : catalogBrand_;
1175
+ } else {
1176
+ return catalogBrandBuilder_.getMessage();
1177
+ }
1178
+ }
1179
+ /**
1180
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1181
+ */
1182
+ public Builder setCatalogBrand(com.lansweeper.dp.outbound.v1.CatalogBrand value) {
1183
+ if (catalogBrandBuilder_ == null) {
1184
+ if (value == null) {
1185
+ throw new NullPointerException();
1186
+ }
1187
+ catalogBrand_ = value;
1188
+ onChanged();
1189
+ } else {
1190
+ catalogBrandBuilder_.setMessage(value);
1191
+ }
1192
+ bitField0_ |= 0x00000002;
1193
+ return this;
1194
+ }
1195
+ /**
1196
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1197
+ */
1198
+ public Builder setCatalogBrand(
1199
+ com.lansweeper.dp.outbound.v1.CatalogBrand.Builder builderForValue) {
1200
+ if (catalogBrandBuilder_ == null) {
1201
+ catalogBrand_ = builderForValue.build();
1202
+ onChanged();
1203
+ } else {
1204
+ catalogBrandBuilder_.setMessage(builderForValue.build());
1205
+ }
1206
+ bitField0_ |= 0x00000002;
1207
+ return this;
1208
+ }
1209
+ /**
1210
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1211
+ */
1212
+ public Builder mergeCatalogBrand(com.lansweeper.dp.outbound.v1.CatalogBrand value) {
1213
+ if (catalogBrandBuilder_ == null) {
1214
+ if (((bitField0_ & 0x00000002) != 0) &&
1215
+ catalogBrand_ != null &&
1216
+ catalogBrand_ != com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance()) {
1217
+ catalogBrand_ =
1218
+ com.lansweeper.dp.outbound.v1.CatalogBrand.newBuilder(catalogBrand_).mergeFrom(value).buildPartial();
1219
+ } else {
1220
+ catalogBrand_ = value;
1221
+ }
1222
+ onChanged();
1223
+ } else {
1224
+ catalogBrandBuilder_.mergeFrom(value);
1225
+ }
1226
+ bitField0_ |= 0x00000002;
1227
+ return this;
1228
+ }
1229
+ /**
1230
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1231
+ */
1232
+ public Builder clearCatalogBrand() {
1233
+ if (catalogBrandBuilder_ == null) {
1234
+ catalogBrand_ = null;
1235
+ onChanged();
1236
+ } else {
1237
+ catalogBrandBuilder_.clear();
1238
+ }
1239
+ bitField0_ = (bitField0_ & ~0x00000002);
1240
+ return this;
1241
+ }
1242
+ /**
1243
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1244
+ */
1245
+ public com.lansweeper.dp.outbound.v1.CatalogBrand.Builder getCatalogBrandBuilder() {
1246
+ bitField0_ |= 0x00000002;
1247
+ onChanged();
1248
+ return getCatalogBrandFieldBuilder().getBuilder();
1249
+ }
1250
+ /**
1251
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1252
+ */
1253
+ public com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder getCatalogBrandOrBuilder() {
1254
+ if (catalogBrandBuilder_ != null) {
1255
+ return catalogBrandBuilder_.getMessageOrBuilder();
1256
+ } else {
1257
+ return catalogBrand_ == null ?
1258
+ com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance() : catalogBrand_;
1259
+ }
1260
+ }
1261
+ /**
1262
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 10;</code>
1263
+ */
1264
+ private com.google.protobuf.SingleFieldBuilderV3<
1265
+ com.lansweeper.dp.outbound.v1.CatalogBrand, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder, com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder>
1266
+ getCatalogBrandFieldBuilder() {
1267
+ if (catalogBrandBuilder_ == null) {
1268
+ catalogBrandBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
1269
+ com.lansweeper.dp.outbound.v1.CatalogBrand, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder, com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder>(
1270
+ getCatalogBrand(),
1271
+ getParentForChildren(),
1272
+ isClean());
1273
+ catalogBrand_ = null;
1274
+ }
1275
+ return catalogBrandBuilder_;
1276
+ }
1277
+
1278
+ private com.lansweeper.dp.outbound.v1.CatalogMonitor catalogMonitor_;
1279
+ private com.google.protobuf.SingleFieldBuilderV3<
1280
+ com.lansweeper.dp.outbound.v1.CatalogMonitor, com.lansweeper.dp.outbound.v1.CatalogMonitor.Builder, com.lansweeper.dp.outbound.v1.CatalogMonitorOrBuilder> catalogMonitorBuilder_;
1281
+ /**
1282
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1283
+ * @return Whether the catalogMonitor field is set.
1284
+ */
1285
+ public boolean hasCatalogMonitor() {
1286
+ return ((bitField0_ & 0x00000004) != 0);
1287
+ }
1288
+ /**
1289
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1290
+ * @return The catalogMonitor.
1291
+ */
1292
+ public com.lansweeper.dp.outbound.v1.CatalogMonitor getCatalogMonitor() {
1293
+ if (catalogMonitorBuilder_ == null) {
1294
+ return catalogMonitor_ == null ? com.lansweeper.dp.outbound.v1.CatalogMonitor.getDefaultInstance() : catalogMonitor_;
1295
+ } else {
1296
+ return catalogMonitorBuilder_.getMessage();
1297
+ }
1298
+ }
1299
+ /**
1300
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1301
+ */
1302
+ public Builder setCatalogMonitor(com.lansweeper.dp.outbound.v1.CatalogMonitor value) {
1303
+ if (catalogMonitorBuilder_ == null) {
1304
+ if (value == null) {
1305
+ throw new NullPointerException();
1306
+ }
1307
+ catalogMonitor_ = value;
1308
+ onChanged();
1309
+ } else {
1310
+ catalogMonitorBuilder_.setMessage(value);
1311
+ }
1312
+ bitField0_ |= 0x00000004;
1313
+ return this;
1314
+ }
1315
+ /**
1316
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1317
+ */
1318
+ public Builder setCatalogMonitor(
1319
+ com.lansweeper.dp.outbound.v1.CatalogMonitor.Builder builderForValue) {
1320
+ if (catalogMonitorBuilder_ == null) {
1321
+ catalogMonitor_ = builderForValue.build();
1322
+ onChanged();
1323
+ } else {
1324
+ catalogMonitorBuilder_.setMessage(builderForValue.build());
1325
+ }
1326
+ bitField0_ |= 0x00000004;
1327
+ return this;
1328
+ }
1329
+ /**
1330
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1331
+ */
1332
+ public Builder mergeCatalogMonitor(com.lansweeper.dp.outbound.v1.CatalogMonitor value) {
1333
+ if (catalogMonitorBuilder_ == null) {
1334
+ if (((bitField0_ & 0x00000004) != 0) &&
1335
+ catalogMonitor_ != null &&
1336
+ catalogMonitor_ != com.lansweeper.dp.outbound.v1.CatalogMonitor.getDefaultInstance()) {
1337
+ catalogMonitor_ =
1338
+ com.lansweeper.dp.outbound.v1.CatalogMonitor.newBuilder(catalogMonitor_).mergeFrom(value).buildPartial();
1339
+ } else {
1340
+ catalogMonitor_ = value;
1341
+ }
1342
+ onChanged();
1343
+ } else {
1344
+ catalogMonitorBuilder_.mergeFrom(value);
1345
+ }
1346
+ bitField0_ |= 0x00000004;
1347
+ return this;
1348
+ }
1349
+ /**
1350
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1351
+ */
1352
+ public Builder clearCatalogMonitor() {
1353
+ if (catalogMonitorBuilder_ == null) {
1354
+ catalogMonitor_ = null;
1355
+ onChanged();
1356
+ } else {
1357
+ catalogMonitorBuilder_.clear();
1358
+ }
1359
+ bitField0_ = (bitField0_ & ~0x00000004);
1360
+ return this;
1361
+ }
1362
+ /**
1363
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1364
+ */
1365
+ public com.lansweeper.dp.outbound.v1.CatalogMonitor.Builder getCatalogMonitorBuilder() {
1366
+ bitField0_ |= 0x00000004;
1367
+ onChanged();
1368
+ return getCatalogMonitorFieldBuilder().getBuilder();
1369
+ }
1370
+ /**
1371
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1372
+ */
1373
+ public com.lansweeper.dp.outbound.v1.CatalogMonitorOrBuilder getCatalogMonitorOrBuilder() {
1374
+ if (catalogMonitorBuilder_ != null) {
1375
+ return catalogMonitorBuilder_.getMessageOrBuilder();
1376
+ } else {
1377
+ return catalogMonitor_ == null ?
1378
+ com.lansweeper.dp.outbound.v1.CatalogMonitor.getDefaultInstance() : catalogMonitor_;
1379
+ }
1380
+ }
1381
+ /**
1382
+ * <code>.com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 11;</code>
1383
+ */
1384
+ private com.google.protobuf.SingleFieldBuilderV3<
1385
+ com.lansweeper.dp.outbound.v1.CatalogMonitor, com.lansweeper.dp.outbound.v1.CatalogMonitor.Builder, com.lansweeper.dp.outbound.v1.CatalogMonitorOrBuilder>
1386
+ getCatalogMonitorFieldBuilder() {
1387
+ if (catalogMonitorBuilder_ == null) {
1388
+ catalogMonitorBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
1389
+ com.lansweeper.dp.outbound.v1.CatalogMonitor, com.lansweeper.dp.outbound.v1.CatalogMonitor.Builder, com.lansweeper.dp.outbound.v1.CatalogMonitorOrBuilder>(
1390
+ getCatalogMonitor(),
1391
+ getParentForChildren(),
1392
+ isClean());
1393
+ catalogMonitor_ = null;
1394
+ }
1395
+ return catalogMonitorBuilder_;
1396
+ }
1397
+
1398
+ private com.google.protobuf.SingleFieldBuilderV3<
1399
+ com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo, com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.Builder, com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfoOrBuilder> windowsBuilder_;
1400
+ /**
1401
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1402
+ * @return Whether the windows field is set.
1403
+ */
1404
+ @java.lang.Override
1405
+ public boolean hasWindows() {
1406
+ return rawCase_ == 20;
1407
+ }
1408
+ /**
1409
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1410
+ * @return The windows.
1411
+ */
1412
+ @java.lang.Override
1413
+ public com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo getWindows() {
1414
+ if (windowsBuilder_ == null) {
1415
+ if (rawCase_ == 20) {
1416
+ return (com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_;
1417
+ }
1418
+ return com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.getDefaultInstance();
1419
+ } else {
1420
+ if (rawCase_ == 20) {
1421
+ return windowsBuilder_.getMessage();
1422
+ }
1423
+ return com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.getDefaultInstance();
1424
+ }
1425
+ }
1426
+ /**
1427
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1428
+ */
1429
+ public Builder setWindows(com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo value) {
1430
+ if (windowsBuilder_ == null) {
1431
+ if (value == null) {
1432
+ throw new NullPointerException();
1433
+ }
1434
+ raw_ = value;
1435
+ onChanged();
1436
+ } else {
1437
+ windowsBuilder_.setMessage(value);
1438
+ }
1439
+ rawCase_ = 20;
1440
+ return this;
1441
+ }
1442
+ /**
1443
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1444
+ */
1445
+ public Builder setWindows(
1446
+ com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.Builder builderForValue) {
1447
+ if (windowsBuilder_ == null) {
1448
+ raw_ = builderForValue.build();
1449
+ onChanged();
1450
+ } else {
1451
+ windowsBuilder_.setMessage(builderForValue.build());
1452
+ }
1453
+ rawCase_ = 20;
1454
+ return this;
1455
+ }
1456
+ /**
1457
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1458
+ */
1459
+ public Builder mergeWindows(com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo value) {
1460
+ if (windowsBuilder_ == null) {
1461
+ if (rawCase_ == 20 &&
1462
+ raw_ != com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.getDefaultInstance()) {
1463
+ raw_ = com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.newBuilder((com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_)
1464
+ .mergeFrom(value).buildPartial();
1465
+ } else {
1466
+ raw_ = value;
1467
+ }
1468
+ onChanged();
1469
+ } else {
1470
+ if (rawCase_ == 20) {
1471
+ windowsBuilder_.mergeFrom(value);
1472
+ }
1473
+ windowsBuilder_.setMessage(value);
1474
+ }
1475
+ rawCase_ = 20;
1476
+ return this;
1477
+ }
1478
+ /**
1479
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1480
+ */
1481
+ public Builder clearWindows() {
1482
+ if (windowsBuilder_ == null) {
1483
+ if (rawCase_ == 20) {
1484
+ rawCase_ = 0;
1485
+ raw_ = null;
1486
+ onChanged();
1487
+ }
1488
+ } else {
1489
+ if (rawCase_ == 20) {
1490
+ rawCase_ = 0;
1491
+ raw_ = null;
1492
+ }
1493
+ windowsBuilder_.clear();
1494
+ }
1495
+ return this;
1496
+ }
1497
+ /**
1498
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1499
+ */
1500
+ public com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.Builder getWindowsBuilder() {
1501
+ return getWindowsFieldBuilder().getBuilder();
1502
+ }
1503
+ /**
1504
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1505
+ */
1506
+ @java.lang.Override
1507
+ public com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfoOrBuilder getWindowsOrBuilder() {
1508
+ if ((rawCase_ == 20) && (windowsBuilder_ != null)) {
1509
+ return windowsBuilder_.getMessageOrBuilder();
1510
+ } else {
1511
+ if (rawCase_ == 20) {
1512
+ return (com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_;
1513
+ }
1514
+ return com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.getDefaultInstance();
1515
+ }
1516
+ }
1517
+ /**
1518
+ * <code>.com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo windows = 20;</code>
1519
+ */
1520
+ private com.google.protobuf.SingleFieldBuilderV3<
1521
+ com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo, com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.Builder, com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfoOrBuilder>
1522
+ getWindowsFieldBuilder() {
1523
+ if (windowsBuilder_ == null) {
1524
+ if (!(rawCase_ == 20)) {
1525
+ raw_ = com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.getDefaultInstance();
1526
+ }
1527
+ windowsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
1528
+ com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo, com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.Builder, com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfoOrBuilder>(
1529
+ (com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo) raw_,
1530
+ getParentForChildren(),
1531
+ isClean());
1532
+ raw_ = null;
1533
+ }
1534
+ rawCase_ = 20;
1535
+ onChanged();;
1536
+ return windowsBuilder_;
1537
+ }
1538
+ @java.lang.Override
1539
+ public final Builder setUnknownFields(
1540
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
1541
+ return super.setUnknownFields(unknownFields);
1542
+ }
1543
+
1544
+ @java.lang.Override
1545
+ public final Builder mergeUnknownFields(
1546
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
1547
+ return super.mergeUnknownFields(unknownFields);
1548
+ }
1549
+
1550
+
1551
+ // @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.Monitor)
1552
+ }
1553
+
1554
+ // @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.Monitor)
1555
+ private static final com.lansweeper.dp.outbound.v1.Monitor DEFAULT_INSTANCE;
1556
+ static {
1557
+ DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.Monitor();
1558
+ }
1559
+
1560
+ public static com.lansweeper.dp.outbound.v1.Monitor getDefaultInstance() {
1561
+ return DEFAULT_INSTANCE;
1562
+ }
1563
+
1564
+ private static final com.google.protobuf.Parser<Monitor>
1565
+ PARSER = new com.google.protobuf.AbstractParser<Monitor>() {
1566
+ @java.lang.Override
1567
+ public Monitor parsePartialFrom(
1568
+ com.google.protobuf.CodedInputStream input,
1569
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1570
+ throws com.google.protobuf.InvalidProtocolBufferException {
1571
+ return new Monitor(input, extensionRegistry);
1572
+ }
1573
+ };
1574
+
1575
+ public static com.google.protobuf.Parser<Monitor> parser() {
1576
+ return PARSER;
1577
+ }
1578
+
1579
+ @java.lang.Override
1580
+ public com.google.protobuf.Parser<Monitor> getParserForType() {
1581
+ return PARSER;
1582
+ }
1583
+
1584
+ @java.lang.Override
1585
+ public com.lansweeper.dp.outbound.v1.Monitor getDefaultInstanceForType() {
1586
+ return DEFAULT_INSTANCE;
1587
+ }
1588
+
1589
+ }
1590
+