@lansweeper/data-platform-outbound-grpc 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/java.json +5 -0
- package/package.json +2 -2
- package/pom.xml +0 -29
- package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +0 -2325
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +0 -159
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetType.java +0 -801
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetTypeOrBuilder.java +0 -58
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrand.java +0 -4206
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrandOrBuilder.java +0 -423
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModel.java +0 -3639
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModelOrBuilder.java +0 -379
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +0 -5453
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +0 -591
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOs.java +0 -3720
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOsOrBuilder.java +0 -372
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +0 -3015
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +0 -303
- package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFields.java +0 -1731
- package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +0 -138
- package/src/main/java/com/lansweeper/dp/outbound/v1/Entity.java +0 -762
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityOrBuilder.java +0 -41
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPath.java +0 -1283
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPathOrBuilder.java +0 -113
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequest.java +0 -655
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequestOrBuilder.java +0 -36
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponse.java +0 -1193
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponseOrBuilder.java +0 -71
- package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfo.java +0 -2702
- package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfoOrBuilder.java +0 -237
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequest.java +0 -655
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequestOrBuilder.java +0 -36
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponse.java +0 -958
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponseOrBuilder.java +0 -48
- package/src/main/java/com/lansweeper/dp/outbound/v1/Monitor.java +0 -1590
- package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorInventory.java +0 -966
- package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.java +0 -48
- package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +0 -100
- package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfo.java +0 -2332
- package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfoOrBuilder.java +0 -191
- package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +0 -622
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfo.java +0 -1073
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfoOrBuilder.java +0 -77
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftware.java +0 -1991
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.java +0 -198
- package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +0 -3911
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventory.java +0 -966
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventoryOrBuilder.java +0 -48
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +0 -380
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawMonitorInfo.java +0 -1728
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawMonitorInfoOrBuilder.java +0 -138
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfo.java +0 -1846
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfoOrBuilder.java +0 -205
|
@@ -1,2332 +0,0 @@
|
|
|
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.OperatingSystemInfo}
|
|
8
|
-
*/
|
|
9
|
-
public final class OperatingSystemInfo extends
|
|
10
|
-
com.google.protobuf.GeneratedMessageV3 implements
|
|
11
|
-
// @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.OperatingSystemInfo)
|
|
12
|
-
OperatingSystemInfoOrBuilder {
|
|
13
|
-
private static final long serialVersionUID = 0L;
|
|
14
|
-
// Use OperatingSystemInfo.newBuilder() to construct.
|
|
15
|
-
private OperatingSystemInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
16
|
-
super(builder);
|
|
17
|
-
}
|
|
18
|
-
private OperatingSystemInfo() {
|
|
19
|
-
name_ = "";
|
|
20
|
-
version_ = "";
|
|
21
|
-
build_ = "";
|
|
22
|
-
fwVersion_ = "";
|
|
23
|
-
cpe_ = "";
|
|
24
|
-
fwCpe_ = "";
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
@java.lang.Override
|
|
28
|
-
@SuppressWarnings({"unused"})
|
|
29
|
-
protected java.lang.Object newInstance(
|
|
30
|
-
UnusedPrivateParameter unused) {
|
|
31
|
-
return new OperatingSystemInfo();
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
@java.lang.Override
|
|
35
|
-
public final com.google.protobuf.UnknownFieldSet
|
|
36
|
-
getUnknownFields() {
|
|
37
|
-
return this.unknownFields;
|
|
38
|
-
}
|
|
39
|
-
private OperatingSystemInfo(
|
|
40
|
-
com.google.protobuf.CodedInputStream input,
|
|
41
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
42
|
-
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
43
|
-
this();
|
|
44
|
-
if (extensionRegistry == null) {
|
|
45
|
-
throw new java.lang.NullPointerException();
|
|
46
|
-
}
|
|
47
|
-
int mutable_bitField0_ = 0;
|
|
48
|
-
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
49
|
-
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
50
|
-
try {
|
|
51
|
-
boolean done = false;
|
|
52
|
-
while (!done) {
|
|
53
|
-
int tag = input.readTag();
|
|
54
|
-
switch (tag) {
|
|
55
|
-
case 0:
|
|
56
|
-
done = true;
|
|
57
|
-
break;
|
|
58
|
-
case 8: {
|
|
59
|
-
bitField0_ |= 0x00000001;
|
|
60
|
-
id_ = input.readInt64();
|
|
61
|
-
break;
|
|
62
|
-
}
|
|
63
|
-
case 18: {
|
|
64
|
-
java.lang.String s = input.readStringRequireUtf8();
|
|
65
|
-
bitField0_ |= 0x00000004;
|
|
66
|
-
name_ = s;
|
|
67
|
-
break;
|
|
68
|
-
}
|
|
69
|
-
case 26: {
|
|
70
|
-
java.lang.String s = input.readStringRequireUtf8();
|
|
71
|
-
bitField0_ |= 0x00000008;
|
|
72
|
-
version_ = s;
|
|
73
|
-
break;
|
|
74
|
-
}
|
|
75
|
-
case 34: {
|
|
76
|
-
java.lang.String s = input.readStringRequireUtf8();
|
|
77
|
-
bitField0_ |= 0x00000010;
|
|
78
|
-
build_ = s;
|
|
79
|
-
break;
|
|
80
|
-
}
|
|
81
|
-
case 42: {
|
|
82
|
-
java.lang.String s = input.readStringRequireUtf8();
|
|
83
|
-
bitField0_ |= 0x00000020;
|
|
84
|
-
fwVersion_ = s;
|
|
85
|
-
break;
|
|
86
|
-
}
|
|
87
|
-
case 50: {
|
|
88
|
-
java.lang.String s = input.readStringRequireUtf8();
|
|
89
|
-
bitField0_ |= 0x00000040;
|
|
90
|
-
cpe_ = s;
|
|
91
|
-
break;
|
|
92
|
-
}
|
|
93
|
-
case 58: {
|
|
94
|
-
java.lang.String s = input.readStringRequireUtf8();
|
|
95
|
-
bitField0_ |= 0x00000080;
|
|
96
|
-
fwCpe_ = s;
|
|
97
|
-
break;
|
|
98
|
-
}
|
|
99
|
-
case 64: {
|
|
100
|
-
bitField0_ |= 0x00000100;
|
|
101
|
-
rank_ = input.readInt32();
|
|
102
|
-
break;
|
|
103
|
-
}
|
|
104
|
-
case 74: {
|
|
105
|
-
com.lansweeper.dp.outbound.v1.CatalogBrand.Builder subBuilder = null;
|
|
106
|
-
if (((bitField0_ & 0x00000200) != 0)) {
|
|
107
|
-
subBuilder = catalogBrand_.toBuilder();
|
|
108
|
-
}
|
|
109
|
-
catalogBrand_ = input.readMessage(com.lansweeper.dp.outbound.v1.CatalogBrand.parser(), extensionRegistry);
|
|
110
|
-
if (subBuilder != null) {
|
|
111
|
-
subBuilder.mergeFrom(catalogBrand_);
|
|
112
|
-
catalogBrand_ = subBuilder.buildPartial();
|
|
113
|
-
}
|
|
114
|
-
bitField0_ |= 0x00000200;
|
|
115
|
-
break;
|
|
116
|
-
}
|
|
117
|
-
case 82: {
|
|
118
|
-
com.lansweeper.dp.outbound.v1.CatalogOs.Builder subBuilder = null;
|
|
119
|
-
if (((bitField0_ & 0x00000400) != 0)) {
|
|
120
|
-
subBuilder = catalogOs_.toBuilder();
|
|
121
|
-
}
|
|
122
|
-
catalogOs_ = input.readMessage(com.lansweeper.dp.outbound.v1.CatalogOs.parser(), extensionRegistry);
|
|
123
|
-
if (subBuilder != null) {
|
|
124
|
-
subBuilder.mergeFrom(catalogOs_);
|
|
125
|
-
catalogOs_ = subBuilder.buildPartial();
|
|
126
|
-
}
|
|
127
|
-
bitField0_ |= 0x00000400;
|
|
128
|
-
break;
|
|
129
|
-
}
|
|
130
|
-
case 88: {
|
|
131
|
-
bitField0_ |= 0x00000002;
|
|
132
|
-
makeId_ = input.readInt64();
|
|
133
|
-
break;
|
|
134
|
-
}
|
|
135
|
-
case 258: {
|
|
136
|
-
com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.Builder subBuilder = null;
|
|
137
|
-
if (rawCase_ == 32) {
|
|
138
|
-
subBuilder = ((com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_).toBuilder();
|
|
139
|
-
}
|
|
140
|
-
raw_ =
|
|
141
|
-
input.readMessage(com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.parser(), extensionRegistry);
|
|
142
|
-
if (subBuilder != null) {
|
|
143
|
-
subBuilder.mergeFrom((com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_);
|
|
144
|
-
raw_ = subBuilder.buildPartial();
|
|
145
|
-
}
|
|
146
|
-
rawCase_ = 32;
|
|
147
|
-
break;
|
|
148
|
-
}
|
|
149
|
-
default: {
|
|
150
|
-
if (!parseUnknownField(
|
|
151
|
-
input, unknownFields, extensionRegistry, tag)) {
|
|
152
|
-
done = true;
|
|
153
|
-
}
|
|
154
|
-
break;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
159
|
-
throw e.setUnfinishedMessage(this);
|
|
160
|
-
} catch (java.io.IOException e) {
|
|
161
|
-
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
162
|
-
e).setUnfinishedMessage(this);
|
|
163
|
-
} finally {
|
|
164
|
-
this.unknownFields = unknownFields.build();
|
|
165
|
-
makeExtensionsImmutable();
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
public static final com.google.protobuf.Descriptors.Descriptor
|
|
169
|
-
getDescriptor() {
|
|
170
|
-
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_descriptor;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
@java.lang.Override
|
|
174
|
-
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
175
|
-
internalGetFieldAccessorTable() {
|
|
176
|
-
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_fieldAccessorTable
|
|
177
|
-
.ensureFieldAccessorsInitialized(
|
|
178
|
-
com.lansweeper.dp.outbound.v1.OperatingSystemInfo.class, com.lansweeper.dp.outbound.v1.OperatingSystemInfo.Builder.class);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
private int bitField0_;
|
|
182
|
-
private int rawCase_ = 0;
|
|
183
|
-
private java.lang.Object raw_;
|
|
184
|
-
public enum RawCase
|
|
185
|
-
implements com.google.protobuf.Internal.EnumLite,
|
|
186
|
-
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
|
|
187
|
-
WINDOWS(32),
|
|
188
|
-
RAW_NOT_SET(0);
|
|
189
|
-
private final int value;
|
|
190
|
-
private RawCase(int value) {
|
|
191
|
-
this.value = value;
|
|
192
|
-
}
|
|
193
|
-
/**
|
|
194
|
-
* @param value The number of the enum to look for.
|
|
195
|
-
* @return The enum associated with the given number.
|
|
196
|
-
* @deprecated Use {@link #forNumber(int)} instead.
|
|
197
|
-
*/
|
|
198
|
-
@java.lang.Deprecated
|
|
199
|
-
public static RawCase valueOf(int value) {
|
|
200
|
-
return forNumber(value);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
public static RawCase forNumber(int value) {
|
|
204
|
-
switch (value) {
|
|
205
|
-
case 32: return WINDOWS;
|
|
206
|
-
case 0: return RAW_NOT_SET;
|
|
207
|
-
default: return null;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
public int getNumber() {
|
|
211
|
-
return this.value;
|
|
212
|
-
}
|
|
213
|
-
};
|
|
214
|
-
|
|
215
|
-
public RawCase
|
|
216
|
-
getRawCase() {
|
|
217
|
-
return RawCase.forNumber(
|
|
218
|
-
rawCase_);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
public static final int ID_FIELD_NUMBER = 1;
|
|
222
|
-
private long id_;
|
|
223
|
-
/**
|
|
224
|
-
* <code>int64 id = 1;</code>
|
|
225
|
-
* @return Whether the id field is set.
|
|
226
|
-
*/
|
|
227
|
-
@java.lang.Override
|
|
228
|
-
public boolean hasId() {
|
|
229
|
-
return ((bitField0_ & 0x00000001) != 0);
|
|
230
|
-
}
|
|
231
|
-
/**
|
|
232
|
-
* <code>int64 id = 1;</code>
|
|
233
|
-
* @return The id.
|
|
234
|
-
*/
|
|
235
|
-
@java.lang.Override
|
|
236
|
-
public long getId() {
|
|
237
|
-
return id_;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
public static final int MAKE_ID_FIELD_NUMBER = 11;
|
|
241
|
-
private long makeId_;
|
|
242
|
-
/**
|
|
243
|
-
* <code>int64 make_id = 11;</code>
|
|
244
|
-
* @return Whether the makeId field is set.
|
|
245
|
-
*/
|
|
246
|
-
@java.lang.Override
|
|
247
|
-
public boolean hasMakeId() {
|
|
248
|
-
return ((bitField0_ & 0x00000002) != 0);
|
|
249
|
-
}
|
|
250
|
-
/**
|
|
251
|
-
* <code>int64 make_id = 11;</code>
|
|
252
|
-
* @return The makeId.
|
|
253
|
-
*/
|
|
254
|
-
@java.lang.Override
|
|
255
|
-
public long getMakeId() {
|
|
256
|
-
return makeId_;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
public static final int NAME_FIELD_NUMBER = 2;
|
|
260
|
-
private volatile java.lang.Object name_;
|
|
261
|
-
/**
|
|
262
|
-
* <code>string name = 2;</code>
|
|
263
|
-
* @return Whether the name field is set.
|
|
264
|
-
*/
|
|
265
|
-
@java.lang.Override
|
|
266
|
-
public boolean hasName() {
|
|
267
|
-
return ((bitField0_ & 0x00000004) != 0);
|
|
268
|
-
}
|
|
269
|
-
/**
|
|
270
|
-
* <code>string name = 2;</code>
|
|
271
|
-
* @return The name.
|
|
272
|
-
*/
|
|
273
|
-
@java.lang.Override
|
|
274
|
-
public java.lang.String getName() {
|
|
275
|
-
java.lang.Object ref = name_;
|
|
276
|
-
if (ref instanceof java.lang.String) {
|
|
277
|
-
return (java.lang.String) ref;
|
|
278
|
-
} else {
|
|
279
|
-
com.google.protobuf.ByteString bs =
|
|
280
|
-
(com.google.protobuf.ByteString) ref;
|
|
281
|
-
java.lang.String s = bs.toStringUtf8();
|
|
282
|
-
name_ = s;
|
|
283
|
-
return s;
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
/**
|
|
287
|
-
* <code>string name = 2;</code>
|
|
288
|
-
* @return The bytes for name.
|
|
289
|
-
*/
|
|
290
|
-
@java.lang.Override
|
|
291
|
-
public com.google.protobuf.ByteString
|
|
292
|
-
getNameBytes() {
|
|
293
|
-
java.lang.Object ref = name_;
|
|
294
|
-
if (ref instanceof java.lang.String) {
|
|
295
|
-
com.google.protobuf.ByteString b =
|
|
296
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
297
|
-
(java.lang.String) ref);
|
|
298
|
-
name_ = b;
|
|
299
|
-
return b;
|
|
300
|
-
} else {
|
|
301
|
-
return (com.google.protobuf.ByteString) ref;
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
public static final int VERSION_FIELD_NUMBER = 3;
|
|
306
|
-
private volatile java.lang.Object version_;
|
|
307
|
-
/**
|
|
308
|
-
* <code>string version = 3;</code>
|
|
309
|
-
* @return Whether the version field is set.
|
|
310
|
-
*/
|
|
311
|
-
@java.lang.Override
|
|
312
|
-
public boolean hasVersion() {
|
|
313
|
-
return ((bitField0_ & 0x00000008) != 0);
|
|
314
|
-
}
|
|
315
|
-
/**
|
|
316
|
-
* <code>string version = 3;</code>
|
|
317
|
-
* @return The version.
|
|
318
|
-
*/
|
|
319
|
-
@java.lang.Override
|
|
320
|
-
public java.lang.String getVersion() {
|
|
321
|
-
java.lang.Object ref = version_;
|
|
322
|
-
if (ref instanceof java.lang.String) {
|
|
323
|
-
return (java.lang.String) ref;
|
|
324
|
-
} else {
|
|
325
|
-
com.google.protobuf.ByteString bs =
|
|
326
|
-
(com.google.protobuf.ByteString) ref;
|
|
327
|
-
java.lang.String s = bs.toStringUtf8();
|
|
328
|
-
version_ = s;
|
|
329
|
-
return s;
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* <code>string version = 3;</code>
|
|
334
|
-
* @return The bytes for version.
|
|
335
|
-
*/
|
|
336
|
-
@java.lang.Override
|
|
337
|
-
public com.google.protobuf.ByteString
|
|
338
|
-
getVersionBytes() {
|
|
339
|
-
java.lang.Object ref = version_;
|
|
340
|
-
if (ref instanceof java.lang.String) {
|
|
341
|
-
com.google.protobuf.ByteString b =
|
|
342
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
343
|
-
(java.lang.String) ref);
|
|
344
|
-
version_ = b;
|
|
345
|
-
return b;
|
|
346
|
-
} else {
|
|
347
|
-
return (com.google.protobuf.ByteString) ref;
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
public static final int BUILD_FIELD_NUMBER = 4;
|
|
352
|
-
private volatile java.lang.Object build_;
|
|
353
|
-
/**
|
|
354
|
-
* <code>string build = 4;</code>
|
|
355
|
-
* @return Whether the build field is set.
|
|
356
|
-
*/
|
|
357
|
-
@java.lang.Override
|
|
358
|
-
public boolean hasBuild() {
|
|
359
|
-
return ((bitField0_ & 0x00000010) != 0);
|
|
360
|
-
}
|
|
361
|
-
/**
|
|
362
|
-
* <code>string build = 4;</code>
|
|
363
|
-
* @return The build.
|
|
364
|
-
*/
|
|
365
|
-
@java.lang.Override
|
|
366
|
-
public java.lang.String getBuild() {
|
|
367
|
-
java.lang.Object ref = build_;
|
|
368
|
-
if (ref instanceof java.lang.String) {
|
|
369
|
-
return (java.lang.String) ref;
|
|
370
|
-
} else {
|
|
371
|
-
com.google.protobuf.ByteString bs =
|
|
372
|
-
(com.google.protobuf.ByteString) ref;
|
|
373
|
-
java.lang.String s = bs.toStringUtf8();
|
|
374
|
-
build_ = s;
|
|
375
|
-
return s;
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
/**
|
|
379
|
-
* <code>string build = 4;</code>
|
|
380
|
-
* @return The bytes for build.
|
|
381
|
-
*/
|
|
382
|
-
@java.lang.Override
|
|
383
|
-
public com.google.protobuf.ByteString
|
|
384
|
-
getBuildBytes() {
|
|
385
|
-
java.lang.Object ref = build_;
|
|
386
|
-
if (ref instanceof java.lang.String) {
|
|
387
|
-
com.google.protobuf.ByteString b =
|
|
388
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
389
|
-
(java.lang.String) ref);
|
|
390
|
-
build_ = b;
|
|
391
|
-
return b;
|
|
392
|
-
} else {
|
|
393
|
-
return (com.google.protobuf.ByteString) ref;
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
public static final int FW_VERSION_FIELD_NUMBER = 5;
|
|
398
|
-
private volatile java.lang.Object fwVersion_;
|
|
399
|
-
/**
|
|
400
|
-
* <code>string fw_version = 5;</code>
|
|
401
|
-
* @return Whether the fwVersion field is set.
|
|
402
|
-
*/
|
|
403
|
-
@java.lang.Override
|
|
404
|
-
public boolean hasFwVersion() {
|
|
405
|
-
return ((bitField0_ & 0x00000020) != 0);
|
|
406
|
-
}
|
|
407
|
-
/**
|
|
408
|
-
* <code>string fw_version = 5;</code>
|
|
409
|
-
* @return The fwVersion.
|
|
410
|
-
*/
|
|
411
|
-
@java.lang.Override
|
|
412
|
-
public java.lang.String getFwVersion() {
|
|
413
|
-
java.lang.Object ref = fwVersion_;
|
|
414
|
-
if (ref instanceof java.lang.String) {
|
|
415
|
-
return (java.lang.String) ref;
|
|
416
|
-
} else {
|
|
417
|
-
com.google.protobuf.ByteString bs =
|
|
418
|
-
(com.google.protobuf.ByteString) ref;
|
|
419
|
-
java.lang.String s = bs.toStringUtf8();
|
|
420
|
-
fwVersion_ = s;
|
|
421
|
-
return s;
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
/**
|
|
425
|
-
* <code>string fw_version = 5;</code>
|
|
426
|
-
* @return The bytes for fwVersion.
|
|
427
|
-
*/
|
|
428
|
-
@java.lang.Override
|
|
429
|
-
public com.google.protobuf.ByteString
|
|
430
|
-
getFwVersionBytes() {
|
|
431
|
-
java.lang.Object ref = fwVersion_;
|
|
432
|
-
if (ref instanceof java.lang.String) {
|
|
433
|
-
com.google.protobuf.ByteString b =
|
|
434
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
435
|
-
(java.lang.String) ref);
|
|
436
|
-
fwVersion_ = b;
|
|
437
|
-
return b;
|
|
438
|
-
} else {
|
|
439
|
-
return (com.google.protobuf.ByteString) ref;
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
public static final int CPE_FIELD_NUMBER = 6;
|
|
444
|
-
private volatile java.lang.Object cpe_;
|
|
445
|
-
/**
|
|
446
|
-
* <code>string cpe = 6;</code>
|
|
447
|
-
* @return Whether the cpe field is set.
|
|
448
|
-
*/
|
|
449
|
-
@java.lang.Override
|
|
450
|
-
public boolean hasCpe() {
|
|
451
|
-
return ((bitField0_ & 0x00000040) != 0);
|
|
452
|
-
}
|
|
453
|
-
/**
|
|
454
|
-
* <code>string cpe = 6;</code>
|
|
455
|
-
* @return The cpe.
|
|
456
|
-
*/
|
|
457
|
-
@java.lang.Override
|
|
458
|
-
public java.lang.String getCpe() {
|
|
459
|
-
java.lang.Object ref = cpe_;
|
|
460
|
-
if (ref instanceof java.lang.String) {
|
|
461
|
-
return (java.lang.String) ref;
|
|
462
|
-
} else {
|
|
463
|
-
com.google.protobuf.ByteString bs =
|
|
464
|
-
(com.google.protobuf.ByteString) ref;
|
|
465
|
-
java.lang.String s = bs.toStringUtf8();
|
|
466
|
-
cpe_ = s;
|
|
467
|
-
return s;
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
/**
|
|
471
|
-
* <code>string cpe = 6;</code>
|
|
472
|
-
* @return The bytes for cpe.
|
|
473
|
-
*/
|
|
474
|
-
@java.lang.Override
|
|
475
|
-
public com.google.protobuf.ByteString
|
|
476
|
-
getCpeBytes() {
|
|
477
|
-
java.lang.Object ref = cpe_;
|
|
478
|
-
if (ref instanceof java.lang.String) {
|
|
479
|
-
com.google.protobuf.ByteString b =
|
|
480
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
481
|
-
(java.lang.String) ref);
|
|
482
|
-
cpe_ = b;
|
|
483
|
-
return b;
|
|
484
|
-
} else {
|
|
485
|
-
return (com.google.protobuf.ByteString) ref;
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
public static final int FW_CPE_FIELD_NUMBER = 7;
|
|
490
|
-
private volatile java.lang.Object fwCpe_;
|
|
491
|
-
/**
|
|
492
|
-
* <code>string fw_cpe = 7;</code>
|
|
493
|
-
* @return Whether the fwCpe field is set.
|
|
494
|
-
*/
|
|
495
|
-
@java.lang.Override
|
|
496
|
-
public boolean hasFwCpe() {
|
|
497
|
-
return ((bitField0_ & 0x00000080) != 0);
|
|
498
|
-
}
|
|
499
|
-
/**
|
|
500
|
-
* <code>string fw_cpe = 7;</code>
|
|
501
|
-
* @return The fwCpe.
|
|
502
|
-
*/
|
|
503
|
-
@java.lang.Override
|
|
504
|
-
public java.lang.String getFwCpe() {
|
|
505
|
-
java.lang.Object ref = fwCpe_;
|
|
506
|
-
if (ref instanceof java.lang.String) {
|
|
507
|
-
return (java.lang.String) ref;
|
|
508
|
-
} else {
|
|
509
|
-
com.google.protobuf.ByteString bs =
|
|
510
|
-
(com.google.protobuf.ByteString) ref;
|
|
511
|
-
java.lang.String s = bs.toStringUtf8();
|
|
512
|
-
fwCpe_ = s;
|
|
513
|
-
return s;
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
/**
|
|
517
|
-
* <code>string fw_cpe = 7;</code>
|
|
518
|
-
* @return The bytes for fwCpe.
|
|
519
|
-
*/
|
|
520
|
-
@java.lang.Override
|
|
521
|
-
public com.google.protobuf.ByteString
|
|
522
|
-
getFwCpeBytes() {
|
|
523
|
-
java.lang.Object ref = fwCpe_;
|
|
524
|
-
if (ref instanceof java.lang.String) {
|
|
525
|
-
com.google.protobuf.ByteString b =
|
|
526
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
527
|
-
(java.lang.String) ref);
|
|
528
|
-
fwCpe_ = b;
|
|
529
|
-
return b;
|
|
530
|
-
} else {
|
|
531
|
-
return (com.google.protobuf.ByteString) ref;
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
public static final int RANK_FIELD_NUMBER = 8;
|
|
536
|
-
private int rank_;
|
|
537
|
-
/**
|
|
538
|
-
* <code>int32 rank = 8;</code>
|
|
539
|
-
* @return Whether the rank field is set.
|
|
540
|
-
*/
|
|
541
|
-
@java.lang.Override
|
|
542
|
-
public boolean hasRank() {
|
|
543
|
-
return ((bitField0_ & 0x00000100) != 0);
|
|
544
|
-
}
|
|
545
|
-
/**
|
|
546
|
-
* <code>int32 rank = 8;</code>
|
|
547
|
-
* @return The rank.
|
|
548
|
-
*/
|
|
549
|
-
@java.lang.Override
|
|
550
|
-
public int getRank() {
|
|
551
|
-
return rank_;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
public static final int CATALOG_BRAND_FIELD_NUMBER = 9;
|
|
555
|
-
private com.lansweeper.dp.outbound.v1.CatalogBrand catalogBrand_;
|
|
556
|
-
/**
|
|
557
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
558
|
-
* @return Whether the catalogBrand field is set.
|
|
559
|
-
*/
|
|
560
|
-
@java.lang.Override
|
|
561
|
-
public boolean hasCatalogBrand() {
|
|
562
|
-
return ((bitField0_ & 0x00000200) != 0);
|
|
563
|
-
}
|
|
564
|
-
/**
|
|
565
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
566
|
-
* @return The catalogBrand.
|
|
567
|
-
*/
|
|
568
|
-
@java.lang.Override
|
|
569
|
-
public com.lansweeper.dp.outbound.v1.CatalogBrand getCatalogBrand() {
|
|
570
|
-
return catalogBrand_ == null ? com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance() : catalogBrand_;
|
|
571
|
-
}
|
|
572
|
-
/**
|
|
573
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
574
|
-
*/
|
|
575
|
-
@java.lang.Override
|
|
576
|
-
public com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder getCatalogBrandOrBuilder() {
|
|
577
|
-
return catalogBrand_ == null ? com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance() : catalogBrand_;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
public static final int CATALOG_OS_FIELD_NUMBER = 10;
|
|
581
|
-
private com.lansweeper.dp.outbound.v1.CatalogOs catalogOs_;
|
|
582
|
-
/**
|
|
583
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
584
|
-
* @return Whether the catalogOs field is set.
|
|
585
|
-
*/
|
|
586
|
-
@java.lang.Override
|
|
587
|
-
public boolean hasCatalogOs() {
|
|
588
|
-
return ((bitField0_ & 0x00000400) != 0);
|
|
589
|
-
}
|
|
590
|
-
/**
|
|
591
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
592
|
-
* @return The catalogOs.
|
|
593
|
-
*/
|
|
594
|
-
@java.lang.Override
|
|
595
|
-
public com.lansweeper.dp.outbound.v1.CatalogOs getCatalogOs() {
|
|
596
|
-
return catalogOs_ == null ? com.lansweeper.dp.outbound.v1.CatalogOs.getDefaultInstance() : catalogOs_;
|
|
597
|
-
}
|
|
598
|
-
/**
|
|
599
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
600
|
-
*/
|
|
601
|
-
@java.lang.Override
|
|
602
|
-
public com.lansweeper.dp.outbound.v1.CatalogOsOrBuilder getCatalogOsOrBuilder() {
|
|
603
|
-
return catalogOs_ == null ? com.lansweeper.dp.outbound.v1.CatalogOs.getDefaultInstance() : catalogOs_;
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
public static final int WINDOWS_FIELD_NUMBER = 32;
|
|
607
|
-
/**
|
|
608
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
609
|
-
* @return Whether the windows field is set.
|
|
610
|
-
*/
|
|
611
|
-
@java.lang.Override
|
|
612
|
-
public boolean hasWindows() {
|
|
613
|
-
return rawCase_ == 32;
|
|
614
|
-
}
|
|
615
|
-
/**
|
|
616
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
617
|
-
* @return The windows.
|
|
618
|
-
*/
|
|
619
|
-
@java.lang.Override
|
|
620
|
-
public com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo getWindows() {
|
|
621
|
-
if (rawCase_ == 32) {
|
|
622
|
-
return (com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_;
|
|
623
|
-
}
|
|
624
|
-
return com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.getDefaultInstance();
|
|
625
|
-
}
|
|
626
|
-
/**
|
|
627
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
628
|
-
*/
|
|
629
|
-
@java.lang.Override
|
|
630
|
-
public com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfoOrBuilder getWindowsOrBuilder() {
|
|
631
|
-
if (rawCase_ == 32) {
|
|
632
|
-
return (com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_;
|
|
633
|
-
}
|
|
634
|
-
return com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.getDefaultInstance();
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
private byte memoizedIsInitialized = -1;
|
|
638
|
-
@java.lang.Override
|
|
639
|
-
public final boolean isInitialized() {
|
|
640
|
-
byte isInitialized = memoizedIsInitialized;
|
|
641
|
-
if (isInitialized == 1) return true;
|
|
642
|
-
if (isInitialized == 0) return false;
|
|
643
|
-
|
|
644
|
-
memoizedIsInitialized = 1;
|
|
645
|
-
return true;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
@java.lang.Override
|
|
649
|
-
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
650
|
-
throws java.io.IOException {
|
|
651
|
-
if (((bitField0_ & 0x00000001) != 0)) {
|
|
652
|
-
output.writeInt64(1, id_);
|
|
653
|
-
}
|
|
654
|
-
if (((bitField0_ & 0x00000004) != 0)) {
|
|
655
|
-
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, name_);
|
|
656
|
-
}
|
|
657
|
-
if (((bitField0_ & 0x00000008) != 0)) {
|
|
658
|
-
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, version_);
|
|
659
|
-
}
|
|
660
|
-
if (((bitField0_ & 0x00000010) != 0)) {
|
|
661
|
-
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, build_);
|
|
662
|
-
}
|
|
663
|
-
if (((bitField0_ & 0x00000020) != 0)) {
|
|
664
|
-
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, fwVersion_);
|
|
665
|
-
}
|
|
666
|
-
if (((bitField0_ & 0x00000040) != 0)) {
|
|
667
|
-
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, cpe_);
|
|
668
|
-
}
|
|
669
|
-
if (((bitField0_ & 0x00000080) != 0)) {
|
|
670
|
-
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, fwCpe_);
|
|
671
|
-
}
|
|
672
|
-
if (((bitField0_ & 0x00000100) != 0)) {
|
|
673
|
-
output.writeInt32(8, rank_);
|
|
674
|
-
}
|
|
675
|
-
if (((bitField0_ & 0x00000200) != 0)) {
|
|
676
|
-
output.writeMessage(9, getCatalogBrand());
|
|
677
|
-
}
|
|
678
|
-
if (((bitField0_ & 0x00000400) != 0)) {
|
|
679
|
-
output.writeMessage(10, getCatalogOs());
|
|
680
|
-
}
|
|
681
|
-
if (((bitField0_ & 0x00000002) != 0)) {
|
|
682
|
-
output.writeInt64(11, makeId_);
|
|
683
|
-
}
|
|
684
|
-
if (rawCase_ == 32) {
|
|
685
|
-
output.writeMessage(32, (com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_);
|
|
686
|
-
}
|
|
687
|
-
unknownFields.writeTo(output);
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
@java.lang.Override
|
|
691
|
-
public int getSerializedSize() {
|
|
692
|
-
int size = memoizedSize;
|
|
693
|
-
if (size != -1) return size;
|
|
694
|
-
|
|
695
|
-
size = 0;
|
|
696
|
-
if (((bitField0_ & 0x00000001) != 0)) {
|
|
697
|
-
size += com.google.protobuf.CodedOutputStream
|
|
698
|
-
.computeInt64Size(1, id_);
|
|
699
|
-
}
|
|
700
|
-
if (((bitField0_ & 0x00000004) != 0)) {
|
|
701
|
-
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, name_);
|
|
702
|
-
}
|
|
703
|
-
if (((bitField0_ & 0x00000008) != 0)) {
|
|
704
|
-
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, version_);
|
|
705
|
-
}
|
|
706
|
-
if (((bitField0_ & 0x00000010) != 0)) {
|
|
707
|
-
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, build_);
|
|
708
|
-
}
|
|
709
|
-
if (((bitField0_ & 0x00000020) != 0)) {
|
|
710
|
-
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, fwVersion_);
|
|
711
|
-
}
|
|
712
|
-
if (((bitField0_ & 0x00000040) != 0)) {
|
|
713
|
-
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, cpe_);
|
|
714
|
-
}
|
|
715
|
-
if (((bitField0_ & 0x00000080) != 0)) {
|
|
716
|
-
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, fwCpe_);
|
|
717
|
-
}
|
|
718
|
-
if (((bitField0_ & 0x00000100) != 0)) {
|
|
719
|
-
size += com.google.protobuf.CodedOutputStream
|
|
720
|
-
.computeInt32Size(8, rank_);
|
|
721
|
-
}
|
|
722
|
-
if (((bitField0_ & 0x00000200) != 0)) {
|
|
723
|
-
size += com.google.protobuf.CodedOutputStream
|
|
724
|
-
.computeMessageSize(9, getCatalogBrand());
|
|
725
|
-
}
|
|
726
|
-
if (((bitField0_ & 0x00000400) != 0)) {
|
|
727
|
-
size += com.google.protobuf.CodedOutputStream
|
|
728
|
-
.computeMessageSize(10, getCatalogOs());
|
|
729
|
-
}
|
|
730
|
-
if (((bitField0_ & 0x00000002) != 0)) {
|
|
731
|
-
size += com.google.protobuf.CodedOutputStream
|
|
732
|
-
.computeInt64Size(11, makeId_);
|
|
733
|
-
}
|
|
734
|
-
if (rawCase_ == 32) {
|
|
735
|
-
size += com.google.protobuf.CodedOutputStream
|
|
736
|
-
.computeMessageSize(32, (com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_);
|
|
737
|
-
}
|
|
738
|
-
size += unknownFields.getSerializedSize();
|
|
739
|
-
memoizedSize = size;
|
|
740
|
-
return size;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
@java.lang.Override
|
|
744
|
-
public boolean equals(final java.lang.Object obj) {
|
|
745
|
-
if (obj == this) {
|
|
746
|
-
return true;
|
|
747
|
-
}
|
|
748
|
-
if (!(obj instanceof com.lansweeper.dp.outbound.v1.OperatingSystemInfo)) {
|
|
749
|
-
return super.equals(obj);
|
|
750
|
-
}
|
|
751
|
-
com.lansweeper.dp.outbound.v1.OperatingSystemInfo other = (com.lansweeper.dp.outbound.v1.OperatingSystemInfo) obj;
|
|
752
|
-
|
|
753
|
-
if (hasId() != other.hasId()) return false;
|
|
754
|
-
if (hasId()) {
|
|
755
|
-
if (getId()
|
|
756
|
-
!= other.getId()) return false;
|
|
757
|
-
}
|
|
758
|
-
if (hasMakeId() != other.hasMakeId()) return false;
|
|
759
|
-
if (hasMakeId()) {
|
|
760
|
-
if (getMakeId()
|
|
761
|
-
!= other.getMakeId()) return false;
|
|
762
|
-
}
|
|
763
|
-
if (hasName() != other.hasName()) return false;
|
|
764
|
-
if (hasName()) {
|
|
765
|
-
if (!getName()
|
|
766
|
-
.equals(other.getName())) return false;
|
|
767
|
-
}
|
|
768
|
-
if (hasVersion() != other.hasVersion()) return false;
|
|
769
|
-
if (hasVersion()) {
|
|
770
|
-
if (!getVersion()
|
|
771
|
-
.equals(other.getVersion())) return false;
|
|
772
|
-
}
|
|
773
|
-
if (hasBuild() != other.hasBuild()) return false;
|
|
774
|
-
if (hasBuild()) {
|
|
775
|
-
if (!getBuild()
|
|
776
|
-
.equals(other.getBuild())) return false;
|
|
777
|
-
}
|
|
778
|
-
if (hasFwVersion() != other.hasFwVersion()) return false;
|
|
779
|
-
if (hasFwVersion()) {
|
|
780
|
-
if (!getFwVersion()
|
|
781
|
-
.equals(other.getFwVersion())) return false;
|
|
782
|
-
}
|
|
783
|
-
if (hasCpe() != other.hasCpe()) return false;
|
|
784
|
-
if (hasCpe()) {
|
|
785
|
-
if (!getCpe()
|
|
786
|
-
.equals(other.getCpe())) return false;
|
|
787
|
-
}
|
|
788
|
-
if (hasFwCpe() != other.hasFwCpe()) return false;
|
|
789
|
-
if (hasFwCpe()) {
|
|
790
|
-
if (!getFwCpe()
|
|
791
|
-
.equals(other.getFwCpe())) return false;
|
|
792
|
-
}
|
|
793
|
-
if (hasRank() != other.hasRank()) return false;
|
|
794
|
-
if (hasRank()) {
|
|
795
|
-
if (getRank()
|
|
796
|
-
!= other.getRank()) return false;
|
|
797
|
-
}
|
|
798
|
-
if (hasCatalogBrand() != other.hasCatalogBrand()) return false;
|
|
799
|
-
if (hasCatalogBrand()) {
|
|
800
|
-
if (!getCatalogBrand()
|
|
801
|
-
.equals(other.getCatalogBrand())) return false;
|
|
802
|
-
}
|
|
803
|
-
if (hasCatalogOs() != other.hasCatalogOs()) return false;
|
|
804
|
-
if (hasCatalogOs()) {
|
|
805
|
-
if (!getCatalogOs()
|
|
806
|
-
.equals(other.getCatalogOs())) return false;
|
|
807
|
-
}
|
|
808
|
-
if (!getRawCase().equals(other.getRawCase())) return false;
|
|
809
|
-
switch (rawCase_) {
|
|
810
|
-
case 32:
|
|
811
|
-
if (!getWindows()
|
|
812
|
-
.equals(other.getWindows())) return false;
|
|
813
|
-
break;
|
|
814
|
-
case 0:
|
|
815
|
-
default:
|
|
816
|
-
}
|
|
817
|
-
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
818
|
-
return true;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
@java.lang.Override
|
|
822
|
-
public int hashCode() {
|
|
823
|
-
if (memoizedHashCode != 0) {
|
|
824
|
-
return memoizedHashCode;
|
|
825
|
-
}
|
|
826
|
-
int hash = 41;
|
|
827
|
-
hash = (19 * hash) + getDescriptor().hashCode();
|
|
828
|
-
if (hasId()) {
|
|
829
|
-
hash = (37 * hash) + ID_FIELD_NUMBER;
|
|
830
|
-
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
831
|
-
getId());
|
|
832
|
-
}
|
|
833
|
-
if (hasMakeId()) {
|
|
834
|
-
hash = (37 * hash) + MAKE_ID_FIELD_NUMBER;
|
|
835
|
-
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
836
|
-
getMakeId());
|
|
837
|
-
}
|
|
838
|
-
if (hasName()) {
|
|
839
|
-
hash = (37 * hash) + NAME_FIELD_NUMBER;
|
|
840
|
-
hash = (53 * hash) + getName().hashCode();
|
|
841
|
-
}
|
|
842
|
-
if (hasVersion()) {
|
|
843
|
-
hash = (37 * hash) + VERSION_FIELD_NUMBER;
|
|
844
|
-
hash = (53 * hash) + getVersion().hashCode();
|
|
845
|
-
}
|
|
846
|
-
if (hasBuild()) {
|
|
847
|
-
hash = (37 * hash) + BUILD_FIELD_NUMBER;
|
|
848
|
-
hash = (53 * hash) + getBuild().hashCode();
|
|
849
|
-
}
|
|
850
|
-
if (hasFwVersion()) {
|
|
851
|
-
hash = (37 * hash) + FW_VERSION_FIELD_NUMBER;
|
|
852
|
-
hash = (53 * hash) + getFwVersion().hashCode();
|
|
853
|
-
}
|
|
854
|
-
if (hasCpe()) {
|
|
855
|
-
hash = (37 * hash) + CPE_FIELD_NUMBER;
|
|
856
|
-
hash = (53 * hash) + getCpe().hashCode();
|
|
857
|
-
}
|
|
858
|
-
if (hasFwCpe()) {
|
|
859
|
-
hash = (37 * hash) + FW_CPE_FIELD_NUMBER;
|
|
860
|
-
hash = (53 * hash) + getFwCpe().hashCode();
|
|
861
|
-
}
|
|
862
|
-
if (hasRank()) {
|
|
863
|
-
hash = (37 * hash) + RANK_FIELD_NUMBER;
|
|
864
|
-
hash = (53 * hash) + getRank();
|
|
865
|
-
}
|
|
866
|
-
if (hasCatalogBrand()) {
|
|
867
|
-
hash = (37 * hash) + CATALOG_BRAND_FIELD_NUMBER;
|
|
868
|
-
hash = (53 * hash) + getCatalogBrand().hashCode();
|
|
869
|
-
}
|
|
870
|
-
if (hasCatalogOs()) {
|
|
871
|
-
hash = (37 * hash) + CATALOG_OS_FIELD_NUMBER;
|
|
872
|
-
hash = (53 * hash) + getCatalogOs().hashCode();
|
|
873
|
-
}
|
|
874
|
-
switch (rawCase_) {
|
|
875
|
-
case 32:
|
|
876
|
-
hash = (37 * hash) + WINDOWS_FIELD_NUMBER;
|
|
877
|
-
hash = (53 * hash) + getWindows().hashCode();
|
|
878
|
-
break;
|
|
879
|
-
case 0:
|
|
880
|
-
default:
|
|
881
|
-
}
|
|
882
|
-
hash = (29 * hash) + unknownFields.hashCode();
|
|
883
|
-
memoizedHashCode = hash;
|
|
884
|
-
return hash;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(
|
|
888
|
-
java.nio.ByteBuffer data)
|
|
889
|
-
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
890
|
-
return PARSER.parseFrom(data);
|
|
891
|
-
}
|
|
892
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(
|
|
893
|
-
java.nio.ByteBuffer data,
|
|
894
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
895
|
-
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
896
|
-
return PARSER.parseFrom(data, extensionRegistry);
|
|
897
|
-
}
|
|
898
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(
|
|
899
|
-
com.google.protobuf.ByteString data)
|
|
900
|
-
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
901
|
-
return PARSER.parseFrom(data);
|
|
902
|
-
}
|
|
903
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(
|
|
904
|
-
com.google.protobuf.ByteString data,
|
|
905
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
906
|
-
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
907
|
-
return PARSER.parseFrom(data, extensionRegistry);
|
|
908
|
-
}
|
|
909
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(byte[] data)
|
|
910
|
-
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
911
|
-
return PARSER.parseFrom(data);
|
|
912
|
-
}
|
|
913
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(
|
|
914
|
-
byte[] data,
|
|
915
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
916
|
-
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
917
|
-
return PARSER.parseFrom(data, extensionRegistry);
|
|
918
|
-
}
|
|
919
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(java.io.InputStream input)
|
|
920
|
-
throws java.io.IOException {
|
|
921
|
-
return com.google.protobuf.GeneratedMessageV3
|
|
922
|
-
.parseWithIOException(PARSER, input);
|
|
923
|
-
}
|
|
924
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(
|
|
925
|
-
java.io.InputStream input,
|
|
926
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
927
|
-
throws java.io.IOException {
|
|
928
|
-
return com.google.protobuf.GeneratedMessageV3
|
|
929
|
-
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
930
|
-
}
|
|
931
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseDelimitedFrom(java.io.InputStream input)
|
|
932
|
-
throws java.io.IOException {
|
|
933
|
-
return com.google.protobuf.GeneratedMessageV3
|
|
934
|
-
.parseDelimitedWithIOException(PARSER, input);
|
|
935
|
-
}
|
|
936
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseDelimitedFrom(
|
|
937
|
-
java.io.InputStream input,
|
|
938
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
939
|
-
throws java.io.IOException {
|
|
940
|
-
return com.google.protobuf.GeneratedMessageV3
|
|
941
|
-
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
942
|
-
}
|
|
943
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(
|
|
944
|
-
com.google.protobuf.CodedInputStream input)
|
|
945
|
-
throws java.io.IOException {
|
|
946
|
-
return com.google.protobuf.GeneratedMessageV3
|
|
947
|
-
.parseWithIOException(PARSER, input);
|
|
948
|
-
}
|
|
949
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo parseFrom(
|
|
950
|
-
com.google.protobuf.CodedInputStream input,
|
|
951
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
952
|
-
throws java.io.IOException {
|
|
953
|
-
return com.google.protobuf.GeneratedMessageV3
|
|
954
|
-
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
@java.lang.Override
|
|
958
|
-
public Builder newBuilderForType() { return newBuilder(); }
|
|
959
|
-
public static Builder newBuilder() {
|
|
960
|
-
return DEFAULT_INSTANCE.toBuilder();
|
|
961
|
-
}
|
|
962
|
-
public static Builder newBuilder(com.lansweeper.dp.outbound.v1.OperatingSystemInfo prototype) {
|
|
963
|
-
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
964
|
-
}
|
|
965
|
-
@java.lang.Override
|
|
966
|
-
public Builder toBuilder() {
|
|
967
|
-
return this == DEFAULT_INSTANCE
|
|
968
|
-
? new Builder() : new Builder().mergeFrom(this);
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
@java.lang.Override
|
|
972
|
-
protected Builder newBuilderForType(
|
|
973
|
-
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
974
|
-
Builder builder = new Builder(parent);
|
|
975
|
-
return builder;
|
|
976
|
-
}
|
|
977
|
-
/**
|
|
978
|
-
* Protobuf type {@code com.lansweeper.dp.outbound.v1.OperatingSystemInfo}
|
|
979
|
-
*/
|
|
980
|
-
public static final class Builder extends
|
|
981
|
-
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
982
|
-
// @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.OperatingSystemInfo)
|
|
983
|
-
com.lansweeper.dp.outbound.v1.OperatingSystemInfoOrBuilder {
|
|
984
|
-
public static final com.google.protobuf.Descriptors.Descriptor
|
|
985
|
-
getDescriptor() {
|
|
986
|
-
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_descriptor;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
@java.lang.Override
|
|
990
|
-
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
991
|
-
internalGetFieldAccessorTable() {
|
|
992
|
-
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_fieldAccessorTable
|
|
993
|
-
.ensureFieldAccessorsInitialized(
|
|
994
|
-
com.lansweeper.dp.outbound.v1.OperatingSystemInfo.class, com.lansweeper.dp.outbound.v1.OperatingSystemInfo.Builder.class);
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
// Construct using com.lansweeper.dp.outbound.v1.OperatingSystemInfo.newBuilder()
|
|
998
|
-
private Builder() {
|
|
999
|
-
maybeForceBuilderInitialization();
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
private Builder(
|
|
1003
|
-
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
1004
|
-
super(parent);
|
|
1005
|
-
maybeForceBuilderInitialization();
|
|
1006
|
-
}
|
|
1007
|
-
private void maybeForceBuilderInitialization() {
|
|
1008
|
-
if (com.google.protobuf.GeneratedMessageV3
|
|
1009
|
-
.alwaysUseFieldBuilders) {
|
|
1010
|
-
getCatalogBrandFieldBuilder();
|
|
1011
|
-
getCatalogOsFieldBuilder();
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
@java.lang.Override
|
|
1015
|
-
public Builder clear() {
|
|
1016
|
-
super.clear();
|
|
1017
|
-
id_ = 0L;
|
|
1018
|
-
bitField0_ = (bitField0_ & ~0x00000001);
|
|
1019
|
-
makeId_ = 0L;
|
|
1020
|
-
bitField0_ = (bitField0_ & ~0x00000002);
|
|
1021
|
-
name_ = "";
|
|
1022
|
-
bitField0_ = (bitField0_ & ~0x00000004);
|
|
1023
|
-
version_ = "";
|
|
1024
|
-
bitField0_ = (bitField0_ & ~0x00000008);
|
|
1025
|
-
build_ = "";
|
|
1026
|
-
bitField0_ = (bitField0_ & ~0x00000010);
|
|
1027
|
-
fwVersion_ = "";
|
|
1028
|
-
bitField0_ = (bitField0_ & ~0x00000020);
|
|
1029
|
-
cpe_ = "";
|
|
1030
|
-
bitField0_ = (bitField0_ & ~0x00000040);
|
|
1031
|
-
fwCpe_ = "";
|
|
1032
|
-
bitField0_ = (bitField0_ & ~0x00000080);
|
|
1033
|
-
rank_ = 0;
|
|
1034
|
-
bitField0_ = (bitField0_ & ~0x00000100);
|
|
1035
|
-
if (catalogBrandBuilder_ == null) {
|
|
1036
|
-
catalogBrand_ = null;
|
|
1037
|
-
} else {
|
|
1038
|
-
catalogBrandBuilder_.clear();
|
|
1039
|
-
}
|
|
1040
|
-
bitField0_ = (bitField0_ & ~0x00000200);
|
|
1041
|
-
if (catalogOsBuilder_ == null) {
|
|
1042
|
-
catalogOs_ = null;
|
|
1043
|
-
} else {
|
|
1044
|
-
catalogOsBuilder_.clear();
|
|
1045
|
-
}
|
|
1046
|
-
bitField0_ = (bitField0_ & ~0x00000400);
|
|
1047
|
-
rawCase_ = 0;
|
|
1048
|
-
raw_ = null;
|
|
1049
|
-
return this;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
@java.lang.Override
|
|
1053
|
-
public com.google.protobuf.Descriptors.Descriptor
|
|
1054
|
-
getDescriptorForType() {
|
|
1055
|
-
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_descriptor;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
@java.lang.Override
|
|
1059
|
-
public com.lansweeper.dp.outbound.v1.OperatingSystemInfo getDefaultInstanceForType() {
|
|
1060
|
-
return com.lansweeper.dp.outbound.v1.OperatingSystemInfo.getDefaultInstance();
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
@java.lang.Override
|
|
1064
|
-
public com.lansweeper.dp.outbound.v1.OperatingSystemInfo build() {
|
|
1065
|
-
com.lansweeper.dp.outbound.v1.OperatingSystemInfo result = buildPartial();
|
|
1066
|
-
if (!result.isInitialized()) {
|
|
1067
|
-
throw newUninitializedMessageException(result);
|
|
1068
|
-
}
|
|
1069
|
-
return result;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
@java.lang.Override
|
|
1073
|
-
public com.lansweeper.dp.outbound.v1.OperatingSystemInfo buildPartial() {
|
|
1074
|
-
com.lansweeper.dp.outbound.v1.OperatingSystemInfo result = new com.lansweeper.dp.outbound.v1.OperatingSystemInfo(this);
|
|
1075
|
-
int from_bitField0_ = bitField0_;
|
|
1076
|
-
int to_bitField0_ = 0;
|
|
1077
|
-
if (((from_bitField0_ & 0x00000001) != 0)) {
|
|
1078
|
-
result.id_ = id_;
|
|
1079
|
-
to_bitField0_ |= 0x00000001;
|
|
1080
|
-
}
|
|
1081
|
-
if (((from_bitField0_ & 0x00000002) != 0)) {
|
|
1082
|
-
result.makeId_ = makeId_;
|
|
1083
|
-
to_bitField0_ |= 0x00000002;
|
|
1084
|
-
}
|
|
1085
|
-
if (((from_bitField0_ & 0x00000004) != 0)) {
|
|
1086
|
-
to_bitField0_ |= 0x00000004;
|
|
1087
|
-
}
|
|
1088
|
-
result.name_ = name_;
|
|
1089
|
-
if (((from_bitField0_ & 0x00000008) != 0)) {
|
|
1090
|
-
to_bitField0_ |= 0x00000008;
|
|
1091
|
-
}
|
|
1092
|
-
result.version_ = version_;
|
|
1093
|
-
if (((from_bitField0_ & 0x00000010) != 0)) {
|
|
1094
|
-
to_bitField0_ |= 0x00000010;
|
|
1095
|
-
}
|
|
1096
|
-
result.build_ = build_;
|
|
1097
|
-
if (((from_bitField0_ & 0x00000020) != 0)) {
|
|
1098
|
-
to_bitField0_ |= 0x00000020;
|
|
1099
|
-
}
|
|
1100
|
-
result.fwVersion_ = fwVersion_;
|
|
1101
|
-
if (((from_bitField0_ & 0x00000040) != 0)) {
|
|
1102
|
-
to_bitField0_ |= 0x00000040;
|
|
1103
|
-
}
|
|
1104
|
-
result.cpe_ = cpe_;
|
|
1105
|
-
if (((from_bitField0_ & 0x00000080) != 0)) {
|
|
1106
|
-
to_bitField0_ |= 0x00000080;
|
|
1107
|
-
}
|
|
1108
|
-
result.fwCpe_ = fwCpe_;
|
|
1109
|
-
if (((from_bitField0_ & 0x00000100) != 0)) {
|
|
1110
|
-
result.rank_ = rank_;
|
|
1111
|
-
to_bitField0_ |= 0x00000100;
|
|
1112
|
-
}
|
|
1113
|
-
if (((from_bitField0_ & 0x00000200) != 0)) {
|
|
1114
|
-
if (catalogBrandBuilder_ == null) {
|
|
1115
|
-
result.catalogBrand_ = catalogBrand_;
|
|
1116
|
-
} else {
|
|
1117
|
-
result.catalogBrand_ = catalogBrandBuilder_.build();
|
|
1118
|
-
}
|
|
1119
|
-
to_bitField0_ |= 0x00000200;
|
|
1120
|
-
}
|
|
1121
|
-
if (((from_bitField0_ & 0x00000400) != 0)) {
|
|
1122
|
-
if (catalogOsBuilder_ == null) {
|
|
1123
|
-
result.catalogOs_ = catalogOs_;
|
|
1124
|
-
} else {
|
|
1125
|
-
result.catalogOs_ = catalogOsBuilder_.build();
|
|
1126
|
-
}
|
|
1127
|
-
to_bitField0_ |= 0x00000400;
|
|
1128
|
-
}
|
|
1129
|
-
if (rawCase_ == 32) {
|
|
1130
|
-
if (windowsBuilder_ == null) {
|
|
1131
|
-
result.raw_ = raw_;
|
|
1132
|
-
} else {
|
|
1133
|
-
result.raw_ = windowsBuilder_.build();
|
|
1134
|
-
}
|
|
1135
|
-
}
|
|
1136
|
-
result.bitField0_ = to_bitField0_;
|
|
1137
|
-
result.rawCase_ = rawCase_;
|
|
1138
|
-
onBuilt();
|
|
1139
|
-
return result;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
@java.lang.Override
|
|
1143
|
-
public Builder clone() {
|
|
1144
|
-
return super.clone();
|
|
1145
|
-
}
|
|
1146
|
-
@java.lang.Override
|
|
1147
|
-
public Builder setField(
|
|
1148
|
-
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
1149
|
-
java.lang.Object value) {
|
|
1150
|
-
return super.setField(field, value);
|
|
1151
|
-
}
|
|
1152
|
-
@java.lang.Override
|
|
1153
|
-
public Builder clearField(
|
|
1154
|
-
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
1155
|
-
return super.clearField(field);
|
|
1156
|
-
}
|
|
1157
|
-
@java.lang.Override
|
|
1158
|
-
public Builder clearOneof(
|
|
1159
|
-
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
1160
|
-
return super.clearOneof(oneof);
|
|
1161
|
-
}
|
|
1162
|
-
@java.lang.Override
|
|
1163
|
-
public Builder setRepeatedField(
|
|
1164
|
-
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
1165
|
-
int index, java.lang.Object value) {
|
|
1166
|
-
return super.setRepeatedField(field, index, value);
|
|
1167
|
-
}
|
|
1168
|
-
@java.lang.Override
|
|
1169
|
-
public Builder addRepeatedField(
|
|
1170
|
-
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
1171
|
-
java.lang.Object value) {
|
|
1172
|
-
return super.addRepeatedField(field, value);
|
|
1173
|
-
}
|
|
1174
|
-
@java.lang.Override
|
|
1175
|
-
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
1176
|
-
if (other instanceof com.lansweeper.dp.outbound.v1.OperatingSystemInfo) {
|
|
1177
|
-
return mergeFrom((com.lansweeper.dp.outbound.v1.OperatingSystemInfo)other);
|
|
1178
|
-
} else {
|
|
1179
|
-
super.mergeFrom(other);
|
|
1180
|
-
return this;
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
public Builder mergeFrom(com.lansweeper.dp.outbound.v1.OperatingSystemInfo other) {
|
|
1185
|
-
if (other == com.lansweeper.dp.outbound.v1.OperatingSystemInfo.getDefaultInstance()) return this;
|
|
1186
|
-
if (other.hasId()) {
|
|
1187
|
-
setId(other.getId());
|
|
1188
|
-
}
|
|
1189
|
-
if (other.hasMakeId()) {
|
|
1190
|
-
setMakeId(other.getMakeId());
|
|
1191
|
-
}
|
|
1192
|
-
if (other.hasName()) {
|
|
1193
|
-
bitField0_ |= 0x00000004;
|
|
1194
|
-
name_ = other.name_;
|
|
1195
|
-
onChanged();
|
|
1196
|
-
}
|
|
1197
|
-
if (other.hasVersion()) {
|
|
1198
|
-
bitField0_ |= 0x00000008;
|
|
1199
|
-
version_ = other.version_;
|
|
1200
|
-
onChanged();
|
|
1201
|
-
}
|
|
1202
|
-
if (other.hasBuild()) {
|
|
1203
|
-
bitField0_ |= 0x00000010;
|
|
1204
|
-
build_ = other.build_;
|
|
1205
|
-
onChanged();
|
|
1206
|
-
}
|
|
1207
|
-
if (other.hasFwVersion()) {
|
|
1208
|
-
bitField0_ |= 0x00000020;
|
|
1209
|
-
fwVersion_ = other.fwVersion_;
|
|
1210
|
-
onChanged();
|
|
1211
|
-
}
|
|
1212
|
-
if (other.hasCpe()) {
|
|
1213
|
-
bitField0_ |= 0x00000040;
|
|
1214
|
-
cpe_ = other.cpe_;
|
|
1215
|
-
onChanged();
|
|
1216
|
-
}
|
|
1217
|
-
if (other.hasFwCpe()) {
|
|
1218
|
-
bitField0_ |= 0x00000080;
|
|
1219
|
-
fwCpe_ = other.fwCpe_;
|
|
1220
|
-
onChanged();
|
|
1221
|
-
}
|
|
1222
|
-
if (other.hasRank()) {
|
|
1223
|
-
setRank(other.getRank());
|
|
1224
|
-
}
|
|
1225
|
-
if (other.hasCatalogBrand()) {
|
|
1226
|
-
mergeCatalogBrand(other.getCatalogBrand());
|
|
1227
|
-
}
|
|
1228
|
-
if (other.hasCatalogOs()) {
|
|
1229
|
-
mergeCatalogOs(other.getCatalogOs());
|
|
1230
|
-
}
|
|
1231
|
-
switch (other.getRawCase()) {
|
|
1232
|
-
case WINDOWS: {
|
|
1233
|
-
mergeWindows(other.getWindows());
|
|
1234
|
-
break;
|
|
1235
|
-
}
|
|
1236
|
-
case RAW_NOT_SET: {
|
|
1237
|
-
break;
|
|
1238
|
-
}
|
|
1239
|
-
}
|
|
1240
|
-
this.mergeUnknownFields(other.unknownFields);
|
|
1241
|
-
onChanged();
|
|
1242
|
-
return this;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
@java.lang.Override
|
|
1246
|
-
public final boolean isInitialized() {
|
|
1247
|
-
return true;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
@java.lang.Override
|
|
1251
|
-
public Builder mergeFrom(
|
|
1252
|
-
com.google.protobuf.CodedInputStream input,
|
|
1253
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
1254
|
-
throws java.io.IOException {
|
|
1255
|
-
com.lansweeper.dp.outbound.v1.OperatingSystemInfo parsedMessage = null;
|
|
1256
|
-
try {
|
|
1257
|
-
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
1258
|
-
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
1259
|
-
parsedMessage = (com.lansweeper.dp.outbound.v1.OperatingSystemInfo) e.getUnfinishedMessage();
|
|
1260
|
-
throw e.unwrapIOException();
|
|
1261
|
-
} finally {
|
|
1262
|
-
if (parsedMessage != null) {
|
|
1263
|
-
mergeFrom(parsedMessage);
|
|
1264
|
-
}
|
|
1265
|
-
}
|
|
1266
|
-
return this;
|
|
1267
|
-
}
|
|
1268
|
-
private int rawCase_ = 0;
|
|
1269
|
-
private java.lang.Object raw_;
|
|
1270
|
-
public RawCase
|
|
1271
|
-
getRawCase() {
|
|
1272
|
-
return RawCase.forNumber(
|
|
1273
|
-
rawCase_);
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
public Builder clearRaw() {
|
|
1277
|
-
rawCase_ = 0;
|
|
1278
|
-
raw_ = null;
|
|
1279
|
-
onChanged();
|
|
1280
|
-
return this;
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
private int bitField0_;
|
|
1284
|
-
|
|
1285
|
-
private long id_ ;
|
|
1286
|
-
/**
|
|
1287
|
-
* <code>int64 id = 1;</code>
|
|
1288
|
-
* @return Whether the id field is set.
|
|
1289
|
-
*/
|
|
1290
|
-
@java.lang.Override
|
|
1291
|
-
public boolean hasId() {
|
|
1292
|
-
return ((bitField0_ & 0x00000001) != 0);
|
|
1293
|
-
}
|
|
1294
|
-
/**
|
|
1295
|
-
* <code>int64 id = 1;</code>
|
|
1296
|
-
* @return The id.
|
|
1297
|
-
*/
|
|
1298
|
-
@java.lang.Override
|
|
1299
|
-
public long getId() {
|
|
1300
|
-
return id_;
|
|
1301
|
-
}
|
|
1302
|
-
/**
|
|
1303
|
-
* <code>int64 id = 1;</code>
|
|
1304
|
-
* @param value The id to set.
|
|
1305
|
-
* @return This builder for chaining.
|
|
1306
|
-
*/
|
|
1307
|
-
public Builder setId(long value) {
|
|
1308
|
-
bitField0_ |= 0x00000001;
|
|
1309
|
-
id_ = value;
|
|
1310
|
-
onChanged();
|
|
1311
|
-
return this;
|
|
1312
|
-
}
|
|
1313
|
-
/**
|
|
1314
|
-
* <code>int64 id = 1;</code>
|
|
1315
|
-
* @return This builder for chaining.
|
|
1316
|
-
*/
|
|
1317
|
-
public Builder clearId() {
|
|
1318
|
-
bitField0_ = (bitField0_ & ~0x00000001);
|
|
1319
|
-
id_ = 0L;
|
|
1320
|
-
onChanged();
|
|
1321
|
-
return this;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
private long makeId_ ;
|
|
1325
|
-
/**
|
|
1326
|
-
* <code>int64 make_id = 11;</code>
|
|
1327
|
-
* @return Whether the makeId field is set.
|
|
1328
|
-
*/
|
|
1329
|
-
@java.lang.Override
|
|
1330
|
-
public boolean hasMakeId() {
|
|
1331
|
-
return ((bitField0_ & 0x00000002) != 0);
|
|
1332
|
-
}
|
|
1333
|
-
/**
|
|
1334
|
-
* <code>int64 make_id = 11;</code>
|
|
1335
|
-
* @return The makeId.
|
|
1336
|
-
*/
|
|
1337
|
-
@java.lang.Override
|
|
1338
|
-
public long getMakeId() {
|
|
1339
|
-
return makeId_;
|
|
1340
|
-
}
|
|
1341
|
-
/**
|
|
1342
|
-
* <code>int64 make_id = 11;</code>
|
|
1343
|
-
* @param value The makeId to set.
|
|
1344
|
-
* @return This builder for chaining.
|
|
1345
|
-
*/
|
|
1346
|
-
public Builder setMakeId(long value) {
|
|
1347
|
-
bitField0_ |= 0x00000002;
|
|
1348
|
-
makeId_ = value;
|
|
1349
|
-
onChanged();
|
|
1350
|
-
return this;
|
|
1351
|
-
}
|
|
1352
|
-
/**
|
|
1353
|
-
* <code>int64 make_id = 11;</code>
|
|
1354
|
-
* @return This builder for chaining.
|
|
1355
|
-
*/
|
|
1356
|
-
public Builder clearMakeId() {
|
|
1357
|
-
bitField0_ = (bitField0_ & ~0x00000002);
|
|
1358
|
-
makeId_ = 0L;
|
|
1359
|
-
onChanged();
|
|
1360
|
-
return this;
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
private java.lang.Object name_ = "";
|
|
1364
|
-
/**
|
|
1365
|
-
* <code>string name = 2;</code>
|
|
1366
|
-
* @return Whether the name field is set.
|
|
1367
|
-
*/
|
|
1368
|
-
public boolean hasName() {
|
|
1369
|
-
return ((bitField0_ & 0x00000004) != 0);
|
|
1370
|
-
}
|
|
1371
|
-
/**
|
|
1372
|
-
* <code>string name = 2;</code>
|
|
1373
|
-
* @return The name.
|
|
1374
|
-
*/
|
|
1375
|
-
public java.lang.String getName() {
|
|
1376
|
-
java.lang.Object ref = name_;
|
|
1377
|
-
if (!(ref instanceof java.lang.String)) {
|
|
1378
|
-
com.google.protobuf.ByteString bs =
|
|
1379
|
-
(com.google.protobuf.ByteString) ref;
|
|
1380
|
-
java.lang.String s = bs.toStringUtf8();
|
|
1381
|
-
name_ = s;
|
|
1382
|
-
return s;
|
|
1383
|
-
} else {
|
|
1384
|
-
return (java.lang.String) ref;
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
/**
|
|
1388
|
-
* <code>string name = 2;</code>
|
|
1389
|
-
* @return The bytes for name.
|
|
1390
|
-
*/
|
|
1391
|
-
public com.google.protobuf.ByteString
|
|
1392
|
-
getNameBytes() {
|
|
1393
|
-
java.lang.Object ref = name_;
|
|
1394
|
-
if (ref instanceof String) {
|
|
1395
|
-
com.google.protobuf.ByteString b =
|
|
1396
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1397
|
-
(java.lang.String) ref);
|
|
1398
|
-
name_ = b;
|
|
1399
|
-
return b;
|
|
1400
|
-
} else {
|
|
1401
|
-
return (com.google.protobuf.ByteString) ref;
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
/**
|
|
1405
|
-
* <code>string name = 2;</code>
|
|
1406
|
-
* @param value The name to set.
|
|
1407
|
-
* @return This builder for chaining.
|
|
1408
|
-
*/
|
|
1409
|
-
public Builder setName(
|
|
1410
|
-
java.lang.String value) {
|
|
1411
|
-
if (value == null) {
|
|
1412
|
-
throw new NullPointerException();
|
|
1413
|
-
}
|
|
1414
|
-
bitField0_ |= 0x00000004;
|
|
1415
|
-
name_ = value;
|
|
1416
|
-
onChanged();
|
|
1417
|
-
return this;
|
|
1418
|
-
}
|
|
1419
|
-
/**
|
|
1420
|
-
* <code>string name = 2;</code>
|
|
1421
|
-
* @return This builder for chaining.
|
|
1422
|
-
*/
|
|
1423
|
-
public Builder clearName() {
|
|
1424
|
-
bitField0_ = (bitField0_ & ~0x00000004);
|
|
1425
|
-
name_ = getDefaultInstance().getName();
|
|
1426
|
-
onChanged();
|
|
1427
|
-
return this;
|
|
1428
|
-
}
|
|
1429
|
-
/**
|
|
1430
|
-
* <code>string name = 2;</code>
|
|
1431
|
-
* @param value The bytes for name to set.
|
|
1432
|
-
* @return This builder for chaining.
|
|
1433
|
-
*/
|
|
1434
|
-
public Builder setNameBytes(
|
|
1435
|
-
com.google.protobuf.ByteString value) {
|
|
1436
|
-
if (value == null) {
|
|
1437
|
-
throw new NullPointerException();
|
|
1438
|
-
}
|
|
1439
|
-
checkByteStringIsUtf8(value);
|
|
1440
|
-
bitField0_ |= 0x00000004;
|
|
1441
|
-
name_ = value;
|
|
1442
|
-
onChanged();
|
|
1443
|
-
return this;
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
|
-
private java.lang.Object version_ = "";
|
|
1447
|
-
/**
|
|
1448
|
-
* <code>string version = 3;</code>
|
|
1449
|
-
* @return Whether the version field is set.
|
|
1450
|
-
*/
|
|
1451
|
-
public boolean hasVersion() {
|
|
1452
|
-
return ((bitField0_ & 0x00000008) != 0);
|
|
1453
|
-
}
|
|
1454
|
-
/**
|
|
1455
|
-
* <code>string version = 3;</code>
|
|
1456
|
-
* @return The version.
|
|
1457
|
-
*/
|
|
1458
|
-
public java.lang.String getVersion() {
|
|
1459
|
-
java.lang.Object ref = version_;
|
|
1460
|
-
if (!(ref instanceof java.lang.String)) {
|
|
1461
|
-
com.google.protobuf.ByteString bs =
|
|
1462
|
-
(com.google.protobuf.ByteString) ref;
|
|
1463
|
-
java.lang.String s = bs.toStringUtf8();
|
|
1464
|
-
version_ = s;
|
|
1465
|
-
return s;
|
|
1466
|
-
} else {
|
|
1467
|
-
return (java.lang.String) ref;
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
/**
|
|
1471
|
-
* <code>string version = 3;</code>
|
|
1472
|
-
* @return The bytes for version.
|
|
1473
|
-
*/
|
|
1474
|
-
public com.google.protobuf.ByteString
|
|
1475
|
-
getVersionBytes() {
|
|
1476
|
-
java.lang.Object ref = version_;
|
|
1477
|
-
if (ref instanceof String) {
|
|
1478
|
-
com.google.protobuf.ByteString b =
|
|
1479
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1480
|
-
(java.lang.String) ref);
|
|
1481
|
-
version_ = b;
|
|
1482
|
-
return b;
|
|
1483
|
-
} else {
|
|
1484
|
-
return (com.google.protobuf.ByteString) ref;
|
|
1485
|
-
}
|
|
1486
|
-
}
|
|
1487
|
-
/**
|
|
1488
|
-
* <code>string version = 3;</code>
|
|
1489
|
-
* @param value The version to set.
|
|
1490
|
-
* @return This builder for chaining.
|
|
1491
|
-
*/
|
|
1492
|
-
public Builder setVersion(
|
|
1493
|
-
java.lang.String value) {
|
|
1494
|
-
if (value == null) {
|
|
1495
|
-
throw new NullPointerException();
|
|
1496
|
-
}
|
|
1497
|
-
bitField0_ |= 0x00000008;
|
|
1498
|
-
version_ = value;
|
|
1499
|
-
onChanged();
|
|
1500
|
-
return this;
|
|
1501
|
-
}
|
|
1502
|
-
/**
|
|
1503
|
-
* <code>string version = 3;</code>
|
|
1504
|
-
* @return This builder for chaining.
|
|
1505
|
-
*/
|
|
1506
|
-
public Builder clearVersion() {
|
|
1507
|
-
bitField0_ = (bitField0_ & ~0x00000008);
|
|
1508
|
-
version_ = getDefaultInstance().getVersion();
|
|
1509
|
-
onChanged();
|
|
1510
|
-
return this;
|
|
1511
|
-
}
|
|
1512
|
-
/**
|
|
1513
|
-
* <code>string version = 3;</code>
|
|
1514
|
-
* @param value The bytes for version to set.
|
|
1515
|
-
* @return This builder for chaining.
|
|
1516
|
-
*/
|
|
1517
|
-
public Builder setVersionBytes(
|
|
1518
|
-
com.google.protobuf.ByteString value) {
|
|
1519
|
-
if (value == null) {
|
|
1520
|
-
throw new NullPointerException();
|
|
1521
|
-
}
|
|
1522
|
-
checkByteStringIsUtf8(value);
|
|
1523
|
-
bitField0_ |= 0x00000008;
|
|
1524
|
-
version_ = value;
|
|
1525
|
-
onChanged();
|
|
1526
|
-
return this;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
private java.lang.Object build_ = "";
|
|
1530
|
-
/**
|
|
1531
|
-
* <code>string build = 4;</code>
|
|
1532
|
-
* @return Whether the build field is set.
|
|
1533
|
-
*/
|
|
1534
|
-
public boolean hasBuild() {
|
|
1535
|
-
return ((bitField0_ & 0x00000010) != 0);
|
|
1536
|
-
}
|
|
1537
|
-
/**
|
|
1538
|
-
* <code>string build = 4;</code>
|
|
1539
|
-
* @return The build.
|
|
1540
|
-
*/
|
|
1541
|
-
public java.lang.String getBuild() {
|
|
1542
|
-
java.lang.Object ref = build_;
|
|
1543
|
-
if (!(ref instanceof java.lang.String)) {
|
|
1544
|
-
com.google.protobuf.ByteString bs =
|
|
1545
|
-
(com.google.protobuf.ByteString) ref;
|
|
1546
|
-
java.lang.String s = bs.toStringUtf8();
|
|
1547
|
-
build_ = s;
|
|
1548
|
-
return s;
|
|
1549
|
-
} else {
|
|
1550
|
-
return (java.lang.String) ref;
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
/**
|
|
1554
|
-
* <code>string build = 4;</code>
|
|
1555
|
-
* @return The bytes for build.
|
|
1556
|
-
*/
|
|
1557
|
-
public com.google.protobuf.ByteString
|
|
1558
|
-
getBuildBytes() {
|
|
1559
|
-
java.lang.Object ref = build_;
|
|
1560
|
-
if (ref instanceof String) {
|
|
1561
|
-
com.google.protobuf.ByteString b =
|
|
1562
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1563
|
-
(java.lang.String) ref);
|
|
1564
|
-
build_ = b;
|
|
1565
|
-
return b;
|
|
1566
|
-
} else {
|
|
1567
|
-
return (com.google.protobuf.ByteString) ref;
|
|
1568
|
-
}
|
|
1569
|
-
}
|
|
1570
|
-
/**
|
|
1571
|
-
* <code>string build = 4;</code>
|
|
1572
|
-
* @param value The build to set.
|
|
1573
|
-
* @return This builder for chaining.
|
|
1574
|
-
*/
|
|
1575
|
-
public Builder setBuild(
|
|
1576
|
-
java.lang.String value) {
|
|
1577
|
-
if (value == null) {
|
|
1578
|
-
throw new NullPointerException();
|
|
1579
|
-
}
|
|
1580
|
-
bitField0_ |= 0x00000010;
|
|
1581
|
-
build_ = value;
|
|
1582
|
-
onChanged();
|
|
1583
|
-
return this;
|
|
1584
|
-
}
|
|
1585
|
-
/**
|
|
1586
|
-
* <code>string build = 4;</code>
|
|
1587
|
-
* @return This builder for chaining.
|
|
1588
|
-
*/
|
|
1589
|
-
public Builder clearBuild() {
|
|
1590
|
-
bitField0_ = (bitField0_ & ~0x00000010);
|
|
1591
|
-
build_ = getDefaultInstance().getBuild();
|
|
1592
|
-
onChanged();
|
|
1593
|
-
return this;
|
|
1594
|
-
}
|
|
1595
|
-
/**
|
|
1596
|
-
* <code>string build = 4;</code>
|
|
1597
|
-
* @param value The bytes for build to set.
|
|
1598
|
-
* @return This builder for chaining.
|
|
1599
|
-
*/
|
|
1600
|
-
public Builder setBuildBytes(
|
|
1601
|
-
com.google.protobuf.ByteString value) {
|
|
1602
|
-
if (value == null) {
|
|
1603
|
-
throw new NullPointerException();
|
|
1604
|
-
}
|
|
1605
|
-
checkByteStringIsUtf8(value);
|
|
1606
|
-
bitField0_ |= 0x00000010;
|
|
1607
|
-
build_ = value;
|
|
1608
|
-
onChanged();
|
|
1609
|
-
return this;
|
|
1610
|
-
}
|
|
1611
|
-
|
|
1612
|
-
private java.lang.Object fwVersion_ = "";
|
|
1613
|
-
/**
|
|
1614
|
-
* <code>string fw_version = 5;</code>
|
|
1615
|
-
* @return Whether the fwVersion field is set.
|
|
1616
|
-
*/
|
|
1617
|
-
public boolean hasFwVersion() {
|
|
1618
|
-
return ((bitField0_ & 0x00000020) != 0);
|
|
1619
|
-
}
|
|
1620
|
-
/**
|
|
1621
|
-
* <code>string fw_version = 5;</code>
|
|
1622
|
-
* @return The fwVersion.
|
|
1623
|
-
*/
|
|
1624
|
-
public java.lang.String getFwVersion() {
|
|
1625
|
-
java.lang.Object ref = fwVersion_;
|
|
1626
|
-
if (!(ref instanceof java.lang.String)) {
|
|
1627
|
-
com.google.protobuf.ByteString bs =
|
|
1628
|
-
(com.google.protobuf.ByteString) ref;
|
|
1629
|
-
java.lang.String s = bs.toStringUtf8();
|
|
1630
|
-
fwVersion_ = s;
|
|
1631
|
-
return s;
|
|
1632
|
-
} else {
|
|
1633
|
-
return (java.lang.String) ref;
|
|
1634
|
-
}
|
|
1635
|
-
}
|
|
1636
|
-
/**
|
|
1637
|
-
* <code>string fw_version = 5;</code>
|
|
1638
|
-
* @return The bytes for fwVersion.
|
|
1639
|
-
*/
|
|
1640
|
-
public com.google.protobuf.ByteString
|
|
1641
|
-
getFwVersionBytes() {
|
|
1642
|
-
java.lang.Object ref = fwVersion_;
|
|
1643
|
-
if (ref instanceof String) {
|
|
1644
|
-
com.google.protobuf.ByteString b =
|
|
1645
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1646
|
-
(java.lang.String) ref);
|
|
1647
|
-
fwVersion_ = b;
|
|
1648
|
-
return b;
|
|
1649
|
-
} else {
|
|
1650
|
-
return (com.google.protobuf.ByteString) ref;
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
/**
|
|
1654
|
-
* <code>string fw_version = 5;</code>
|
|
1655
|
-
* @param value The fwVersion to set.
|
|
1656
|
-
* @return This builder for chaining.
|
|
1657
|
-
*/
|
|
1658
|
-
public Builder setFwVersion(
|
|
1659
|
-
java.lang.String value) {
|
|
1660
|
-
if (value == null) {
|
|
1661
|
-
throw new NullPointerException();
|
|
1662
|
-
}
|
|
1663
|
-
bitField0_ |= 0x00000020;
|
|
1664
|
-
fwVersion_ = value;
|
|
1665
|
-
onChanged();
|
|
1666
|
-
return this;
|
|
1667
|
-
}
|
|
1668
|
-
/**
|
|
1669
|
-
* <code>string fw_version = 5;</code>
|
|
1670
|
-
* @return This builder for chaining.
|
|
1671
|
-
*/
|
|
1672
|
-
public Builder clearFwVersion() {
|
|
1673
|
-
bitField0_ = (bitField0_ & ~0x00000020);
|
|
1674
|
-
fwVersion_ = getDefaultInstance().getFwVersion();
|
|
1675
|
-
onChanged();
|
|
1676
|
-
return this;
|
|
1677
|
-
}
|
|
1678
|
-
/**
|
|
1679
|
-
* <code>string fw_version = 5;</code>
|
|
1680
|
-
* @param value The bytes for fwVersion to set.
|
|
1681
|
-
* @return This builder for chaining.
|
|
1682
|
-
*/
|
|
1683
|
-
public Builder setFwVersionBytes(
|
|
1684
|
-
com.google.protobuf.ByteString value) {
|
|
1685
|
-
if (value == null) {
|
|
1686
|
-
throw new NullPointerException();
|
|
1687
|
-
}
|
|
1688
|
-
checkByteStringIsUtf8(value);
|
|
1689
|
-
bitField0_ |= 0x00000020;
|
|
1690
|
-
fwVersion_ = value;
|
|
1691
|
-
onChanged();
|
|
1692
|
-
return this;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
private java.lang.Object cpe_ = "";
|
|
1696
|
-
/**
|
|
1697
|
-
* <code>string cpe = 6;</code>
|
|
1698
|
-
* @return Whether the cpe field is set.
|
|
1699
|
-
*/
|
|
1700
|
-
public boolean hasCpe() {
|
|
1701
|
-
return ((bitField0_ & 0x00000040) != 0);
|
|
1702
|
-
}
|
|
1703
|
-
/**
|
|
1704
|
-
* <code>string cpe = 6;</code>
|
|
1705
|
-
* @return The cpe.
|
|
1706
|
-
*/
|
|
1707
|
-
public java.lang.String getCpe() {
|
|
1708
|
-
java.lang.Object ref = cpe_;
|
|
1709
|
-
if (!(ref instanceof java.lang.String)) {
|
|
1710
|
-
com.google.protobuf.ByteString bs =
|
|
1711
|
-
(com.google.protobuf.ByteString) ref;
|
|
1712
|
-
java.lang.String s = bs.toStringUtf8();
|
|
1713
|
-
cpe_ = s;
|
|
1714
|
-
return s;
|
|
1715
|
-
} else {
|
|
1716
|
-
return (java.lang.String) ref;
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
/**
|
|
1720
|
-
* <code>string cpe = 6;</code>
|
|
1721
|
-
* @return The bytes for cpe.
|
|
1722
|
-
*/
|
|
1723
|
-
public com.google.protobuf.ByteString
|
|
1724
|
-
getCpeBytes() {
|
|
1725
|
-
java.lang.Object ref = cpe_;
|
|
1726
|
-
if (ref instanceof String) {
|
|
1727
|
-
com.google.protobuf.ByteString b =
|
|
1728
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1729
|
-
(java.lang.String) ref);
|
|
1730
|
-
cpe_ = b;
|
|
1731
|
-
return b;
|
|
1732
|
-
} else {
|
|
1733
|
-
return (com.google.protobuf.ByteString) ref;
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
/**
|
|
1737
|
-
* <code>string cpe = 6;</code>
|
|
1738
|
-
* @param value The cpe to set.
|
|
1739
|
-
* @return This builder for chaining.
|
|
1740
|
-
*/
|
|
1741
|
-
public Builder setCpe(
|
|
1742
|
-
java.lang.String value) {
|
|
1743
|
-
if (value == null) {
|
|
1744
|
-
throw new NullPointerException();
|
|
1745
|
-
}
|
|
1746
|
-
bitField0_ |= 0x00000040;
|
|
1747
|
-
cpe_ = value;
|
|
1748
|
-
onChanged();
|
|
1749
|
-
return this;
|
|
1750
|
-
}
|
|
1751
|
-
/**
|
|
1752
|
-
* <code>string cpe = 6;</code>
|
|
1753
|
-
* @return This builder for chaining.
|
|
1754
|
-
*/
|
|
1755
|
-
public Builder clearCpe() {
|
|
1756
|
-
bitField0_ = (bitField0_ & ~0x00000040);
|
|
1757
|
-
cpe_ = getDefaultInstance().getCpe();
|
|
1758
|
-
onChanged();
|
|
1759
|
-
return this;
|
|
1760
|
-
}
|
|
1761
|
-
/**
|
|
1762
|
-
* <code>string cpe = 6;</code>
|
|
1763
|
-
* @param value The bytes for cpe to set.
|
|
1764
|
-
* @return This builder for chaining.
|
|
1765
|
-
*/
|
|
1766
|
-
public Builder setCpeBytes(
|
|
1767
|
-
com.google.protobuf.ByteString value) {
|
|
1768
|
-
if (value == null) {
|
|
1769
|
-
throw new NullPointerException();
|
|
1770
|
-
}
|
|
1771
|
-
checkByteStringIsUtf8(value);
|
|
1772
|
-
bitField0_ |= 0x00000040;
|
|
1773
|
-
cpe_ = value;
|
|
1774
|
-
onChanged();
|
|
1775
|
-
return this;
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
private java.lang.Object fwCpe_ = "";
|
|
1779
|
-
/**
|
|
1780
|
-
* <code>string fw_cpe = 7;</code>
|
|
1781
|
-
* @return Whether the fwCpe field is set.
|
|
1782
|
-
*/
|
|
1783
|
-
public boolean hasFwCpe() {
|
|
1784
|
-
return ((bitField0_ & 0x00000080) != 0);
|
|
1785
|
-
}
|
|
1786
|
-
/**
|
|
1787
|
-
* <code>string fw_cpe = 7;</code>
|
|
1788
|
-
* @return The fwCpe.
|
|
1789
|
-
*/
|
|
1790
|
-
public java.lang.String getFwCpe() {
|
|
1791
|
-
java.lang.Object ref = fwCpe_;
|
|
1792
|
-
if (!(ref instanceof java.lang.String)) {
|
|
1793
|
-
com.google.protobuf.ByteString bs =
|
|
1794
|
-
(com.google.protobuf.ByteString) ref;
|
|
1795
|
-
java.lang.String s = bs.toStringUtf8();
|
|
1796
|
-
fwCpe_ = s;
|
|
1797
|
-
return s;
|
|
1798
|
-
} else {
|
|
1799
|
-
return (java.lang.String) ref;
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
/**
|
|
1803
|
-
* <code>string fw_cpe = 7;</code>
|
|
1804
|
-
* @return The bytes for fwCpe.
|
|
1805
|
-
*/
|
|
1806
|
-
public com.google.protobuf.ByteString
|
|
1807
|
-
getFwCpeBytes() {
|
|
1808
|
-
java.lang.Object ref = fwCpe_;
|
|
1809
|
-
if (ref instanceof String) {
|
|
1810
|
-
com.google.protobuf.ByteString b =
|
|
1811
|
-
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1812
|
-
(java.lang.String) ref);
|
|
1813
|
-
fwCpe_ = b;
|
|
1814
|
-
return b;
|
|
1815
|
-
} else {
|
|
1816
|
-
return (com.google.protobuf.ByteString) ref;
|
|
1817
|
-
}
|
|
1818
|
-
}
|
|
1819
|
-
/**
|
|
1820
|
-
* <code>string fw_cpe = 7;</code>
|
|
1821
|
-
* @param value The fwCpe to set.
|
|
1822
|
-
* @return This builder for chaining.
|
|
1823
|
-
*/
|
|
1824
|
-
public Builder setFwCpe(
|
|
1825
|
-
java.lang.String value) {
|
|
1826
|
-
if (value == null) {
|
|
1827
|
-
throw new NullPointerException();
|
|
1828
|
-
}
|
|
1829
|
-
bitField0_ |= 0x00000080;
|
|
1830
|
-
fwCpe_ = value;
|
|
1831
|
-
onChanged();
|
|
1832
|
-
return this;
|
|
1833
|
-
}
|
|
1834
|
-
/**
|
|
1835
|
-
* <code>string fw_cpe = 7;</code>
|
|
1836
|
-
* @return This builder for chaining.
|
|
1837
|
-
*/
|
|
1838
|
-
public Builder clearFwCpe() {
|
|
1839
|
-
bitField0_ = (bitField0_ & ~0x00000080);
|
|
1840
|
-
fwCpe_ = getDefaultInstance().getFwCpe();
|
|
1841
|
-
onChanged();
|
|
1842
|
-
return this;
|
|
1843
|
-
}
|
|
1844
|
-
/**
|
|
1845
|
-
* <code>string fw_cpe = 7;</code>
|
|
1846
|
-
* @param value The bytes for fwCpe to set.
|
|
1847
|
-
* @return This builder for chaining.
|
|
1848
|
-
*/
|
|
1849
|
-
public Builder setFwCpeBytes(
|
|
1850
|
-
com.google.protobuf.ByteString value) {
|
|
1851
|
-
if (value == null) {
|
|
1852
|
-
throw new NullPointerException();
|
|
1853
|
-
}
|
|
1854
|
-
checkByteStringIsUtf8(value);
|
|
1855
|
-
bitField0_ |= 0x00000080;
|
|
1856
|
-
fwCpe_ = value;
|
|
1857
|
-
onChanged();
|
|
1858
|
-
return this;
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
private int rank_ ;
|
|
1862
|
-
/**
|
|
1863
|
-
* <code>int32 rank = 8;</code>
|
|
1864
|
-
* @return Whether the rank field is set.
|
|
1865
|
-
*/
|
|
1866
|
-
@java.lang.Override
|
|
1867
|
-
public boolean hasRank() {
|
|
1868
|
-
return ((bitField0_ & 0x00000100) != 0);
|
|
1869
|
-
}
|
|
1870
|
-
/**
|
|
1871
|
-
* <code>int32 rank = 8;</code>
|
|
1872
|
-
* @return The rank.
|
|
1873
|
-
*/
|
|
1874
|
-
@java.lang.Override
|
|
1875
|
-
public int getRank() {
|
|
1876
|
-
return rank_;
|
|
1877
|
-
}
|
|
1878
|
-
/**
|
|
1879
|
-
* <code>int32 rank = 8;</code>
|
|
1880
|
-
* @param value The rank to set.
|
|
1881
|
-
* @return This builder for chaining.
|
|
1882
|
-
*/
|
|
1883
|
-
public Builder setRank(int value) {
|
|
1884
|
-
bitField0_ |= 0x00000100;
|
|
1885
|
-
rank_ = value;
|
|
1886
|
-
onChanged();
|
|
1887
|
-
return this;
|
|
1888
|
-
}
|
|
1889
|
-
/**
|
|
1890
|
-
* <code>int32 rank = 8;</code>
|
|
1891
|
-
* @return This builder for chaining.
|
|
1892
|
-
*/
|
|
1893
|
-
public Builder clearRank() {
|
|
1894
|
-
bitField0_ = (bitField0_ & ~0x00000100);
|
|
1895
|
-
rank_ = 0;
|
|
1896
|
-
onChanged();
|
|
1897
|
-
return this;
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
private com.lansweeper.dp.outbound.v1.CatalogBrand catalogBrand_;
|
|
1901
|
-
private com.google.protobuf.SingleFieldBuilderV3<
|
|
1902
|
-
com.lansweeper.dp.outbound.v1.CatalogBrand, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder, com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder> catalogBrandBuilder_;
|
|
1903
|
-
/**
|
|
1904
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
1905
|
-
* @return Whether the catalogBrand field is set.
|
|
1906
|
-
*/
|
|
1907
|
-
public boolean hasCatalogBrand() {
|
|
1908
|
-
return ((bitField0_ & 0x00000200) != 0);
|
|
1909
|
-
}
|
|
1910
|
-
/**
|
|
1911
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
1912
|
-
* @return The catalogBrand.
|
|
1913
|
-
*/
|
|
1914
|
-
public com.lansweeper.dp.outbound.v1.CatalogBrand getCatalogBrand() {
|
|
1915
|
-
if (catalogBrandBuilder_ == null) {
|
|
1916
|
-
return catalogBrand_ == null ? com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance() : catalogBrand_;
|
|
1917
|
-
} else {
|
|
1918
|
-
return catalogBrandBuilder_.getMessage();
|
|
1919
|
-
}
|
|
1920
|
-
}
|
|
1921
|
-
/**
|
|
1922
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
1923
|
-
*/
|
|
1924
|
-
public Builder setCatalogBrand(com.lansweeper.dp.outbound.v1.CatalogBrand value) {
|
|
1925
|
-
if (catalogBrandBuilder_ == null) {
|
|
1926
|
-
if (value == null) {
|
|
1927
|
-
throw new NullPointerException();
|
|
1928
|
-
}
|
|
1929
|
-
catalogBrand_ = value;
|
|
1930
|
-
onChanged();
|
|
1931
|
-
} else {
|
|
1932
|
-
catalogBrandBuilder_.setMessage(value);
|
|
1933
|
-
}
|
|
1934
|
-
bitField0_ |= 0x00000200;
|
|
1935
|
-
return this;
|
|
1936
|
-
}
|
|
1937
|
-
/**
|
|
1938
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
1939
|
-
*/
|
|
1940
|
-
public Builder setCatalogBrand(
|
|
1941
|
-
com.lansweeper.dp.outbound.v1.CatalogBrand.Builder builderForValue) {
|
|
1942
|
-
if (catalogBrandBuilder_ == null) {
|
|
1943
|
-
catalogBrand_ = builderForValue.build();
|
|
1944
|
-
onChanged();
|
|
1945
|
-
} else {
|
|
1946
|
-
catalogBrandBuilder_.setMessage(builderForValue.build());
|
|
1947
|
-
}
|
|
1948
|
-
bitField0_ |= 0x00000200;
|
|
1949
|
-
return this;
|
|
1950
|
-
}
|
|
1951
|
-
/**
|
|
1952
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
1953
|
-
*/
|
|
1954
|
-
public Builder mergeCatalogBrand(com.lansweeper.dp.outbound.v1.CatalogBrand value) {
|
|
1955
|
-
if (catalogBrandBuilder_ == null) {
|
|
1956
|
-
if (((bitField0_ & 0x00000200) != 0) &&
|
|
1957
|
-
catalogBrand_ != null &&
|
|
1958
|
-
catalogBrand_ != com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance()) {
|
|
1959
|
-
catalogBrand_ =
|
|
1960
|
-
com.lansweeper.dp.outbound.v1.CatalogBrand.newBuilder(catalogBrand_).mergeFrom(value).buildPartial();
|
|
1961
|
-
} else {
|
|
1962
|
-
catalogBrand_ = value;
|
|
1963
|
-
}
|
|
1964
|
-
onChanged();
|
|
1965
|
-
} else {
|
|
1966
|
-
catalogBrandBuilder_.mergeFrom(value);
|
|
1967
|
-
}
|
|
1968
|
-
bitField0_ |= 0x00000200;
|
|
1969
|
-
return this;
|
|
1970
|
-
}
|
|
1971
|
-
/**
|
|
1972
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
1973
|
-
*/
|
|
1974
|
-
public Builder clearCatalogBrand() {
|
|
1975
|
-
if (catalogBrandBuilder_ == null) {
|
|
1976
|
-
catalogBrand_ = null;
|
|
1977
|
-
onChanged();
|
|
1978
|
-
} else {
|
|
1979
|
-
catalogBrandBuilder_.clear();
|
|
1980
|
-
}
|
|
1981
|
-
bitField0_ = (bitField0_ & ~0x00000200);
|
|
1982
|
-
return this;
|
|
1983
|
-
}
|
|
1984
|
-
/**
|
|
1985
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
1986
|
-
*/
|
|
1987
|
-
public com.lansweeper.dp.outbound.v1.CatalogBrand.Builder getCatalogBrandBuilder() {
|
|
1988
|
-
bitField0_ |= 0x00000200;
|
|
1989
|
-
onChanged();
|
|
1990
|
-
return getCatalogBrandFieldBuilder().getBuilder();
|
|
1991
|
-
}
|
|
1992
|
-
/**
|
|
1993
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
1994
|
-
*/
|
|
1995
|
-
public com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder getCatalogBrandOrBuilder() {
|
|
1996
|
-
if (catalogBrandBuilder_ != null) {
|
|
1997
|
-
return catalogBrandBuilder_.getMessageOrBuilder();
|
|
1998
|
-
} else {
|
|
1999
|
-
return catalogBrand_ == null ?
|
|
2000
|
-
com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance() : catalogBrand_;
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
/**
|
|
2004
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 9;</code>
|
|
2005
|
-
*/
|
|
2006
|
-
private com.google.protobuf.SingleFieldBuilderV3<
|
|
2007
|
-
com.lansweeper.dp.outbound.v1.CatalogBrand, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder, com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder>
|
|
2008
|
-
getCatalogBrandFieldBuilder() {
|
|
2009
|
-
if (catalogBrandBuilder_ == null) {
|
|
2010
|
-
catalogBrandBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
2011
|
-
com.lansweeper.dp.outbound.v1.CatalogBrand, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder, com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder>(
|
|
2012
|
-
getCatalogBrand(),
|
|
2013
|
-
getParentForChildren(),
|
|
2014
|
-
isClean());
|
|
2015
|
-
catalogBrand_ = null;
|
|
2016
|
-
}
|
|
2017
|
-
return catalogBrandBuilder_;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
private com.lansweeper.dp.outbound.v1.CatalogOs catalogOs_;
|
|
2021
|
-
private com.google.protobuf.SingleFieldBuilderV3<
|
|
2022
|
-
com.lansweeper.dp.outbound.v1.CatalogOs, com.lansweeper.dp.outbound.v1.CatalogOs.Builder, com.lansweeper.dp.outbound.v1.CatalogOsOrBuilder> catalogOsBuilder_;
|
|
2023
|
-
/**
|
|
2024
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2025
|
-
* @return Whether the catalogOs field is set.
|
|
2026
|
-
*/
|
|
2027
|
-
public boolean hasCatalogOs() {
|
|
2028
|
-
return ((bitField0_ & 0x00000400) != 0);
|
|
2029
|
-
}
|
|
2030
|
-
/**
|
|
2031
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2032
|
-
* @return The catalogOs.
|
|
2033
|
-
*/
|
|
2034
|
-
public com.lansweeper.dp.outbound.v1.CatalogOs getCatalogOs() {
|
|
2035
|
-
if (catalogOsBuilder_ == null) {
|
|
2036
|
-
return catalogOs_ == null ? com.lansweeper.dp.outbound.v1.CatalogOs.getDefaultInstance() : catalogOs_;
|
|
2037
|
-
} else {
|
|
2038
|
-
return catalogOsBuilder_.getMessage();
|
|
2039
|
-
}
|
|
2040
|
-
}
|
|
2041
|
-
/**
|
|
2042
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2043
|
-
*/
|
|
2044
|
-
public Builder setCatalogOs(com.lansweeper.dp.outbound.v1.CatalogOs value) {
|
|
2045
|
-
if (catalogOsBuilder_ == null) {
|
|
2046
|
-
if (value == null) {
|
|
2047
|
-
throw new NullPointerException();
|
|
2048
|
-
}
|
|
2049
|
-
catalogOs_ = value;
|
|
2050
|
-
onChanged();
|
|
2051
|
-
} else {
|
|
2052
|
-
catalogOsBuilder_.setMessage(value);
|
|
2053
|
-
}
|
|
2054
|
-
bitField0_ |= 0x00000400;
|
|
2055
|
-
return this;
|
|
2056
|
-
}
|
|
2057
|
-
/**
|
|
2058
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2059
|
-
*/
|
|
2060
|
-
public Builder setCatalogOs(
|
|
2061
|
-
com.lansweeper.dp.outbound.v1.CatalogOs.Builder builderForValue) {
|
|
2062
|
-
if (catalogOsBuilder_ == null) {
|
|
2063
|
-
catalogOs_ = builderForValue.build();
|
|
2064
|
-
onChanged();
|
|
2065
|
-
} else {
|
|
2066
|
-
catalogOsBuilder_.setMessage(builderForValue.build());
|
|
2067
|
-
}
|
|
2068
|
-
bitField0_ |= 0x00000400;
|
|
2069
|
-
return this;
|
|
2070
|
-
}
|
|
2071
|
-
/**
|
|
2072
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2073
|
-
*/
|
|
2074
|
-
public Builder mergeCatalogOs(com.lansweeper.dp.outbound.v1.CatalogOs value) {
|
|
2075
|
-
if (catalogOsBuilder_ == null) {
|
|
2076
|
-
if (((bitField0_ & 0x00000400) != 0) &&
|
|
2077
|
-
catalogOs_ != null &&
|
|
2078
|
-
catalogOs_ != com.lansweeper.dp.outbound.v1.CatalogOs.getDefaultInstance()) {
|
|
2079
|
-
catalogOs_ =
|
|
2080
|
-
com.lansweeper.dp.outbound.v1.CatalogOs.newBuilder(catalogOs_).mergeFrom(value).buildPartial();
|
|
2081
|
-
} else {
|
|
2082
|
-
catalogOs_ = value;
|
|
2083
|
-
}
|
|
2084
|
-
onChanged();
|
|
2085
|
-
} else {
|
|
2086
|
-
catalogOsBuilder_.mergeFrom(value);
|
|
2087
|
-
}
|
|
2088
|
-
bitField0_ |= 0x00000400;
|
|
2089
|
-
return this;
|
|
2090
|
-
}
|
|
2091
|
-
/**
|
|
2092
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2093
|
-
*/
|
|
2094
|
-
public Builder clearCatalogOs() {
|
|
2095
|
-
if (catalogOsBuilder_ == null) {
|
|
2096
|
-
catalogOs_ = null;
|
|
2097
|
-
onChanged();
|
|
2098
|
-
} else {
|
|
2099
|
-
catalogOsBuilder_.clear();
|
|
2100
|
-
}
|
|
2101
|
-
bitField0_ = (bitField0_ & ~0x00000400);
|
|
2102
|
-
return this;
|
|
2103
|
-
}
|
|
2104
|
-
/**
|
|
2105
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2106
|
-
*/
|
|
2107
|
-
public com.lansweeper.dp.outbound.v1.CatalogOs.Builder getCatalogOsBuilder() {
|
|
2108
|
-
bitField0_ |= 0x00000400;
|
|
2109
|
-
onChanged();
|
|
2110
|
-
return getCatalogOsFieldBuilder().getBuilder();
|
|
2111
|
-
}
|
|
2112
|
-
/**
|
|
2113
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2114
|
-
*/
|
|
2115
|
-
public com.lansweeper.dp.outbound.v1.CatalogOsOrBuilder getCatalogOsOrBuilder() {
|
|
2116
|
-
if (catalogOsBuilder_ != null) {
|
|
2117
|
-
return catalogOsBuilder_.getMessageOrBuilder();
|
|
2118
|
-
} else {
|
|
2119
|
-
return catalogOs_ == null ?
|
|
2120
|
-
com.lansweeper.dp.outbound.v1.CatalogOs.getDefaultInstance() : catalogOs_;
|
|
2121
|
-
}
|
|
2122
|
-
}
|
|
2123
|
-
/**
|
|
2124
|
-
* <code>.com.lansweeper.dp.outbound.v1.CatalogOs catalog_os = 10;</code>
|
|
2125
|
-
*/
|
|
2126
|
-
private com.google.protobuf.SingleFieldBuilderV3<
|
|
2127
|
-
com.lansweeper.dp.outbound.v1.CatalogOs, com.lansweeper.dp.outbound.v1.CatalogOs.Builder, com.lansweeper.dp.outbound.v1.CatalogOsOrBuilder>
|
|
2128
|
-
getCatalogOsFieldBuilder() {
|
|
2129
|
-
if (catalogOsBuilder_ == null) {
|
|
2130
|
-
catalogOsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
2131
|
-
com.lansweeper.dp.outbound.v1.CatalogOs, com.lansweeper.dp.outbound.v1.CatalogOs.Builder, com.lansweeper.dp.outbound.v1.CatalogOsOrBuilder>(
|
|
2132
|
-
getCatalogOs(),
|
|
2133
|
-
getParentForChildren(),
|
|
2134
|
-
isClean());
|
|
2135
|
-
catalogOs_ = null;
|
|
2136
|
-
}
|
|
2137
|
-
return catalogOsBuilder_;
|
|
2138
|
-
}
|
|
2139
|
-
|
|
2140
|
-
private com.google.protobuf.SingleFieldBuilderV3<
|
|
2141
|
-
com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo, com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.Builder, com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfoOrBuilder> windowsBuilder_;
|
|
2142
|
-
/**
|
|
2143
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2144
|
-
* @return Whether the windows field is set.
|
|
2145
|
-
*/
|
|
2146
|
-
@java.lang.Override
|
|
2147
|
-
public boolean hasWindows() {
|
|
2148
|
-
return rawCase_ == 32;
|
|
2149
|
-
}
|
|
2150
|
-
/**
|
|
2151
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2152
|
-
* @return The windows.
|
|
2153
|
-
*/
|
|
2154
|
-
@java.lang.Override
|
|
2155
|
-
public com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo getWindows() {
|
|
2156
|
-
if (windowsBuilder_ == null) {
|
|
2157
|
-
if (rawCase_ == 32) {
|
|
2158
|
-
return (com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_;
|
|
2159
|
-
}
|
|
2160
|
-
return com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.getDefaultInstance();
|
|
2161
|
-
} else {
|
|
2162
|
-
if (rawCase_ == 32) {
|
|
2163
|
-
return windowsBuilder_.getMessage();
|
|
2164
|
-
}
|
|
2165
|
-
return com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.getDefaultInstance();
|
|
2166
|
-
}
|
|
2167
|
-
}
|
|
2168
|
-
/**
|
|
2169
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2170
|
-
*/
|
|
2171
|
-
public Builder setWindows(com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo value) {
|
|
2172
|
-
if (windowsBuilder_ == null) {
|
|
2173
|
-
if (value == null) {
|
|
2174
|
-
throw new NullPointerException();
|
|
2175
|
-
}
|
|
2176
|
-
raw_ = value;
|
|
2177
|
-
onChanged();
|
|
2178
|
-
} else {
|
|
2179
|
-
windowsBuilder_.setMessage(value);
|
|
2180
|
-
}
|
|
2181
|
-
rawCase_ = 32;
|
|
2182
|
-
return this;
|
|
2183
|
-
}
|
|
2184
|
-
/**
|
|
2185
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2186
|
-
*/
|
|
2187
|
-
public Builder setWindows(
|
|
2188
|
-
com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.Builder builderForValue) {
|
|
2189
|
-
if (windowsBuilder_ == null) {
|
|
2190
|
-
raw_ = builderForValue.build();
|
|
2191
|
-
onChanged();
|
|
2192
|
-
} else {
|
|
2193
|
-
windowsBuilder_.setMessage(builderForValue.build());
|
|
2194
|
-
}
|
|
2195
|
-
rawCase_ = 32;
|
|
2196
|
-
return this;
|
|
2197
|
-
}
|
|
2198
|
-
/**
|
|
2199
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2200
|
-
*/
|
|
2201
|
-
public Builder mergeWindows(com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo value) {
|
|
2202
|
-
if (windowsBuilder_ == null) {
|
|
2203
|
-
if (rawCase_ == 32 &&
|
|
2204
|
-
raw_ != com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.getDefaultInstance()) {
|
|
2205
|
-
raw_ = com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.newBuilder((com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_)
|
|
2206
|
-
.mergeFrom(value).buildPartial();
|
|
2207
|
-
} else {
|
|
2208
|
-
raw_ = value;
|
|
2209
|
-
}
|
|
2210
|
-
onChanged();
|
|
2211
|
-
} else {
|
|
2212
|
-
if (rawCase_ == 32) {
|
|
2213
|
-
windowsBuilder_.mergeFrom(value);
|
|
2214
|
-
}
|
|
2215
|
-
windowsBuilder_.setMessage(value);
|
|
2216
|
-
}
|
|
2217
|
-
rawCase_ = 32;
|
|
2218
|
-
return this;
|
|
2219
|
-
}
|
|
2220
|
-
/**
|
|
2221
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2222
|
-
*/
|
|
2223
|
-
public Builder clearWindows() {
|
|
2224
|
-
if (windowsBuilder_ == null) {
|
|
2225
|
-
if (rawCase_ == 32) {
|
|
2226
|
-
rawCase_ = 0;
|
|
2227
|
-
raw_ = null;
|
|
2228
|
-
onChanged();
|
|
2229
|
-
}
|
|
2230
|
-
} else {
|
|
2231
|
-
if (rawCase_ == 32) {
|
|
2232
|
-
rawCase_ = 0;
|
|
2233
|
-
raw_ = null;
|
|
2234
|
-
}
|
|
2235
|
-
windowsBuilder_.clear();
|
|
2236
|
-
}
|
|
2237
|
-
return this;
|
|
2238
|
-
}
|
|
2239
|
-
/**
|
|
2240
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2241
|
-
*/
|
|
2242
|
-
public com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.Builder getWindowsBuilder() {
|
|
2243
|
-
return getWindowsFieldBuilder().getBuilder();
|
|
2244
|
-
}
|
|
2245
|
-
/**
|
|
2246
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2247
|
-
*/
|
|
2248
|
-
@java.lang.Override
|
|
2249
|
-
public com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfoOrBuilder getWindowsOrBuilder() {
|
|
2250
|
-
if ((rawCase_ == 32) && (windowsBuilder_ != null)) {
|
|
2251
|
-
return windowsBuilder_.getMessageOrBuilder();
|
|
2252
|
-
} else {
|
|
2253
|
-
if (rawCase_ == 32) {
|
|
2254
|
-
return (com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_;
|
|
2255
|
-
}
|
|
2256
|
-
return com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.getDefaultInstance();
|
|
2257
|
-
}
|
|
2258
|
-
}
|
|
2259
|
-
/**
|
|
2260
|
-
* <code>.com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo windows = 32;</code>
|
|
2261
|
-
*/
|
|
2262
|
-
private com.google.protobuf.SingleFieldBuilderV3<
|
|
2263
|
-
com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo, com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.Builder, com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfoOrBuilder>
|
|
2264
|
-
getWindowsFieldBuilder() {
|
|
2265
|
-
if (windowsBuilder_ == null) {
|
|
2266
|
-
if (!(rawCase_ == 32)) {
|
|
2267
|
-
raw_ = com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.getDefaultInstance();
|
|
2268
|
-
}
|
|
2269
|
-
windowsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
2270
|
-
com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo, com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo.Builder, com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfoOrBuilder>(
|
|
2271
|
-
(com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo) raw_,
|
|
2272
|
-
getParentForChildren(),
|
|
2273
|
-
isClean());
|
|
2274
|
-
raw_ = null;
|
|
2275
|
-
}
|
|
2276
|
-
rawCase_ = 32;
|
|
2277
|
-
onChanged();;
|
|
2278
|
-
return windowsBuilder_;
|
|
2279
|
-
}
|
|
2280
|
-
@java.lang.Override
|
|
2281
|
-
public final Builder setUnknownFields(
|
|
2282
|
-
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
2283
|
-
return super.setUnknownFields(unknownFields);
|
|
2284
|
-
}
|
|
2285
|
-
|
|
2286
|
-
@java.lang.Override
|
|
2287
|
-
public final Builder mergeUnknownFields(
|
|
2288
|
-
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
2289
|
-
return super.mergeUnknownFields(unknownFields);
|
|
2290
|
-
}
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
// @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.OperatingSystemInfo)
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
// @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.OperatingSystemInfo)
|
|
2297
|
-
private static final com.lansweeper.dp.outbound.v1.OperatingSystemInfo DEFAULT_INSTANCE;
|
|
2298
|
-
static {
|
|
2299
|
-
DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.OperatingSystemInfo();
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
|
-
public static com.lansweeper.dp.outbound.v1.OperatingSystemInfo getDefaultInstance() {
|
|
2303
|
-
return DEFAULT_INSTANCE;
|
|
2304
|
-
}
|
|
2305
|
-
|
|
2306
|
-
private static final com.google.protobuf.Parser<OperatingSystemInfo>
|
|
2307
|
-
PARSER = new com.google.protobuf.AbstractParser<OperatingSystemInfo>() {
|
|
2308
|
-
@java.lang.Override
|
|
2309
|
-
public OperatingSystemInfo parsePartialFrom(
|
|
2310
|
-
com.google.protobuf.CodedInputStream input,
|
|
2311
|
-
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
2312
|
-
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
2313
|
-
return new OperatingSystemInfo(input, extensionRegistry);
|
|
2314
|
-
}
|
|
2315
|
-
};
|
|
2316
|
-
|
|
2317
|
-
public static com.google.protobuf.Parser<OperatingSystemInfo> parser() {
|
|
2318
|
-
return PARSER;
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
@java.lang.Override
|
|
2322
|
-
public com.google.protobuf.Parser<OperatingSystemInfo> getParserForType() {
|
|
2323
|
-
return PARSER;
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
|
-
@java.lang.Override
|
|
2327
|
-
public com.lansweeper.dp.outbound.v1.OperatingSystemInfo getDefaultInstanceForType() {
|
|
2328
|
-
return DEFAULT_INSTANCE;
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
}
|
|
2332
|
-
|