@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,422 @@
|
|
|
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 CatalogModelOrBuilder extends
|
|
7
|
+
// @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.CatalogModel)
|
|
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 key = 2;</code>
|
|
18
|
+
* @return The key.
|
|
19
|
+
*/
|
|
20
|
+
java.lang.String getKey();
|
|
21
|
+
/**
|
|
22
|
+
* <code>string key = 2;</code>
|
|
23
|
+
* @return The bytes for key.
|
|
24
|
+
*/
|
|
25
|
+
com.google.protobuf.ByteString
|
|
26
|
+
getKeyBytes();
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* <code>int64 make_id = 3;</code>
|
|
30
|
+
* @return The makeId.
|
|
31
|
+
*/
|
|
32
|
+
long getMakeId();
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* <code>string device_model = 4;</code>
|
|
36
|
+
* @return The deviceModel.
|
|
37
|
+
*/
|
|
38
|
+
java.lang.String getDeviceModel();
|
|
39
|
+
/**
|
|
40
|
+
* <code>string device_model = 4;</code>
|
|
41
|
+
* @return The bytes for deviceModel.
|
|
42
|
+
*/
|
|
43
|
+
com.google.protobuf.ByteString
|
|
44
|
+
getDeviceModelBytes();
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* <code>string device_type = 5;</code>
|
|
48
|
+
* @return Whether the deviceType field is set.
|
|
49
|
+
*/
|
|
50
|
+
boolean hasDeviceType();
|
|
51
|
+
/**
|
|
52
|
+
* <code>string device_type = 5;</code>
|
|
53
|
+
* @return The deviceType.
|
|
54
|
+
*/
|
|
55
|
+
java.lang.String getDeviceType();
|
|
56
|
+
/**
|
|
57
|
+
* <code>string device_type = 5;</code>
|
|
58
|
+
* @return The bytes for deviceType.
|
|
59
|
+
*/
|
|
60
|
+
com.google.protobuf.ByteString
|
|
61
|
+
getDeviceTypeBytes();
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* <code>string device_model_code = 6;</code>
|
|
65
|
+
* @return Whether the deviceModelCode field is set.
|
|
66
|
+
*/
|
|
67
|
+
boolean hasDeviceModelCode();
|
|
68
|
+
/**
|
|
69
|
+
* <code>string device_model_code = 6;</code>
|
|
70
|
+
* @return The deviceModelCode.
|
|
71
|
+
*/
|
|
72
|
+
java.lang.String getDeviceModelCode();
|
|
73
|
+
/**
|
|
74
|
+
* <code>string device_model_code = 6;</code>
|
|
75
|
+
* @return The bytes for deviceModelCode.
|
|
76
|
+
*/
|
|
77
|
+
com.google.protobuf.ByteString
|
|
78
|
+
getDeviceModelCodeBytes();
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* <code>int64 override_id = 7;</code>
|
|
82
|
+
* @return Whether the overrideId field is set.
|
|
83
|
+
*/
|
|
84
|
+
boolean hasOverrideId();
|
|
85
|
+
/**
|
|
86
|
+
* <code>int64 override_id = 7;</code>
|
|
87
|
+
* @return The overrideId.
|
|
88
|
+
*/
|
|
89
|
+
long getOverrideId();
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* <code>int64 os_default_id = 8;</code>
|
|
93
|
+
* @return Whether the osDefaultId field is set.
|
|
94
|
+
*/
|
|
95
|
+
boolean hasOsDefaultId();
|
|
96
|
+
/**
|
|
97
|
+
* <code>int64 os_default_id = 8;</code>
|
|
98
|
+
* @return The osDefaultId.
|
|
99
|
+
*/
|
|
100
|
+
long getOsDefaultId();
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* <code>int64 os_latest_id = 9;</code>
|
|
104
|
+
* @return Whether the osLatestId field is set.
|
|
105
|
+
*/
|
|
106
|
+
boolean hasOsLatestId();
|
|
107
|
+
/**
|
|
108
|
+
* <code>int64 os_latest_id = 9;</code>
|
|
109
|
+
* @return The osLatestId.
|
|
110
|
+
*/
|
|
111
|
+
long getOsLatestId();
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* <code>int64 family_id = 10;</code>
|
|
115
|
+
* @return Whether the familyId field is set.
|
|
116
|
+
*/
|
|
117
|
+
boolean hasFamilyId();
|
|
118
|
+
/**
|
|
119
|
+
* <code>int64 family_id = 10;</code>
|
|
120
|
+
* @return The familyId.
|
|
121
|
+
*/
|
|
122
|
+
long getFamilyId();
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* <code>bool is_family = 11;</code>
|
|
126
|
+
* @return Whether the isFamily field is set.
|
|
127
|
+
*/
|
|
128
|
+
boolean hasIsFamily();
|
|
129
|
+
/**
|
|
130
|
+
* <code>bool is_family = 11;</code>
|
|
131
|
+
* @return The isFamily.
|
|
132
|
+
*/
|
|
133
|
+
boolean getIsFamily();
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* <code>string manual_url = 12;</code>
|
|
137
|
+
* @return Whether the manualUrl field is set.
|
|
138
|
+
*/
|
|
139
|
+
boolean hasManualUrl();
|
|
140
|
+
/**
|
|
141
|
+
* <code>string manual_url = 12;</code>
|
|
142
|
+
* @return The manualUrl.
|
|
143
|
+
*/
|
|
144
|
+
java.lang.String getManualUrl();
|
|
145
|
+
/**
|
|
146
|
+
* <code>string manual_url = 12;</code>
|
|
147
|
+
* @return The bytes for manualUrl.
|
|
148
|
+
*/
|
|
149
|
+
com.google.protobuf.ByteString
|
|
150
|
+
getManualUrlBytes();
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* <code>string faq_url = 13;</code>
|
|
154
|
+
* @return Whether the faqUrl field is set.
|
|
155
|
+
*/
|
|
156
|
+
boolean hasFaqUrl();
|
|
157
|
+
/**
|
|
158
|
+
* <code>string faq_url = 13;</code>
|
|
159
|
+
* @return The faqUrl.
|
|
160
|
+
*/
|
|
161
|
+
java.lang.String getFaqUrl();
|
|
162
|
+
/**
|
|
163
|
+
* <code>string faq_url = 13;</code>
|
|
164
|
+
* @return The bytes for faqUrl.
|
|
165
|
+
*/
|
|
166
|
+
com.google.protobuf.ByteString
|
|
167
|
+
getFaqUrlBytes();
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* <code>int64 release_date = 14;</code>
|
|
171
|
+
* @return Whether the releaseDate field is set.
|
|
172
|
+
*/
|
|
173
|
+
boolean hasReleaseDate();
|
|
174
|
+
/**
|
|
175
|
+
* <code>int64 release_date = 14;</code>
|
|
176
|
+
* @return The releaseDate.
|
|
177
|
+
*/
|
|
178
|
+
long getReleaseDate();
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* <code>int64 disc_date = 15;</code>
|
|
182
|
+
* @return Whether the discDate field is set.
|
|
183
|
+
*/
|
|
184
|
+
boolean hasDiscDate();
|
|
185
|
+
/**
|
|
186
|
+
* <code>int64 disc_date = 15;</code>
|
|
187
|
+
* @return The discDate.
|
|
188
|
+
*/
|
|
189
|
+
long getDiscDate();
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* <code>int64 eos_date = 26;</code>
|
|
193
|
+
* @return Whether the eosDate field is set.
|
|
194
|
+
*/
|
|
195
|
+
boolean hasEosDate();
|
|
196
|
+
/**
|
|
197
|
+
* <code>int64 eos_date = 26;</code>
|
|
198
|
+
* @return The eosDate.
|
|
199
|
+
*/
|
|
200
|
+
long getEosDate();
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* <code>string lifecyle_confidence = 29;</code>
|
|
204
|
+
* @return Whether the lifecyleConfidence field is set.
|
|
205
|
+
*/
|
|
206
|
+
boolean hasLifecyleConfidence();
|
|
207
|
+
/**
|
|
208
|
+
* <code>string lifecyle_confidence = 29;</code>
|
|
209
|
+
* @return The lifecyleConfidence.
|
|
210
|
+
*/
|
|
211
|
+
java.lang.String getLifecyleConfidence();
|
|
212
|
+
/**
|
|
213
|
+
* <code>string lifecyle_confidence = 29;</code>
|
|
214
|
+
* @return The bytes for lifecyleConfidence.
|
|
215
|
+
*/
|
|
216
|
+
com.google.protobuf.ByteString
|
|
217
|
+
getLifecyleConfidenceBytes();
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* <code>string price_class = 24;</code>
|
|
221
|
+
* @return Whether the priceClass field is set.
|
|
222
|
+
*/
|
|
223
|
+
boolean hasPriceClass();
|
|
224
|
+
/**
|
|
225
|
+
* <code>string price_class = 24;</code>
|
|
226
|
+
* @return The priceClass.
|
|
227
|
+
*/
|
|
228
|
+
java.lang.String getPriceClass();
|
|
229
|
+
/**
|
|
230
|
+
* <code>string price_class = 24;</code>
|
|
231
|
+
* @return The bytes for priceClass.
|
|
232
|
+
*/
|
|
233
|
+
com.google.protobuf.ByteString
|
|
234
|
+
getPriceClassBytes();
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* <code>string product_class = 25;</code>
|
|
238
|
+
* @return Whether the productClass field is set.
|
|
239
|
+
*/
|
|
240
|
+
boolean hasProductClass();
|
|
241
|
+
/**
|
|
242
|
+
* <code>string product_class = 25;</code>
|
|
243
|
+
* @return The productClass.
|
|
244
|
+
*/
|
|
245
|
+
java.lang.String getProductClass();
|
|
246
|
+
/**
|
|
247
|
+
* <code>string product_class = 25;</code>
|
|
248
|
+
* @return The bytes for productClass.
|
|
249
|
+
*/
|
|
250
|
+
com.google.protobuf.ByteString
|
|
251
|
+
getProductClassBytes();
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* <code>string sh_ifttt_handle = 17;</code>
|
|
255
|
+
* @return Whether the shIftttHandle field is set.
|
|
256
|
+
*/
|
|
257
|
+
boolean hasShIftttHandle();
|
|
258
|
+
/**
|
|
259
|
+
* <code>string sh_ifttt_handle = 17;</code>
|
|
260
|
+
* @return The shIftttHandle.
|
|
261
|
+
*/
|
|
262
|
+
java.lang.String getShIftttHandle();
|
|
263
|
+
/**
|
|
264
|
+
* <code>string sh_ifttt_handle = 17;</code>
|
|
265
|
+
* @return The bytes for shIftttHandle.
|
|
266
|
+
*/
|
|
267
|
+
com.google.protobuf.ByteString
|
|
268
|
+
getShIftttHandleBytes();
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* <code>repeated string sh_google_ass_langs = 18;</code>
|
|
272
|
+
* @return A list containing the shGoogleAssLangs.
|
|
273
|
+
*/
|
|
274
|
+
java.util.List<java.lang.String>
|
|
275
|
+
getShGoogleAssLangsList();
|
|
276
|
+
/**
|
|
277
|
+
* <code>repeated string sh_google_ass_langs = 18;</code>
|
|
278
|
+
* @return The count of shGoogleAssLangs.
|
|
279
|
+
*/
|
|
280
|
+
int getShGoogleAssLangsCount();
|
|
281
|
+
/**
|
|
282
|
+
* <code>repeated string sh_google_ass_langs = 18;</code>
|
|
283
|
+
* @param index The index of the element to return.
|
|
284
|
+
* @return The shGoogleAssLangs at the given index.
|
|
285
|
+
*/
|
|
286
|
+
java.lang.String getShGoogleAssLangs(int index);
|
|
287
|
+
/**
|
|
288
|
+
* <code>repeated string sh_google_ass_langs = 18;</code>
|
|
289
|
+
* @param index The index of the value to return.
|
|
290
|
+
* @return The bytes of the shGoogleAssLangs at the given index.
|
|
291
|
+
*/
|
|
292
|
+
com.google.protobuf.ByteString
|
|
293
|
+
getShGoogleAssLangsBytes(int index);
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* <code>repeated string sh_alexa_langs = 19;</code>
|
|
297
|
+
* @return A list containing the shAlexaLangs.
|
|
298
|
+
*/
|
|
299
|
+
java.util.List<java.lang.String>
|
|
300
|
+
getShAlexaLangsList();
|
|
301
|
+
/**
|
|
302
|
+
* <code>repeated string sh_alexa_langs = 19;</code>
|
|
303
|
+
* @return The count of shAlexaLangs.
|
|
304
|
+
*/
|
|
305
|
+
int getShAlexaLangsCount();
|
|
306
|
+
/**
|
|
307
|
+
* <code>repeated string sh_alexa_langs = 19;</code>
|
|
308
|
+
* @param index The index of the element to return.
|
|
309
|
+
* @return The shAlexaLangs at the given index.
|
|
310
|
+
*/
|
|
311
|
+
java.lang.String getShAlexaLangs(int index);
|
|
312
|
+
/**
|
|
313
|
+
* <code>repeated string sh_alexa_langs = 19;</code>
|
|
314
|
+
* @param index The index of the value to return.
|
|
315
|
+
* @return The bytes of the shAlexaLangs at the given index.
|
|
316
|
+
*/
|
|
317
|
+
com.google.protobuf.ByteString
|
|
318
|
+
getShAlexaLangsBytes(int index);
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* <code>string sh_hass_handle = 20;</code>
|
|
322
|
+
* @return Whether the shHassHandle field is set.
|
|
323
|
+
*/
|
|
324
|
+
boolean hasShHassHandle();
|
|
325
|
+
/**
|
|
326
|
+
* <code>string sh_hass_handle = 20;</code>
|
|
327
|
+
* @return The shHassHandle.
|
|
328
|
+
*/
|
|
329
|
+
java.lang.String getShHassHandle();
|
|
330
|
+
/**
|
|
331
|
+
* <code>string sh_hass_handle = 20;</code>
|
|
332
|
+
* @return The bytes for shHassHandle.
|
|
333
|
+
*/
|
|
334
|
+
com.google.protobuf.ByteString
|
|
335
|
+
getShHassHandleBytes();
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* <code>bool sh_apple_home_kit = 21;</code>
|
|
339
|
+
* @return Whether the shAppleHomeKit field is set.
|
|
340
|
+
*/
|
|
341
|
+
boolean hasShAppleHomeKit();
|
|
342
|
+
/**
|
|
343
|
+
* <code>bool sh_apple_home_kit = 21;</code>
|
|
344
|
+
* @return The shAppleHomeKit.
|
|
345
|
+
*/
|
|
346
|
+
boolean getShAppleHomeKit();
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* <code>string sh_open_hab_handle = 22;</code>
|
|
350
|
+
* @return Whether the shOpenHabHandle field is set.
|
|
351
|
+
*/
|
|
352
|
+
boolean hasShOpenHabHandle();
|
|
353
|
+
/**
|
|
354
|
+
* <code>string sh_open_hab_handle = 22;</code>
|
|
355
|
+
* @return The shOpenHabHandle.
|
|
356
|
+
*/
|
|
357
|
+
java.lang.String getShOpenHabHandle();
|
|
358
|
+
/**
|
|
359
|
+
* <code>string sh_open_hab_handle = 22;</code>
|
|
360
|
+
* @return The bytes for shOpenHabHandle.
|
|
361
|
+
*/
|
|
362
|
+
com.google.protobuf.ByteString
|
|
363
|
+
getShOpenHabHandleBytes();
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* <code>string nist_cpe = 28;</code>
|
|
367
|
+
* @return Whether the nistCpe field is set.
|
|
368
|
+
*/
|
|
369
|
+
boolean hasNistCpe();
|
|
370
|
+
/**
|
|
371
|
+
* <code>string nist_cpe = 28;</code>
|
|
372
|
+
* @return The nistCpe.
|
|
373
|
+
*/
|
|
374
|
+
java.lang.String getNistCpe();
|
|
375
|
+
/**
|
|
376
|
+
* <code>string nist_cpe = 28;</code>
|
|
377
|
+
* @return The bytes for nistCpe.
|
|
378
|
+
*/
|
|
379
|
+
com.google.protobuf.ByteString
|
|
380
|
+
getNistCpeBytes();
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* <code>double spread_in_type = 23;</code>
|
|
384
|
+
* @return Whether the spreadInType field is set.
|
|
385
|
+
*/
|
|
386
|
+
boolean hasSpreadInType();
|
|
387
|
+
/**
|
|
388
|
+
* <code>double spread_in_type = 23;</code>
|
|
389
|
+
* @return The spreadInType.
|
|
390
|
+
*/
|
|
391
|
+
double getSpreadInType();
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* <code>int64 last_update_time = 16;</code>
|
|
395
|
+
* @return Whether the lastUpdateTime field is set.
|
|
396
|
+
*/
|
|
397
|
+
boolean hasLastUpdateTime();
|
|
398
|
+
/**
|
|
399
|
+
* <code>int64 last_update_time = 16;</code>
|
|
400
|
+
* @return The lastUpdateTime.
|
|
401
|
+
*/
|
|
402
|
+
long getLastUpdateTime();
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* <pre>
|
|
406
|
+
* filled only when a result of search
|
|
407
|
+
* </pre>
|
|
408
|
+
*
|
|
409
|
+
* <code>int32 match_score = 27;</code>
|
|
410
|
+
* @return Whether the matchScore field is set.
|
|
411
|
+
*/
|
|
412
|
+
boolean hasMatchScore();
|
|
413
|
+
/**
|
|
414
|
+
* <pre>
|
|
415
|
+
* filled only when a result of search
|
|
416
|
+
* </pre>
|
|
417
|
+
*
|
|
418
|
+
* <code>int32 match_score = 27;</code>
|
|
419
|
+
* @return The matchScore.
|
|
420
|
+
*/
|
|
421
|
+
int getMatchScore();
|
|
422
|
+
}
|