@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,446 @@
|
|
|
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
|
+
public interface CatalogBrandOrBuilder extends
|
|
7
|
+
// @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.CatalogBrand)
|
|
8
|
+
com.google.protobuf.MessageOrBuilder {
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* <code>int64 id = 1;</code>
|
|
12
|
+
* @return The id.
|
|
13
|
+
*/
|
|
14
|
+
long getId();
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* <code>string make_key = 2;</code>
|
|
18
|
+
* @return The makeKey.
|
|
19
|
+
*/
|
|
20
|
+
java.lang.String getMakeKey();
|
|
21
|
+
/**
|
|
22
|
+
* <code>string make_key = 2;</code>
|
|
23
|
+
* @return The bytes for makeKey.
|
|
24
|
+
*/
|
|
25
|
+
com.google.protobuf.ByteString
|
|
26
|
+
getMakeKeyBytes();
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* <code>string make_name = 3;</code>
|
|
30
|
+
* @return The makeName.
|
|
31
|
+
*/
|
|
32
|
+
java.lang.String getMakeName();
|
|
33
|
+
/**
|
|
34
|
+
* <code>string make_name = 3;</code>
|
|
35
|
+
* @return The bytes for makeName.
|
|
36
|
+
*/
|
|
37
|
+
com.google.protobuf.ByteString
|
|
38
|
+
getMakeNameBytes();
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* <code>int64 override_id = 4;</code>
|
|
42
|
+
* @return Whether the overrideId field is set.
|
|
43
|
+
*/
|
|
44
|
+
boolean hasOverrideId();
|
|
45
|
+
/**
|
|
46
|
+
* <code>int64 override_id = 4;</code>
|
|
47
|
+
* @return The overrideId.
|
|
48
|
+
*/
|
|
49
|
+
long getOverrideId();
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* <code>int64 parent_id = 18;</code>
|
|
53
|
+
* @return Whether the parentId field is set.
|
|
54
|
+
*/
|
|
55
|
+
boolean hasParentId();
|
|
56
|
+
/**
|
|
57
|
+
* <code>int64 parent_id = 18;</code>
|
|
58
|
+
* @return The parentId.
|
|
59
|
+
*/
|
|
60
|
+
long getParentId();
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* <code>int64 last_update_time = 5;</code>
|
|
64
|
+
* @return Whether the lastUpdateTime field is set.
|
|
65
|
+
*/
|
|
66
|
+
boolean hasLastUpdateTime();
|
|
67
|
+
/**
|
|
68
|
+
* <code>int64 last_update_time = 5;</code>
|
|
69
|
+
* @return The lastUpdateTime.
|
|
70
|
+
*/
|
|
71
|
+
long getLastUpdateTime();
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* <code>string country_code = 6;</code>
|
|
75
|
+
* @return Whether the countryCode field is set.
|
|
76
|
+
*/
|
|
77
|
+
boolean hasCountryCode();
|
|
78
|
+
/**
|
|
79
|
+
* <code>string country_code = 6;</code>
|
|
80
|
+
* @return The countryCode.
|
|
81
|
+
*/
|
|
82
|
+
java.lang.String getCountryCode();
|
|
83
|
+
/**
|
|
84
|
+
* <code>string country_code = 6;</code>
|
|
85
|
+
* @return The bytes for countryCode.
|
|
86
|
+
*/
|
|
87
|
+
com.google.protobuf.ByteString
|
|
88
|
+
getCountryCodeBytes();
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* <code>string logo_image_url = 7;</code>
|
|
92
|
+
* @return Whether the logoImageUrl field is set.
|
|
93
|
+
*/
|
|
94
|
+
boolean hasLogoImageUrl();
|
|
95
|
+
/**
|
|
96
|
+
* <code>string logo_image_url = 7;</code>
|
|
97
|
+
* @return The logoImageUrl.
|
|
98
|
+
*/
|
|
99
|
+
java.lang.String getLogoImageUrl();
|
|
100
|
+
/**
|
|
101
|
+
* <code>string logo_image_url = 7;</code>
|
|
102
|
+
* @return The bytes for logoImageUrl.
|
|
103
|
+
*/
|
|
104
|
+
com.google.protobuf.ByteString
|
|
105
|
+
getLogoImageUrlBytes();
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* <code>string banner_image_url = 8;</code>
|
|
109
|
+
* @return Whether the bannerImageUrl field is set.
|
|
110
|
+
*/
|
|
111
|
+
boolean hasBannerImageUrl();
|
|
112
|
+
/**
|
|
113
|
+
* <code>string banner_image_url = 8;</code>
|
|
114
|
+
* @return The bannerImageUrl.
|
|
115
|
+
*/
|
|
116
|
+
java.lang.String getBannerImageUrl();
|
|
117
|
+
/**
|
|
118
|
+
* <code>string banner_image_url = 8;</code>
|
|
119
|
+
* @return The bytes for bannerImageUrl.
|
|
120
|
+
*/
|
|
121
|
+
com.google.protobuf.ByteString
|
|
122
|
+
getBannerImageUrlBytes();
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* <code>string wikipedia_id = 9;</code>
|
|
126
|
+
* @return Whether the wikipediaId field is set.
|
|
127
|
+
*/
|
|
128
|
+
boolean hasWikipediaId();
|
|
129
|
+
/**
|
|
130
|
+
* <code>string wikipedia_id = 9;</code>
|
|
131
|
+
* @return The wikipediaId.
|
|
132
|
+
*/
|
|
133
|
+
java.lang.String getWikipediaId();
|
|
134
|
+
/**
|
|
135
|
+
* <code>string wikipedia_id = 9;</code>
|
|
136
|
+
* @return The bytes for wikipediaId.
|
|
137
|
+
*/
|
|
138
|
+
com.google.protobuf.ByteString
|
|
139
|
+
getWikipediaIdBytes();
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* <code>string wikipedia_lang_code = 10;</code>
|
|
143
|
+
* @return Whether the wikipediaLangCode field is set.
|
|
144
|
+
*/
|
|
145
|
+
boolean hasWikipediaLangCode();
|
|
146
|
+
/**
|
|
147
|
+
* <code>string wikipedia_lang_code = 10;</code>
|
|
148
|
+
* @return The wikipediaLangCode.
|
|
149
|
+
*/
|
|
150
|
+
java.lang.String getWikipediaLangCode();
|
|
151
|
+
/**
|
|
152
|
+
* <code>string wikipedia_lang_code = 10;</code>
|
|
153
|
+
* @return The bytes for wikipediaLangCode.
|
|
154
|
+
*/
|
|
155
|
+
com.google.protobuf.ByteString
|
|
156
|
+
getWikipediaLangCodeBytes();
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* <code>string website_url = 11;</code>
|
|
160
|
+
* @return Whether the websiteUrl field is set.
|
|
161
|
+
*/
|
|
162
|
+
boolean hasWebsiteUrl();
|
|
163
|
+
/**
|
|
164
|
+
* <code>string website_url = 11;</code>
|
|
165
|
+
* @return The websiteUrl.
|
|
166
|
+
*/
|
|
167
|
+
java.lang.String getWebsiteUrl();
|
|
168
|
+
/**
|
|
169
|
+
* <code>string website_url = 11;</code>
|
|
170
|
+
* @return The bytes for websiteUrl.
|
|
171
|
+
*/
|
|
172
|
+
com.google.protobuf.ByteString
|
|
173
|
+
getWebsiteUrlBytes();
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* <code>string support_url = 12;</code>
|
|
177
|
+
* @return Whether the supportUrl field is set.
|
|
178
|
+
*/
|
|
179
|
+
boolean hasSupportUrl();
|
|
180
|
+
/**
|
|
181
|
+
* <code>string support_url = 12;</code>
|
|
182
|
+
* @return The supportUrl.
|
|
183
|
+
*/
|
|
184
|
+
java.lang.String getSupportUrl();
|
|
185
|
+
/**
|
|
186
|
+
* <code>string support_url = 12;</code>
|
|
187
|
+
* @return The bytes for supportUrl.
|
|
188
|
+
*/
|
|
189
|
+
com.google.protobuf.ByteString
|
|
190
|
+
getSupportUrlBytes();
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* <code>string support_phone = 13;</code>
|
|
194
|
+
* @return Whether the supportPhone field is set.
|
|
195
|
+
*/
|
|
196
|
+
boolean hasSupportPhone();
|
|
197
|
+
/**
|
|
198
|
+
* <code>string support_phone = 13;</code>
|
|
199
|
+
* @return The supportPhone.
|
|
200
|
+
*/
|
|
201
|
+
java.lang.String getSupportPhone();
|
|
202
|
+
/**
|
|
203
|
+
* <code>string support_phone = 13;</code>
|
|
204
|
+
* @return The bytes for supportPhone.
|
|
205
|
+
*/
|
|
206
|
+
com.google.protobuf.ByteString
|
|
207
|
+
getSupportPhoneBytes();
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* <code>string facebook_account = 14;</code>
|
|
211
|
+
* @return Whether the facebookAccount field is set.
|
|
212
|
+
*/
|
|
213
|
+
boolean hasFacebookAccount();
|
|
214
|
+
/**
|
|
215
|
+
* <code>string facebook_account = 14;</code>
|
|
216
|
+
* @return The facebookAccount.
|
|
217
|
+
*/
|
|
218
|
+
java.lang.String getFacebookAccount();
|
|
219
|
+
/**
|
|
220
|
+
* <code>string facebook_account = 14;</code>
|
|
221
|
+
* @return The bytes for facebookAccount.
|
|
222
|
+
*/
|
|
223
|
+
com.google.protobuf.ByteString
|
|
224
|
+
getFacebookAccountBytes();
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* <code>string twitter_account = 15;</code>
|
|
228
|
+
* @return Whether the twitterAccount field is set.
|
|
229
|
+
*/
|
|
230
|
+
boolean hasTwitterAccount();
|
|
231
|
+
/**
|
|
232
|
+
* <code>string twitter_account = 15;</code>
|
|
233
|
+
* @return The twitterAccount.
|
|
234
|
+
*/
|
|
235
|
+
java.lang.String getTwitterAccount();
|
|
236
|
+
/**
|
|
237
|
+
* <code>string twitter_account = 15;</code>
|
|
238
|
+
* @return The bytes for twitterAccount.
|
|
239
|
+
*/
|
|
240
|
+
com.google.protobuf.ByteString
|
|
241
|
+
getTwitterAccountBytes();
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* <code>string warranty_url = 16;</code>
|
|
245
|
+
* @return Whether the warrantyUrl field is set.
|
|
246
|
+
*/
|
|
247
|
+
boolean hasWarrantyUrl();
|
|
248
|
+
/**
|
|
249
|
+
* <code>string warranty_url = 16;</code>
|
|
250
|
+
* @return The warrantyUrl.
|
|
251
|
+
*/
|
|
252
|
+
java.lang.String getWarrantyUrl();
|
|
253
|
+
/**
|
|
254
|
+
* <code>string warranty_url = 16;</code>
|
|
255
|
+
* @return The bytes for warrantyUrl.
|
|
256
|
+
*/
|
|
257
|
+
com.google.protobuf.ByteString
|
|
258
|
+
getWarrantyUrlBytes();
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* <code>string warranty_direct_url = 17;</code>
|
|
262
|
+
* @return Whether the warrantyDirectUrl field is set.
|
|
263
|
+
*/
|
|
264
|
+
boolean hasWarrantyDirectUrl();
|
|
265
|
+
/**
|
|
266
|
+
* <code>string warranty_direct_url = 17;</code>
|
|
267
|
+
* @return The warrantyDirectUrl.
|
|
268
|
+
*/
|
|
269
|
+
java.lang.String getWarrantyDirectUrl();
|
|
270
|
+
/**
|
|
271
|
+
* <code>string warranty_direct_url = 17;</code>
|
|
272
|
+
* @return The bytes for warrantyDirectUrl.
|
|
273
|
+
*/
|
|
274
|
+
com.google.protobuf.ByteString
|
|
275
|
+
getWarrantyDirectUrlBytes();
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* <code>string community_url = 20;</code>
|
|
279
|
+
* @return Whether the communityUrl field is set.
|
|
280
|
+
*/
|
|
281
|
+
boolean hasCommunityUrl();
|
|
282
|
+
/**
|
|
283
|
+
* <code>string community_url = 20;</code>
|
|
284
|
+
* @return The communityUrl.
|
|
285
|
+
*/
|
|
286
|
+
java.lang.String getCommunityUrl();
|
|
287
|
+
/**
|
|
288
|
+
* <code>string community_url = 20;</code>
|
|
289
|
+
* @return The bytes for communityUrl.
|
|
290
|
+
*/
|
|
291
|
+
com.google.protobuf.ByteString
|
|
292
|
+
getCommunityUrlBytes();
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* <code>string linkedin_account = 21;</code>
|
|
296
|
+
* @return Whether the linkedinAccount field is set.
|
|
297
|
+
*/
|
|
298
|
+
boolean hasLinkedinAccount();
|
|
299
|
+
/**
|
|
300
|
+
* <code>string linkedin_account = 21;</code>
|
|
301
|
+
* @return The linkedinAccount.
|
|
302
|
+
*/
|
|
303
|
+
java.lang.String getLinkedinAccount();
|
|
304
|
+
/**
|
|
305
|
+
* <code>string linkedin_account = 21;</code>
|
|
306
|
+
* @return The bytes for linkedinAccount.
|
|
307
|
+
*/
|
|
308
|
+
com.google.protobuf.ByteString
|
|
309
|
+
getLinkedinAccountBytes();
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* <code>string instagram_account = 22;</code>
|
|
313
|
+
* @return Whether the instagramAccount field is set.
|
|
314
|
+
*/
|
|
315
|
+
boolean hasInstagramAccount();
|
|
316
|
+
/**
|
|
317
|
+
* <code>string instagram_account = 22;</code>
|
|
318
|
+
* @return The instagramAccount.
|
|
319
|
+
*/
|
|
320
|
+
java.lang.String getInstagramAccount();
|
|
321
|
+
/**
|
|
322
|
+
* <code>string instagram_account = 22;</code>
|
|
323
|
+
* @return The bytes for instagramAccount.
|
|
324
|
+
*/
|
|
325
|
+
com.google.protobuf.ByteString
|
|
326
|
+
getInstagramAccountBytes();
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* <code>string youtube_account = 23;</code>
|
|
330
|
+
* @return Whether the youtubeAccount field is set.
|
|
331
|
+
*/
|
|
332
|
+
boolean hasYoutubeAccount();
|
|
333
|
+
/**
|
|
334
|
+
* <code>string youtube_account = 23;</code>
|
|
335
|
+
* @return The youtubeAccount.
|
|
336
|
+
*/
|
|
337
|
+
java.lang.String getYoutubeAccount();
|
|
338
|
+
/**
|
|
339
|
+
* <code>string youtube_account = 23;</code>
|
|
340
|
+
* @return The bytes for youtubeAccount.
|
|
341
|
+
*/
|
|
342
|
+
com.google.protobuf.ByteString
|
|
343
|
+
getYoutubeAccountBytes();
|
|
344
|
+
|
|
345
|
+
/**
|
|
346
|
+
* <code>string pinterest_account = 24;</code>
|
|
347
|
+
* @return Whether the pinterestAccount field is set.
|
|
348
|
+
*/
|
|
349
|
+
boolean hasPinterestAccount();
|
|
350
|
+
/**
|
|
351
|
+
* <code>string pinterest_account = 24;</code>
|
|
352
|
+
* @return The pinterestAccount.
|
|
353
|
+
*/
|
|
354
|
+
java.lang.String getPinterestAccount();
|
|
355
|
+
/**
|
|
356
|
+
* <code>string pinterest_account = 24;</code>
|
|
357
|
+
* @return The bytes for pinterestAccount.
|
|
358
|
+
*/
|
|
359
|
+
com.google.protobuf.ByteString
|
|
360
|
+
getPinterestAccountBytes();
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* <code>bool class_hardware = 25;</code>
|
|
364
|
+
* @return Whether the classHardware field is set.
|
|
365
|
+
*/
|
|
366
|
+
boolean hasClassHardware();
|
|
367
|
+
/**
|
|
368
|
+
* <code>bool class_hardware = 25;</code>
|
|
369
|
+
* @return The classHardware.
|
|
370
|
+
*/
|
|
371
|
+
boolean getClassHardware();
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* <code>bool class_software = 26;</code>
|
|
375
|
+
* @return Whether the classSoftware field is set.
|
|
376
|
+
*/
|
|
377
|
+
boolean hasClassSoftware();
|
|
378
|
+
/**
|
|
379
|
+
* <code>bool class_software = 26;</code>
|
|
380
|
+
* @return The classSoftware.
|
|
381
|
+
*/
|
|
382
|
+
boolean getClassSoftware();
|
|
383
|
+
|
|
384
|
+
/**
|
|
385
|
+
* <code>bool class_consumer = 27;</code>
|
|
386
|
+
* @return Whether the classConsumer field is set.
|
|
387
|
+
*/
|
|
388
|
+
boolean hasClassConsumer();
|
|
389
|
+
/**
|
|
390
|
+
* <code>bool class_consumer = 27;</code>
|
|
391
|
+
* @return The classConsumer.
|
|
392
|
+
*/
|
|
393
|
+
boolean getClassConsumer();
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* <code>bool class_enterprise = 28;</code>
|
|
397
|
+
* @return Whether the classEnterprise field is set.
|
|
398
|
+
*/
|
|
399
|
+
boolean hasClassEnterprise();
|
|
400
|
+
/**
|
|
401
|
+
* <code>bool class_enterprise = 28;</code>
|
|
402
|
+
* @return The classEnterprise.
|
|
403
|
+
*/
|
|
404
|
+
boolean getClassEnterprise();
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* <code>bool class_industrial = 29;</code>
|
|
408
|
+
* @return Whether the classIndustrial field is set.
|
|
409
|
+
*/
|
|
410
|
+
boolean hasClassIndustrial();
|
|
411
|
+
/**
|
|
412
|
+
* <code>bool class_industrial = 29;</code>
|
|
413
|
+
* @return The classIndustrial.
|
|
414
|
+
*/
|
|
415
|
+
boolean getClassIndustrial();
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* <code>bool class_individual = 30;</code>
|
|
419
|
+
* @return Whether the classIndividual field is set.
|
|
420
|
+
*/
|
|
421
|
+
boolean hasClassIndividual();
|
|
422
|
+
/**
|
|
423
|
+
* <code>bool class_individual = 30;</code>
|
|
424
|
+
* @return The classIndividual.
|
|
425
|
+
*/
|
|
426
|
+
boolean getClassIndividual();
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* <pre>
|
|
430
|
+
* relevant only in search result
|
|
431
|
+
* </pre>
|
|
432
|
+
*
|
|
433
|
+
* <code>int32 match_score = 19;</code>
|
|
434
|
+
* @return Whether the matchScore field is set.
|
|
435
|
+
*/
|
|
436
|
+
boolean hasMatchScore();
|
|
437
|
+
/**
|
|
438
|
+
* <pre>
|
|
439
|
+
* relevant only in search result
|
|
440
|
+
* </pre>
|
|
441
|
+
*
|
|
442
|
+
* <code>int32 match_score = 19;</code>
|
|
443
|
+
* @return The matchScore.
|
|
444
|
+
*/
|
|
445
|
+
int getMatchScore();
|
|
446
|
+
}
|