@lansweeper/data-platform-outbound-grpc 0.1.3 → 0.1.5

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 (52) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +9 -0
  4. package/gen-proto/outbound_pb.js +90 -12
  5. package/generated-go/outbound.pb.go +949 -897
  6. package/generated-go/outbound_grpc.pb.go +19 -7
  7. package/package.json +2 -2
  8. package/pom.xml +1 -1
  9. package/proto/outbound.proto +7 -3
  10. package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +2132 -0
  11. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +144 -0
  12. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetType.java +801 -0
  13. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetTypeOrBuilder.java +58 -0
  14. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrand.java +4433 -0
  15. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrandOrBuilder.java +446 -0
  16. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModel.java +4089 -0
  17. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModelOrBuilder.java +422 -0
  18. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +484 -0
  19. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +15 -0
  20. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOs.java +3858 -0
  21. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOsOrBuilder.java +384 -0
  22. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +3315 -0
  23. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +332 -0
  24. package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFields.java +1731 -0
  25. package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +138 -0
  26. package/src/main/java/com/lansweeper/dp/outbound/v1/Entity.java +762 -0
  27. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityOrBuilder.java +41 -0
  28. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPath.java +1283 -0
  29. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPathOrBuilder.java +113 -0
  30. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequest.java +655 -0
  31. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequestOrBuilder.java +36 -0
  32. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponse.java +1193 -0
  33. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponseOrBuilder.java +71 -0
  34. package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfo.java +2702 -0
  35. package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfoOrBuilder.java +237 -0
  36. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequest.java +655 -0
  37. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequestOrBuilder.java +36 -0
  38. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponse.java +958 -0
  39. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponseOrBuilder.java +48 -0
  40. package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfo.java +2332 -0
  41. package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfoOrBuilder.java +191 -0
  42. package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +284 -43252
  43. package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfo.java +1073 -0
  44. package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfoOrBuilder.java +77 -0
  45. package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftware.java +1894 -0
  46. package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.java +187 -0
  47. package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +2797 -0
  48. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventory.java +958 -0
  49. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventoryOrBuilder.java +48 -0
  50. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +258 -0
  51. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfo.java +1846 -0
  52. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfoOrBuilder.java +205 -0
@@ -0,0 +1,3858 @@
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
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.CatalogOs}
8
+ */
9
+ public final class CatalogOs extends
10
+ com.google.protobuf.GeneratedMessageV3 implements
11
+ // @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.CatalogOs)
12
+ CatalogOsOrBuilder {
13
+ private static final long serialVersionUID = 0L;
14
+ // Use CatalogOs.newBuilder() to construct.
15
+ private CatalogOs(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
16
+ super(builder);
17
+ }
18
+ private CatalogOs() {
19
+ osKey_ = "";
20
+ osName_ = "";
21
+ osVersion_ = "";
22
+ osBuild_ = "";
23
+ osVersionName_ = "";
24
+ lifecyleConfidence_ = "";
25
+ logoImageUrl_ = "";
26
+ bannerImageUrl_ = "";
27
+ wikipediaId_ = "";
28
+ wikipediaLangCode_ = "";
29
+ websiteUrl_ = "";
30
+ supportUrl_ = "";
31
+ supportPhone_ = "";
32
+ facebookAccount_ = "";
33
+ twitterAccount_ = "";
34
+ nistCpe_ = "";
35
+ }
36
+
37
+ @java.lang.Override
38
+ @SuppressWarnings({"unused"})
39
+ protected java.lang.Object newInstance(
40
+ UnusedPrivateParameter unused) {
41
+ return new CatalogOs();
42
+ }
43
+
44
+ @java.lang.Override
45
+ public final com.google.protobuf.UnknownFieldSet
46
+ getUnknownFields() {
47
+ return this.unknownFields;
48
+ }
49
+ private CatalogOs(
50
+ com.google.protobuf.CodedInputStream input,
51
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
52
+ throws com.google.protobuf.InvalidProtocolBufferException {
53
+ this();
54
+ if (extensionRegistry == null) {
55
+ throw new java.lang.NullPointerException();
56
+ }
57
+ int mutable_bitField0_ = 0;
58
+ com.google.protobuf.UnknownFieldSet.Builder unknownFields =
59
+ com.google.protobuf.UnknownFieldSet.newBuilder();
60
+ try {
61
+ boolean done = false;
62
+ while (!done) {
63
+ int tag = input.readTag();
64
+ switch (tag) {
65
+ case 0:
66
+ done = true;
67
+ break;
68
+ case 8: {
69
+
70
+ id_ = input.readInt64();
71
+ break;
72
+ }
73
+ case 18: {
74
+ java.lang.String s = input.readStringRequireUtf8();
75
+
76
+ osKey_ = s;
77
+ break;
78
+ }
79
+ case 26: {
80
+ java.lang.String s = input.readStringRequireUtf8();
81
+
82
+ osName_ = s;
83
+ break;
84
+ }
85
+ case 34: {
86
+ java.lang.String s = input.readStringRequireUtf8();
87
+ bitField0_ |= 0x00000001;
88
+ osVersion_ = s;
89
+ break;
90
+ }
91
+ case 42: {
92
+ java.lang.String s = input.readStringRequireUtf8();
93
+ bitField0_ |= 0x00000004;
94
+ osVersionName_ = s;
95
+ break;
96
+ }
97
+ case 48: {
98
+ bitField0_ |= 0x00000008;
99
+ overrideId_ = input.readInt64();
100
+ break;
101
+ }
102
+ case 56: {
103
+ bitField0_ |= 0x00000010;
104
+ makeId_ = input.readInt64();
105
+ break;
106
+ }
107
+ case 64: {
108
+ bitField0_ |= 0x00000020;
109
+ parentId_ = input.readInt64();
110
+ break;
111
+ }
112
+ case 72: {
113
+ bitField0_ |= 0x00000040;
114
+ releaseDate_ = input.readInt64();
115
+ break;
116
+ }
117
+ case 80: {
118
+ bitField0_ |= 0x00000080;
119
+ eolDate_ = input.readInt64();
120
+ break;
121
+ }
122
+ case 88: {
123
+ bitField0_ |= 0x00200000;
124
+ lastUpdateTime_ = input.readInt64();
125
+ break;
126
+ }
127
+ case 98: {
128
+ java.lang.String s = input.readStringRequireUtf8();
129
+ bitField0_ |= 0x00000002;
130
+ osBuild_ = s;
131
+ break;
132
+ }
133
+ case 106: {
134
+ java.lang.String s = input.readStringRequireUtf8();
135
+ bitField0_ |= 0x00000800;
136
+ logoImageUrl_ = s;
137
+ break;
138
+ }
139
+ case 114: {
140
+ java.lang.String s = input.readStringRequireUtf8();
141
+ bitField0_ |= 0x00001000;
142
+ bannerImageUrl_ = s;
143
+ break;
144
+ }
145
+ case 122: {
146
+ java.lang.String s = input.readStringRequireUtf8();
147
+ bitField0_ |= 0x00002000;
148
+ wikipediaId_ = s;
149
+ break;
150
+ }
151
+ case 130: {
152
+ java.lang.String s = input.readStringRequireUtf8();
153
+ bitField0_ |= 0x00004000;
154
+ wikipediaLangCode_ = s;
155
+ break;
156
+ }
157
+ case 138: {
158
+ java.lang.String s = input.readStringRequireUtf8();
159
+ bitField0_ |= 0x00008000;
160
+ websiteUrl_ = s;
161
+ break;
162
+ }
163
+ case 146: {
164
+ java.lang.String s = input.readStringRequireUtf8();
165
+ bitField0_ |= 0x00010000;
166
+ supportUrl_ = s;
167
+ break;
168
+ }
169
+ case 154: {
170
+ java.lang.String s = input.readStringRequireUtf8();
171
+ bitField0_ |= 0x00020000;
172
+ supportPhone_ = s;
173
+ break;
174
+ }
175
+ case 162: {
176
+ java.lang.String s = input.readStringRequireUtf8();
177
+ bitField0_ |= 0x00040000;
178
+ facebookAccount_ = s;
179
+ break;
180
+ }
181
+ case 170: {
182
+ java.lang.String s = input.readStringRequireUtf8();
183
+ bitField0_ |= 0x00080000;
184
+ twitterAccount_ = s;
185
+ break;
186
+ }
187
+ case 176: {
188
+ bitField0_ |= 0x00000100;
189
+ eosDate_ = input.readInt64();
190
+ break;
191
+ }
192
+ case 186: {
193
+ java.lang.String s = input.readStringRequireUtf8();
194
+ bitField0_ |= 0x00100000;
195
+ nistCpe_ = s;
196
+ break;
197
+ }
198
+ case 192: {
199
+ bitField0_ |= 0x00400000;
200
+ matchScore_ = input.readInt32();
201
+ break;
202
+ }
203
+ case 200: {
204
+ bitField0_ |= 0x00000200;
205
+ eosxDate_ = input.readInt64();
206
+ break;
207
+ }
208
+ case 210: {
209
+ java.lang.String s = input.readStringRequireUtf8();
210
+ bitField0_ |= 0x00000400;
211
+ lifecyleConfidence_ = s;
212
+ break;
213
+ }
214
+ default: {
215
+ if (!parseUnknownField(
216
+ input, unknownFields, extensionRegistry, tag)) {
217
+ done = true;
218
+ }
219
+ break;
220
+ }
221
+ }
222
+ }
223
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
224
+ throw e.setUnfinishedMessage(this);
225
+ } catch (java.io.IOException e) {
226
+ throw new com.google.protobuf.InvalidProtocolBufferException(
227
+ e).setUnfinishedMessage(this);
228
+ } finally {
229
+ this.unknownFields = unknownFields.build();
230
+ makeExtensionsImmutable();
231
+ }
232
+ }
233
+ public static final com.google.protobuf.Descriptors.Descriptor
234
+ getDescriptor() {
235
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor;
236
+ }
237
+
238
+ @java.lang.Override
239
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
240
+ internalGetFieldAccessorTable() {
241
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable
242
+ .ensureFieldAccessorsInitialized(
243
+ com.lansweeper.dp.outbound.v1.CatalogOs.class, com.lansweeper.dp.outbound.v1.CatalogOs.Builder.class);
244
+ }
245
+
246
+ private int bitField0_;
247
+ public static final int ID_FIELD_NUMBER = 1;
248
+ private long id_;
249
+ /**
250
+ * <code>int64 id = 1;</code>
251
+ * @return The id.
252
+ */
253
+ @java.lang.Override
254
+ public long getId() {
255
+ return id_;
256
+ }
257
+
258
+ public static final int OS_KEY_FIELD_NUMBER = 2;
259
+ private volatile java.lang.Object osKey_;
260
+ /**
261
+ * <code>string os_key = 2;</code>
262
+ * @return The osKey.
263
+ */
264
+ @java.lang.Override
265
+ public java.lang.String getOsKey() {
266
+ java.lang.Object ref = osKey_;
267
+ if (ref instanceof java.lang.String) {
268
+ return (java.lang.String) ref;
269
+ } else {
270
+ com.google.protobuf.ByteString bs =
271
+ (com.google.protobuf.ByteString) ref;
272
+ java.lang.String s = bs.toStringUtf8();
273
+ osKey_ = s;
274
+ return s;
275
+ }
276
+ }
277
+ /**
278
+ * <code>string os_key = 2;</code>
279
+ * @return The bytes for osKey.
280
+ */
281
+ @java.lang.Override
282
+ public com.google.protobuf.ByteString
283
+ getOsKeyBytes() {
284
+ java.lang.Object ref = osKey_;
285
+ if (ref instanceof java.lang.String) {
286
+ com.google.protobuf.ByteString b =
287
+ com.google.protobuf.ByteString.copyFromUtf8(
288
+ (java.lang.String) ref);
289
+ osKey_ = b;
290
+ return b;
291
+ } else {
292
+ return (com.google.protobuf.ByteString) ref;
293
+ }
294
+ }
295
+
296
+ public static final int OS_NAME_FIELD_NUMBER = 3;
297
+ private volatile java.lang.Object osName_;
298
+ /**
299
+ * <code>string os_name = 3;</code>
300
+ * @return The osName.
301
+ */
302
+ @java.lang.Override
303
+ public java.lang.String getOsName() {
304
+ java.lang.Object ref = osName_;
305
+ if (ref instanceof java.lang.String) {
306
+ return (java.lang.String) ref;
307
+ } else {
308
+ com.google.protobuf.ByteString bs =
309
+ (com.google.protobuf.ByteString) ref;
310
+ java.lang.String s = bs.toStringUtf8();
311
+ osName_ = s;
312
+ return s;
313
+ }
314
+ }
315
+ /**
316
+ * <code>string os_name = 3;</code>
317
+ * @return The bytes for osName.
318
+ */
319
+ @java.lang.Override
320
+ public com.google.protobuf.ByteString
321
+ getOsNameBytes() {
322
+ java.lang.Object ref = osName_;
323
+ if (ref instanceof java.lang.String) {
324
+ com.google.protobuf.ByteString b =
325
+ com.google.protobuf.ByteString.copyFromUtf8(
326
+ (java.lang.String) ref);
327
+ osName_ = b;
328
+ return b;
329
+ } else {
330
+ return (com.google.protobuf.ByteString) ref;
331
+ }
332
+ }
333
+
334
+ public static final int OS_VERSION_FIELD_NUMBER = 4;
335
+ private volatile java.lang.Object osVersion_;
336
+ /**
337
+ * <code>string os_version = 4;</code>
338
+ * @return Whether the osVersion field is set.
339
+ */
340
+ @java.lang.Override
341
+ public boolean hasOsVersion() {
342
+ return ((bitField0_ & 0x00000001) != 0);
343
+ }
344
+ /**
345
+ * <code>string os_version = 4;</code>
346
+ * @return The osVersion.
347
+ */
348
+ @java.lang.Override
349
+ public java.lang.String getOsVersion() {
350
+ java.lang.Object ref = osVersion_;
351
+ if (ref instanceof java.lang.String) {
352
+ return (java.lang.String) ref;
353
+ } else {
354
+ com.google.protobuf.ByteString bs =
355
+ (com.google.protobuf.ByteString) ref;
356
+ java.lang.String s = bs.toStringUtf8();
357
+ osVersion_ = s;
358
+ return s;
359
+ }
360
+ }
361
+ /**
362
+ * <code>string os_version = 4;</code>
363
+ * @return The bytes for osVersion.
364
+ */
365
+ @java.lang.Override
366
+ public com.google.protobuf.ByteString
367
+ getOsVersionBytes() {
368
+ java.lang.Object ref = osVersion_;
369
+ if (ref instanceof java.lang.String) {
370
+ com.google.protobuf.ByteString b =
371
+ com.google.protobuf.ByteString.copyFromUtf8(
372
+ (java.lang.String) ref);
373
+ osVersion_ = b;
374
+ return b;
375
+ } else {
376
+ return (com.google.protobuf.ByteString) ref;
377
+ }
378
+ }
379
+
380
+ public static final int OS_BUILD_FIELD_NUMBER = 12;
381
+ private volatile java.lang.Object osBuild_;
382
+ /**
383
+ * <code>string os_build = 12;</code>
384
+ * @return Whether the osBuild field is set.
385
+ */
386
+ @java.lang.Override
387
+ public boolean hasOsBuild() {
388
+ return ((bitField0_ & 0x00000002) != 0);
389
+ }
390
+ /**
391
+ * <code>string os_build = 12;</code>
392
+ * @return The osBuild.
393
+ */
394
+ @java.lang.Override
395
+ public java.lang.String getOsBuild() {
396
+ java.lang.Object ref = osBuild_;
397
+ if (ref instanceof java.lang.String) {
398
+ return (java.lang.String) ref;
399
+ } else {
400
+ com.google.protobuf.ByteString bs =
401
+ (com.google.protobuf.ByteString) ref;
402
+ java.lang.String s = bs.toStringUtf8();
403
+ osBuild_ = s;
404
+ return s;
405
+ }
406
+ }
407
+ /**
408
+ * <code>string os_build = 12;</code>
409
+ * @return The bytes for osBuild.
410
+ */
411
+ @java.lang.Override
412
+ public com.google.protobuf.ByteString
413
+ getOsBuildBytes() {
414
+ java.lang.Object ref = osBuild_;
415
+ if (ref instanceof java.lang.String) {
416
+ com.google.protobuf.ByteString b =
417
+ com.google.protobuf.ByteString.copyFromUtf8(
418
+ (java.lang.String) ref);
419
+ osBuild_ = b;
420
+ return b;
421
+ } else {
422
+ return (com.google.protobuf.ByteString) ref;
423
+ }
424
+ }
425
+
426
+ public static final int OS_VERSION_NAME_FIELD_NUMBER = 5;
427
+ private volatile java.lang.Object osVersionName_;
428
+ /**
429
+ * <code>string os_version_name = 5;</code>
430
+ * @return Whether the osVersionName field is set.
431
+ */
432
+ @java.lang.Override
433
+ public boolean hasOsVersionName() {
434
+ return ((bitField0_ & 0x00000004) != 0);
435
+ }
436
+ /**
437
+ * <code>string os_version_name = 5;</code>
438
+ * @return The osVersionName.
439
+ */
440
+ @java.lang.Override
441
+ public java.lang.String getOsVersionName() {
442
+ java.lang.Object ref = osVersionName_;
443
+ if (ref instanceof java.lang.String) {
444
+ return (java.lang.String) ref;
445
+ } else {
446
+ com.google.protobuf.ByteString bs =
447
+ (com.google.protobuf.ByteString) ref;
448
+ java.lang.String s = bs.toStringUtf8();
449
+ osVersionName_ = s;
450
+ return s;
451
+ }
452
+ }
453
+ /**
454
+ * <code>string os_version_name = 5;</code>
455
+ * @return The bytes for osVersionName.
456
+ */
457
+ @java.lang.Override
458
+ public com.google.protobuf.ByteString
459
+ getOsVersionNameBytes() {
460
+ java.lang.Object ref = osVersionName_;
461
+ if (ref instanceof java.lang.String) {
462
+ com.google.protobuf.ByteString b =
463
+ com.google.protobuf.ByteString.copyFromUtf8(
464
+ (java.lang.String) ref);
465
+ osVersionName_ = b;
466
+ return b;
467
+ } else {
468
+ return (com.google.protobuf.ByteString) ref;
469
+ }
470
+ }
471
+
472
+ public static final int OVERRIDE_ID_FIELD_NUMBER = 6;
473
+ private long overrideId_;
474
+ /**
475
+ * <code>int64 override_id = 6;</code>
476
+ * @return Whether the overrideId field is set.
477
+ */
478
+ @java.lang.Override
479
+ public boolean hasOverrideId() {
480
+ return ((bitField0_ & 0x00000008) != 0);
481
+ }
482
+ /**
483
+ * <code>int64 override_id = 6;</code>
484
+ * @return The overrideId.
485
+ */
486
+ @java.lang.Override
487
+ public long getOverrideId() {
488
+ return overrideId_;
489
+ }
490
+
491
+ public static final int MAKE_ID_FIELD_NUMBER = 7;
492
+ private long makeId_;
493
+ /**
494
+ * <code>int64 make_id = 7;</code>
495
+ * @return Whether the makeId field is set.
496
+ */
497
+ @java.lang.Override
498
+ public boolean hasMakeId() {
499
+ return ((bitField0_ & 0x00000010) != 0);
500
+ }
501
+ /**
502
+ * <code>int64 make_id = 7;</code>
503
+ * @return The makeId.
504
+ */
505
+ @java.lang.Override
506
+ public long getMakeId() {
507
+ return makeId_;
508
+ }
509
+
510
+ public static final int PARENT_ID_FIELD_NUMBER = 8;
511
+ private long parentId_;
512
+ /**
513
+ * <code>int64 parent_id = 8;</code>
514
+ * @return Whether the parentId field is set.
515
+ */
516
+ @java.lang.Override
517
+ public boolean hasParentId() {
518
+ return ((bitField0_ & 0x00000020) != 0);
519
+ }
520
+ /**
521
+ * <code>int64 parent_id = 8;</code>
522
+ * @return The parentId.
523
+ */
524
+ @java.lang.Override
525
+ public long getParentId() {
526
+ return parentId_;
527
+ }
528
+
529
+ public static final int RELEASE_DATE_FIELD_NUMBER = 9;
530
+ private long releaseDate_;
531
+ /**
532
+ * <code>int64 release_date = 9;</code>
533
+ * @return Whether the releaseDate field is set.
534
+ */
535
+ @java.lang.Override
536
+ public boolean hasReleaseDate() {
537
+ return ((bitField0_ & 0x00000040) != 0);
538
+ }
539
+ /**
540
+ * <code>int64 release_date = 9;</code>
541
+ * @return The releaseDate.
542
+ */
543
+ @java.lang.Override
544
+ public long getReleaseDate() {
545
+ return releaseDate_;
546
+ }
547
+
548
+ public static final int EOL_DATE_FIELD_NUMBER = 10;
549
+ private long eolDate_;
550
+ /**
551
+ * <code>int64 eol_date = 10;</code>
552
+ * @return Whether the eolDate field is set.
553
+ */
554
+ @java.lang.Override
555
+ public boolean hasEolDate() {
556
+ return ((bitField0_ & 0x00000080) != 0);
557
+ }
558
+ /**
559
+ * <code>int64 eol_date = 10;</code>
560
+ * @return The eolDate.
561
+ */
562
+ @java.lang.Override
563
+ public long getEolDate() {
564
+ return eolDate_;
565
+ }
566
+
567
+ public static final int EOS_DATE_FIELD_NUMBER = 22;
568
+ private long eosDate_;
569
+ /**
570
+ * <code>int64 eos_date = 22;</code>
571
+ * @return Whether the eosDate field is set.
572
+ */
573
+ @java.lang.Override
574
+ public boolean hasEosDate() {
575
+ return ((bitField0_ & 0x00000100) != 0);
576
+ }
577
+ /**
578
+ * <code>int64 eos_date = 22;</code>
579
+ * @return The eosDate.
580
+ */
581
+ @java.lang.Override
582
+ public long getEosDate() {
583
+ return eosDate_;
584
+ }
585
+
586
+ public static final int EOSX_DATE_FIELD_NUMBER = 25;
587
+ private long eosxDate_;
588
+ /**
589
+ * <code>int64 eosx_date = 25;</code>
590
+ * @return Whether the eosxDate field is set.
591
+ */
592
+ @java.lang.Override
593
+ public boolean hasEosxDate() {
594
+ return ((bitField0_ & 0x00000200) != 0);
595
+ }
596
+ /**
597
+ * <code>int64 eosx_date = 25;</code>
598
+ * @return The eosxDate.
599
+ */
600
+ @java.lang.Override
601
+ public long getEosxDate() {
602
+ return eosxDate_;
603
+ }
604
+
605
+ public static final int LIFECYLE_CONFIDENCE_FIELD_NUMBER = 26;
606
+ private volatile java.lang.Object lifecyleConfidence_;
607
+ /**
608
+ * <code>string lifecyle_confidence = 26;</code>
609
+ * @return Whether the lifecyleConfidence field is set.
610
+ */
611
+ @java.lang.Override
612
+ public boolean hasLifecyleConfidence() {
613
+ return ((bitField0_ & 0x00000400) != 0);
614
+ }
615
+ /**
616
+ * <code>string lifecyle_confidence = 26;</code>
617
+ * @return The lifecyleConfidence.
618
+ */
619
+ @java.lang.Override
620
+ public java.lang.String getLifecyleConfidence() {
621
+ java.lang.Object ref = lifecyleConfidence_;
622
+ if (ref instanceof java.lang.String) {
623
+ return (java.lang.String) ref;
624
+ } else {
625
+ com.google.protobuf.ByteString bs =
626
+ (com.google.protobuf.ByteString) ref;
627
+ java.lang.String s = bs.toStringUtf8();
628
+ lifecyleConfidence_ = s;
629
+ return s;
630
+ }
631
+ }
632
+ /**
633
+ * <code>string lifecyle_confidence = 26;</code>
634
+ * @return The bytes for lifecyleConfidence.
635
+ */
636
+ @java.lang.Override
637
+ public com.google.protobuf.ByteString
638
+ getLifecyleConfidenceBytes() {
639
+ java.lang.Object ref = lifecyleConfidence_;
640
+ if (ref instanceof java.lang.String) {
641
+ com.google.protobuf.ByteString b =
642
+ com.google.protobuf.ByteString.copyFromUtf8(
643
+ (java.lang.String) ref);
644
+ lifecyleConfidence_ = b;
645
+ return b;
646
+ } else {
647
+ return (com.google.protobuf.ByteString) ref;
648
+ }
649
+ }
650
+
651
+ public static final int LOGO_IMAGE_URL_FIELD_NUMBER = 13;
652
+ private volatile java.lang.Object logoImageUrl_;
653
+ /**
654
+ * <code>string logo_image_url = 13;</code>
655
+ * @return Whether the logoImageUrl field is set.
656
+ */
657
+ @java.lang.Override
658
+ public boolean hasLogoImageUrl() {
659
+ return ((bitField0_ & 0x00000800) != 0);
660
+ }
661
+ /**
662
+ * <code>string logo_image_url = 13;</code>
663
+ * @return The logoImageUrl.
664
+ */
665
+ @java.lang.Override
666
+ public java.lang.String getLogoImageUrl() {
667
+ java.lang.Object ref = logoImageUrl_;
668
+ if (ref instanceof java.lang.String) {
669
+ return (java.lang.String) ref;
670
+ } else {
671
+ com.google.protobuf.ByteString bs =
672
+ (com.google.protobuf.ByteString) ref;
673
+ java.lang.String s = bs.toStringUtf8();
674
+ logoImageUrl_ = s;
675
+ return s;
676
+ }
677
+ }
678
+ /**
679
+ * <code>string logo_image_url = 13;</code>
680
+ * @return The bytes for logoImageUrl.
681
+ */
682
+ @java.lang.Override
683
+ public com.google.protobuf.ByteString
684
+ getLogoImageUrlBytes() {
685
+ java.lang.Object ref = logoImageUrl_;
686
+ if (ref instanceof java.lang.String) {
687
+ com.google.protobuf.ByteString b =
688
+ com.google.protobuf.ByteString.copyFromUtf8(
689
+ (java.lang.String) ref);
690
+ logoImageUrl_ = b;
691
+ return b;
692
+ } else {
693
+ return (com.google.protobuf.ByteString) ref;
694
+ }
695
+ }
696
+
697
+ public static final int BANNER_IMAGE_URL_FIELD_NUMBER = 14;
698
+ private volatile java.lang.Object bannerImageUrl_;
699
+ /**
700
+ * <code>string banner_image_url = 14;</code>
701
+ * @return Whether the bannerImageUrl field is set.
702
+ */
703
+ @java.lang.Override
704
+ public boolean hasBannerImageUrl() {
705
+ return ((bitField0_ & 0x00001000) != 0);
706
+ }
707
+ /**
708
+ * <code>string banner_image_url = 14;</code>
709
+ * @return The bannerImageUrl.
710
+ */
711
+ @java.lang.Override
712
+ public java.lang.String getBannerImageUrl() {
713
+ java.lang.Object ref = bannerImageUrl_;
714
+ if (ref instanceof java.lang.String) {
715
+ return (java.lang.String) ref;
716
+ } else {
717
+ com.google.protobuf.ByteString bs =
718
+ (com.google.protobuf.ByteString) ref;
719
+ java.lang.String s = bs.toStringUtf8();
720
+ bannerImageUrl_ = s;
721
+ return s;
722
+ }
723
+ }
724
+ /**
725
+ * <code>string banner_image_url = 14;</code>
726
+ * @return The bytes for bannerImageUrl.
727
+ */
728
+ @java.lang.Override
729
+ public com.google.protobuf.ByteString
730
+ getBannerImageUrlBytes() {
731
+ java.lang.Object ref = bannerImageUrl_;
732
+ if (ref instanceof java.lang.String) {
733
+ com.google.protobuf.ByteString b =
734
+ com.google.protobuf.ByteString.copyFromUtf8(
735
+ (java.lang.String) ref);
736
+ bannerImageUrl_ = b;
737
+ return b;
738
+ } else {
739
+ return (com.google.protobuf.ByteString) ref;
740
+ }
741
+ }
742
+
743
+ public static final int WIKIPEDIA_ID_FIELD_NUMBER = 15;
744
+ private volatile java.lang.Object wikipediaId_;
745
+ /**
746
+ * <code>string wikipedia_id = 15;</code>
747
+ * @return Whether the wikipediaId field is set.
748
+ */
749
+ @java.lang.Override
750
+ public boolean hasWikipediaId() {
751
+ return ((bitField0_ & 0x00002000) != 0);
752
+ }
753
+ /**
754
+ * <code>string wikipedia_id = 15;</code>
755
+ * @return The wikipediaId.
756
+ */
757
+ @java.lang.Override
758
+ public java.lang.String getWikipediaId() {
759
+ java.lang.Object ref = wikipediaId_;
760
+ if (ref instanceof java.lang.String) {
761
+ return (java.lang.String) ref;
762
+ } else {
763
+ com.google.protobuf.ByteString bs =
764
+ (com.google.protobuf.ByteString) ref;
765
+ java.lang.String s = bs.toStringUtf8();
766
+ wikipediaId_ = s;
767
+ return s;
768
+ }
769
+ }
770
+ /**
771
+ * <code>string wikipedia_id = 15;</code>
772
+ * @return The bytes for wikipediaId.
773
+ */
774
+ @java.lang.Override
775
+ public com.google.protobuf.ByteString
776
+ getWikipediaIdBytes() {
777
+ java.lang.Object ref = wikipediaId_;
778
+ if (ref instanceof java.lang.String) {
779
+ com.google.protobuf.ByteString b =
780
+ com.google.protobuf.ByteString.copyFromUtf8(
781
+ (java.lang.String) ref);
782
+ wikipediaId_ = b;
783
+ return b;
784
+ } else {
785
+ return (com.google.protobuf.ByteString) ref;
786
+ }
787
+ }
788
+
789
+ public static final int WIKIPEDIA_LANG_CODE_FIELD_NUMBER = 16;
790
+ private volatile java.lang.Object wikipediaLangCode_;
791
+ /**
792
+ * <code>string wikipedia_lang_code = 16;</code>
793
+ * @return Whether the wikipediaLangCode field is set.
794
+ */
795
+ @java.lang.Override
796
+ public boolean hasWikipediaLangCode() {
797
+ return ((bitField0_ & 0x00004000) != 0);
798
+ }
799
+ /**
800
+ * <code>string wikipedia_lang_code = 16;</code>
801
+ * @return The wikipediaLangCode.
802
+ */
803
+ @java.lang.Override
804
+ public java.lang.String getWikipediaLangCode() {
805
+ java.lang.Object ref = wikipediaLangCode_;
806
+ if (ref instanceof java.lang.String) {
807
+ return (java.lang.String) ref;
808
+ } else {
809
+ com.google.protobuf.ByteString bs =
810
+ (com.google.protobuf.ByteString) ref;
811
+ java.lang.String s = bs.toStringUtf8();
812
+ wikipediaLangCode_ = s;
813
+ return s;
814
+ }
815
+ }
816
+ /**
817
+ * <code>string wikipedia_lang_code = 16;</code>
818
+ * @return The bytes for wikipediaLangCode.
819
+ */
820
+ @java.lang.Override
821
+ public com.google.protobuf.ByteString
822
+ getWikipediaLangCodeBytes() {
823
+ java.lang.Object ref = wikipediaLangCode_;
824
+ if (ref instanceof java.lang.String) {
825
+ com.google.protobuf.ByteString b =
826
+ com.google.protobuf.ByteString.copyFromUtf8(
827
+ (java.lang.String) ref);
828
+ wikipediaLangCode_ = b;
829
+ return b;
830
+ } else {
831
+ return (com.google.protobuf.ByteString) ref;
832
+ }
833
+ }
834
+
835
+ public static final int WEBSITE_URL_FIELD_NUMBER = 17;
836
+ private volatile java.lang.Object websiteUrl_;
837
+ /**
838
+ * <code>string website_url = 17;</code>
839
+ * @return Whether the websiteUrl field is set.
840
+ */
841
+ @java.lang.Override
842
+ public boolean hasWebsiteUrl() {
843
+ return ((bitField0_ & 0x00008000) != 0);
844
+ }
845
+ /**
846
+ * <code>string website_url = 17;</code>
847
+ * @return The websiteUrl.
848
+ */
849
+ @java.lang.Override
850
+ public java.lang.String getWebsiteUrl() {
851
+ java.lang.Object ref = websiteUrl_;
852
+ if (ref instanceof java.lang.String) {
853
+ return (java.lang.String) ref;
854
+ } else {
855
+ com.google.protobuf.ByteString bs =
856
+ (com.google.protobuf.ByteString) ref;
857
+ java.lang.String s = bs.toStringUtf8();
858
+ websiteUrl_ = s;
859
+ return s;
860
+ }
861
+ }
862
+ /**
863
+ * <code>string website_url = 17;</code>
864
+ * @return The bytes for websiteUrl.
865
+ */
866
+ @java.lang.Override
867
+ public com.google.protobuf.ByteString
868
+ getWebsiteUrlBytes() {
869
+ java.lang.Object ref = websiteUrl_;
870
+ if (ref instanceof java.lang.String) {
871
+ com.google.protobuf.ByteString b =
872
+ com.google.protobuf.ByteString.copyFromUtf8(
873
+ (java.lang.String) ref);
874
+ websiteUrl_ = b;
875
+ return b;
876
+ } else {
877
+ return (com.google.protobuf.ByteString) ref;
878
+ }
879
+ }
880
+
881
+ public static final int SUPPORT_URL_FIELD_NUMBER = 18;
882
+ private volatile java.lang.Object supportUrl_;
883
+ /**
884
+ * <code>string support_url = 18;</code>
885
+ * @return Whether the supportUrl field is set.
886
+ */
887
+ @java.lang.Override
888
+ public boolean hasSupportUrl() {
889
+ return ((bitField0_ & 0x00010000) != 0);
890
+ }
891
+ /**
892
+ * <code>string support_url = 18;</code>
893
+ * @return The supportUrl.
894
+ */
895
+ @java.lang.Override
896
+ public java.lang.String getSupportUrl() {
897
+ java.lang.Object ref = supportUrl_;
898
+ if (ref instanceof java.lang.String) {
899
+ return (java.lang.String) ref;
900
+ } else {
901
+ com.google.protobuf.ByteString bs =
902
+ (com.google.protobuf.ByteString) ref;
903
+ java.lang.String s = bs.toStringUtf8();
904
+ supportUrl_ = s;
905
+ return s;
906
+ }
907
+ }
908
+ /**
909
+ * <code>string support_url = 18;</code>
910
+ * @return The bytes for supportUrl.
911
+ */
912
+ @java.lang.Override
913
+ public com.google.protobuf.ByteString
914
+ getSupportUrlBytes() {
915
+ java.lang.Object ref = supportUrl_;
916
+ if (ref instanceof java.lang.String) {
917
+ com.google.protobuf.ByteString b =
918
+ com.google.protobuf.ByteString.copyFromUtf8(
919
+ (java.lang.String) ref);
920
+ supportUrl_ = b;
921
+ return b;
922
+ } else {
923
+ return (com.google.protobuf.ByteString) ref;
924
+ }
925
+ }
926
+
927
+ public static final int SUPPORT_PHONE_FIELD_NUMBER = 19;
928
+ private volatile java.lang.Object supportPhone_;
929
+ /**
930
+ * <code>string support_phone = 19;</code>
931
+ * @return Whether the supportPhone field is set.
932
+ */
933
+ @java.lang.Override
934
+ public boolean hasSupportPhone() {
935
+ return ((bitField0_ & 0x00020000) != 0);
936
+ }
937
+ /**
938
+ * <code>string support_phone = 19;</code>
939
+ * @return The supportPhone.
940
+ */
941
+ @java.lang.Override
942
+ public java.lang.String getSupportPhone() {
943
+ java.lang.Object ref = supportPhone_;
944
+ if (ref instanceof java.lang.String) {
945
+ return (java.lang.String) ref;
946
+ } else {
947
+ com.google.protobuf.ByteString bs =
948
+ (com.google.protobuf.ByteString) ref;
949
+ java.lang.String s = bs.toStringUtf8();
950
+ supportPhone_ = s;
951
+ return s;
952
+ }
953
+ }
954
+ /**
955
+ * <code>string support_phone = 19;</code>
956
+ * @return The bytes for supportPhone.
957
+ */
958
+ @java.lang.Override
959
+ public com.google.protobuf.ByteString
960
+ getSupportPhoneBytes() {
961
+ java.lang.Object ref = supportPhone_;
962
+ if (ref instanceof java.lang.String) {
963
+ com.google.protobuf.ByteString b =
964
+ com.google.protobuf.ByteString.copyFromUtf8(
965
+ (java.lang.String) ref);
966
+ supportPhone_ = b;
967
+ return b;
968
+ } else {
969
+ return (com.google.protobuf.ByteString) ref;
970
+ }
971
+ }
972
+
973
+ public static final int FACEBOOK_ACCOUNT_FIELD_NUMBER = 20;
974
+ private volatile java.lang.Object facebookAccount_;
975
+ /**
976
+ * <code>string facebook_account = 20;</code>
977
+ * @return Whether the facebookAccount field is set.
978
+ */
979
+ @java.lang.Override
980
+ public boolean hasFacebookAccount() {
981
+ return ((bitField0_ & 0x00040000) != 0);
982
+ }
983
+ /**
984
+ * <code>string facebook_account = 20;</code>
985
+ * @return The facebookAccount.
986
+ */
987
+ @java.lang.Override
988
+ public java.lang.String getFacebookAccount() {
989
+ java.lang.Object ref = facebookAccount_;
990
+ if (ref instanceof java.lang.String) {
991
+ return (java.lang.String) ref;
992
+ } else {
993
+ com.google.protobuf.ByteString bs =
994
+ (com.google.protobuf.ByteString) ref;
995
+ java.lang.String s = bs.toStringUtf8();
996
+ facebookAccount_ = s;
997
+ return s;
998
+ }
999
+ }
1000
+ /**
1001
+ * <code>string facebook_account = 20;</code>
1002
+ * @return The bytes for facebookAccount.
1003
+ */
1004
+ @java.lang.Override
1005
+ public com.google.protobuf.ByteString
1006
+ getFacebookAccountBytes() {
1007
+ java.lang.Object ref = facebookAccount_;
1008
+ if (ref instanceof java.lang.String) {
1009
+ com.google.protobuf.ByteString b =
1010
+ com.google.protobuf.ByteString.copyFromUtf8(
1011
+ (java.lang.String) ref);
1012
+ facebookAccount_ = b;
1013
+ return b;
1014
+ } else {
1015
+ return (com.google.protobuf.ByteString) ref;
1016
+ }
1017
+ }
1018
+
1019
+ public static final int TWITTER_ACCOUNT_FIELD_NUMBER = 21;
1020
+ private volatile java.lang.Object twitterAccount_;
1021
+ /**
1022
+ * <code>string twitter_account = 21;</code>
1023
+ * @return Whether the twitterAccount field is set.
1024
+ */
1025
+ @java.lang.Override
1026
+ public boolean hasTwitterAccount() {
1027
+ return ((bitField0_ & 0x00080000) != 0);
1028
+ }
1029
+ /**
1030
+ * <code>string twitter_account = 21;</code>
1031
+ * @return The twitterAccount.
1032
+ */
1033
+ @java.lang.Override
1034
+ public java.lang.String getTwitterAccount() {
1035
+ java.lang.Object ref = twitterAccount_;
1036
+ if (ref instanceof java.lang.String) {
1037
+ return (java.lang.String) ref;
1038
+ } else {
1039
+ com.google.protobuf.ByteString bs =
1040
+ (com.google.protobuf.ByteString) ref;
1041
+ java.lang.String s = bs.toStringUtf8();
1042
+ twitterAccount_ = s;
1043
+ return s;
1044
+ }
1045
+ }
1046
+ /**
1047
+ * <code>string twitter_account = 21;</code>
1048
+ * @return The bytes for twitterAccount.
1049
+ */
1050
+ @java.lang.Override
1051
+ public com.google.protobuf.ByteString
1052
+ getTwitterAccountBytes() {
1053
+ java.lang.Object ref = twitterAccount_;
1054
+ if (ref instanceof java.lang.String) {
1055
+ com.google.protobuf.ByteString b =
1056
+ com.google.protobuf.ByteString.copyFromUtf8(
1057
+ (java.lang.String) ref);
1058
+ twitterAccount_ = b;
1059
+ return b;
1060
+ } else {
1061
+ return (com.google.protobuf.ByteString) ref;
1062
+ }
1063
+ }
1064
+
1065
+ public static final int NIST_CPE_FIELD_NUMBER = 23;
1066
+ private volatile java.lang.Object nistCpe_;
1067
+ /**
1068
+ * <code>string nist_cpe = 23;</code>
1069
+ * @return Whether the nistCpe field is set.
1070
+ */
1071
+ @java.lang.Override
1072
+ public boolean hasNistCpe() {
1073
+ return ((bitField0_ & 0x00100000) != 0);
1074
+ }
1075
+ /**
1076
+ * <code>string nist_cpe = 23;</code>
1077
+ * @return The nistCpe.
1078
+ */
1079
+ @java.lang.Override
1080
+ public java.lang.String getNistCpe() {
1081
+ java.lang.Object ref = nistCpe_;
1082
+ if (ref instanceof java.lang.String) {
1083
+ return (java.lang.String) ref;
1084
+ } else {
1085
+ com.google.protobuf.ByteString bs =
1086
+ (com.google.protobuf.ByteString) ref;
1087
+ java.lang.String s = bs.toStringUtf8();
1088
+ nistCpe_ = s;
1089
+ return s;
1090
+ }
1091
+ }
1092
+ /**
1093
+ * <code>string nist_cpe = 23;</code>
1094
+ * @return The bytes for nistCpe.
1095
+ */
1096
+ @java.lang.Override
1097
+ public com.google.protobuf.ByteString
1098
+ getNistCpeBytes() {
1099
+ java.lang.Object ref = nistCpe_;
1100
+ if (ref instanceof java.lang.String) {
1101
+ com.google.protobuf.ByteString b =
1102
+ com.google.protobuf.ByteString.copyFromUtf8(
1103
+ (java.lang.String) ref);
1104
+ nistCpe_ = b;
1105
+ return b;
1106
+ } else {
1107
+ return (com.google.protobuf.ByteString) ref;
1108
+ }
1109
+ }
1110
+
1111
+ public static final int LAST_UPDATE_TIME_FIELD_NUMBER = 11;
1112
+ private long lastUpdateTime_;
1113
+ /**
1114
+ * <code>int64 last_update_time = 11;</code>
1115
+ * @return Whether the lastUpdateTime field is set.
1116
+ */
1117
+ @java.lang.Override
1118
+ public boolean hasLastUpdateTime() {
1119
+ return ((bitField0_ & 0x00200000) != 0);
1120
+ }
1121
+ /**
1122
+ * <code>int64 last_update_time = 11;</code>
1123
+ * @return The lastUpdateTime.
1124
+ */
1125
+ @java.lang.Override
1126
+ public long getLastUpdateTime() {
1127
+ return lastUpdateTime_;
1128
+ }
1129
+
1130
+ public static final int MATCH_SCORE_FIELD_NUMBER = 24;
1131
+ private int matchScore_;
1132
+ /**
1133
+ * <pre>
1134
+ * filled only when a result of search
1135
+ * </pre>
1136
+ *
1137
+ * <code>int32 match_score = 24;</code>
1138
+ * @return Whether the matchScore field is set.
1139
+ */
1140
+ @java.lang.Override
1141
+ public boolean hasMatchScore() {
1142
+ return ((bitField0_ & 0x00400000) != 0);
1143
+ }
1144
+ /**
1145
+ * <pre>
1146
+ * filled only when a result of search
1147
+ * </pre>
1148
+ *
1149
+ * <code>int32 match_score = 24;</code>
1150
+ * @return The matchScore.
1151
+ */
1152
+ @java.lang.Override
1153
+ public int getMatchScore() {
1154
+ return matchScore_;
1155
+ }
1156
+
1157
+ private byte memoizedIsInitialized = -1;
1158
+ @java.lang.Override
1159
+ public final boolean isInitialized() {
1160
+ byte isInitialized = memoizedIsInitialized;
1161
+ if (isInitialized == 1) return true;
1162
+ if (isInitialized == 0) return false;
1163
+
1164
+ memoizedIsInitialized = 1;
1165
+ return true;
1166
+ }
1167
+
1168
+ @java.lang.Override
1169
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
1170
+ throws java.io.IOException {
1171
+ if (id_ != 0L) {
1172
+ output.writeInt64(1, id_);
1173
+ }
1174
+ if (!getOsKeyBytes().isEmpty()) {
1175
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, osKey_);
1176
+ }
1177
+ if (!getOsNameBytes().isEmpty()) {
1178
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 3, osName_);
1179
+ }
1180
+ if (((bitField0_ & 0x00000001) != 0)) {
1181
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 4, osVersion_);
1182
+ }
1183
+ if (((bitField0_ & 0x00000004) != 0)) {
1184
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 5, osVersionName_);
1185
+ }
1186
+ if (((bitField0_ & 0x00000008) != 0)) {
1187
+ output.writeInt64(6, overrideId_);
1188
+ }
1189
+ if (((bitField0_ & 0x00000010) != 0)) {
1190
+ output.writeInt64(7, makeId_);
1191
+ }
1192
+ if (((bitField0_ & 0x00000020) != 0)) {
1193
+ output.writeInt64(8, parentId_);
1194
+ }
1195
+ if (((bitField0_ & 0x00000040) != 0)) {
1196
+ output.writeInt64(9, releaseDate_);
1197
+ }
1198
+ if (((bitField0_ & 0x00000080) != 0)) {
1199
+ output.writeInt64(10, eolDate_);
1200
+ }
1201
+ if (((bitField0_ & 0x00200000) != 0)) {
1202
+ output.writeInt64(11, lastUpdateTime_);
1203
+ }
1204
+ if (((bitField0_ & 0x00000002) != 0)) {
1205
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 12, osBuild_);
1206
+ }
1207
+ if (((bitField0_ & 0x00000800) != 0)) {
1208
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 13, logoImageUrl_);
1209
+ }
1210
+ if (((bitField0_ & 0x00001000) != 0)) {
1211
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 14, bannerImageUrl_);
1212
+ }
1213
+ if (((bitField0_ & 0x00002000) != 0)) {
1214
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 15, wikipediaId_);
1215
+ }
1216
+ if (((bitField0_ & 0x00004000) != 0)) {
1217
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 16, wikipediaLangCode_);
1218
+ }
1219
+ if (((bitField0_ & 0x00008000) != 0)) {
1220
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 17, websiteUrl_);
1221
+ }
1222
+ if (((bitField0_ & 0x00010000) != 0)) {
1223
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 18, supportUrl_);
1224
+ }
1225
+ if (((bitField0_ & 0x00020000) != 0)) {
1226
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 19, supportPhone_);
1227
+ }
1228
+ if (((bitField0_ & 0x00040000) != 0)) {
1229
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 20, facebookAccount_);
1230
+ }
1231
+ if (((bitField0_ & 0x00080000) != 0)) {
1232
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 21, twitterAccount_);
1233
+ }
1234
+ if (((bitField0_ & 0x00000100) != 0)) {
1235
+ output.writeInt64(22, eosDate_);
1236
+ }
1237
+ if (((bitField0_ & 0x00100000) != 0)) {
1238
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 23, nistCpe_);
1239
+ }
1240
+ if (((bitField0_ & 0x00400000) != 0)) {
1241
+ output.writeInt32(24, matchScore_);
1242
+ }
1243
+ if (((bitField0_ & 0x00000200) != 0)) {
1244
+ output.writeInt64(25, eosxDate_);
1245
+ }
1246
+ if (((bitField0_ & 0x00000400) != 0)) {
1247
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 26, lifecyleConfidence_);
1248
+ }
1249
+ unknownFields.writeTo(output);
1250
+ }
1251
+
1252
+ @java.lang.Override
1253
+ public int getSerializedSize() {
1254
+ int size = memoizedSize;
1255
+ if (size != -1) return size;
1256
+
1257
+ size = 0;
1258
+ if (id_ != 0L) {
1259
+ size += com.google.protobuf.CodedOutputStream
1260
+ .computeInt64Size(1, id_);
1261
+ }
1262
+ if (!getOsKeyBytes().isEmpty()) {
1263
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, osKey_);
1264
+ }
1265
+ if (!getOsNameBytes().isEmpty()) {
1266
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, osName_);
1267
+ }
1268
+ if (((bitField0_ & 0x00000001) != 0)) {
1269
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, osVersion_);
1270
+ }
1271
+ if (((bitField0_ & 0x00000004) != 0)) {
1272
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, osVersionName_);
1273
+ }
1274
+ if (((bitField0_ & 0x00000008) != 0)) {
1275
+ size += com.google.protobuf.CodedOutputStream
1276
+ .computeInt64Size(6, overrideId_);
1277
+ }
1278
+ if (((bitField0_ & 0x00000010) != 0)) {
1279
+ size += com.google.protobuf.CodedOutputStream
1280
+ .computeInt64Size(7, makeId_);
1281
+ }
1282
+ if (((bitField0_ & 0x00000020) != 0)) {
1283
+ size += com.google.protobuf.CodedOutputStream
1284
+ .computeInt64Size(8, parentId_);
1285
+ }
1286
+ if (((bitField0_ & 0x00000040) != 0)) {
1287
+ size += com.google.protobuf.CodedOutputStream
1288
+ .computeInt64Size(9, releaseDate_);
1289
+ }
1290
+ if (((bitField0_ & 0x00000080) != 0)) {
1291
+ size += com.google.protobuf.CodedOutputStream
1292
+ .computeInt64Size(10, eolDate_);
1293
+ }
1294
+ if (((bitField0_ & 0x00200000) != 0)) {
1295
+ size += com.google.protobuf.CodedOutputStream
1296
+ .computeInt64Size(11, lastUpdateTime_);
1297
+ }
1298
+ if (((bitField0_ & 0x00000002) != 0)) {
1299
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, osBuild_);
1300
+ }
1301
+ if (((bitField0_ & 0x00000800) != 0)) {
1302
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, logoImageUrl_);
1303
+ }
1304
+ if (((bitField0_ & 0x00001000) != 0)) {
1305
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, bannerImageUrl_);
1306
+ }
1307
+ if (((bitField0_ & 0x00002000) != 0)) {
1308
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, wikipediaId_);
1309
+ }
1310
+ if (((bitField0_ & 0x00004000) != 0)) {
1311
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, wikipediaLangCode_);
1312
+ }
1313
+ if (((bitField0_ & 0x00008000) != 0)) {
1314
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, websiteUrl_);
1315
+ }
1316
+ if (((bitField0_ & 0x00010000) != 0)) {
1317
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, supportUrl_);
1318
+ }
1319
+ if (((bitField0_ & 0x00020000) != 0)) {
1320
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(19, supportPhone_);
1321
+ }
1322
+ if (((bitField0_ & 0x00040000) != 0)) {
1323
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, facebookAccount_);
1324
+ }
1325
+ if (((bitField0_ & 0x00080000) != 0)) {
1326
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, twitterAccount_);
1327
+ }
1328
+ if (((bitField0_ & 0x00000100) != 0)) {
1329
+ size += com.google.protobuf.CodedOutputStream
1330
+ .computeInt64Size(22, eosDate_);
1331
+ }
1332
+ if (((bitField0_ & 0x00100000) != 0)) {
1333
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, nistCpe_);
1334
+ }
1335
+ if (((bitField0_ & 0x00400000) != 0)) {
1336
+ size += com.google.protobuf.CodedOutputStream
1337
+ .computeInt32Size(24, matchScore_);
1338
+ }
1339
+ if (((bitField0_ & 0x00000200) != 0)) {
1340
+ size += com.google.protobuf.CodedOutputStream
1341
+ .computeInt64Size(25, eosxDate_);
1342
+ }
1343
+ if (((bitField0_ & 0x00000400) != 0)) {
1344
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, lifecyleConfidence_);
1345
+ }
1346
+ size += unknownFields.getSerializedSize();
1347
+ memoizedSize = size;
1348
+ return size;
1349
+ }
1350
+
1351
+ @java.lang.Override
1352
+ public boolean equals(final java.lang.Object obj) {
1353
+ if (obj == this) {
1354
+ return true;
1355
+ }
1356
+ if (!(obj instanceof com.lansweeper.dp.outbound.v1.CatalogOs)) {
1357
+ return super.equals(obj);
1358
+ }
1359
+ com.lansweeper.dp.outbound.v1.CatalogOs other = (com.lansweeper.dp.outbound.v1.CatalogOs) obj;
1360
+
1361
+ if (getId()
1362
+ != other.getId()) return false;
1363
+ if (!getOsKey()
1364
+ .equals(other.getOsKey())) return false;
1365
+ if (!getOsName()
1366
+ .equals(other.getOsName())) return false;
1367
+ if (hasOsVersion() != other.hasOsVersion()) return false;
1368
+ if (hasOsVersion()) {
1369
+ if (!getOsVersion()
1370
+ .equals(other.getOsVersion())) return false;
1371
+ }
1372
+ if (hasOsBuild() != other.hasOsBuild()) return false;
1373
+ if (hasOsBuild()) {
1374
+ if (!getOsBuild()
1375
+ .equals(other.getOsBuild())) return false;
1376
+ }
1377
+ if (hasOsVersionName() != other.hasOsVersionName()) return false;
1378
+ if (hasOsVersionName()) {
1379
+ if (!getOsVersionName()
1380
+ .equals(other.getOsVersionName())) return false;
1381
+ }
1382
+ if (hasOverrideId() != other.hasOverrideId()) return false;
1383
+ if (hasOverrideId()) {
1384
+ if (getOverrideId()
1385
+ != other.getOverrideId()) return false;
1386
+ }
1387
+ if (hasMakeId() != other.hasMakeId()) return false;
1388
+ if (hasMakeId()) {
1389
+ if (getMakeId()
1390
+ != other.getMakeId()) return false;
1391
+ }
1392
+ if (hasParentId() != other.hasParentId()) return false;
1393
+ if (hasParentId()) {
1394
+ if (getParentId()
1395
+ != other.getParentId()) return false;
1396
+ }
1397
+ if (hasReleaseDate() != other.hasReleaseDate()) return false;
1398
+ if (hasReleaseDate()) {
1399
+ if (getReleaseDate()
1400
+ != other.getReleaseDate()) return false;
1401
+ }
1402
+ if (hasEolDate() != other.hasEolDate()) return false;
1403
+ if (hasEolDate()) {
1404
+ if (getEolDate()
1405
+ != other.getEolDate()) return false;
1406
+ }
1407
+ if (hasEosDate() != other.hasEosDate()) return false;
1408
+ if (hasEosDate()) {
1409
+ if (getEosDate()
1410
+ != other.getEosDate()) return false;
1411
+ }
1412
+ if (hasEosxDate() != other.hasEosxDate()) return false;
1413
+ if (hasEosxDate()) {
1414
+ if (getEosxDate()
1415
+ != other.getEosxDate()) return false;
1416
+ }
1417
+ if (hasLifecyleConfidence() != other.hasLifecyleConfidence()) return false;
1418
+ if (hasLifecyleConfidence()) {
1419
+ if (!getLifecyleConfidence()
1420
+ .equals(other.getLifecyleConfidence())) return false;
1421
+ }
1422
+ if (hasLogoImageUrl() != other.hasLogoImageUrl()) return false;
1423
+ if (hasLogoImageUrl()) {
1424
+ if (!getLogoImageUrl()
1425
+ .equals(other.getLogoImageUrl())) return false;
1426
+ }
1427
+ if (hasBannerImageUrl() != other.hasBannerImageUrl()) return false;
1428
+ if (hasBannerImageUrl()) {
1429
+ if (!getBannerImageUrl()
1430
+ .equals(other.getBannerImageUrl())) return false;
1431
+ }
1432
+ if (hasWikipediaId() != other.hasWikipediaId()) return false;
1433
+ if (hasWikipediaId()) {
1434
+ if (!getWikipediaId()
1435
+ .equals(other.getWikipediaId())) return false;
1436
+ }
1437
+ if (hasWikipediaLangCode() != other.hasWikipediaLangCode()) return false;
1438
+ if (hasWikipediaLangCode()) {
1439
+ if (!getWikipediaLangCode()
1440
+ .equals(other.getWikipediaLangCode())) return false;
1441
+ }
1442
+ if (hasWebsiteUrl() != other.hasWebsiteUrl()) return false;
1443
+ if (hasWebsiteUrl()) {
1444
+ if (!getWebsiteUrl()
1445
+ .equals(other.getWebsiteUrl())) return false;
1446
+ }
1447
+ if (hasSupportUrl() != other.hasSupportUrl()) return false;
1448
+ if (hasSupportUrl()) {
1449
+ if (!getSupportUrl()
1450
+ .equals(other.getSupportUrl())) return false;
1451
+ }
1452
+ if (hasSupportPhone() != other.hasSupportPhone()) return false;
1453
+ if (hasSupportPhone()) {
1454
+ if (!getSupportPhone()
1455
+ .equals(other.getSupportPhone())) return false;
1456
+ }
1457
+ if (hasFacebookAccount() != other.hasFacebookAccount()) return false;
1458
+ if (hasFacebookAccount()) {
1459
+ if (!getFacebookAccount()
1460
+ .equals(other.getFacebookAccount())) return false;
1461
+ }
1462
+ if (hasTwitterAccount() != other.hasTwitterAccount()) return false;
1463
+ if (hasTwitterAccount()) {
1464
+ if (!getTwitterAccount()
1465
+ .equals(other.getTwitterAccount())) return false;
1466
+ }
1467
+ if (hasNistCpe() != other.hasNistCpe()) return false;
1468
+ if (hasNistCpe()) {
1469
+ if (!getNistCpe()
1470
+ .equals(other.getNistCpe())) return false;
1471
+ }
1472
+ if (hasLastUpdateTime() != other.hasLastUpdateTime()) return false;
1473
+ if (hasLastUpdateTime()) {
1474
+ if (getLastUpdateTime()
1475
+ != other.getLastUpdateTime()) return false;
1476
+ }
1477
+ if (hasMatchScore() != other.hasMatchScore()) return false;
1478
+ if (hasMatchScore()) {
1479
+ if (getMatchScore()
1480
+ != other.getMatchScore()) return false;
1481
+ }
1482
+ if (!unknownFields.equals(other.unknownFields)) return false;
1483
+ return true;
1484
+ }
1485
+
1486
+ @java.lang.Override
1487
+ public int hashCode() {
1488
+ if (memoizedHashCode != 0) {
1489
+ return memoizedHashCode;
1490
+ }
1491
+ int hash = 41;
1492
+ hash = (19 * hash) + getDescriptor().hashCode();
1493
+ hash = (37 * hash) + ID_FIELD_NUMBER;
1494
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1495
+ getId());
1496
+ hash = (37 * hash) + OS_KEY_FIELD_NUMBER;
1497
+ hash = (53 * hash) + getOsKey().hashCode();
1498
+ hash = (37 * hash) + OS_NAME_FIELD_NUMBER;
1499
+ hash = (53 * hash) + getOsName().hashCode();
1500
+ if (hasOsVersion()) {
1501
+ hash = (37 * hash) + OS_VERSION_FIELD_NUMBER;
1502
+ hash = (53 * hash) + getOsVersion().hashCode();
1503
+ }
1504
+ if (hasOsBuild()) {
1505
+ hash = (37 * hash) + OS_BUILD_FIELD_NUMBER;
1506
+ hash = (53 * hash) + getOsBuild().hashCode();
1507
+ }
1508
+ if (hasOsVersionName()) {
1509
+ hash = (37 * hash) + OS_VERSION_NAME_FIELD_NUMBER;
1510
+ hash = (53 * hash) + getOsVersionName().hashCode();
1511
+ }
1512
+ if (hasOverrideId()) {
1513
+ hash = (37 * hash) + OVERRIDE_ID_FIELD_NUMBER;
1514
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1515
+ getOverrideId());
1516
+ }
1517
+ if (hasMakeId()) {
1518
+ hash = (37 * hash) + MAKE_ID_FIELD_NUMBER;
1519
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1520
+ getMakeId());
1521
+ }
1522
+ if (hasParentId()) {
1523
+ hash = (37 * hash) + PARENT_ID_FIELD_NUMBER;
1524
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1525
+ getParentId());
1526
+ }
1527
+ if (hasReleaseDate()) {
1528
+ hash = (37 * hash) + RELEASE_DATE_FIELD_NUMBER;
1529
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1530
+ getReleaseDate());
1531
+ }
1532
+ if (hasEolDate()) {
1533
+ hash = (37 * hash) + EOL_DATE_FIELD_NUMBER;
1534
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1535
+ getEolDate());
1536
+ }
1537
+ if (hasEosDate()) {
1538
+ hash = (37 * hash) + EOS_DATE_FIELD_NUMBER;
1539
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1540
+ getEosDate());
1541
+ }
1542
+ if (hasEosxDate()) {
1543
+ hash = (37 * hash) + EOSX_DATE_FIELD_NUMBER;
1544
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1545
+ getEosxDate());
1546
+ }
1547
+ if (hasLifecyleConfidence()) {
1548
+ hash = (37 * hash) + LIFECYLE_CONFIDENCE_FIELD_NUMBER;
1549
+ hash = (53 * hash) + getLifecyleConfidence().hashCode();
1550
+ }
1551
+ if (hasLogoImageUrl()) {
1552
+ hash = (37 * hash) + LOGO_IMAGE_URL_FIELD_NUMBER;
1553
+ hash = (53 * hash) + getLogoImageUrl().hashCode();
1554
+ }
1555
+ if (hasBannerImageUrl()) {
1556
+ hash = (37 * hash) + BANNER_IMAGE_URL_FIELD_NUMBER;
1557
+ hash = (53 * hash) + getBannerImageUrl().hashCode();
1558
+ }
1559
+ if (hasWikipediaId()) {
1560
+ hash = (37 * hash) + WIKIPEDIA_ID_FIELD_NUMBER;
1561
+ hash = (53 * hash) + getWikipediaId().hashCode();
1562
+ }
1563
+ if (hasWikipediaLangCode()) {
1564
+ hash = (37 * hash) + WIKIPEDIA_LANG_CODE_FIELD_NUMBER;
1565
+ hash = (53 * hash) + getWikipediaLangCode().hashCode();
1566
+ }
1567
+ if (hasWebsiteUrl()) {
1568
+ hash = (37 * hash) + WEBSITE_URL_FIELD_NUMBER;
1569
+ hash = (53 * hash) + getWebsiteUrl().hashCode();
1570
+ }
1571
+ if (hasSupportUrl()) {
1572
+ hash = (37 * hash) + SUPPORT_URL_FIELD_NUMBER;
1573
+ hash = (53 * hash) + getSupportUrl().hashCode();
1574
+ }
1575
+ if (hasSupportPhone()) {
1576
+ hash = (37 * hash) + SUPPORT_PHONE_FIELD_NUMBER;
1577
+ hash = (53 * hash) + getSupportPhone().hashCode();
1578
+ }
1579
+ if (hasFacebookAccount()) {
1580
+ hash = (37 * hash) + FACEBOOK_ACCOUNT_FIELD_NUMBER;
1581
+ hash = (53 * hash) + getFacebookAccount().hashCode();
1582
+ }
1583
+ if (hasTwitterAccount()) {
1584
+ hash = (37 * hash) + TWITTER_ACCOUNT_FIELD_NUMBER;
1585
+ hash = (53 * hash) + getTwitterAccount().hashCode();
1586
+ }
1587
+ if (hasNistCpe()) {
1588
+ hash = (37 * hash) + NIST_CPE_FIELD_NUMBER;
1589
+ hash = (53 * hash) + getNistCpe().hashCode();
1590
+ }
1591
+ if (hasLastUpdateTime()) {
1592
+ hash = (37 * hash) + LAST_UPDATE_TIME_FIELD_NUMBER;
1593
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
1594
+ getLastUpdateTime());
1595
+ }
1596
+ if (hasMatchScore()) {
1597
+ hash = (37 * hash) + MATCH_SCORE_FIELD_NUMBER;
1598
+ hash = (53 * hash) + getMatchScore();
1599
+ }
1600
+ hash = (29 * hash) + unknownFields.hashCode();
1601
+ memoizedHashCode = hash;
1602
+ return hash;
1603
+ }
1604
+
1605
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(
1606
+ java.nio.ByteBuffer data)
1607
+ throws com.google.protobuf.InvalidProtocolBufferException {
1608
+ return PARSER.parseFrom(data);
1609
+ }
1610
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(
1611
+ java.nio.ByteBuffer data,
1612
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1613
+ throws com.google.protobuf.InvalidProtocolBufferException {
1614
+ return PARSER.parseFrom(data, extensionRegistry);
1615
+ }
1616
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(
1617
+ com.google.protobuf.ByteString data)
1618
+ throws com.google.protobuf.InvalidProtocolBufferException {
1619
+ return PARSER.parseFrom(data);
1620
+ }
1621
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(
1622
+ com.google.protobuf.ByteString data,
1623
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1624
+ throws com.google.protobuf.InvalidProtocolBufferException {
1625
+ return PARSER.parseFrom(data, extensionRegistry);
1626
+ }
1627
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(byte[] data)
1628
+ throws com.google.protobuf.InvalidProtocolBufferException {
1629
+ return PARSER.parseFrom(data);
1630
+ }
1631
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(
1632
+ byte[] data,
1633
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1634
+ throws com.google.protobuf.InvalidProtocolBufferException {
1635
+ return PARSER.parseFrom(data, extensionRegistry);
1636
+ }
1637
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(java.io.InputStream input)
1638
+ throws java.io.IOException {
1639
+ return com.google.protobuf.GeneratedMessageV3
1640
+ .parseWithIOException(PARSER, input);
1641
+ }
1642
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(
1643
+ java.io.InputStream input,
1644
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1645
+ throws java.io.IOException {
1646
+ return com.google.protobuf.GeneratedMessageV3
1647
+ .parseWithIOException(PARSER, input, extensionRegistry);
1648
+ }
1649
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseDelimitedFrom(java.io.InputStream input)
1650
+ throws java.io.IOException {
1651
+ return com.google.protobuf.GeneratedMessageV3
1652
+ .parseDelimitedWithIOException(PARSER, input);
1653
+ }
1654
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseDelimitedFrom(
1655
+ java.io.InputStream input,
1656
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1657
+ throws java.io.IOException {
1658
+ return com.google.protobuf.GeneratedMessageV3
1659
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
1660
+ }
1661
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(
1662
+ com.google.protobuf.CodedInputStream input)
1663
+ throws java.io.IOException {
1664
+ return com.google.protobuf.GeneratedMessageV3
1665
+ .parseWithIOException(PARSER, input);
1666
+ }
1667
+ public static com.lansweeper.dp.outbound.v1.CatalogOs parseFrom(
1668
+ com.google.protobuf.CodedInputStream input,
1669
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1670
+ throws java.io.IOException {
1671
+ return com.google.protobuf.GeneratedMessageV3
1672
+ .parseWithIOException(PARSER, input, extensionRegistry);
1673
+ }
1674
+
1675
+ @java.lang.Override
1676
+ public Builder newBuilderForType() { return newBuilder(); }
1677
+ public static Builder newBuilder() {
1678
+ return DEFAULT_INSTANCE.toBuilder();
1679
+ }
1680
+ public static Builder newBuilder(com.lansweeper.dp.outbound.v1.CatalogOs prototype) {
1681
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
1682
+ }
1683
+ @java.lang.Override
1684
+ public Builder toBuilder() {
1685
+ return this == DEFAULT_INSTANCE
1686
+ ? new Builder() : new Builder().mergeFrom(this);
1687
+ }
1688
+
1689
+ @java.lang.Override
1690
+ protected Builder newBuilderForType(
1691
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
1692
+ Builder builder = new Builder(parent);
1693
+ return builder;
1694
+ }
1695
+ /**
1696
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.CatalogOs}
1697
+ */
1698
+ public static final class Builder extends
1699
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
1700
+ // @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.CatalogOs)
1701
+ com.lansweeper.dp.outbound.v1.CatalogOsOrBuilder {
1702
+ public static final com.google.protobuf.Descriptors.Descriptor
1703
+ getDescriptor() {
1704
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor;
1705
+ }
1706
+
1707
+ @java.lang.Override
1708
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1709
+ internalGetFieldAccessorTable() {
1710
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable
1711
+ .ensureFieldAccessorsInitialized(
1712
+ com.lansweeper.dp.outbound.v1.CatalogOs.class, com.lansweeper.dp.outbound.v1.CatalogOs.Builder.class);
1713
+ }
1714
+
1715
+ // Construct using com.lansweeper.dp.outbound.v1.CatalogOs.newBuilder()
1716
+ private Builder() {
1717
+ maybeForceBuilderInitialization();
1718
+ }
1719
+
1720
+ private Builder(
1721
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
1722
+ super(parent);
1723
+ maybeForceBuilderInitialization();
1724
+ }
1725
+ private void maybeForceBuilderInitialization() {
1726
+ if (com.google.protobuf.GeneratedMessageV3
1727
+ .alwaysUseFieldBuilders) {
1728
+ }
1729
+ }
1730
+ @java.lang.Override
1731
+ public Builder clear() {
1732
+ super.clear();
1733
+ id_ = 0L;
1734
+
1735
+ osKey_ = "";
1736
+
1737
+ osName_ = "";
1738
+
1739
+ osVersion_ = "";
1740
+ bitField0_ = (bitField0_ & ~0x00000001);
1741
+ osBuild_ = "";
1742
+ bitField0_ = (bitField0_ & ~0x00000002);
1743
+ osVersionName_ = "";
1744
+ bitField0_ = (bitField0_ & ~0x00000004);
1745
+ overrideId_ = 0L;
1746
+ bitField0_ = (bitField0_ & ~0x00000008);
1747
+ makeId_ = 0L;
1748
+ bitField0_ = (bitField0_ & ~0x00000010);
1749
+ parentId_ = 0L;
1750
+ bitField0_ = (bitField0_ & ~0x00000020);
1751
+ releaseDate_ = 0L;
1752
+ bitField0_ = (bitField0_ & ~0x00000040);
1753
+ eolDate_ = 0L;
1754
+ bitField0_ = (bitField0_ & ~0x00000080);
1755
+ eosDate_ = 0L;
1756
+ bitField0_ = (bitField0_ & ~0x00000100);
1757
+ eosxDate_ = 0L;
1758
+ bitField0_ = (bitField0_ & ~0x00000200);
1759
+ lifecyleConfidence_ = "";
1760
+ bitField0_ = (bitField0_ & ~0x00000400);
1761
+ logoImageUrl_ = "";
1762
+ bitField0_ = (bitField0_ & ~0x00000800);
1763
+ bannerImageUrl_ = "";
1764
+ bitField0_ = (bitField0_ & ~0x00001000);
1765
+ wikipediaId_ = "";
1766
+ bitField0_ = (bitField0_ & ~0x00002000);
1767
+ wikipediaLangCode_ = "";
1768
+ bitField0_ = (bitField0_ & ~0x00004000);
1769
+ websiteUrl_ = "";
1770
+ bitField0_ = (bitField0_ & ~0x00008000);
1771
+ supportUrl_ = "";
1772
+ bitField0_ = (bitField0_ & ~0x00010000);
1773
+ supportPhone_ = "";
1774
+ bitField0_ = (bitField0_ & ~0x00020000);
1775
+ facebookAccount_ = "";
1776
+ bitField0_ = (bitField0_ & ~0x00040000);
1777
+ twitterAccount_ = "";
1778
+ bitField0_ = (bitField0_ & ~0x00080000);
1779
+ nistCpe_ = "";
1780
+ bitField0_ = (bitField0_ & ~0x00100000);
1781
+ lastUpdateTime_ = 0L;
1782
+ bitField0_ = (bitField0_ & ~0x00200000);
1783
+ matchScore_ = 0;
1784
+ bitField0_ = (bitField0_ & ~0x00400000);
1785
+ return this;
1786
+ }
1787
+
1788
+ @java.lang.Override
1789
+ public com.google.protobuf.Descriptors.Descriptor
1790
+ getDescriptorForType() {
1791
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor;
1792
+ }
1793
+
1794
+ @java.lang.Override
1795
+ public com.lansweeper.dp.outbound.v1.CatalogOs getDefaultInstanceForType() {
1796
+ return com.lansweeper.dp.outbound.v1.CatalogOs.getDefaultInstance();
1797
+ }
1798
+
1799
+ @java.lang.Override
1800
+ public com.lansweeper.dp.outbound.v1.CatalogOs build() {
1801
+ com.lansweeper.dp.outbound.v1.CatalogOs result = buildPartial();
1802
+ if (!result.isInitialized()) {
1803
+ throw newUninitializedMessageException(result);
1804
+ }
1805
+ return result;
1806
+ }
1807
+
1808
+ @java.lang.Override
1809
+ public com.lansweeper.dp.outbound.v1.CatalogOs buildPartial() {
1810
+ com.lansweeper.dp.outbound.v1.CatalogOs result = new com.lansweeper.dp.outbound.v1.CatalogOs(this);
1811
+ int from_bitField0_ = bitField0_;
1812
+ int to_bitField0_ = 0;
1813
+ result.id_ = id_;
1814
+ result.osKey_ = osKey_;
1815
+ result.osName_ = osName_;
1816
+ if (((from_bitField0_ & 0x00000001) != 0)) {
1817
+ to_bitField0_ |= 0x00000001;
1818
+ }
1819
+ result.osVersion_ = osVersion_;
1820
+ if (((from_bitField0_ & 0x00000002) != 0)) {
1821
+ to_bitField0_ |= 0x00000002;
1822
+ }
1823
+ result.osBuild_ = osBuild_;
1824
+ if (((from_bitField0_ & 0x00000004) != 0)) {
1825
+ to_bitField0_ |= 0x00000004;
1826
+ }
1827
+ result.osVersionName_ = osVersionName_;
1828
+ if (((from_bitField0_ & 0x00000008) != 0)) {
1829
+ result.overrideId_ = overrideId_;
1830
+ to_bitField0_ |= 0x00000008;
1831
+ }
1832
+ if (((from_bitField0_ & 0x00000010) != 0)) {
1833
+ result.makeId_ = makeId_;
1834
+ to_bitField0_ |= 0x00000010;
1835
+ }
1836
+ if (((from_bitField0_ & 0x00000020) != 0)) {
1837
+ result.parentId_ = parentId_;
1838
+ to_bitField0_ |= 0x00000020;
1839
+ }
1840
+ if (((from_bitField0_ & 0x00000040) != 0)) {
1841
+ result.releaseDate_ = releaseDate_;
1842
+ to_bitField0_ |= 0x00000040;
1843
+ }
1844
+ if (((from_bitField0_ & 0x00000080) != 0)) {
1845
+ result.eolDate_ = eolDate_;
1846
+ to_bitField0_ |= 0x00000080;
1847
+ }
1848
+ if (((from_bitField0_ & 0x00000100) != 0)) {
1849
+ result.eosDate_ = eosDate_;
1850
+ to_bitField0_ |= 0x00000100;
1851
+ }
1852
+ if (((from_bitField0_ & 0x00000200) != 0)) {
1853
+ result.eosxDate_ = eosxDate_;
1854
+ to_bitField0_ |= 0x00000200;
1855
+ }
1856
+ if (((from_bitField0_ & 0x00000400) != 0)) {
1857
+ to_bitField0_ |= 0x00000400;
1858
+ }
1859
+ result.lifecyleConfidence_ = lifecyleConfidence_;
1860
+ if (((from_bitField0_ & 0x00000800) != 0)) {
1861
+ to_bitField0_ |= 0x00000800;
1862
+ }
1863
+ result.logoImageUrl_ = logoImageUrl_;
1864
+ if (((from_bitField0_ & 0x00001000) != 0)) {
1865
+ to_bitField0_ |= 0x00001000;
1866
+ }
1867
+ result.bannerImageUrl_ = bannerImageUrl_;
1868
+ if (((from_bitField0_ & 0x00002000) != 0)) {
1869
+ to_bitField0_ |= 0x00002000;
1870
+ }
1871
+ result.wikipediaId_ = wikipediaId_;
1872
+ if (((from_bitField0_ & 0x00004000) != 0)) {
1873
+ to_bitField0_ |= 0x00004000;
1874
+ }
1875
+ result.wikipediaLangCode_ = wikipediaLangCode_;
1876
+ if (((from_bitField0_ & 0x00008000) != 0)) {
1877
+ to_bitField0_ |= 0x00008000;
1878
+ }
1879
+ result.websiteUrl_ = websiteUrl_;
1880
+ if (((from_bitField0_ & 0x00010000) != 0)) {
1881
+ to_bitField0_ |= 0x00010000;
1882
+ }
1883
+ result.supportUrl_ = supportUrl_;
1884
+ if (((from_bitField0_ & 0x00020000) != 0)) {
1885
+ to_bitField0_ |= 0x00020000;
1886
+ }
1887
+ result.supportPhone_ = supportPhone_;
1888
+ if (((from_bitField0_ & 0x00040000) != 0)) {
1889
+ to_bitField0_ |= 0x00040000;
1890
+ }
1891
+ result.facebookAccount_ = facebookAccount_;
1892
+ if (((from_bitField0_ & 0x00080000) != 0)) {
1893
+ to_bitField0_ |= 0x00080000;
1894
+ }
1895
+ result.twitterAccount_ = twitterAccount_;
1896
+ if (((from_bitField0_ & 0x00100000) != 0)) {
1897
+ to_bitField0_ |= 0x00100000;
1898
+ }
1899
+ result.nistCpe_ = nistCpe_;
1900
+ if (((from_bitField0_ & 0x00200000) != 0)) {
1901
+ result.lastUpdateTime_ = lastUpdateTime_;
1902
+ to_bitField0_ |= 0x00200000;
1903
+ }
1904
+ if (((from_bitField0_ & 0x00400000) != 0)) {
1905
+ result.matchScore_ = matchScore_;
1906
+ to_bitField0_ |= 0x00400000;
1907
+ }
1908
+ result.bitField0_ = to_bitField0_;
1909
+ onBuilt();
1910
+ return result;
1911
+ }
1912
+
1913
+ @java.lang.Override
1914
+ public Builder clone() {
1915
+ return super.clone();
1916
+ }
1917
+ @java.lang.Override
1918
+ public Builder setField(
1919
+ com.google.protobuf.Descriptors.FieldDescriptor field,
1920
+ java.lang.Object value) {
1921
+ return super.setField(field, value);
1922
+ }
1923
+ @java.lang.Override
1924
+ public Builder clearField(
1925
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
1926
+ return super.clearField(field);
1927
+ }
1928
+ @java.lang.Override
1929
+ public Builder clearOneof(
1930
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
1931
+ return super.clearOneof(oneof);
1932
+ }
1933
+ @java.lang.Override
1934
+ public Builder setRepeatedField(
1935
+ com.google.protobuf.Descriptors.FieldDescriptor field,
1936
+ int index, java.lang.Object value) {
1937
+ return super.setRepeatedField(field, index, value);
1938
+ }
1939
+ @java.lang.Override
1940
+ public Builder addRepeatedField(
1941
+ com.google.protobuf.Descriptors.FieldDescriptor field,
1942
+ java.lang.Object value) {
1943
+ return super.addRepeatedField(field, value);
1944
+ }
1945
+ @java.lang.Override
1946
+ public Builder mergeFrom(com.google.protobuf.Message other) {
1947
+ if (other instanceof com.lansweeper.dp.outbound.v1.CatalogOs) {
1948
+ return mergeFrom((com.lansweeper.dp.outbound.v1.CatalogOs)other);
1949
+ } else {
1950
+ super.mergeFrom(other);
1951
+ return this;
1952
+ }
1953
+ }
1954
+
1955
+ public Builder mergeFrom(com.lansweeper.dp.outbound.v1.CatalogOs other) {
1956
+ if (other == com.lansweeper.dp.outbound.v1.CatalogOs.getDefaultInstance()) return this;
1957
+ if (other.getId() != 0L) {
1958
+ setId(other.getId());
1959
+ }
1960
+ if (!other.getOsKey().isEmpty()) {
1961
+ osKey_ = other.osKey_;
1962
+ onChanged();
1963
+ }
1964
+ if (!other.getOsName().isEmpty()) {
1965
+ osName_ = other.osName_;
1966
+ onChanged();
1967
+ }
1968
+ if (other.hasOsVersion()) {
1969
+ bitField0_ |= 0x00000001;
1970
+ osVersion_ = other.osVersion_;
1971
+ onChanged();
1972
+ }
1973
+ if (other.hasOsBuild()) {
1974
+ bitField0_ |= 0x00000002;
1975
+ osBuild_ = other.osBuild_;
1976
+ onChanged();
1977
+ }
1978
+ if (other.hasOsVersionName()) {
1979
+ bitField0_ |= 0x00000004;
1980
+ osVersionName_ = other.osVersionName_;
1981
+ onChanged();
1982
+ }
1983
+ if (other.hasOverrideId()) {
1984
+ setOverrideId(other.getOverrideId());
1985
+ }
1986
+ if (other.hasMakeId()) {
1987
+ setMakeId(other.getMakeId());
1988
+ }
1989
+ if (other.hasParentId()) {
1990
+ setParentId(other.getParentId());
1991
+ }
1992
+ if (other.hasReleaseDate()) {
1993
+ setReleaseDate(other.getReleaseDate());
1994
+ }
1995
+ if (other.hasEolDate()) {
1996
+ setEolDate(other.getEolDate());
1997
+ }
1998
+ if (other.hasEosDate()) {
1999
+ setEosDate(other.getEosDate());
2000
+ }
2001
+ if (other.hasEosxDate()) {
2002
+ setEosxDate(other.getEosxDate());
2003
+ }
2004
+ if (other.hasLifecyleConfidence()) {
2005
+ bitField0_ |= 0x00000400;
2006
+ lifecyleConfidence_ = other.lifecyleConfidence_;
2007
+ onChanged();
2008
+ }
2009
+ if (other.hasLogoImageUrl()) {
2010
+ bitField0_ |= 0x00000800;
2011
+ logoImageUrl_ = other.logoImageUrl_;
2012
+ onChanged();
2013
+ }
2014
+ if (other.hasBannerImageUrl()) {
2015
+ bitField0_ |= 0x00001000;
2016
+ bannerImageUrl_ = other.bannerImageUrl_;
2017
+ onChanged();
2018
+ }
2019
+ if (other.hasWikipediaId()) {
2020
+ bitField0_ |= 0x00002000;
2021
+ wikipediaId_ = other.wikipediaId_;
2022
+ onChanged();
2023
+ }
2024
+ if (other.hasWikipediaLangCode()) {
2025
+ bitField0_ |= 0x00004000;
2026
+ wikipediaLangCode_ = other.wikipediaLangCode_;
2027
+ onChanged();
2028
+ }
2029
+ if (other.hasWebsiteUrl()) {
2030
+ bitField0_ |= 0x00008000;
2031
+ websiteUrl_ = other.websiteUrl_;
2032
+ onChanged();
2033
+ }
2034
+ if (other.hasSupportUrl()) {
2035
+ bitField0_ |= 0x00010000;
2036
+ supportUrl_ = other.supportUrl_;
2037
+ onChanged();
2038
+ }
2039
+ if (other.hasSupportPhone()) {
2040
+ bitField0_ |= 0x00020000;
2041
+ supportPhone_ = other.supportPhone_;
2042
+ onChanged();
2043
+ }
2044
+ if (other.hasFacebookAccount()) {
2045
+ bitField0_ |= 0x00040000;
2046
+ facebookAccount_ = other.facebookAccount_;
2047
+ onChanged();
2048
+ }
2049
+ if (other.hasTwitterAccount()) {
2050
+ bitField0_ |= 0x00080000;
2051
+ twitterAccount_ = other.twitterAccount_;
2052
+ onChanged();
2053
+ }
2054
+ if (other.hasNistCpe()) {
2055
+ bitField0_ |= 0x00100000;
2056
+ nistCpe_ = other.nistCpe_;
2057
+ onChanged();
2058
+ }
2059
+ if (other.hasLastUpdateTime()) {
2060
+ setLastUpdateTime(other.getLastUpdateTime());
2061
+ }
2062
+ if (other.hasMatchScore()) {
2063
+ setMatchScore(other.getMatchScore());
2064
+ }
2065
+ this.mergeUnknownFields(other.unknownFields);
2066
+ onChanged();
2067
+ return this;
2068
+ }
2069
+
2070
+ @java.lang.Override
2071
+ public final boolean isInitialized() {
2072
+ return true;
2073
+ }
2074
+
2075
+ @java.lang.Override
2076
+ public Builder mergeFrom(
2077
+ com.google.protobuf.CodedInputStream input,
2078
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
2079
+ throws java.io.IOException {
2080
+ com.lansweeper.dp.outbound.v1.CatalogOs parsedMessage = null;
2081
+ try {
2082
+ parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
2083
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
2084
+ parsedMessage = (com.lansweeper.dp.outbound.v1.CatalogOs) e.getUnfinishedMessage();
2085
+ throw e.unwrapIOException();
2086
+ } finally {
2087
+ if (parsedMessage != null) {
2088
+ mergeFrom(parsedMessage);
2089
+ }
2090
+ }
2091
+ return this;
2092
+ }
2093
+ private int bitField0_;
2094
+
2095
+ private long id_ ;
2096
+ /**
2097
+ * <code>int64 id = 1;</code>
2098
+ * @return The id.
2099
+ */
2100
+ @java.lang.Override
2101
+ public long getId() {
2102
+ return id_;
2103
+ }
2104
+ /**
2105
+ * <code>int64 id = 1;</code>
2106
+ * @param value The id to set.
2107
+ * @return This builder for chaining.
2108
+ */
2109
+ public Builder setId(long value) {
2110
+
2111
+ id_ = value;
2112
+ onChanged();
2113
+ return this;
2114
+ }
2115
+ /**
2116
+ * <code>int64 id = 1;</code>
2117
+ * @return This builder for chaining.
2118
+ */
2119
+ public Builder clearId() {
2120
+
2121
+ id_ = 0L;
2122
+ onChanged();
2123
+ return this;
2124
+ }
2125
+
2126
+ private java.lang.Object osKey_ = "";
2127
+ /**
2128
+ * <code>string os_key = 2;</code>
2129
+ * @return The osKey.
2130
+ */
2131
+ public java.lang.String getOsKey() {
2132
+ java.lang.Object ref = osKey_;
2133
+ if (!(ref instanceof java.lang.String)) {
2134
+ com.google.protobuf.ByteString bs =
2135
+ (com.google.protobuf.ByteString) ref;
2136
+ java.lang.String s = bs.toStringUtf8();
2137
+ osKey_ = s;
2138
+ return s;
2139
+ } else {
2140
+ return (java.lang.String) ref;
2141
+ }
2142
+ }
2143
+ /**
2144
+ * <code>string os_key = 2;</code>
2145
+ * @return The bytes for osKey.
2146
+ */
2147
+ public com.google.protobuf.ByteString
2148
+ getOsKeyBytes() {
2149
+ java.lang.Object ref = osKey_;
2150
+ if (ref instanceof String) {
2151
+ com.google.protobuf.ByteString b =
2152
+ com.google.protobuf.ByteString.copyFromUtf8(
2153
+ (java.lang.String) ref);
2154
+ osKey_ = b;
2155
+ return b;
2156
+ } else {
2157
+ return (com.google.protobuf.ByteString) ref;
2158
+ }
2159
+ }
2160
+ /**
2161
+ * <code>string os_key = 2;</code>
2162
+ * @param value The osKey to set.
2163
+ * @return This builder for chaining.
2164
+ */
2165
+ public Builder setOsKey(
2166
+ java.lang.String value) {
2167
+ if (value == null) {
2168
+ throw new NullPointerException();
2169
+ }
2170
+
2171
+ osKey_ = value;
2172
+ onChanged();
2173
+ return this;
2174
+ }
2175
+ /**
2176
+ * <code>string os_key = 2;</code>
2177
+ * @return This builder for chaining.
2178
+ */
2179
+ public Builder clearOsKey() {
2180
+
2181
+ osKey_ = getDefaultInstance().getOsKey();
2182
+ onChanged();
2183
+ return this;
2184
+ }
2185
+ /**
2186
+ * <code>string os_key = 2;</code>
2187
+ * @param value The bytes for osKey to set.
2188
+ * @return This builder for chaining.
2189
+ */
2190
+ public Builder setOsKeyBytes(
2191
+ com.google.protobuf.ByteString value) {
2192
+ if (value == null) {
2193
+ throw new NullPointerException();
2194
+ }
2195
+ checkByteStringIsUtf8(value);
2196
+
2197
+ osKey_ = value;
2198
+ onChanged();
2199
+ return this;
2200
+ }
2201
+
2202
+ private java.lang.Object osName_ = "";
2203
+ /**
2204
+ * <code>string os_name = 3;</code>
2205
+ * @return The osName.
2206
+ */
2207
+ public java.lang.String getOsName() {
2208
+ java.lang.Object ref = osName_;
2209
+ if (!(ref instanceof java.lang.String)) {
2210
+ com.google.protobuf.ByteString bs =
2211
+ (com.google.protobuf.ByteString) ref;
2212
+ java.lang.String s = bs.toStringUtf8();
2213
+ osName_ = s;
2214
+ return s;
2215
+ } else {
2216
+ return (java.lang.String) ref;
2217
+ }
2218
+ }
2219
+ /**
2220
+ * <code>string os_name = 3;</code>
2221
+ * @return The bytes for osName.
2222
+ */
2223
+ public com.google.protobuf.ByteString
2224
+ getOsNameBytes() {
2225
+ java.lang.Object ref = osName_;
2226
+ if (ref instanceof String) {
2227
+ com.google.protobuf.ByteString b =
2228
+ com.google.protobuf.ByteString.copyFromUtf8(
2229
+ (java.lang.String) ref);
2230
+ osName_ = b;
2231
+ return b;
2232
+ } else {
2233
+ return (com.google.protobuf.ByteString) ref;
2234
+ }
2235
+ }
2236
+ /**
2237
+ * <code>string os_name = 3;</code>
2238
+ * @param value The osName to set.
2239
+ * @return This builder for chaining.
2240
+ */
2241
+ public Builder setOsName(
2242
+ java.lang.String value) {
2243
+ if (value == null) {
2244
+ throw new NullPointerException();
2245
+ }
2246
+
2247
+ osName_ = value;
2248
+ onChanged();
2249
+ return this;
2250
+ }
2251
+ /**
2252
+ * <code>string os_name = 3;</code>
2253
+ * @return This builder for chaining.
2254
+ */
2255
+ public Builder clearOsName() {
2256
+
2257
+ osName_ = getDefaultInstance().getOsName();
2258
+ onChanged();
2259
+ return this;
2260
+ }
2261
+ /**
2262
+ * <code>string os_name = 3;</code>
2263
+ * @param value The bytes for osName to set.
2264
+ * @return This builder for chaining.
2265
+ */
2266
+ public Builder setOsNameBytes(
2267
+ com.google.protobuf.ByteString value) {
2268
+ if (value == null) {
2269
+ throw new NullPointerException();
2270
+ }
2271
+ checkByteStringIsUtf8(value);
2272
+
2273
+ osName_ = value;
2274
+ onChanged();
2275
+ return this;
2276
+ }
2277
+
2278
+ private java.lang.Object osVersion_ = "";
2279
+ /**
2280
+ * <code>string os_version = 4;</code>
2281
+ * @return Whether the osVersion field is set.
2282
+ */
2283
+ public boolean hasOsVersion() {
2284
+ return ((bitField0_ & 0x00000001) != 0);
2285
+ }
2286
+ /**
2287
+ * <code>string os_version = 4;</code>
2288
+ * @return The osVersion.
2289
+ */
2290
+ public java.lang.String getOsVersion() {
2291
+ java.lang.Object ref = osVersion_;
2292
+ if (!(ref instanceof java.lang.String)) {
2293
+ com.google.protobuf.ByteString bs =
2294
+ (com.google.protobuf.ByteString) ref;
2295
+ java.lang.String s = bs.toStringUtf8();
2296
+ osVersion_ = s;
2297
+ return s;
2298
+ } else {
2299
+ return (java.lang.String) ref;
2300
+ }
2301
+ }
2302
+ /**
2303
+ * <code>string os_version = 4;</code>
2304
+ * @return The bytes for osVersion.
2305
+ */
2306
+ public com.google.protobuf.ByteString
2307
+ getOsVersionBytes() {
2308
+ java.lang.Object ref = osVersion_;
2309
+ if (ref instanceof String) {
2310
+ com.google.protobuf.ByteString b =
2311
+ com.google.protobuf.ByteString.copyFromUtf8(
2312
+ (java.lang.String) ref);
2313
+ osVersion_ = b;
2314
+ return b;
2315
+ } else {
2316
+ return (com.google.protobuf.ByteString) ref;
2317
+ }
2318
+ }
2319
+ /**
2320
+ * <code>string os_version = 4;</code>
2321
+ * @param value The osVersion to set.
2322
+ * @return This builder for chaining.
2323
+ */
2324
+ public Builder setOsVersion(
2325
+ java.lang.String value) {
2326
+ if (value == null) {
2327
+ throw new NullPointerException();
2328
+ }
2329
+ bitField0_ |= 0x00000001;
2330
+ osVersion_ = value;
2331
+ onChanged();
2332
+ return this;
2333
+ }
2334
+ /**
2335
+ * <code>string os_version = 4;</code>
2336
+ * @return This builder for chaining.
2337
+ */
2338
+ public Builder clearOsVersion() {
2339
+ bitField0_ = (bitField0_ & ~0x00000001);
2340
+ osVersion_ = getDefaultInstance().getOsVersion();
2341
+ onChanged();
2342
+ return this;
2343
+ }
2344
+ /**
2345
+ * <code>string os_version = 4;</code>
2346
+ * @param value The bytes for osVersion to set.
2347
+ * @return This builder for chaining.
2348
+ */
2349
+ public Builder setOsVersionBytes(
2350
+ com.google.protobuf.ByteString value) {
2351
+ if (value == null) {
2352
+ throw new NullPointerException();
2353
+ }
2354
+ checkByteStringIsUtf8(value);
2355
+ bitField0_ |= 0x00000001;
2356
+ osVersion_ = value;
2357
+ onChanged();
2358
+ return this;
2359
+ }
2360
+
2361
+ private java.lang.Object osBuild_ = "";
2362
+ /**
2363
+ * <code>string os_build = 12;</code>
2364
+ * @return Whether the osBuild field is set.
2365
+ */
2366
+ public boolean hasOsBuild() {
2367
+ return ((bitField0_ & 0x00000002) != 0);
2368
+ }
2369
+ /**
2370
+ * <code>string os_build = 12;</code>
2371
+ * @return The osBuild.
2372
+ */
2373
+ public java.lang.String getOsBuild() {
2374
+ java.lang.Object ref = osBuild_;
2375
+ if (!(ref instanceof java.lang.String)) {
2376
+ com.google.protobuf.ByteString bs =
2377
+ (com.google.protobuf.ByteString) ref;
2378
+ java.lang.String s = bs.toStringUtf8();
2379
+ osBuild_ = s;
2380
+ return s;
2381
+ } else {
2382
+ return (java.lang.String) ref;
2383
+ }
2384
+ }
2385
+ /**
2386
+ * <code>string os_build = 12;</code>
2387
+ * @return The bytes for osBuild.
2388
+ */
2389
+ public com.google.protobuf.ByteString
2390
+ getOsBuildBytes() {
2391
+ java.lang.Object ref = osBuild_;
2392
+ if (ref instanceof String) {
2393
+ com.google.protobuf.ByteString b =
2394
+ com.google.protobuf.ByteString.copyFromUtf8(
2395
+ (java.lang.String) ref);
2396
+ osBuild_ = b;
2397
+ return b;
2398
+ } else {
2399
+ return (com.google.protobuf.ByteString) ref;
2400
+ }
2401
+ }
2402
+ /**
2403
+ * <code>string os_build = 12;</code>
2404
+ * @param value The osBuild to set.
2405
+ * @return This builder for chaining.
2406
+ */
2407
+ public Builder setOsBuild(
2408
+ java.lang.String value) {
2409
+ if (value == null) {
2410
+ throw new NullPointerException();
2411
+ }
2412
+ bitField0_ |= 0x00000002;
2413
+ osBuild_ = value;
2414
+ onChanged();
2415
+ return this;
2416
+ }
2417
+ /**
2418
+ * <code>string os_build = 12;</code>
2419
+ * @return This builder for chaining.
2420
+ */
2421
+ public Builder clearOsBuild() {
2422
+ bitField0_ = (bitField0_ & ~0x00000002);
2423
+ osBuild_ = getDefaultInstance().getOsBuild();
2424
+ onChanged();
2425
+ return this;
2426
+ }
2427
+ /**
2428
+ * <code>string os_build = 12;</code>
2429
+ * @param value The bytes for osBuild to set.
2430
+ * @return This builder for chaining.
2431
+ */
2432
+ public Builder setOsBuildBytes(
2433
+ com.google.protobuf.ByteString value) {
2434
+ if (value == null) {
2435
+ throw new NullPointerException();
2436
+ }
2437
+ checkByteStringIsUtf8(value);
2438
+ bitField0_ |= 0x00000002;
2439
+ osBuild_ = value;
2440
+ onChanged();
2441
+ return this;
2442
+ }
2443
+
2444
+ private java.lang.Object osVersionName_ = "";
2445
+ /**
2446
+ * <code>string os_version_name = 5;</code>
2447
+ * @return Whether the osVersionName field is set.
2448
+ */
2449
+ public boolean hasOsVersionName() {
2450
+ return ((bitField0_ & 0x00000004) != 0);
2451
+ }
2452
+ /**
2453
+ * <code>string os_version_name = 5;</code>
2454
+ * @return The osVersionName.
2455
+ */
2456
+ public java.lang.String getOsVersionName() {
2457
+ java.lang.Object ref = osVersionName_;
2458
+ if (!(ref instanceof java.lang.String)) {
2459
+ com.google.protobuf.ByteString bs =
2460
+ (com.google.protobuf.ByteString) ref;
2461
+ java.lang.String s = bs.toStringUtf8();
2462
+ osVersionName_ = s;
2463
+ return s;
2464
+ } else {
2465
+ return (java.lang.String) ref;
2466
+ }
2467
+ }
2468
+ /**
2469
+ * <code>string os_version_name = 5;</code>
2470
+ * @return The bytes for osVersionName.
2471
+ */
2472
+ public com.google.protobuf.ByteString
2473
+ getOsVersionNameBytes() {
2474
+ java.lang.Object ref = osVersionName_;
2475
+ if (ref instanceof String) {
2476
+ com.google.protobuf.ByteString b =
2477
+ com.google.protobuf.ByteString.copyFromUtf8(
2478
+ (java.lang.String) ref);
2479
+ osVersionName_ = b;
2480
+ return b;
2481
+ } else {
2482
+ return (com.google.protobuf.ByteString) ref;
2483
+ }
2484
+ }
2485
+ /**
2486
+ * <code>string os_version_name = 5;</code>
2487
+ * @param value The osVersionName to set.
2488
+ * @return This builder for chaining.
2489
+ */
2490
+ public Builder setOsVersionName(
2491
+ java.lang.String value) {
2492
+ if (value == null) {
2493
+ throw new NullPointerException();
2494
+ }
2495
+ bitField0_ |= 0x00000004;
2496
+ osVersionName_ = value;
2497
+ onChanged();
2498
+ return this;
2499
+ }
2500
+ /**
2501
+ * <code>string os_version_name = 5;</code>
2502
+ * @return This builder for chaining.
2503
+ */
2504
+ public Builder clearOsVersionName() {
2505
+ bitField0_ = (bitField0_ & ~0x00000004);
2506
+ osVersionName_ = getDefaultInstance().getOsVersionName();
2507
+ onChanged();
2508
+ return this;
2509
+ }
2510
+ /**
2511
+ * <code>string os_version_name = 5;</code>
2512
+ * @param value The bytes for osVersionName to set.
2513
+ * @return This builder for chaining.
2514
+ */
2515
+ public Builder setOsVersionNameBytes(
2516
+ com.google.protobuf.ByteString value) {
2517
+ if (value == null) {
2518
+ throw new NullPointerException();
2519
+ }
2520
+ checkByteStringIsUtf8(value);
2521
+ bitField0_ |= 0x00000004;
2522
+ osVersionName_ = value;
2523
+ onChanged();
2524
+ return this;
2525
+ }
2526
+
2527
+ private long overrideId_ ;
2528
+ /**
2529
+ * <code>int64 override_id = 6;</code>
2530
+ * @return Whether the overrideId field is set.
2531
+ */
2532
+ @java.lang.Override
2533
+ public boolean hasOverrideId() {
2534
+ return ((bitField0_ & 0x00000008) != 0);
2535
+ }
2536
+ /**
2537
+ * <code>int64 override_id = 6;</code>
2538
+ * @return The overrideId.
2539
+ */
2540
+ @java.lang.Override
2541
+ public long getOverrideId() {
2542
+ return overrideId_;
2543
+ }
2544
+ /**
2545
+ * <code>int64 override_id = 6;</code>
2546
+ * @param value The overrideId to set.
2547
+ * @return This builder for chaining.
2548
+ */
2549
+ public Builder setOverrideId(long value) {
2550
+ bitField0_ |= 0x00000008;
2551
+ overrideId_ = value;
2552
+ onChanged();
2553
+ return this;
2554
+ }
2555
+ /**
2556
+ * <code>int64 override_id = 6;</code>
2557
+ * @return This builder for chaining.
2558
+ */
2559
+ public Builder clearOverrideId() {
2560
+ bitField0_ = (bitField0_ & ~0x00000008);
2561
+ overrideId_ = 0L;
2562
+ onChanged();
2563
+ return this;
2564
+ }
2565
+
2566
+ private long makeId_ ;
2567
+ /**
2568
+ * <code>int64 make_id = 7;</code>
2569
+ * @return Whether the makeId field is set.
2570
+ */
2571
+ @java.lang.Override
2572
+ public boolean hasMakeId() {
2573
+ return ((bitField0_ & 0x00000010) != 0);
2574
+ }
2575
+ /**
2576
+ * <code>int64 make_id = 7;</code>
2577
+ * @return The makeId.
2578
+ */
2579
+ @java.lang.Override
2580
+ public long getMakeId() {
2581
+ return makeId_;
2582
+ }
2583
+ /**
2584
+ * <code>int64 make_id = 7;</code>
2585
+ * @param value The makeId to set.
2586
+ * @return This builder for chaining.
2587
+ */
2588
+ public Builder setMakeId(long value) {
2589
+ bitField0_ |= 0x00000010;
2590
+ makeId_ = value;
2591
+ onChanged();
2592
+ return this;
2593
+ }
2594
+ /**
2595
+ * <code>int64 make_id = 7;</code>
2596
+ * @return This builder for chaining.
2597
+ */
2598
+ public Builder clearMakeId() {
2599
+ bitField0_ = (bitField0_ & ~0x00000010);
2600
+ makeId_ = 0L;
2601
+ onChanged();
2602
+ return this;
2603
+ }
2604
+
2605
+ private long parentId_ ;
2606
+ /**
2607
+ * <code>int64 parent_id = 8;</code>
2608
+ * @return Whether the parentId field is set.
2609
+ */
2610
+ @java.lang.Override
2611
+ public boolean hasParentId() {
2612
+ return ((bitField0_ & 0x00000020) != 0);
2613
+ }
2614
+ /**
2615
+ * <code>int64 parent_id = 8;</code>
2616
+ * @return The parentId.
2617
+ */
2618
+ @java.lang.Override
2619
+ public long getParentId() {
2620
+ return parentId_;
2621
+ }
2622
+ /**
2623
+ * <code>int64 parent_id = 8;</code>
2624
+ * @param value The parentId to set.
2625
+ * @return This builder for chaining.
2626
+ */
2627
+ public Builder setParentId(long value) {
2628
+ bitField0_ |= 0x00000020;
2629
+ parentId_ = value;
2630
+ onChanged();
2631
+ return this;
2632
+ }
2633
+ /**
2634
+ * <code>int64 parent_id = 8;</code>
2635
+ * @return This builder for chaining.
2636
+ */
2637
+ public Builder clearParentId() {
2638
+ bitField0_ = (bitField0_ & ~0x00000020);
2639
+ parentId_ = 0L;
2640
+ onChanged();
2641
+ return this;
2642
+ }
2643
+
2644
+ private long releaseDate_ ;
2645
+ /**
2646
+ * <code>int64 release_date = 9;</code>
2647
+ * @return Whether the releaseDate field is set.
2648
+ */
2649
+ @java.lang.Override
2650
+ public boolean hasReleaseDate() {
2651
+ return ((bitField0_ & 0x00000040) != 0);
2652
+ }
2653
+ /**
2654
+ * <code>int64 release_date = 9;</code>
2655
+ * @return The releaseDate.
2656
+ */
2657
+ @java.lang.Override
2658
+ public long getReleaseDate() {
2659
+ return releaseDate_;
2660
+ }
2661
+ /**
2662
+ * <code>int64 release_date = 9;</code>
2663
+ * @param value The releaseDate to set.
2664
+ * @return This builder for chaining.
2665
+ */
2666
+ public Builder setReleaseDate(long value) {
2667
+ bitField0_ |= 0x00000040;
2668
+ releaseDate_ = value;
2669
+ onChanged();
2670
+ return this;
2671
+ }
2672
+ /**
2673
+ * <code>int64 release_date = 9;</code>
2674
+ * @return This builder for chaining.
2675
+ */
2676
+ public Builder clearReleaseDate() {
2677
+ bitField0_ = (bitField0_ & ~0x00000040);
2678
+ releaseDate_ = 0L;
2679
+ onChanged();
2680
+ return this;
2681
+ }
2682
+
2683
+ private long eolDate_ ;
2684
+ /**
2685
+ * <code>int64 eol_date = 10;</code>
2686
+ * @return Whether the eolDate field is set.
2687
+ */
2688
+ @java.lang.Override
2689
+ public boolean hasEolDate() {
2690
+ return ((bitField0_ & 0x00000080) != 0);
2691
+ }
2692
+ /**
2693
+ * <code>int64 eol_date = 10;</code>
2694
+ * @return The eolDate.
2695
+ */
2696
+ @java.lang.Override
2697
+ public long getEolDate() {
2698
+ return eolDate_;
2699
+ }
2700
+ /**
2701
+ * <code>int64 eol_date = 10;</code>
2702
+ * @param value The eolDate to set.
2703
+ * @return This builder for chaining.
2704
+ */
2705
+ public Builder setEolDate(long value) {
2706
+ bitField0_ |= 0x00000080;
2707
+ eolDate_ = value;
2708
+ onChanged();
2709
+ return this;
2710
+ }
2711
+ /**
2712
+ * <code>int64 eol_date = 10;</code>
2713
+ * @return This builder for chaining.
2714
+ */
2715
+ public Builder clearEolDate() {
2716
+ bitField0_ = (bitField0_ & ~0x00000080);
2717
+ eolDate_ = 0L;
2718
+ onChanged();
2719
+ return this;
2720
+ }
2721
+
2722
+ private long eosDate_ ;
2723
+ /**
2724
+ * <code>int64 eos_date = 22;</code>
2725
+ * @return Whether the eosDate field is set.
2726
+ */
2727
+ @java.lang.Override
2728
+ public boolean hasEosDate() {
2729
+ return ((bitField0_ & 0x00000100) != 0);
2730
+ }
2731
+ /**
2732
+ * <code>int64 eos_date = 22;</code>
2733
+ * @return The eosDate.
2734
+ */
2735
+ @java.lang.Override
2736
+ public long getEosDate() {
2737
+ return eosDate_;
2738
+ }
2739
+ /**
2740
+ * <code>int64 eos_date = 22;</code>
2741
+ * @param value The eosDate to set.
2742
+ * @return This builder for chaining.
2743
+ */
2744
+ public Builder setEosDate(long value) {
2745
+ bitField0_ |= 0x00000100;
2746
+ eosDate_ = value;
2747
+ onChanged();
2748
+ return this;
2749
+ }
2750
+ /**
2751
+ * <code>int64 eos_date = 22;</code>
2752
+ * @return This builder for chaining.
2753
+ */
2754
+ public Builder clearEosDate() {
2755
+ bitField0_ = (bitField0_ & ~0x00000100);
2756
+ eosDate_ = 0L;
2757
+ onChanged();
2758
+ return this;
2759
+ }
2760
+
2761
+ private long eosxDate_ ;
2762
+ /**
2763
+ * <code>int64 eosx_date = 25;</code>
2764
+ * @return Whether the eosxDate field is set.
2765
+ */
2766
+ @java.lang.Override
2767
+ public boolean hasEosxDate() {
2768
+ return ((bitField0_ & 0x00000200) != 0);
2769
+ }
2770
+ /**
2771
+ * <code>int64 eosx_date = 25;</code>
2772
+ * @return The eosxDate.
2773
+ */
2774
+ @java.lang.Override
2775
+ public long getEosxDate() {
2776
+ return eosxDate_;
2777
+ }
2778
+ /**
2779
+ * <code>int64 eosx_date = 25;</code>
2780
+ * @param value The eosxDate to set.
2781
+ * @return This builder for chaining.
2782
+ */
2783
+ public Builder setEosxDate(long value) {
2784
+ bitField0_ |= 0x00000200;
2785
+ eosxDate_ = value;
2786
+ onChanged();
2787
+ return this;
2788
+ }
2789
+ /**
2790
+ * <code>int64 eosx_date = 25;</code>
2791
+ * @return This builder for chaining.
2792
+ */
2793
+ public Builder clearEosxDate() {
2794
+ bitField0_ = (bitField0_ & ~0x00000200);
2795
+ eosxDate_ = 0L;
2796
+ onChanged();
2797
+ return this;
2798
+ }
2799
+
2800
+ private java.lang.Object lifecyleConfidence_ = "";
2801
+ /**
2802
+ * <code>string lifecyle_confidence = 26;</code>
2803
+ * @return Whether the lifecyleConfidence field is set.
2804
+ */
2805
+ public boolean hasLifecyleConfidence() {
2806
+ return ((bitField0_ & 0x00000400) != 0);
2807
+ }
2808
+ /**
2809
+ * <code>string lifecyle_confidence = 26;</code>
2810
+ * @return The lifecyleConfidence.
2811
+ */
2812
+ public java.lang.String getLifecyleConfidence() {
2813
+ java.lang.Object ref = lifecyleConfidence_;
2814
+ if (!(ref instanceof java.lang.String)) {
2815
+ com.google.protobuf.ByteString bs =
2816
+ (com.google.protobuf.ByteString) ref;
2817
+ java.lang.String s = bs.toStringUtf8();
2818
+ lifecyleConfidence_ = s;
2819
+ return s;
2820
+ } else {
2821
+ return (java.lang.String) ref;
2822
+ }
2823
+ }
2824
+ /**
2825
+ * <code>string lifecyle_confidence = 26;</code>
2826
+ * @return The bytes for lifecyleConfidence.
2827
+ */
2828
+ public com.google.protobuf.ByteString
2829
+ getLifecyleConfidenceBytes() {
2830
+ java.lang.Object ref = lifecyleConfidence_;
2831
+ if (ref instanceof String) {
2832
+ com.google.protobuf.ByteString b =
2833
+ com.google.protobuf.ByteString.copyFromUtf8(
2834
+ (java.lang.String) ref);
2835
+ lifecyleConfidence_ = b;
2836
+ return b;
2837
+ } else {
2838
+ return (com.google.protobuf.ByteString) ref;
2839
+ }
2840
+ }
2841
+ /**
2842
+ * <code>string lifecyle_confidence = 26;</code>
2843
+ * @param value The lifecyleConfidence to set.
2844
+ * @return This builder for chaining.
2845
+ */
2846
+ public Builder setLifecyleConfidence(
2847
+ java.lang.String value) {
2848
+ if (value == null) {
2849
+ throw new NullPointerException();
2850
+ }
2851
+ bitField0_ |= 0x00000400;
2852
+ lifecyleConfidence_ = value;
2853
+ onChanged();
2854
+ return this;
2855
+ }
2856
+ /**
2857
+ * <code>string lifecyle_confidence = 26;</code>
2858
+ * @return This builder for chaining.
2859
+ */
2860
+ public Builder clearLifecyleConfidence() {
2861
+ bitField0_ = (bitField0_ & ~0x00000400);
2862
+ lifecyleConfidence_ = getDefaultInstance().getLifecyleConfidence();
2863
+ onChanged();
2864
+ return this;
2865
+ }
2866
+ /**
2867
+ * <code>string lifecyle_confidence = 26;</code>
2868
+ * @param value The bytes for lifecyleConfidence to set.
2869
+ * @return This builder for chaining.
2870
+ */
2871
+ public Builder setLifecyleConfidenceBytes(
2872
+ com.google.protobuf.ByteString value) {
2873
+ if (value == null) {
2874
+ throw new NullPointerException();
2875
+ }
2876
+ checkByteStringIsUtf8(value);
2877
+ bitField0_ |= 0x00000400;
2878
+ lifecyleConfidence_ = value;
2879
+ onChanged();
2880
+ return this;
2881
+ }
2882
+
2883
+ private java.lang.Object logoImageUrl_ = "";
2884
+ /**
2885
+ * <code>string logo_image_url = 13;</code>
2886
+ * @return Whether the logoImageUrl field is set.
2887
+ */
2888
+ public boolean hasLogoImageUrl() {
2889
+ return ((bitField0_ & 0x00000800) != 0);
2890
+ }
2891
+ /**
2892
+ * <code>string logo_image_url = 13;</code>
2893
+ * @return The logoImageUrl.
2894
+ */
2895
+ public java.lang.String getLogoImageUrl() {
2896
+ java.lang.Object ref = logoImageUrl_;
2897
+ if (!(ref instanceof java.lang.String)) {
2898
+ com.google.protobuf.ByteString bs =
2899
+ (com.google.protobuf.ByteString) ref;
2900
+ java.lang.String s = bs.toStringUtf8();
2901
+ logoImageUrl_ = s;
2902
+ return s;
2903
+ } else {
2904
+ return (java.lang.String) ref;
2905
+ }
2906
+ }
2907
+ /**
2908
+ * <code>string logo_image_url = 13;</code>
2909
+ * @return The bytes for logoImageUrl.
2910
+ */
2911
+ public com.google.protobuf.ByteString
2912
+ getLogoImageUrlBytes() {
2913
+ java.lang.Object ref = logoImageUrl_;
2914
+ if (ref instanceof String) {
2915
+ com.google.protobuf.ByteString b =
2916
+ com.google.protobuf.ByteString.copyFromUtf8(
2917
+ (java.lang.String) ref);
2918
+ logoImageUrl_ = b;
2919
+ return b;
2920
+ } else {
2921
+ return (com.google.protobuf.ByteString) ref;
2922
+ }
2923
+ }
2924
+ /**
2925
+ * <code>string logo_image_url = 13;</code>
2926
+ * @param value The logoImageUrl to set.
2927
+ * @return This builder for chaining.
2928
+ */
2929
+ public Builder setLogoImageUrl(
2930
+ java.lang.String value) {
2931
+ if (value == null) {
2932
+ throw new NullPointerException();
2933
+ }
2934
+ bitField0_ |= 0x00000800;
2935
+ logoImageUrl_ = value;
2936
+ onChanged();
2937
+ return this;
2938
+ }
2939
+ /**
2940
+ * <code>string logo_image_url = 13;</code>
2941
+ * @return This builder for chaining.
2942
+ */
2943
+ public Builder clearLogoImageUrl() {
2944
+ bitField0_ = (bitField0_ & ~0x00000800);
2945
+ logoImageUrl_ = getDefaultInstance().getLogoImageUrl();
2946
+ onChanged();
2947
+ return this;
2948
+ }
2949
+ /**
2950
+ * <code>string logo_image_url = 13;</code>
2951
+ * @param value The bytes for logoImageUrl to set.
2952
+ * @return This builder for chaining.
2953
+ */
2954
+ public Builder setLogoImageUrlBytes(
2955
+ com.google.protobuf.ByteString value) {
2956
+ if (value == null) {
2957
+ throw new NullPointerException();
2958
+ }
2959
+ checkByteStringIsUtf8(value);
2960
+ bitField0_ |= 0x00000800;
2961
+ logoImageUrl_ = value;
2962
+ onChanged();
2963
+ return this;
2964
+ }
2965
+
2966
+ private java.lang.Object bannerImageUrl_ = "";
2967
+ /**
2968
+ * <code>string banner_image_url = 14;</code>
2969
+ * @return Whether the bannerImageUrl field is set.
2970
+ */
2971
+ public boolean hasBannerImageUrl() {
2972
+ return ((bitField0_ & 0x00001000) != 0);
2973
+ }
2974
+ /**
2975
+ * <code>string banner_image_url = 14;</code>
2976
+ * @return The bannerImageUrl.
2977
+ */
2978
+ public java.lang.String getBannerImageUrl() {
2979
+ java.lang.Object ref = bannerImageUrl_;
2980
+ if (!(ref instanceof java.lang.String)) {
2981
+ com.google.protobuf.ByteString bs =
2982
+ (com.google.protobuf.ByteString) ref;
2983
+ java.lang.String s = bs.toStringUtf8();
2984
+ bannerImageUrl_ = s;
2985
+ return s;
2986
+ } else {
2987
+ return (java.lang.String) ref;
2988
+ }
2989
+ }
2990
+ /**
2991
+ * <code>string banner_image_url = 14;</code>
2992
+ * @return The bytes for bannerImageUrl.
2993
+ */
2994
+ public com.google.protobuf.ByteString
2995
+ getBannerImageUrlBytes() {
2996
+ java.lang.Object ref = bannerImageUrl_;
2997
+ if (ref instanceof String) {
2998
+ com.google.protobuf.ByteString b =
2999
+ com.google.protobuf.ByteString.copyFromUtf8(
3000
+ (java.lang.String) ref);
3001
+ bannerImageUrl_ = b;
3002
+ return b;
3003
+ } else {
3004
+ return (com.google.protobuf.ByteString) ref;
3005
+ }
3006
+ }
3007
+ /**
3008
+ * <code>string banner_image_url = 14;</code>
3009
+ * @param value The bannerImageUrl to set.
3010
+ * @return This builder for chaining.
3011
+ */
3012
+ public Builder setBannerImageUrl(
3013
+ java.lang.String value) {
3014
+ if (value == null) {
3015
+ throw new NullPointerException();
3016
+ }
3017
+ bitField0_ |= 0x00001000;
3018
+ bannerImageUrl_ = value;
3019
+ onChanged();
3020
+ return this;
3021
+ }
3022
+ /**
3023
+ * <code>string banner_image_url = 14;</code>
3024
+ * @return This builder for chaining.
3025
+ */
3026
+ public Builder clearBannerImageUrl() {
3027
+ bitField0_ = (bitField0_ & ~0x00001000);
3028
+ bannerImageUrl_ = getDefaultInstance().getBannerImageUrl();
3029
+ onChanged();
3030
+ return this;
3031
+ }
3032
+ /**
3033
+ * <code>string banner_image_url = 14;</code>
3034
+ * @param value The bytes for bannerImageUrl to set.
3035
+ * @return This builder for chaining.
3036
+ */
3037
+ public Builder setBannerImageUrlBytes(
3038
+ com.google.protobuf.ByteString value) {
3039
+ if (value == null) {
3040
+ throw new NullPointerException();
3041
+ }
3042
+ checkByteStringIsUtf8(value);
3043
+ bitField0_ |= 0x00001000;
3044
+ bannerImageUrl_ = value;
3045
+ onChanged();
3046
+ return this;
3047
+ }
3048
+
3049
+ private java.lang.Object wikipediaId_ = "";
3050
+ /**
3051
+ * <code>string wikipedia_id = 15;</code>
3052
+ * @return Whether the wikipediaId field is set.
3053
+ */
3054
+ public boolean hasWikipediaId() {
3055
+ return ((bitField0_ & 0x00002000) != 0);
3056
+ }
3057
+ /**
3058
+ * <code>string wikipedia_id = 15;</code>
3059
+ * @return The wikipediaId.
3060
+ */
3061
+ public java.lang.String getWikipediaId() {
3062
+ java.lang.Object ref = wikipediaId_;
3063
+ if (!(ref instanceof java.lang.String)) {
3064
+ com.google.protobuf.ByteString bs =
3065
+ (com.google.protobuf.ByteString) ref;
3066
+ java.lang.String s = bs.toStringUtf8();
3067
+ wikipediaId_ = s;
3068
+ return s;
3069
+ } else {
3070
+ return (java.lang.String) ref;
3071
+ }
3072
+ }
3073
+ /**
3074
+ * <code>string wikipedia_id = 15;</code>
3075
+ * @return The bytes for wikipediaId.
3076
+ */
3077
+ public com.google.protobuf.ByteString
3078
+ getWikipediaIdBytes() {
3079
+ java.lang.Object ref = wikipediaId_;
3080
+ if (ref instanceof String) {
3081
+ com.google.protobuf.ByteString b =
3082
+ com.google.protobuf.ByteString.copyFromUtf8(
3083
+ (java.lang.String) ref);
3084
+ wikipediaId_ = b;
3085
+ return b;
3086
+ } else {
3087
+ return (com.google.protobuf.ByteString) ref;
3088
+ }
3089
+ }
3090
+ /**
3091
+ * <code>string wikipedia_id = 15;</code>
3092
+ * @param value The wikipediaId to set.
3093
+ * @return This builder for chaining.
3094
+ */
3095
+ public Builder setWikipediaId(
3096
+ java.lang.String value) {
3097
+ if (value == null) {
3098
+ throw new NullPointerException();
3099
+ }
3100
+ bitField0_ |= 0x00002000;
3101
+ wikipediaId_ = value;
3102
+ onChanged();
3103
+ return this;
3104
+ }
3105
+ /**
3106
+ * <code>string wikipedia_id = 15;</code>
3107
+ * @return This builder for chaining.
3108
+ */
3109
+ public Builder clearWikipediaId() {
3110
+ bitField0_ = (bitField0_ & ~0x00002000);
3111
+ wikipediaId_ = getDefaultInstance().getWikipediaId();
3112
+ onChanged();
3113
+ return this;
3114
+ }
3115
+ /**
3116
+ * <code>string wikipedia_id = 15;</code>
3117
+ * @param value The bytes for wikipediaId to set.
3118
+ * @return This builder for chaining.
3119
+ */
3120
+ public Builder setWikipediaIdBytes(
3121
+ com.google.protobuf.ByteString value) {
3122
+ if (value == null) {
3123
+ throw new NullPointerException();
3124
+ }
3125
+ checkByteStringIsUtf8(value);
3126
+ bitField0_ |= 0x00002000;
3127
+ wikipediaId_ = value;
3128
+ onChanged();
3129
+ return this;
3130
+ }
3131
+
3132
+ private java.lang.Object wikipediaLangCode_ = "";
3133
+ /**
3134
+ * <code>string wikipedia_lang_code = 16;</code>
3135
+ * @return Whether the wikipediaLangCode field is set.
3136
+ */
3137
+ public boolean hasWikipediaLangCode() {
3138
+ return ((bitField0_ & 0x00004000) != 0);
3139
+ }
3140
+ /**
3141
+ * <code>string wikipedia_lang_code = 16;</code>
3142
+ * @return The wikipediaLangCode.
3143
+ */
3144
+ public java.lang.String getWikipediaLangCode() {
3145
+ java.lang.Object ref = wikipediaLangCode_;
3146
+ if (!(ref instanceof java.lang.String)) {
3147
+ com.google.protobuf.ByteString bs =
3148
+ (com.google.protobuf.ByteString) ref;
3149
+ java.lang.String s = bs.toStringUtf8();
3150
+ wikipediaLangCode_ = s;
3151
+ return s;
3152
+ } else {
3153
+ return (java.lang.String) ref;
3154
+ }
3155
+ }
3156
+ /**
3157
+ * <code>string wikipedia_lang_code = 16;</code>
3158
+ * @return The bytes for wikipediaLangCode.
3159
+ */
3160
+ public com.google.protobuf.ByteString
3161
+ getWikipediaLangCodeBytes() {
3162
+ java.lang.Object ref = wikipediaLangCode_;
3163
+ if (ref instanceof String) {
3164
+ com.google.protobuf.ByteString b =
3165
+ com.google.protobuf.ByteString.copyFromUtf8(
3166
+ (java.lang.String) ref);
3167
+ wikipediaLangCode_ = b;
3168
+ return b;
3169
+ } else {
3170
+ return (com.google.protobuf.ByteString) ref;
3171
+ }
3172
+ }
3173
+ /**
3174
+ * <code>string wikipedia_lang_code = 16;</code>
3175
+ * @param value The wikipediaLangCode to set.
3176
+ * @return This builder for chaining.
3177
+ */
3178
+ public Builder setWikipediaLangCode(
3179
+ java.lang.String value) {
3180
+ if (value == null) {
3181
+ throw new NullPointerException();
3182
+ }
3183
+ bitField0_ |= 0x00004000;
3184
+ wikipediaLangCode_ = value;
3185
+ onChanged();
3186
+ return this;
3187
+ }
3188
+ /**
3189
+ * <code>string wikipedia_lang_code = 16;</code>
3190
+ * @return This builder for chaining.
3191
+ */
3192
+ public Builder clearWikipediaLangCode() {
3193
+ bitField0_ = (bitField0_ & ~0x00004000);
3194
+ wikipediaLangCode_ = getDefaultInstance().getWikipediaLangCode();
3195
+ onChanged();
3196
+ return this;
3197
+ }
3198
+ /**
3199
+ * <code>string wikipedia_lang_code = 16;</code>
3200
+ * @param value The bytes for wikipediaLangCode to set.
3201
+ * @return This builder for chaining.
3202
+ */
3203
+ public Builder setWikipediaLangCodeBytes(
3204
+ com.google.protobuf.ByteString value) {
3205
+ if (value == null) {
3206
+ throw new NullPointerException();
3207
+ }
3208
+ checkByteStringIsUtf8(value);
3209
+ bitField0_ |= 0x00004000;
3210
+ wikipediaLangCode_ = value;
3211
+ onChanged();
3212
+ return this;
3213
+ }
3214
+
3215
+ private java.lang.Object websiteUrl_ = "";
3216
+ /**
3217
+ * <code>string website_url = 17;</code>
3218
+ * @return Whether the websiteUrl field is set.
3219
+ */
3220
+ public boolean hasWebsiteUrl() {
3221
+ return ((bitField0_ & 0x00008000) != 0);
3222
+ }
3223
+ /**
3224
+ * <code>string website_url = 17;</code>
3225
+ * @return The websiteUrl.
3226
+ */
3227
+ public java.lang.String getWebsiteUrl() {
3228
+ java.lang.Object ref = websiteUrl_;
3229
+ if (!(ref instanceof java.lang.String)) {
3230
+ com.google.protobuf.ByteString bs =
3231
+ (com.google.protobuf.ByteString) ref;
3232
+ java.lang.String s = bs.toStringUtf8();
3233
+ websiteUrl_ = s;
3234
+ return s;
3235
+ } else {
3236
+ return (java.lang.String) ref;
3237
+ }
3238
+ }
3239
+ /**
3240
+ * <code>string website_url = 17;</code>
3241
+ * @return The bytes for websiteUrl.
3242
+ */
3243
+ public com.google.protobuf.ByteString
3244
+ getWebsiteUrlBytes() {
3245
+ java.lang.Object ref = websiteUrl_;
3246
+ if (ref instanceof String) {
3247
+ com.google.protobuf.ByteString b =
3248
+ com.google.protobuf.ByteString.copyFromUtf8(
3249
+ (java.lang.String) ref);
3250
+ websiteUrl_ = b;
3251
+ return b;
3252
+ } else {
3253
+ return (com.google.protobuf.ByteString) ref;
3254
+ }
3255
+ }
3256
+ /**
3257
+ * <code>string website_url = 17;</code>
3258
+ * @param value The websiteUrl to set.
3259
+ * @return This builder for chaining.
3260
+ */
3261
+ public Builder setWebsiteUrl(
3262
+ java.lang.String value) {
3263
+ if (value == null) {
3264
+ throw new NullPointerException();
3265
+ }
3266
+ bitField0_ |= 0x00008000;
3267
+ websiteUrl_ = value;
3268
+ onChanged();
3269
+ return this;
3270
+ }
3271
+ /**
3272
+ * <code>string website_url = 17;</code>
3273
+ * @return This builder for chaining.
3274
+ */
3275
+ public Builder clearWebsiteUrl() {
3276
+ bitField0_ = (bitField0_ & ~0x00008000);
3277
+ websiteUrl_ = getDefaultInstance().getWebsiteUrl();
3278
+ onChanged();
3279
+ return this;
3280
+ }
3281
+ /**
3282
+ * <code>string website_url = 17;</code>
3283
+ * @param value The bytes for websiteUrl to set.
3284
+ * @return This builder for chaining.
3285
+ */
3286
+ public Builder setWebsiteUrlBytes(
3287
+ com.google.protobuf.ByteString value) {
3288
+ if (value == null) {
3289
+ throw new NullPointerException();
3290
+ }
3291
+ checkByteStringIsUtf8(value);
3292
+ bitField0_ |= 0x00008000;
3293
+ websiteUrl_ = value;
3294
+ onChanged();
3295
+ return this;
3296
+ }
3297
+
3298
+ private java.lang.Object supportUrl_ = "";
3299
+ /**
3300
+ * <code>string support_url = 18;</code>
3301
+ * @return Whether the supportUrl field is set.
3302
+ */
3303
+ public boolean hasSupportUrl() {
3304
+ return ((bitField0_ & 0x00010000) != 0);
3305
+ }
3306
+ /**
3307
+ * <code>string support_url = 18;</code>
3308
+ * @return The supportUrl.
3309
+ */
3310
+ public java.lang.String getSupportUrl() {
3311
+ java.lang.Object ref = supportUrl_;
3312
+ if (!(ref instanceof java.lang.String)) {
3313
+ com.google.protobuf.ByteString bs =
3314
+ (com.google.protobuf.ByteString) ref;
3315
+ java.lang.String s = bs.toStringUtf8();
3316
+ supportUrl_ = s;
3317
+ return s;
3318
+ } else {
3319
+ return (java.lang.String) ref;
3320
+ }
3321
+ }
3322
+ /**
3323
+ * <code>string support_url = 18;</code>
3324
+ * @return The bytes for supportUrl.
3325
+ */
3326
+ public com.google.protobuf.ByteString
3327
+ getSupportUrlBytes() {
3328
+ java.lang.Object ref = supportUrl_;
3329
+ if (ref instanceof String) {
3330
+ com.google.protobuf.ByteString b =
3331
+ com.google.protobuf.ByteString.copyFromUtf8(
3332
+ (java.lang.String) ref);
3333
+ supportUrl_ = b;
3334
+ return b;
3335
+ } else {
3336
+ return (com.google.protobuf.ByteString) ref;
3337
+ }
3338
+ }
3339
+ /**
3340
+ * <code>string support_url = 18;</code>
3341
+ * @param value The supportUrl to set.
3342
+ * @return This builder for chaining.
3343
+ */
3344
+ public Builder setSupportUrl(
3345
+ java.lang.String value) {
3346
+ if (value == null) {
3347
+ throw new NullPointerException();
3348
+ }
3349
+ bitField0_ |= 0x00010000;
3350
+ supportUrl_ = value;
3351
+ onChanged();
3352
+ return this;
3353
+ }
3354
+ /**
3355
+ * <code>string support_url = 18;</code>
3356
+ * @return This builder for chaining.
3357
+ */
3358
+ public Builder clearSupportUrl() {
3359
+ bitField0_ = (bitField0_ & ~0x00010000);
3360
+ supportUrl_ = getDefaultInstance().getSupportUrl();
3361
+ onChanged();
3362
+ return this;
3363
+ }
3364
+ /**
3365
+ * <code>string support_url = 18;</code>
3366
+ * @param value The bytes for supportUrl to set.
3367
+ * @return This builder for chaining.
3368
+ */
3369
+ public Builder setSupportUrlBytes(
3370
+ com.google.protobuf.ByteString value) {
3371
+ if (value == null) {
3372
+ throw new NullPointerException();
3373
+ }
3374
+ checkByteStringIsUtf8(value);
3375
+ bitField0_ |= 0x00010000;
3376
+ supportUrl_ = value;
3377
+ onChanged();
3378
+ return this;
3379
+ }
3380
+
3381
+ private java.lang.Object supportPhone_ = "";
3382
+ /**
3383
+ * <code>string support_phone = 19;</code>
3384
+ * @return Whether the supportPhone field is set.
3385
+ */
3386
+ public boolean hasSupportPhone() {
3387
+ return ((bitField0_ & 0x00020000) != 0);
3388
+ }
3389
+ /**
3390
+ * <code>string support_phone = 19;</code>
3391
+ * @return The supportPhone.
3392
+ */
3393
+ public java.lang.String getSupportPhone() {
3394
+ java.lang.Object ref = supportPhone_;
3395
+ if (!(ref instanceof java.lang.String)) {
3396
+ com.google.protobuf.ByteString bs =
3397
+ (com.google.protobuf.ByteString) ref;
3398
+ java.lang.String s = bs.toStringUtf8();
3399
+ supportPhone_ = s;
3400
+ return s;
3401
+ } else {
3402
+ return (java.lang.String) ref;
3403
+ }
3404
+ }
3405
+ /**
3406
+ * <code>string support_phone = 19;</code>
3407
+ * @return The bytes for supportPhone.
3408
+ */
3409
+ public com.google.protobuf.ByteString
3410
+ getSupportPhoneBytes() {
3411
+ java.lang.Object ref = supportPhone_;
3412
+ if (ref instanceof String) {
3413
+ com.google.protobuf.ByteString b =
3414
+ com.google.protobuf.ByteString.copyFromUtf8(
3415
+ (java.lang.String) ref);
3416
+ supportPhone_ = b;
3417
+ return b;
3418
+ } else {
3419
+ return (com.google.protobuf.ByteString) ref;
3420
+ }
3421
+ }
3422
+ /**
3423
+ * <code>string support_phone = 19;</code>
3424
+ * @param value The supportPhone to set.
3425
+ * @return This builder for chaining.
3426
+ */
3427
+ public Builder setSupportPhone(
3428
+ java.lang.String value) {
3429
+ if (value == null) {
3430
+ throw new NullPointerException();
3431
+ }
3432
+ bitField0_ |= 0x00020000;
3433
+ supportPhone_ = value;
3434
+ onChanged();
3435
+ return this;
3436
+ }
3437
+ /**
3438
+ * <code>string support_phone = 19;</code>
3439
+ * @return This builder for chaining.
3440
+ */
3441
+ public Builder clearSupportPhone() {
3442
+ bitField0_ = (bitField0_ & ~0x00020000);
3443
+ supportPhone_ = getDefaultInstance().getSupportPhone();
3444
+ onChanged();
3445
+ return this;
3446
+ }
3447
+ /**
3448
+ * <code>string support_phone = 19;</code>
3449
+ * @param value The bytes for supportPhone to set.
3450
+ * @return This builder for chaining.
3451
+ */
3452
+ public Builder setSupportPhoneBytes(
3453
+ com.google.protobuf.ByteString value) {
3454
+ if (value == null) {
3455
+ throw new NullPointerException();
3456
+ }
3457
+ checkByteStringIsUtf8(value);
3458
+ bitField0_ |= 0x00020000;
3459
+ supportPhone_ = value;
3460
+ onChanged();
3461
+ return this;
3462
+ }
3463
+
3464
+ private java.lang.Object facebookAccount_ = "";
3465
+ /**
3466
+ * <code>string facebook_account = 20;</code>
3467
+ * @return Whether the facebookAccount field is set.
3468
+ */
3469
+ public boolean hasFacebookAccount() {
3470
+ return ((bitField0_ & 0x00040000) != 0);
3471
+ }
3472
+ /**
3473
+ * <code>string facebook_account = 20;</code>
3474
+ * @return The facebookAccount.
3475
+ */
3476
+ public java.lang.String getFacebookAccount() {
3477
+ java.lang.Object ref = facebookAccount_;
3478
+ if (!(ref instanceof java.lang.String)) {
3479
+ com.google.protobuf.ByteString bs =
3480
+ (com.google.protobuf.ByteString) ref;
3481
+ java.lang.String s = bs.toStringUtf8();
3482
+ facebookAccount_ = s;
3483
+ return s;
3484
+ } else {
3485
+ return (java.lang.String) ref;
3486
+ }
3487
+ }
3488
+ /**
3489
+ * <code>string facebook_account = 20;</code>
3490
+ * @return The bytes for facebookAccount.
3491
+ */
3492
+ public com.google.protobuf.ByteString
3493
+ getFacebookAccountBytes() {
3494
+ java.lang.Object ref = facebookAccount_;
3495
+ if (ref instanceof String) {
3496
+ com.google.protobuf.ByteString b =
3497
+ com.google.protobuf.ByteString.copyFromUtf8(
3498
+ (java.lang.String) ref);
3499
+ facebookAccount_ = b;
3500
+ return b;
3501
+ } else {
3502
+ return (com.google.protobuf.ByteString) ref;
3503
+ }
3504
+ }
3505
+ /**
3506
+ * <code>string facebook_account = 20;</code>
3507
+ * @param value The facebookAccount to set.
3508
+ * @return This builder for chaining.
3509
+ */
3510
+ public Builder setFacebookAccount(
3511
+ java.lang.String value) {
3512
+ if (value == null) {
3513
+ throw new NullPointerException();
3514
+ }
3515
+ bitField0_ |= 0x00040000;
3516
+ facebookAccount_ = value;
3517
+ onChanged();
3518
+ return this;
3519
+ }
3520
+ /**
3521
+ * <code>string facebook_account = 20;</code>
3522
+ * @return This builder for chaining.
3523
+ */
3524
+ public Builder clearFacebookAccount() {
3525
+ bitField0_ = (bitField0_ & ~0x00040000);
3526
+ facebookAccount_ = getDefaultInstance().getFacebookAccount();
3527
+ onChanged();
3528
+ return this;
3529
+ }
3530
+ /**
3531
+ * <code>string facebook_account = 20;</code>
3532
+ * @param value The bytes for facebookAccount to set.
3533
+ * @return This builder for chaining.
3534
+ */
3535
+ public Builder setFacebookAccountBytes(
3536
+ com.google.protobuf.ByteString value) {
3537
+ if (value == null) {
3538
+ throw new NullPointerException();
3539
+ }
3540
+ checkByteStringIsUtf8(value);
3541
+ bitField0_ |= 0x00040000;
3542
+ facebookAccount_ = value;
3543
+ onChanged();
3544
+ return this;
3545
+ }
3546
+
3547
+ private java.lang.Object twitterAccount_ = "";
3548
+ /**
3549
+ * <code>string twitter_account = 21;</code>
3550
+ * @return Whether the twitterAccount field is set.
3551
+ */
3552
+ public boolean hasTwitterAccount() {
3553
+ return ((bitField0_ & 0x00080000) != 0);
3554
+ }
3555
+ /**
3556
+ * <code>string twitter_account = 21;</code>
3557
+ * @return The twitterAccount.
3558
+ */
3559
+ public java.lang.String getTwitterAccount() {
3560
+ java.lang.Object ref = twitterAccount_;
3561
+ if (!(ref instanceof java.lang.String)) {
3562
+ com.google.protobuf.ByteString bs =
3563
+ (com.google.protobuf.ByteString) ref;
3564
+ java.lang.String s = bs.toStringUtf8();
3565
+ twitterAccount_ = s;
3566
+ return s;
3567
+ } else {
3568
+ return (java.lang.String) ref;
3569
+ }
3570
+ }
3571
+ /**
3572
+ * <code>string twitter_account = 21;</code>
3573
+ * @return The bytes for twitterAccount.
3574
+ */
3575
+ public com.google.protobuf.ByteString
3576
+ getTwitterAccountBytes() {
3577
+ java.lang.Object ref = twitterAccount_;
3578
+ if (ref instanceof String) {
3579
+ com.google.protobuf.ByteString b =
3580
+ com.google.protobuf.ByteString.copyFromUtf8(
3581
+ (java.lang.String) ref);
3582
+ twitterAccount_ = b;
3583
+ return b;
3584
+ } else {
3585
+ return (com.google.protobuf.ByteString) ref;
3586
+ }
3587
+ }
3588
+ /**
3589
+ * <code>string twitter_account = 21;</code>
3590
+ * @param value The twitterAccount to set.
3591
+ * @return This builder for chaining.
3592
+ */
3593
+ public Builder setTwitterAccount(
3594
+ java.lang.String value) {
3595
+ if (value == null) {
3596
+ throw new NullPointerException();
3597
+ }
3598
+ bitField0_ |= 0x00080000;
3599
+ twitterAccount_ = value;
3600
+ onChanged();
3601
+ return this;
3602
+ }
3603
+ /**
3604
+ * <code>string twitter_account = 21;</code>
3605
+ * @return This builder for chaining.
3606
+ */
3607
+ public Builder clearTwitterAccount() {
3608
+ bitField0_ = (bitField0_ & ~0x00080000);
3609
+ twitterAccount_ = getDefaultInstance().getTwitterAccount();
3610
+ onChanged();
3611
+ return this;
3612
+ }
3613
+ /**
3614
+ * <code>string twitter_account = 21;</code>
3615
+ * @param value The bytes for twitterAccount to set.
3616
+ * @return This builder for chaining.
3617
+ */
3618
+ public Builder setTwitterAccountBytes(
3619
+ com.google.protobuf.ByteString value) {
3620
+ if (value == null) {
3621
+ throw new NullPointerException();
3622
+ }
3623
+ checkByteStringIsUtf8(value);
3624
+ bitField0_ |= 0x00080000;
3625
+ twitterAccount_ = value;
3626
+ onChanged();
3627
+ return this;
3628
+ }
3629
+
3630
+ private java.lang.Object nistCpe_ = "";
3631
+ /**
3632
+ * <code>string nist_cpe = 23;</code>
3633
+ * @return Whether the nistCpe field is set.
3634
+ */
3635
+ public boolean hasNistCpe() {
3636
+ return ((bitField0_ & 0x00100000) != 0);
3637
+ }
3638
+ /**
3639
+ * <code>string nist_cpe = 23;</code>
3640
+ * @return The nistCpe.
3641
+ */
3642
+ public java.lang.String getNistCpe() {
3643
+ java.lang.Object ref = nistCpe_;
3644
+ if (!(ref instanceof java.lang.String)) {
3645
+ com.google.protobuf.ByteString bs =
3646
+ (com.google.protobuf.ByteString) ref;
3647
+ java.lang.String s = bs.toStringUtf8();
3648
+ nistCpe_ = s;
3649
+ return s;
3650
+ } else {
3651
+ return (java.lang.String) ref;
3652
+ }
3653
+ }
3654
+ /**
3655
+ * <code>string nist_cpe = 23;</code>
3656
+ * @return The bytes for nistCpe.
3657
+ */
3658
+ public com.google.protobuf.ByteString
3659
+ getNistCpeBytes() {
3660
+ java.lang.Object ref = nistCpe_;
3661
+ if (ref instanceof String) {
3662
+ com.google.protobuf.ByteString b =
3663
+ com.google.protobuf.ByteString.copyFromUtf8(
3664
+ (java.lang.String) ref);
3665
+ nistCpe_ = b;
3666
+ return b;
3667
+ } else {
3668
+ return (com.google.protobuf.ByteString) ref;
3669
+ }
3670
+ }
3671
+ /**
3672
+ * <code>string nist_cpe = 23;</code>
3673
+ * @param value The nistCpe to set.
3674
+ * @return This builder for chaining.
3675
+ */
3676
+ public Builder setNistCpe(
3677
+ java.lang.String value) {
3678
+ if (value == null) {
3679
+ throw new NullPointerException();
3680
+ }
3681
+ bitField0_ |= 0x00100000;
3682
+ nistCpe_ = value;
3683
+ onChanged();
3684
+ return this;
3685
+ }
3686
+ /**
3687
+ * <code>string nist_cpe = 23;</code>
3688
+ * @return This builder for chaining.
3689
+ */
3690
+ public Builder clearNistCpe() {
3691
+ bitField0_ = (bitField0_ & ~0x00100000);
3692
+ nistCpe_ = getDefaultInstance().getNistCpe();
3693
+ onChanged();
3694
+ return this;
3695
+ }
3696
+ /**
3697
+ * <code>string nist_cpe = 23;</code>
3698
+ * @param value The bytes for nistCpe to set.
3699
+ * @return This builder for chaining.
3700
+ */
3701
+ public Builder setNistCpeBytes(
3702
+ com.google.protobuf.ByteString value) {
3703
+ if (value == null) {
3704
+ throw new NullPointerException();
3705
+ }
3706
+ checkByteStringIsUtf8(value);
3707
+ bitField0_ |= 0x00100000;
3708
+ nistCpe_ = value;
3709
+ onChanged();
3710
+ return this;
3711
+ }
3712
+
3713
+ private long lastUpdateTime_ ;
3714
+ /**
3715
+ * <code>int64 last_update_time = 11;</code>
3716
+ * @return Whether the lastUpdateTime field is set.
3717
+ */
3718
+ @java.lang.Override
3719
+ public boolean hasLastUpdateTime() {
3720
+ return ((bitField0_ & 0x00200000) != 0);
3721
+ }
3722
+ /**
3723
+ * <code>int64 last_update_time = 11;</code>
3724
+ * @return The lastUpdateTime.
3725
+ */
3726
+ @java.lang.Override
3727
+ public long getLastUpdateTime() {
3728
+ return lastUpdateTime_;
3729
+ }
3730
+ /**
3731
+ * <code>int64 last_update_time = 11;</code>
3732
+ * @param value The lastUpdateTime to set.
3733
+ * @return This builder for chaining.
3734
+ */
3735
+ public Builder setLastUpdateTime(long value) {
3736
+ bitField0_ |= 0x00200000;
3737
+ lastUpdateTime_ = value;
3738
+ onChanged();
3739
+ return this;
3740
+ }
3741
+ /**
3742
+ * <code>int64 last_update_time = 11;</code>
3743
+ * @return This builder for chaining.
3744
+ */
3745
+ public Builder clearLastUpdateTime() {
3746
+ bitField0_ = (bitField0_ & ~0x00200000);
3747
+ lastUpdateTime_ = 0L;
3748
+ onChanged();
3749
+ return this;
3750
+ }
3751
+
3752
+ private int matchScore_ ;
3753
+ /**
3754
+ * <pre>
3755
+ * filled only when a result of search
3756
+ * </pre>
3757
+ *
3758
+ * <code>int32 match_score = 24;</code>
3759
+ * @return Whether the matchScore field is set.
3760
+ */
3761
+ @java.lang.Override
3762
+ public boolean hasMatchScore() {
3763
+ return ((bitField0_ & 0x00400000) != 0);
3764
+ }
3765
+ /**
3766
+ * <pre>
3767
+ * filled only when a result of search
3768
+ * </pre>
3769
+ *
3770
+ * <code>int32 match_score = 24;</code>
3771
+ * @return The matchScore.
3772
+ */
3773
+ @java.lang.Override
3774
+ public int getMatchScore() {
3775
+ return matchScore_;
3776
+ }
3777
+ /**
3778
+ * <pre>
3779
+ * filled only when a result of search
3780
+ * </pre>
3781
+ *
3782
+ * <code>int32 match_score = 24;</code>
3783
+ * @param value The matchScore to set.
3784
+ * @return This builder for chaining.
3785
+ */
3786
+ public Builder setMatchScore(int value) {
3787
+ bitField0_ |= 0x00400000;
3788
+ matchScore_ = value;
3789
+ onChanged();
3790
+ return this;
3791
+ }
3792
+ /**
3793
+ * <pre>
3794
+ * filled only when a result of search
3795
+ * </pre>
3796
+ *
3797
+ * <code>int32 match_score = 24;</code>
3798
+ * @return This builder for chaining.
3799
+ */
3800
+ public Builder clearMatchScore() {
3801
+ bitField0_ = (bitField0_ & ~0x00400000);
3802
+ matchScore_ = 0;
3803
+ onChanged();
3804
+ return this;
3805
+ }
3806
+ @java.lang.Override
3807
+ public final Builder setUnknownFields(
3808
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
3809
+ return super.setUnknownFields(unknownFields);
3810
+ }
3811
+
3812
+ @java.lang.Override
3813
+ public final Builder mergeUnknownFields(
3814
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
3815
+ return super.mergeUnknownFields(unknownFields);
3816
+ }
3817
+
3818
+
3819
+ // @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.CatalogOs)
3820
+ }
3821
+
3822
+ // @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.CatalogOs)
3823
+ private static final com.lansweeper.dp.outbound.v1.CatalogOs DEFAULT_INSTANCE;
3824
+ static {
3825
+ DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.CatalogOs();
3826
+ }
3827
+
3828
+ public static com.lansweeper.dp.outbound.v1.CatalogOs getDefaultInstance() {
3829
+ return DEFAULT_INSTANCE;
3830
+ }
3831
+
3832
+ private static final com.google.protobuf.Parser<CatalogOs>
3833
+ PARSER = new com.google.protobuf.AbstractParser<CatalogOs>() {
3834
+ @java.lang.Override
3835
+ public CatalogOs parsePartialFrom(
3836
+ com.google.protobuf.CodedInputStream input,
3837
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
3838
+ throws com.google.protobuf.InvalidProtocolBufferException {
3839
+ return new CatalogOs(input, extensionRegistry);
3840
+ }
3841
+ };
3842
+
3843
+ public static com.google.protobuf.Parser<CatalogOs> parser() {
3844
+ return PARSER;
3845
+ }
3846
+
3847
+ @java.lang.Override
3848
+ public com.google.protobuf.Parser<CatalogOs> getParserForType() {
3849
+ return PARSER;
3850
+ }
3851
+
3852
+ @java.lang.Override
3853
+ public com.lansweeper.dp.outbound.v1.CatalogOs getDefaultInstanceForType() {
3854
+ return DEFAULT_INSTANCE;
3855
+ }
3856
+
3857
+ }
3858
+