@lansweeper/data-platform-outbound-grpc 0.3.13 → 0.3.15
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 +388 -0
- package/gen-proto/outbound_pb.js +3767 -129
- package/generated-go/outbound.pb.go +22238 -20918
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +121 -10
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CoreFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CoreFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CoreFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplicationOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +121 -10
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +372 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +30 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BootConfig.java +2 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedModem.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedModemOrBuilder.java +3 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CoreFields.java +113 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +19 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeviceActionResult.java +1084 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.java +72 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneApplication.java +947 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneApplicationOrBuilder.java +58 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDevice.java +12075 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java +1015 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2931 -2803
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +12 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +7 -1
- package/model/target/{outbound-model-0.3.12-sources.jar → outbound-model-0.3.14-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.12.jar → outbound-model-0.3.14.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +121 -10
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.12-sources.jar → outbound-service-0.3.14-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.12.jar → outbound-service-0.3.14.jar} +0 -0
|
@@ -0,0 +1,1015 @@
|
|
|
1
|
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
// source: outbound.proto
|
|
3
|
+
|
|
4
|
+
// Protobuf Java Version: 3.25.1
|
|
5
|
+
package com.lansweeper.dp.outbound.v1;
|
|
6
|
+
|
|
7
|
+
public interface IntuneDeviceOrBuilder extends
|
|
8
|
+
// @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.IntuneDevice)
|
|
9
|
+
com.google.protobuf.MessageOrBuilder {
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* <code>string intune_id = 1;</code>
|
|
13
|
+
* @return The intuneId.
|
|
14
|
+
*/
|
|
15
|
+
java.lang.String getIntuneId();
|
|
16
|
+
/**
|
|
17
|
+
* <code>string intune_id = 1;</code>
|
|
18
|
+
* @return The bytes for intuneId.
|
|
19
|
+
*/
|
|
20
|
+
com.google.protobuf.ByteString
|
|
21
|
+
getIntuneIdBytes();
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* <code>string remote_assistance_session_error_details = 2;</code>
|
|
25
|
+
* @return The remoteAssistanceSessionErrorDetails.
|
|
26
|
+
*/
|
|
27
|
+
java.lang.String getRemoteAssistanceSessionErrorDetails();
|
|
28
|
+
/**
|
|
29
|
+
* <code>string remote_assistance_session_error_details = 2;</code>
|
|
30
|
+
* @return The bytes for remoteAssistanceSessionErrorDetails.
|
|
31
|
+
*/
|
|
32
|
+
com.google.protobuf.ByteString
|
|
33
|
+
getRemoteAssistanceSessionErrorDetailsBytes();
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* <code>bool is_encrypted = 3;</code>
|
|
37
|
+
* @return The isEncrypted.
|
|
38
|
+
*/
|
|
39
|
+
boolean getIsEncrypted();
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* <code>string user_principal_name = 4;</code>
|
|
43
|
+
* @return The userPrincipalName.
|
|
44
|
+
*/
|
|
45
|
+
java.lang.String getUserPrincipalName();
|
|
46
|
+
/**
|
|
47
|
+
* <code>string user_principal_name = 4;</code>
|
|
48
|
+
* @return The bytes for userPrincipalName.
|
|
49
|
+
*/
|
|
50
|
+
com.google.protobuf.ByteString
|
|
51
|
+
getUserPrincipalNameBytes();
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* <code>string model = 5;</code>
|
|
55
|
+
* @return The model.
|
|
56
|
+
*/
|
|
57
|
+
java.lang.String getModel();
|
|
58
|
+
/**
|
|
59
|
+
* <code>string model = 5;</code>
|
|
60
|
+
* @return The bytes for model.
|
|
61
|
+
*/
|
|
62
|
+
com.google.protobuf.ByteString
|
|
63
|
+
getModelBytes();
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* <code>string manufacturer = 6;</code>
|
|
67
|
+
* @return The manufacturer.
|
|
68
|
+
*/
|
|
69
|
+
java.lang.String getManufacturer();
|
|
70
|
+
/**
|
|
71
|
+
* <code>string manufacturer = 6;</code>
|
|
72
|
+
* @return The bytes for manufacturer.
|
|
73
|
+
*/
|
|
74
|
+
com.google.protobuf.ByteString
|
|
75
|
+
getManufacturerBytes();
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* <code>string imei = 7;</code>
|
|
79
|
+
* @return The imei.
|
|
80
|
+
*/
|
|
81
|
+
java.lang.String getImei();
|
|
82
|
+
/**
|
|
83
|
+
* <code>string imei = 7;</code>
|
|
84
|
+
* @return The bytes for imei.
|
|
85
|
+
*/
|
|
86
|
+
com.google.protobuf.ByteString
|
|
87
|
+
getImeiBytes();
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* <code>optional .google.protobuf.Timestamp compliance_grace_period_expiration_date = 8;</code>
|
|
91
|
+
* @return Whether the complianceGracePeriodExpirationDate field is set.
|
|
92
|
+
*/
|
|
93
|
+
boolean hasComplianceGracePeriodExpirationDate();
|
|
94
|
+
/**
|
|
95
|
+
* <code>optional .google.protobuf.Timestamp compliance_grace_period_expiration_date = 8;</code>
|
|
96
|
+
* @return The complianceGracePeriodExpirationDate.
|
|
97
|
+
*/
|
|
98
|
+
com.google.protobuf.Timestamp getComplianceGracePeriodExpirationDate();
|
|
99
|
+
/**
|
|
100
|
+
* <code>optional .google.protobuf.Timestamp compliance_grace_period_expiration_date = 8;</code>
|
|
101
|
+
*/
|
|
102
|
+
com.google.protobuf.TimestampOrBuilder getComplianceGracePeriodExpirationDateOrBuilder();
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* <code>string serial_number = 9;</code>
|
|
106
|
+
* @return The serialNumber.
|
|
107
|
+
*/
|
|
108
|
+
java.lang.String getSerialNumber();
|
|
109
|
+
/**
|
|
110
|
+
* <code>string serial_number = 9;</code>
|
|
111
|
+
* @return The bytes for serialNumber.
|
|
112
|
+
*/
|
|
113
|
+
com.google.protobuf.ByteString
|
|
114
|
+
getSerialNumberBytes();
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* <code>string phone_number = 10;</code>
|
|
118
|
+
* @return The phoneNumber.
|
|
119
|
+
*/
|
|
120
|
+
java.lang.String getPhoneNumber();
|
|
121
|
+
/**
|
|
122
|
+
* <code>string phone_number = 10;</code>
|
|
123
|
+
* @return The bytes for phoneNumber.
|
|
124
|
+
*/
|
|
125
|
+
com.google.protobuf.ByteString
|
|
126
|
+
getPhoneNumberBytes();
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* <code>string android_security_patch_level = 11;</code>
|
|
130
|
+
* @return The androidSecurityPatchLevel.
|
|
131
|
+
*/
|
|
132
|
+
java.lang.String getAndroidSecurityPatchLevel();
|
|
133
|
+
/**
|
|
134
|
+
* <code>string android_security_patch_level = 11;</code>
|
|
135
|
+
* @return The bytes for androidSecurityPatchLevel.
|
|
136
|
+
*/
|
|
137
|
+
com.google.protobuf.ByteString
|
|
138
|
+
getAndroidSecurityPatchLevelBytes();
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* <code>string user_display_name = 12;</code>
|
|
142
|
+
* @return The userDisplayName.
|
|
143
|
+
*/
|
|
144
|
+
java.lang.String getUserDisplayName();
|
|
145
|
+
/**
|
|
146
|
+
* <code>string user_display_name = 12;</code>
|
|
147
|
+
* @return The bytes for userDisplayName.
|
|
148
|
+
*/
|
|
149
|
+
com.google.protobuf.ByteString
|
|
150
|
+
getUserDisplayNameBytes();
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* <code>string wi_fi_mac_address = 13;</code>
|
|
154
|
+
* @return The wiFiMacAddress.
|
|
155
|
+
*/
|
|
156
|
+
java.lang.String getWiFiMacAddress();
|
|
157
|
+
/**
|
|
158
|
+
* <code>string wi_fi_mac_address = 13;</code>
|
|
159
|
+
* @return The bytes for wiFiMacAddress.
|
|
160
|
+
*/
|
|
161
|
+
com.google.protobuf.ByteString
|
|
162
|
+
getWiFiMacAddressBytes();
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* <code>string subscriber_carrier = 14;</code>
|
|
166
|
+
* @return The subscriberCarrier.
|
|
167
|
+
*/
|
|
168
|
+
java.lang.String getSubscriberCarrier();
|
|
169
|
+
/**
|
|
170
|
+
* <code>string subscriber_carrier = 14;</code>
|
|
171
|
+
* @return The bytes for subscriberCarrier.
|
|
172
|
+
*/
|
|
173
|
+
com.google.protobuf.ByteString
|
|
174
|
+
getSubscriberCarrierBytes();
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* <code>string meid = 15;</code>
|
|
178
|
+
* @return The meid.
|
|
179
|
+
*/
|
|
180
|
+
java.lang.String getMeid();
|
|
181
|
+
/**
|
|
182
|
+
* <code>string meid = 15;</code>
|
|
183
|
+
* @return The bytes for meid.
|
|
184
|
+
*/
|
|
185
|
+
com.google.protobuf.ByteString
|
|
186
|
+
getMeidBytes();
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* <code>int64 total_storage_space_in_bytes = 16;</code>
|
|
190
|
+
* @return The totalStorageSpaceInBytes.
|
|
191
|
+
*/
|
|
192
|
+
long getTotalStorageSpaceInBytes();
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* <code>int64 free_storage_space_in_bytes = 17;</code>
|
|
196
|
+
* @return The freeStorageSpaceInBytes.
|
|
197
|
+
*/
|
|
198
|
+
long getFreeStorageSpaceInBytes();
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* <code>string managed_device_name = 18;</code>
|
|
202
|
+
* @return The managedDeviceName.
|
|
203
|
+
*/
|
|
204
|
+
java.lang.String getManagedDeviceName();
|
|
205
|
+
/**
|
|
206
|
+
* <code>string managed_device_name = 18;</code>
|
|
207
|
+
* @return The bytes for managedDeviceName.
|
|
208
|
+
*/
|
|
209
|
+
com.google.protobuf.ByteString
|
|
210
|
+
getManagedDeviceNameBytes();
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* <code>string partner_reported_threat_state = 19;</code>
|
|
214
|
+
* @return The partnerReportedThreatState.
|
|
215
|
+
*/
|
|
216
|
+
java.lang.String getPartnerReportedThreatState();
|
|
217
|
+
/**
|
|
218
|
+
* <code>string partner_reported_threat_state = 19;</code>
|
|
219
|
+
* @return The bytes for partnerReportedThreatState.
|
|
220
|
+
*/
|
|
221
|
+
com.google.protobuf.ByteString
|
|
222
|
+
getPartnerReportedThreatStateBytes();
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* <code>string remote_assistance_session_url = 20;</code>
|
|
226
|
+
* @return The remoteAssistanceSessionUrl.
|
|
227
|
+
*/
|
|
228
|
+
java.lang.String getRemoteAssistanceSessionUrl();
|
|
229
|
+
/**
|
|
230
|
+
* <code>string remote_assistance_session_url = 20;</code>
|
|
231
|
+
* @return The bytes for remoteAssistanceSessionUrl.
|
|
232
|
+
*/
|
|
233
|
+
com.google.protobuf.ByteString
|
|
234
|
+
getRemoteAssistanceSessionUrlBytes();
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* <code>string exchange_access_state_reason = 21;</code>
|
|
238
|
+
* @return The exchangeAccessStateReason.
|
|
239
|
+
*/
|
|
240
|
+
java.lang.String getExchangeAccessStateReason();
|
|
241
|
+
/**
|
|
242
|
+
* <code>string exchange_access_state_reason = 21;</code>
|
|
243
|
+
* @return The bytes for exchangeAccessStateReason.
|
|
244
|
+
*/
|
|
245
|
+
com.google.protobuf.ByteString
|
|
246
|
+
getExchangeAccessStateReasonBytes();
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* <code>string exchange_access_state = 22;</code>
|
|
250
|
+
* @return The exchangeAccessState.
|
|
251
|
+
*/
|
|
252
|
+
java.lang.String getExchangeAccessState();
|
|
253
|
+
/**
|
|
254
|
+
* <code>string exchange_access_state = 22;</code>
|
|
255
|
+
* @return The bytes for exchangeAccessState.
|
|
256
|
+
*/
|
|
257
|
+
com.google.protobuf.ByteString
|
|
258
|
+
getExchangeAccessStateBytes();
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* <code>optional .google.protobuf.Timestamp exchange_last_successful_sync_date = 23;</code>
|
|
262
|
+
* @return Whether the exchangeLastSuccessfulSyncDate field is set.
|
|
263
|
+
*/
|
|
264
|
+
boolean hasExchangeLastSuccessfulSyncDate();
|
|
265
|
+
/**
|
|
266
|
+
* <code>optional .google.protobuf.Timestamp exchange_last_successful_sync_date = 23;</code>
|
|
267
|
+
* @return The exchangeLastSuccessfulSyncDate.
|
|
268
|
+
*/
|
|
269
|
+
com.google.protobuf.Timestamp getExchangeLastSuccessfulSyncDate();
|
|
270
|
+
/**
|
|
271
|
+
* <code>optional .google.protobuf.Timestamp exchange_last_successful_sync_date = 23;</code>
|
|
272
|
+
*/
|
|
273
|
+
com.google.protobuf.TimestampOrBuilder getExchangeLastSuccessfulSyncDateOrBuilder();
|
|
274
|
+
|
|
275
|
+
/**
|
|
276
|
+
* <code>string user_id = 24;</code>
|
|
277
|
+
* @return The userId.
|
|
278
|
+
*/
|
|
279
|
+
java.lang.String getUserId();
|
|
280
|
+
/**
|
|
281
|
+
* <code>string user_id = 24;</code>
|
|
282
|
+
* @return The bytes for userId.
|
|
283
|
+
*/
|
|
284
|
+
com.google.protobuf.ByteString
|
|
285
|
+
getUserIdBytes();
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* <code>string device_name = 25;</code>
|
|
289
|
+
* @return The deviceName.
|
|
290
|
+
*/
|
|
291
|
+
java.lang.String getDeviceName();
|
|
292
|
+
/**
|
|
293
|
+
* <code>string device_name = 25;</code>
|
|
294
|
+
* @return The bytes for deviceName.
|
|
295
|
+
*/
|
|
296
|
+
com.google.protobuf.ByteString
|
|
297
|
+
getDeviceNameBytes();
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* <code>string managed_device_owner_type = 26;</code>
|
|
301
|
+
* @return The managedDeviceOwnerType.
|
|
302
|
+
*/
|
|
303
|
+
java.lang.String getManagedDeviceOwnerType();
|
|
304
|
+
/**
|
|
305
|
+
* <code>string managed_device_owner_type = 26;</code>
|
|
306
|
+
* @return The bytes for managedDeviceOwnerType.
|
|
307
|
+
*/
|
|
308
|
+
com.google.protobuf.ByteString
|
|
309
|
+
getManagedDeviceOwnerTypeBytes();
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DeviceActionResult device_action_results = 27;</code>
|
|
313
|
+
*/
|
|
314
|
+
java.util.List<com.lansweeper.dp.outbound.v1.DeviceActionResult>
|
|
315
|
+
getDeviceActionResultsList();
|
|
316
|
+
/**
|
|
317
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DeviceActionResult device_action_results = 27;</code>
|
|
318
|
+
*/
|
|
319
|
+
com.lansweeper.dp.outbound.v1.DeviceActionResult getDeviceActionResults(int index);
|
|
320
|
+
/**
|
|
321
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DeviceActionResult device_action_results = 27;</code>
|
|
322
|
+
*/
|
|
323
|
+
int getDeviceActionResultsCount();
|
|
324
|
+
/**
|
|
325
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DeviceActionResult device_action_results = 27;</code>
|
|
326
|
+
*/
|
|
327
|
+
java.util.List<? extends com.lansweeper.dp.outbound.v1.DeviceActionResultOrBuilder>
|
|
328
|
+
getDeviceActionResultsOrBuilderList();
|
|
329
|
+
/**
|
|
330
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.DeviceActionResult device_action_results = 27;</code>
|
|
331
|
+
*/
|
|
332
|
+
com.lansweeper.dp.outbound.v1.DeviceActionResultOrBuilder getDeviceActionResultsOrBuilder(
|
|
333
|
+
int index);
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* <code>optional .google.protobuf.Timestamp enrolled_date_time = 28;</code>
|
|
337
|
+
* @return Whether the enrolledDateTime field is set.
|
|
338
|
+
*/
|
|
339
|
+
boolean hasEnrolledDateTime();
|
|
340
|
+
/**
|
|
341
|
+
* <code>optional .google.protobuf.Timestamp enrolled_date_time = 28;</code>
|
|
342
|
+
* @return The enrolledDateTime.
|
|
343
|
+
*/
|
|
344
|
+
com.google.protobuf.Timestamp getEnrolledDateTime();
|
|
345
|
+
/**
|
|
346
|
+
* <code>optional .google.protobuf.Timestamp enrolled_date_time = 28;</code>
|
|
347
|
+
*/
|
|
348
|
+
com.google.protobuf.TimestampOrBuilder getEnrolledDateTimeOrBuilder();
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* <code>optional .google.protobuf.Timestamp last_sync_date_time = 29;</code>
|
|
352
|
+
* @return Whether the lastSyncDateTime field is set.
|
|
353
|
+
*/
|
|
354
|
+
boolean hasLastSyncDateTime();
|
|
355
|
+
/**
|
|
356
|
+
* <code>optional .google.protobuf.Timestamp last_sync_date_time = 29;</code>
|
|
357
|
+
* @return The lastSyncDateTime.
|
|
358
|
+
*/
|
|
359
|
+
com.google.protobuf.Timestamp getLastSyncDateTime();
|
|
360
|
+
/**
|
|
361
|
+
* <code>optional .google.protobuf.Timestamp last_sync_date_time = 29;</code>
|
|
362
|
+
*/
|
|
363
|
+
com.google.protobuf.TimestampOrBuilder getLastSyncDateTimeOrBuilder();
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* <code>string operating_system = 30;</code>
|
|
367
|
+
* @return The operatingSystem.
|
|
368
|
+
*/
|
|
369
|
+
java.lang.String getOperatingSystem();
|
|
370
|
+
/**
|
|
371
|
+
* <code>string operating_system = 30;</code>
|
|
372
|
+
* @return The bytes for operatingSystem.
|
|
373
|
+
*/
|
|
374
|
+
com.google.protobuf.ByteString
|
|
375
|
+
getOperatingSystemBytes();
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* <code>string compliance_state = 31;</code>
|
|
379
|
+
* @return The complianceState.
|
|
380
|
+
*/
|
|
381
|
+
java.lang.String getComplianceState();
|
|
382
|
+
/**
|
|
383
|
+
* <code>string compliance_state = 31;</code>
|
|
384
|
+
* @return The bytes for complianceState.
|
|
385
|
+
*/
|
|
386
|
+
com.google.protobuf.ByteString
|
|
387
|
+
getComplianceStateBytes();
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* <code>string jail_broken = 32;</code>
|
|
391
|
+
* @return The jailBroken.
|
|
392
|
+
*/
|
|
393
|
+
java.lang.String getJailBroken();
|
|
394
|
+
/**
|
|
395
|
+
* <code>string jail_broken = 32;</code>
|
|
396
|
+
* @return The bytes for jailBroken.
|
|
397
|
+
*/
|
|
398
|
+
com.google.protobuf.ByteString
|
|
399
|
+
getJailBrokenBytes();
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* <code>string management_agent = 33;</code>
|
|
403
|
+
* @return The managementAgent.
|
|
404
|
+
*/
|
|
405
|
+
java.lang.String getManagementAgent();
|
|
406
|
+
/**
|
|
407
|
+
* <code>string management_agent = 33;</code>
|
|
408
|
+
* @return The bytes for managementAgent.
|
|
409
|
+
*/
|
|
410
|
+
com.google.protobuf.ByteString
|
|
411
|
+
getManagementAgentBytes();
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* <code>string os_version = 34;</code>
|
|
415
|
+
* @return The osVersion.
|
|
416
|
+
*/
|
|
417
|
+
java.lang.String getOsVersion();
|
|
418
|
+
/**
|
|
419
|
+
* <code>string os_version = 34;</code>
|
|
420
|
+
* @return The bytes for osVersion.
|
|
421
|
+
*/
|
|
422
|
+
com.google.protobuf.ByteString
|
|
423
|
+
getOsVersionBytes();
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* <code>string eas_device_id = 35;</code>
|
|
427
|
+
* @return The easDeviceId.
|
|
428
|
+
*/
|
|
429
|
+
java.lang.String getEasDeviceId();
|
|
430
|
+
/**
|
|
431
|
+
* <code>string eas_device_id = 35;</code>
|
|
432
|
+
* @return The bytes for easDeviceId.
|
|
433
|
+
*/
|
|
434
|
+
com.google.protobuf.ByteString
|
|
435
|
+
getEasDeviceIdBytes();
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* <code>optional .google.protobuf.Timestamp eas_activation_date = 36;</code>
|
|
439
|
+
* @return Whether the easActivationDate field is set.
|
|
440
|
+
*/
|
|
441
|
+
boolean hasEasActivationDate();
|
|
442
|
+
/**
|
|
443
|
+
* <code>optional .google.protobuf.Timestamp eas_activation_date = 36;</code>
|
|
444
|
+
* @return The easActivationDate.
|
|
445
|
+
*/
|
|
446
|
+
com.google.protobuf.Timestamp getEasActivationDate();
|
|
447
|
+
/**
|
|
448
|
+
* <code>optional .google.protobuf.Timestamp eas_activation_date = 36;</code>
|
|
449
|
+
*/
|
|
450
|
+
com.google.protobuf.TimestampOrBuilder getEasActivationDateOrBuilder();
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* <code>bool is_azure_ad_registered = 37;</code>
|
|
454
|
+
* @return The isAzureAdRegistered.
|
|
455
|
+
*/
|
|
456
|
+
boolean getIsAzureAdRegistered();
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* <code>string device_enrollment_type = 38;</code>
|
|
460
|
+
* @return The deviceEnrollmentType.
|
|
461
|
+
*/
|
|
462
|
+
java.lang.String getDeviceEnrollmentType();
|
|
463
|
+
/**
|
|
464
|
+
* <code>string device_enrollment_type = 38;</code>
|
|
465
|
+
* @return The bytes for deviceEnrollmentType.
|
|
466
|
+
*/
|
|
467
|
+
com.google.protobuf.ByteString
|
|
468
|
+
getDeviceEnrollmentTypeBytes();
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* <code>string activation_lock_bypass_code = 39;</code>
|
|
472
|
+
* @return The activationLockBypassCode.
|
|
473
|
+
*/
|
|
474
|
+
java.lang.String getActivationLockBypassCode();
|
|
475
|
+
/**
|
|
476
|
+
* <code>string activation_lock_bypass_code = 39;</code>
|
|
477
|
+
* @return The bytes for activationLockBypassCode.
|
|
478
|
+
*/
|
|
479
|
+
com.google.protobuf.ByteString
|
|
480
|
+
getActivationLockBypassCodeBytes();
|
|
481
|
+
|
|
482
|
+
/**
|
|
483
|
+
* <code>string email_address = 40;</code>
|
|
484
|
+
* @return The emailAddress.
|
|
485
|
+
*/
|
|
486
|
+
java.lang.String getEmailAddress();
|
|
487
|
+
/**
|
|
488
|
+
* <code>string email_address = 40;</code>
|
|
489
|
+
* @return The bytes for emailAddress.
|
|
490
|
+
*/
|
|
491
|
+
com.google.protobuf.ByteString
|
|
492
|
+
getEmailAddressBytes();
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* <code>string azure_ad_device_id = 41;</code>
|
|
496
|
+
* @return The azureAdDeviceId.
|
|
497
|
+
*/
|
|
498
|
+
java.lang.String getAzureAdDeviceId();
|
|
499
|
+
/**
|
|
500
|
+
* <code>string azure_ad_device_id = 41;</code>
|
|
501
|
+
* @return The bytes for azureAdDeviceId.
|
|
502
|
+
*/
|
|
503
|
+
com.google.protobuf.ByteString
|
|
504
|
+
getAzureAdDeviceIdBytes();
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* <code>string device_registration_state = 42;</code>
|
|
508
|
+
* @return The deviceRegistrationState.
|
|
509
|
+
*/
|
|
510
|
+
java.lang.String getDeviceRegistrationState();
|
|
511
|
+
/**
|
|
512
|
+
* <code>string device_registration_state = 42;</code>
|
|
513
|
+
* @return The bytes for deviceRegistrationState.
|
|
514
|
+
*/
|
|
515
|
+
com.google.protobuf.ByteString
|
|
516
|
+
getDeviceRegistrationStateBytes();
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* <code>bool is_supervised = 43;</code>
|
|
520
|
+
* @return The isSupervised.
|
|
521
|
+
*/
|
|
522
|
+
boolean getIsSupervised();
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* <code>bool is_eas_activated = 44;</code>
|
|
526
|
+
* @return The isEasActivated.
|
|
527
|
+
*/
|
|
528
|
+
boolean getIsEasActivated();
|
|
529
|
+
|
|
530
|
+
/**
|
|
531
|
+
* <code>bool has_feature_inventory = 45;</code>
|
|
532
|
+
* @return The hasFeatureInventory.
|
|
533
|
+
*/
|
|
534
|
+
boolean getHasFeatureInventory();
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* <code>bool has_feature_modern_apps = 46;</code>
|
|
538
|
+
* @return The hasFeatureModernApps.
|
|
539
|
+
*/
|
|
540
|
+
boolean getHasFeatureModernApps();
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* <code>bool has_feature_resource_access = 47;</code>
|
|
544
|
+
* @return The hasFeatureResourceAccess.
|
|
545
|
+
*/
|
|
546
|
+
boolean getHasFeatureResourceAccess();
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* <code>bool has_feature_device_configuration = 48;</code>
|
|
550
|
+
* @return The hasFeatureDeviceConfiguration.
|
|
551
|
+
*/
|
|
552
|
+
boolean getHasFeatureDeviceConfiguration();
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* <code>bool has_feature_compliance_policy = 49;</code>
|
|
556
|
+
* @return The hasFeatureCompliancePolicy.
|
|
557
|
+
*/
|
|
558
|
+
boolean getHasFeatureCompliancePolicy();
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* <code>bool has_feature_windows_update_for_business = 50;</code>
|
|
562
|
+
* @return The hasFeatureWindowsUpdateForBusiness.
|
|
563
|
+
*/
|
|
564
|
+
boolean getHasFeatureWindowsUpdateForBusiness();
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* <code>string health_status_mismatch_info = 51;</code>
|
|
568
|
+
* @return The healthStatusMismatchInfo.
|
|
569
|
+
*/
|
|
570
|
+
java.lang.String getHealthStatusMismatchInfo();
|
|
571
|
+
/**
|
|
572
|
+
* <code>string health_status_mismatch_info = 51;</code>
|
|
573
|
+
* @return The bytes for healthStatusMismatchInfo.
|
|
574
|
+
*/
|
|
575
|
+
com.google.protobuf.ByteString
|
|
576
|
+
getHealthStatusMismatchInfoBytes();
|
|
577
|
+
|
|
578
|
+
/**
|
|
579
|
+
* <code>string operating_system_rev_list_info = 52;</code>
|
|
580
|
+
* @return The operatingSystemRevListInfo.
|
|
581
|
+
*/
|
|
582
|
+
java.lang.String getOperatingSystemRevListInfo();
|
|
583
|
+
/**
|
|
584
|
+
* <code>string operating_system_rev_list_info = 52;</code>
|
|
585
|
+
* @return The bytes for operatingSystemRevListInfo.
|
|
586
|
+
*/
|
|
587
|
+
com.google.protobuf.ByteString
|
|
588
|
+
getOperatingSystemRevListInfoBytes();
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* <code>string boot_revision_list_info = 53;</code>
|
|
592
|
+
* @return The bootRevisionListInfo.
|
|
593
|
+
*/
|
|
594
|
+
java.lang.String getBootRevisionListInfo();
|
|
595
|
+
/**
|
|
596
|
+
* <code>string boot_revision_list_info = 53;</code>
|
|
597
|
+
* @return The bytes for bootRevisionListInfo.
|
|
598
|
+
*/
|
|
599
|
+
com.google.protobuf.ByteString
|
|
600
|
+
getBootRevisionListInfoBytes();
|
|
601
|
+
|
|
602
|
+
/**
|
|
603
|
+
* <code>string code_integrity_policy = 54;</code>
|
|
604
|
+
* @return The codeIntegrityPolicy.
|
|
605
|
+
*/
|
|
606
|
+
java.lang.String getCodeIntegrityPolicy();
|
|
607
|
+
/**
|
|
608
|
+
* <code>string code_integrity_policy = 54;</code>
|
|
609
|
+
* @return The bytes for codeIntegrityPolicy.
|
|
610
|
+
*/
|
|
611
|
+
com.google.protobuf.ByteString
|
|
612
|
+
getCodeIntegrityPolicyBytes();
|
|
613
|
+
|
|
614
|
+
/**
|
|
615
|
+
* <code>string secure_boot_configuration_policy_finger_print = 55;</code>
|
|
616
|
+
* @return The secureBootConfigurationPolicyFingerPrint.
|
|
617
|
+
*/
|
|
618
|
+
java.lang.String getSecureBootConfigurationPolicyFingerPrint();
|
|
619
|
+
/**
|
|
620
|
+
* <code>string secure_boot_configuration_policy_finger_print = 55;</code>
|
|
621
|
+
* @return The bytes for secureBootConfigurationPolicyFingerPrint.
|
|
622
|
+
*/
|
|
623
|
+
com.google.protobuf.ByteString
|
|
624
|
+
getSecureBootConfigurationPolicyFingerPrintBytes();
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* <code>string pcr0 = 56;</code>
|
|
628
|
+
* @return The pcr0.
|
|
629
|
+
*/
|
|
630
|
+
java.lang.String getPcr0();
|
|
631
|
+
/**
|
|
632
|
+
* <code>string pcr0 = 56;</code>
|
|
633
|
+
* @return The bytes for pcr0.
|
|
634
|
+
*/
|
|
635
|
+
com.google.protobuf.ByteString
|
|
636
|
+
getPcr0Bytes();
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* <code>string tpm_version = 57;</code>
|
|
640
|
+
* @return The tpmVersion.
|
|
641
|
+
*/
|
|
642
|
+
java.lang.String getTpmVersion();
|
|
643
|
+
/**
|
|
644
|
+
* <code>string tpm_version = 57;</code>
|
|
645
|
+
* @return The bytes for tpmVersion.
|
|
646
|
+
*/
|
|
647
|
+
com.google.protobuf.ByteString
|
|
648
|
+
getTpmVersionBytes();
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* <code>string boot_manager_security_version = 58;</code>
|
|
652
|
+
* @return The bootManagerSecurityVersion.
|
|
653
|
+
*/
|
|
654
|
+
java.lang.String getBootManagerSecurityVersion();
|
|
655
|
+
/**
|
|
656
|
+
* <code>string boot_manager_security_version = 58;</code>
|
|
657
|
+
* @return The bytes for bootManagerSecurityVersion.
|
|
658
|
+
*/
|
|
659
|
+
com.google.protobuf.ByteString
|
|
660
|
+
getBootManagerSecurityVersionBytes();
|
|
661
|
+
|
|
662
|
+
/**
|
|
663
|
+
* <code>string boot_app_security_version = 59;</code>
|
|
664
|
+
* @return The bootAppSecurityVersion.
|
|
665
|
+
*/
|
|
666
|
+
java.lang.String getBootAppSecurityVersion();
|
|
667
|
+
/**
|
|
668
|
+
* <code>string boot_app_security_version = 59;</code>
|
|
669
|
+
* @return The bytes for bootAppSecurityVersion.
|
|
670
|
+
*/
|
|
671
|
+
com.google.protobuf.ByteString
|
|
672
|
+
getBootAppSecurityVersionBytes();
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
* <code>string pcr_hash_algorithm = 60;</code>
|
|
676
|
+
* @return The pcrHashAlgorithm.
|
|
677
|
+
*/
|
|
678
|
+
java.lang.String getPcrHashAlgorithm();
|
|
679
|
+
/**
|
|
680
|
+
* <code>string pcr_hash_algorithm = 60;</code>
|
|
681
|
+
* @return The bytes for pcrHashAlgorithm.
|
|
682
|
+
*/
|
|
683
|
+
com.google.protobuf.ByteString
|
|
684
|
+
getPcrHashAlgorithmBytes();
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* <code>string virtual_secure_mode = 61;</code>
|
|
688
|
+
* @return The virtualSecureMode.
|
|
689
|
+
*/
|
|
690
|
+
java.lang.String getVirtualSecureMode();
|
|
691
|
+
/**
|
|
692
|
+
* <code>string virtual_secure_mode = 61;</code>
|
|
693
|
+
* @return The bytes for virtualSecureMode.
|
|
694
|
+
*/
|
|
695
|
+
com.google.protobuf.ByteString
|
|
696
|
+
getVirtualSecureModeBytes();
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* <code>string early_launch_anti_malware_driver_protection = 62;</code>
|
|
700
|
+
* @return The earlyLaunchAntiMalwareDriverProtection.
|
|
701
|
+
*/
|
|
702
|
+
java.lang.String getEarlyLaunchAntiMalwareDriverProtection();
|
|
703
|
+
/**
|
|
704
|
+
* <code>string early_launch_anti_malware_driver_protection = 62;</code>
|
|
705
|
+
* @return The bytes for earlyLaunchAntiMalwareDriverProtection.
|
|
706
|
+
*/
|
|
707
|
+
com.google.protobuf.ByteString
|
|
708
|
+
getEarlyLaunchAntiMalwareDriverProtectionBytes();
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* <code>string windows_pe = 63;</code>
|
|
712
|
+
* @return The windowsPe.
|
|
713
|
+
*/
|
|
714
|
+
java.lang.String getWindowsPe();
|
|
715
|
+
/**
|
|
716
|
+
* <code>string windows_pe = 63;</code>
|
|
717
|
+
* @return The bytes for windowsPe.
|
|
718
|
+
*/
|
|
719
|
+
com.google.protobuf.ByteString
|
|
720
|
+
getWindowsPeBytes();
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* <code>string safe_mode = 64;</code>
|
|
724
|
+
* @return The safeMode.
|
|
725
|
+
*/
|
|
726
|
+
java.lang.String getSafeMode();
|
|
727
|
+
/**
|
|
728
|
+
* <code>string safe_mode = 64;</code>
|
|
729
|
+
* @return The bytes for safeMode.
|
|
730
|
+
*/
|
|
731
|
+
com.google.protobuf.ByteString
|
|
732
|
+
getSafeModeBytes();
|
|
733
|
+
|
|
734
|
+
/**
|
|
735
|
+
* <code>string test_signing = 65;</code>
|
|
736
|
+
* @return The testSigning.
|
|
737
|
+
*/
|
|
738
|
+
java.lang.String getTestSigning();
|
|
739
|
+
/**
|
|
740
|
+
* <code>string test_signing = 65;</code>
|
|
741
|
+
* @return The bytes for testSigning.
|
|
742
|
+
*/
|
|
743
|
+
com.google.protobuf.ByteString
|
|
744
|
+
getTestSigningBytes();
|
|
745
|
+
|
|
746
|
+
/**
|
|
747
|
+
* <code>string code_integrity = 66;</code>
|
|
748
|
+
* @return The codeIntegrity.
|
|
749
|
+
*/
|
|
750
|
+
java.lang.String getCodeIntegrity();
|
|
751
|
+
/**
|
|
752
|
+
* <code>string code_integrity = 66;</code>
|
|
753
|
+
* @return The bytes for codeIntegrity.
|
|
754
|
+
*/
|
|
755
|
+
com.google.protobuf.ByteString
|
|
756
|
+
getCodeIntegrityBytes();
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* <code>string operating_system_kernel_debugging = 67;</code>
|
|
760
|
+
* @return The operatingSystemKernelDebugging.
|
|
761
|
+
*/
|
|
762
|
+
java.lang.String getOperatingSystemKernelDebugging();
|
|
763
|
+
/**
|
|
764
|
+
* <code>string operating_system_kernel_debugging = 67;</code>
|
|
765
|
+
* @return The bytes for operatingSystemKernelDebugging.
|
|
766
|
+
*/
|
|
767
|
+
com.google.protobuf.ByteString
|
|
768
|
+
getOperatingSystemKernelDebuggingBytes();
|
|
769
|
+
|
|
770
|
+
/**
|
|
771
|
+
* <code>string last_update_date_time = 68;</code>
|
|
772
|
+
* @return The lastUpdateDateTime.
|
|
773
|
+
*/
|
|
774
|
+
java.lang.String getLastUpdateDateTime();
|
|
775
|
+
/**
|
|
776
|
+
* <code>string last_update_date_time = 68;</code>
|
|
777
|
+
* @return The bytes for lastUpdateDateTime.
|
|
778
|
+
*/
|
|
779
|
+
com.google.protobuf.ByteString
|
|
780
|
+
getLastUpdateDateTimeBytes();
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* <code>optional .google.protobuf.Timestamp last_update = 69;</code>
|
|
784
|
+
* @return Whether the lastUpdate field is set.
|
|
785
|
+
*/
|
|
786
|
+
boolean hasLastUpdate();
|
|
787
|
+
/**
|
|
788
|
+
* <code>optional .google.protobuf.Timestamp last_update = 69;</code>
|
|
789
|
+
* @return The lastUpdate.
|
|
790
|
+
*/
|
|
791
|
+
com.google.protobuf.Timestamp getLastUpdate();
|
|
792
|
+
/**
|
|
793
|
+
* <code>optional .google.protobuf.Timestamp last_update = 69;</code>
|
|
794
|
+
*/
|
|
795
|
+
com.google.protobuf.TimestampOrBuilder getLastUpdateOrBuilder();
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* <code>string content_namespace_url = 70;</code>
|
|
799
|
+
* @return The contentNamespaceUrl.
|
|
800
|
+
*/
|
|
801
|
+
java.lang.String getContentNamespaceUrl();
|
|
802
|
+
/**
|
|
803
|
+
* <code>string content_namespace_url = 70;</code>
|
|
804
|
+
* @return The bytes for contentNamespaceUrl.
|
|
805
|
+
*/
|
|
806
|
+
com.google.protobuf.ByteString
|
|
807
|
+
getContentNamespaceUrlBytes();
|
|
808
|
+
|
|
809
|
+
/**
|
|
810
|
+
* <code>string device_health_attestation_status = 71;</code>
|
|
811
|
+
* @return The deviceHealthAttestationStatus.
|
|
812
|
+
*/
|
|
813
|
+
java.lang.String getDeviceHealthAttestationStatus();
|
|
814
|
+
/**
|
|
815
|
+
* <code>string device_health_attestation_status = 71;</code>
|
|
816
|
+
* @return The bytes for deviceHealthAttestationStatus.
|
|
817
|
+
*/
|
|
818
|
+
com.google.protobuf.ByteString
|
|
819
|
+
getDeviceHealthAttestationStatusBytes();
|
|
820
|
+
|
|
821
|
+
/**
|
|
822
|
+
* <code>string content_version = 72;</code>
|
|
823
|
+
* @return The contentVersion.
|
|
824
|
+
*/
|
|
825
|
+
java.lang.String getContentVersion();
|
|
826
|
+
/**
|
|
827
|
+
* <code>string content_version = 72;</code>
|
|
828
|
+
* @return The bytes for contentVersion.
|
|
829
|
+
*/
|
|
830
|
+
com.google.protobuf.ByteString
|
|
831
|
+
getContentVersionBytes();
|
|
832
|
+
|
|
833
|
+
/**
|
|
834
|
+
* <code>optional .google.protobuf.Timestamp issued_date = 73;</code>
|
|
835
|
+
* @return Whether the issuedDate field is set.
|
|
836
|
+
*/
|
|
837
|
+
boolean hasIssuedDate();
|
|
838
|
+
/**
|
|
839
|
+
* <code>optional .google.protobuf.Timestamp issued_date = 73;</code>
|
|
840
|
+
* @return The issuedDate.
|
|
841
|
+
*/
|
|
842
|
+
com.google.protobuf.Timestamp getIssuedDate();
|
|
843
|
+
/**
|
|
844
|
+
* <code>optional .google.protobuf.Timestamp issued_date = 73;</code>
|
|
845
|
+
*/
|
|
846
|
+
com.google.protobuf.TimestampOrBuilder getIssuedDateOrBuilder();
|
|
847
|
+
|
|
848
|
+
/**
|
|
849
|
+
* <code>string attestation_identity_key = 74;</code>
|
|
850
|
+
* @return The attestationIdentityKey.
|
|
851
|
+
*/
|
|
852
|
+
java.lang.String getAttestationIdentityKey();
|
|
853
|
+
/**
|
|
854
|
+
* <code>string attestation_identity_key = 74;</code>
|
|
855
|
+
* @return The bytes for attestationIdentityKey.
|
|
856
|
+
*/
|
|
857
|
+
com.google.protobuf.ByteString
|
|
858
|
+
getAttestationIdentityKeyBytes();
|
|
859
|
+
|
|
860
|
+
/**
|
|
861
|
+
* <code>string health_attestation_supported_status = 75;</code>
|
|
862
|
+
* @return The healthAttestationSupportedStatus.
|
|
863
|
+
*/
|
|
864
|
+
java.lang.String getHealthAttestationSupportedStatus();
|
|
865
|
+
/**
|
|
866
|
+
* <code>string health_attestation_supported_status = 75;</code>
|
|
867
|
+
* @return The bytes for healthAttestationSupportedStatus.
|
|
868
|
+
*/
|
|
869
|
+
com.google.protobuf.ByteString
|
|
870
|
+
getHealthAttestationSupportedStatusBytes();
|
|
871
|
+
|
|
872
|
+
/**
|
|
873
|
+
* <code>int64 reset_count = 76;</code>
|
|
874
|
+
* @return The resetCount.
|
|
875
|
+
*/
|
|
876
|
+
long getResetCount();
|
|
877
|
+
|
|
878
|
+
/**
|
|
879
|
+
* <code>string data_execution_policy = 77;</code>
|
|
880
|
+
* @return The dataExecutionPolicy.
|
|
881
|
+
*/
|
|
882
|
+
java.lang.String getDataExecutionPolicy();
|
|
883
|
+
/**
|
|
884
|
+
* <code>string data_execution_policy = 77;</code>
|
|
885
|
+
* @return The bytes for dataExecutionPolicy.
|
|
886
|
+
*/
|
|
887
|
+
com.google.protobuf.ByteString
|
|
888
|
+
getDataExecutionPolicyBytes();
|
|
889
|
+
|
|
890
|
+
/**
|
|
891
|
+
* <code>string bit_locker_status = 78;</code>
|
|
892
|
+
* @return The bitLockerStatus.
|
|
893
|
+
*/
|
|
894
|
+
java.lang.String getBitLockerStatus();
|
|
895
|
+
/**
|
|
896
|
+
* <code>string bit_locker_status = 78;</code>
|
|
897
|
+
* @return The bytes for bitLockerStatus.
|
|
898
|
+
*/
|
|
899
|
+
com.google.protobuf.ByteString
|
|
900
|
+
getBitLockerStatusBytes();
|
|
901
|
+
|
|
902
|
+
/**
|
|
903
|
+
* <code>string boot_manager_version = 79;</code>
|
|
904
|
+
* @return The bootManagerVersion.
|
|
905
|
+
*/
|
|
906
|
+
java.lang.String getBootManagerVersion();
|
|
907
|
+
/**
|
|
908
|
+
* <code>string boot_manager_version = 79;</code>
|
|
909
|
+
* @return The bytes for bootManagerVersion.
|
|
910
|
+
*/
|
|
911
|
+
com.google.protobuf.ByteString
|
|
912
|
+
getBootManagerVersionBytes();
|
|
913
|
+
|
|
914
|
+
/**
|
|
915
|
+
* <code>string code_integrity_check_version = 80;</code>
|
|
916
|
+
* @return The codeIntegrityCheckVersion.
|
|
917
|
+
*/
|
|
918
|
+
java.lang.String getCodeIntegrityCheckVersion();
|
|
919
|
+
/**
|
|
920
|
+
* <code>string code_integrity_check_version = 80;</code>
|
|
921
|
+
* @return The bytes for codeIntegrityCheckVersion.
|
|
922
|
+
*/
|
|
923
|
+
com.google.protobuf.ByteString
|
|
924
|
+
getCodeIntegrityCheckVersionBytes();
|
|
925
|
+
|
|
926
|
+
/**
|
|
927
|
+
* <code>string secure_boot = 81;</code>
|
|
928
|
+
* @return The secureBoot.
|
|
929
|
+
*/
|
|
930
|
+
java.lang.String getSecureBoot();
|
|
931
|
+
/**
|
|
932
|
+
* <code>string secure_boot = 81;</code>
|
|
933
|
+
* @return The bytes for secureBoot.
|
|
934
|
+
*/
|
|
935
|
+
com.google.protobuf.ByteString
|
|
936
|
+
getSecureBootBytes();
|
|
937
|
+
|
|
938
|
+
/**
|
|
939
|
+
* <code>string boot_debugging = 82;</code>
|
|
940
|
+
* @return The bootDebugging.
|
|
941
|
+
*/
|
|
942
|
+
java.lang.String getBootDebugging();
|
|
943
|
+
/**
|
|
944
|
+
* <code>string boot_debugging = 82;</code>
|
|
945
|
+
* @return The bytes for bootDebugging.
|
|
946
|
+
*/
|
|
947
|
+
com.google.protobuf.ByteString
|
|
948
|
+
getBootDebuggingBytes();
|
|
949
|
+
|
|
950
|
+
/**
|
|
951
|
+
* <code>int64 restart_count = 83;</code>
|
|
952
|
+
* @return The restartCount.
|
|
953
|
+
*/
|
|
954
|
+
long getRestartCount();
|
|
955
|
+
|
|
956
|
+
/**
|
|
957
|
+
* <code>string device_category_id = 84;</code>
|
|
958
|
+
* @return The deviceCategoryId.
|
|
959
|
+
*/
|
|
960
|
+
java.lang.String getDeviceCategoryId();
|
|
961
|
+
/**
|
|
962
|
+
* <code>string device_category_id = 84;</code>
|
|
963
|
+
* @return The bytes for deviceCategoryId.
|
|
964
|
+
*/
|
|
965
|
+
com.google.protobuf.ByteString
|
|
966
|
+
getDeviceCategoryIdBytes();
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* <code>string device_category_display_name = 85;</code>
|
|
970
|
+
* @return The deviceCategoryDisplayName.
|
|
971
|
+
*/
|
|
972
|
+
java.lang.String getDeviceCategoryDisplayName();
|
|
973
|
+
/**
|
|
974
|
+
* <code>string device_category_display_name = 85;</code>
|
|
975
|
+
* @return The bytes for deviceCategoryDisplayName.
|
|
976
|
+
*/
|
|
977
|
+
com.google.protobuf.ByteString
|
|
978
|
+
getDeviceCategoryDisplayNameBytes();
|
|
979
|
+
|
|
980
|
+
/**
|
|
981
|
+
* <code>string device_category_description = 86;</code>
|
|
982
|
+
* @return The deviceCategoryDescription.
|
|
983
|
+
*/
|
|
984
|
+
java.lang.String getDeviceCategoryDescription();
|
|
985
|
+
/**
|
|
986
|
+
* <code>string device_category_description = 86;</code>
|
|
987
|
+
* @return The bytes for deviceCategoryDescription.
|
|
988
|
+
*/
|
|
989
|
+
com.google.protobuf.ByteString
|
|
990
|
+
getDeviceCategoryDescriptionBytes();
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.IntuneApplication intune_applications = 87;</code>
|
|
994
|
+
*/
|
|
995
|
+
java.util.List<com.lansweeper.dp.outbound.v1.IntuneApplication>
|
|
996
|
+
getIntuneApplicationsList();
|
|
997
|
+
/**
|
|
998
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.IntuneApplication intune_applications = 87;</code>
|
|
999
|
+
*/
|
|
1000
|
+
com.lansweeper.dp.outbound.v1.IntuneApplication getIntuneApplications(int index);
|
|
1001
|
+
/**
|
|
1002
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.IntuneApplication intune_applications = 87;</code>
|
|
1003
|
+
*/
|
|
1004
|
+
int getIntuneApplicationsCount();
|
|
1005
|
+
/**
|
|
1006
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.IntuneApplication intune_applications = 87;</code>
|
|
1007
|
+
*/
|
|
1008
|
+
java.util.List<? extends com.lansweeper.dp.outbound.v1.IntuneApplicationOrBuilder>
|
|
1009
|
+
getIntuneApplicationsOrBuilderList();
|
|
1010
|
+
/**
|
|
1011
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.IntuneApplication intune_applications = 87;</code>
|
|
1012
|
+
*/
|
|
1013
|
+
com.lansweeper.dp.outbound.v1.IntuneApplicationOrBuilder getIntuneApplicationsOrBuilder(
|
|
1014
|
+
int index);
|
|
1015
|
+
}
|