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