@@ -5308,15 +5308,16 @@ public Get setName(java.lang.String name) {
5308
5308
* Read mask to specify which fields to return. Supported read_mask paths are: - name -
5309
5309
* org_unit_id - user_id - user_email - user_device.device_id -
5310
5310
* user_device.audio_status_report - user_device.device_activity_report -
5311
- * user_device.network_bandwidth_report - user_device.peripherals_report
5311
+ * user_device.network_bandwidth_report - user_device.peripherals_report -
5312
+ * user_device.app_report
5312
5313
*/
5313
5314
@ com .google .api .client .util .Key
5314
5315
private String readMask ;
5315
5316
5316
5317
/** Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id -
5317
5318
user_id - user_email - user_device.device_id - user_device.audio_status_report -
5318
5319
user_device.device_activity_report - user_device.network_bandwidth_report -
5319
- user_device.peripherals_report
5320
+ user_device.peripherals_report - user_device.app_report
5320
5321
*/
5321
5322
public String getReadMask () {
5322
5323
return readMask ;
@@ -5326,7 +5327,8 @@ public String getReadMask() {
5326
5327
* Read mask to specify which fields to return. Supported read_mask paths are: - name -
5327
5328
* org_unit_id - user_id - user_email - user_device.device_id -
5328
5329
* user_device.audio_status_report - user_device.device_activity_report -
5329
- * user_device.network_bandwidth_report - user_device.peripherals_report
5330
+ * user_device.network_bandwidth_report - user_device.peripherals_report -
5331
+ * user_device.app_report
5330
5332
*/
5331
5333
public Get setReadMask (String readMask ) {
5332
5334
this .readMask = readMask ;
@@ -5538,15 +5540,16 @@ public List setPageToken(java.lang.String pageToken) {
5538
5540
* Read mask to specify which fields to return. Supported read_mask paths are: - name -
5539
5541
* org_unit_id - user_id - user_email - user_device.device_id -
5540
5542
* user_device.audio_status_report - user_device.device_activity_report -
5541
- * user_device.network_bandwidth_report - user_device.peripherals_report
5543
+ * user_device.network_bandwidth_report - user_device.peripherals_report -
5544
+ * user_device.app_report
5542
5545
*/
5543
5546
@ com .google .api .client .util .Key
5544
5547
private String readMask ;
5545
5548
5546
5549
/** Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id -
5547
5550
user_id - user_email - user_device.device_id - user_device.audio_status_report -
5548
5551
user_device.device_activity_report - user_device.network_bandwidth_report -
5549
- user_device.peripherals_report
5552
+ user_device.peripherals_report - user_device.app_report
5550
5553
*/
5551
5554
public String getReadMask () {
5552
5555
return readMask ;
@@ -5556,7 +5559,8 @@ public String getReadMask() {
5556
5559
* Read mask to specify which fields to return. Supported read_mask paths are: - name -
5557
5560
* org_unit_id - user_id - user_email - user_device.device_id -
5558
5561
* user_device.audio_status_report - user_device.device_activity_report -
5559
- * user_device.network_bandwidth_report - user_device.peripherals_report
5562
+ * user_device.network_bandwidth_report - user_device.peripherals_report -
5563
+ * user_device.app_report
5560
5564
*/
5561
5565
public List setReadMask (String readMask ) {
5562
5566
this .readMask = readMask ;
0 commit comments