@@ -46,23 +46,24 @@ public final class DirectoryChromeosdevicesIssueCommandRequest extends com.googl
46
46
* active device, set `ackedUserPresence` to `true`. `crdSessionType` can only select from values
47
47
* `private` (which grants the remote admin exclusive control of the ChromeOS device) or `shared`
48
48
* (which allows the admin and the local user to share control of the ChromeOS device). If not
49
- * set, `crdSessionType` defaults to `shared`. * `REBOOT`: Payload is a stringified JSON object in
50
- * the form: { "user_session_delay_seconds": 300 }. The `user_session_delay_seconds` is the amount
51
- * of seconds to wait before rebooting the device if a user is logged in. It has to be an integer
52
- * in the range [0,300]. When payload is not present for reboot, 0 delay is the default. Note:
53
- * This only applies if an actual user is logged in, including a Guest. If the device is in the
54
- * login screen or in Kiosk mode the value is not respected and the device immediately reboots. *
55
- * `FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the form:
56
- * {"supportPacketDetails":{ "issueCaseId": optional_support_case_id_string, "issueDescription":
57
- * optional_issue_description_string, "requestedDataCollectors": []}} The list of available
58
- * `data_collector_enums` are as following: Chrome System Information (1), Crash IDs (2), Memory
59
- * Details (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6), Intel
60
- * WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System Information (10),
61
- * ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill
62
- * (Connection Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16), ChromeOS
63
- * System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected
64
- * Input Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22), ChromeOS
65
- * Network Health (23). See more details in [help
49
+ * set, `crdSessionType` defaults to `shared`. The `FETCH_CRD_AVAILABILITY_INFO` command can be
50
+ * used to determine available session types on the device. * `REBOOT`: Payload is a stringified
51
+ * JSON object in the form: { "user_session_delay_seconds": 300 }. The
52
+ * `user_session_delay_seconds` is the amount of seconds to wait before rebooting the device if a
53
+ * user is logged in. It has to be an integer in the range [0,300]. When payload is not present
54
+ * for reboot, 0 delay is the default. Note: This only applies if an actual user is logged in,
55
+ * including a Guest. If the device is in the login screen or in Kiosk mode the value is not
56
+ * respected and the device immediately reboots. * `FETCH_SUPPORT_PACKET`: Payload is optionally a
57
+ * stringified JSON object in the form: {"supportPacketDetails":{ "issueCaseId":
58
+ * optional_support_case_id_string, "issueDescription": optional_issue_description_string,
59
+ * "requestedDataCollectors": []}} The list of available `data_collector_enums` are as following:
60
+ * Chrome System Information (1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional
61
+ * ChromeOS Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch Events (8),
62
+ * Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11), DBus Details (12),
63
+ * ChromeOS Network Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15),
64
+ * ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS Chrome User Logs (18),
65
+ * ChromeOS Bluetooth (19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21),
66
+ * ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details in [help
66
67
* article](https://support.google.com/chrome/a?p=remote-log).
67
68
* The value may be {@code null}.
68
69
*/
@@ -96,23 +97,24 @@ public DirectoryChromeosdevicesIssueCommandRequest setCommandType(java.lang.Stri
96
97
* active device, set `ackedUserPresence` to `true`. `crdSessionType` can only select from values
97
98
* `private` (which grants the remote admin exclusive control of the ChromeOS device) or `shared`
98
99
* (which allows the admin and the local user to share control of the ChromeOS device). If not
99
- * set, `crdSessionType` defaults to `shared`. * `REBOOT`: Payload is a stringified JSON object in
100
- * the form: { "user_session_delay_seconds": 300 }. The `user_session_delay_seconds` is the amount
101
- * of seconds to wait before rebooting the device if a user is logged in. It has to be an integer
102
- * in the range [0,300]. When payload is not present for reboot, 0 delay is the default. Note:
103
- * This only applies if an actual user is logged in, including a Guest. If the device is in the
104
- * login screen or in Kiosk mode the value is not respected and the device immediately reboots. *
105
- * `FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the form:
106
- * {"supportPacketDetails":{ "issueCaseId": optional_support_case_id_string, "issueDescription":
107
- * optional_issue_description_string, "requestedDataCollectors": []}} The list of available
108
- * `data_collector_enums` are as following: Chrome System Information (1), Crash IDs (2), Memory
109
- * Details (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6), Intel
110
- * WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System Information (10),
111
- * ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill
112
- * (Connection Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16), ChromeOS
113
- * System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected
114
- * Input Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22), ChromeOS
115
- * Network Health (23). See more details in [help
100
+ * set, `crdSessionType` defaults to `shared`. The `FETCH_CRD_AVAILABILITY_INFO` command can be
101
+ * used to determine available session types on the device. * `REBOOT`: Payload is a stringified
102
+ * JSON object in the form: { "user_session_delay_seconds": 300 }. The
103
+ * `user_session_delay_seconds` is the amount of seconds to wait before rebooting the device if a
104
+ * user is logged in. It has to be an integer in the range [0,300]. When payload is not present
105
+ * for reboot, 0 delay is the default. Note: This only applies if an actual user is logged in,
106
+ * including a Guest. If the device is in the login screen or in Kiosk mode the value is not
107
+ * respected and the device immediately reboots. * `FETCH_SUPPORT_PACKET`: Payload is optionally a
108
+ * stringified JSON object in the form: {"supportPacketDetails":{ "issueCaseId":
109
+ * optional_support_case_id_string, "issueDescription": optional_issue_description_string,
110
+ * "requestedDataCollectors": []}} The list of available `data_collector_enums` are as following:
111
+ * Chrome System Information (1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional
112
+ * ChromeOS Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch Events (8),
113
+ * Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11), DBus Details (12),
114
+ * ChromeOS Network Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15),
115
+ * ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS Chrome User Logs (18),
116
+ * ChromeOS Bluetooth (19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21),
117
+ * ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details in [help
116
118
* article](https://support.google.com/chrome/a?p=remote-log).
117
119
* @return value or {@code null} for none
118
120
*/
@@ -130,23 +132,24 @@ public java.lang.String getPayload() {
130
132
* active device, set `ackedUserPresence` to `true`. `crdSessionType` can only select from values
131
133
* `private` (which grants the remote admin exclusive control of the ChromeOS device) or `shared`
132
134
* (which allows the admin and the local user to share control of the ChromeOS device). If not
133
- * set, `crdSessionType` defaults to `shared`. * `REBOOT`: Payload is a stringified JSON object in
134
- * the form: { "user_session_delay_seconds": 300 }. The `user_session_delay_seconds` is the amount
135
- * of seconds to wait before rebooting the device if a user is logged in. It has to be an integer
136
- * in the range [0,300]. When payload is not present for reboot, 0 delay is the default. Note:
137
- * This only applies if an actual user is logged in, including a Guest. If the device is in the
138
- * login screen or in Kiosk mode the value is not respected and the device immediately reboots. *
139
- * `FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the form:
140
- * {"supportPacketDetails":{ "issueCaseId": optional_support_case_id_string, "issueDescription":
141
- * optional_issue_description_string, "requestedDataCollectors": []}} The list of available
142
- * `data_collector_enums` are as following: Chrome System Information (1), Crash IDs (2), Memory
143
- * Details (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6), Intel
144
- * WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System Information (10),
145
- * ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill
146
- * (Connection Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16), ChromeOS
147
- * System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected
148
- * Input Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22), ChromeOS
149
- * Network Health (23). See more details in [help
135
+ * set, `crdSessionType` defaults to `shared`. The `FETCH_CRD_AVAILABILITY_INFO` command can be
136
+ * used to determine available session types on the device. * `REBOOT`: Payload is a stringified
137
+ * JSON object in the form: { "user_session_delay_seconds": 300 }. The
138
+ * `user_session_delay_seconds` is the amount of seconds to wait before rebooting the device if a
139
+ * user is logged in. It has to be an integer in the range [0,300]. When payload is not present
140
+ * for reboot, 0 delay is the default. Note: This only applies if an actual user is logged in,
141
+ * including a Guest. If the device is in the login screen or in Kiosk mode the value is not
142
+ * respected and the device immediately reboots. * `FETCH_SUPPORT_PACKET`: Payload is optionally a
143
+ * stringified JSON object in the form: {"supportPacketDetails":{ "issueCaseId":
144
+ * optional_support_case_id_string, "issueDescription": optional_issue_description_string,
145
+ * "requestedDataCollectors": []}} The list of available `data_collector_enums` are as following:
146
+ * Chrome System Information (1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional
147
+ * ChromeOS Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch Events (8),
148
+ * Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11), DBus Details (12),
149
+ * ChromeOS Network Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15),
150
+ * ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS Chrome User Logs (18),
151
+ * ChromeOS Bluetooth (19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21),
152
+ * ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details in [help
150
153
* article](https://support.google.com/chrome/a?p=remote-log).
151
154
* @param payload payload or {@code null} for none
152
155
*/
0 commit comments