Skip to content

Commit b228cb2

Browse files
1 parent 6244db0 commit b228cb2

File tree

5 files changed

+66
-60
lines changed

5 files changed

+66
-60
lines changed

clients/google-api-services-admin/directory_v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-admin-directory</artifactId>
25-
<version>directory_v1-rev20250513-2.0.0</version>
25+
<version>directory_v1-rev20250527-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250513-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250527-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/DirectoryChromeosdevicesCommandResult.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public final class DirectoryChromeosdevicesCommandResult extends com.google.api.
3232
/**
3333
* The payload for the command result. The following commands respond with a payload: *
3434
* `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { "url": url }.
35-
* The URL provides a link to the Chrome Remote Desktop session. * `FETCH_CRD_AVAILABILITY_INFO`:
35+
* The provided URL links to the Chrome Remote Desktop session and requires authentication using
36+
* only the `email` associated with the command's issuance. * `FETCH_CRD_AVAILABILITY_INFO`:
3637
* Payload is a stringified JSON object in the form: { "deviceIdleTimeInSeconds": number,
3738
* "userSessionType": string, "remoteSupportAvailability": string, "remoteAccessAvailability":
3839
* string }. The "remoteSupportAvailability" field is set to "AVAILABLE" if `shared` CRD session
@@ -68,7 +69,8 @@ public final class DirectoryChromeosdevicesCommandResult extends com.google.api.
6869
/**
6970
* The payload for the command result. The following commands respond with a payload: *
7071
* `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { "url": url }.
71-
* The URL provides a link to the Chrome Remote Desktop session. * `FETCH_CRD_AVAILABILITY_INFO`:
72+
* The provided URL links to the Chrome Remote Desktop session and requires authentication using
73+
* only the `email` associated with the command's issuance. * `FETCH_CRD_AVAILABILITY_INFO`:
7274
* Payload is a stringified JSON object in the form: { "deviceIdleTimeInSeconds": number,
7375
* "userSessionType": string, "remoteSupportAvailability": string, "remoteAccessAvailability":
7476
* string }. The "remoteSupportAvailability" field is set to "AVAILABLE" if `shared` CRD session
@@ -83,7 +85,8 @@ public java.lang.String getCommandResultPayload() {
8385
/**
8486
* The payload for the command result. The following commands respond with a payload: *
8587
* `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { "url": url }.
86-
* The URL provides a link to the Chrome Remote Desktop session. * `FETCH_CRD_AVAILABILITY_INFO`:
88+
* The provided URL links to the Chrome Remote Desktop session and requires authentication using
89+
* only the `email` associated with the command's issuance. * `FETCH_CRD_AVAILABILITY_INFO`:
8790
* Payload is a stringified JSON object in the form: { "deviceIdleTimeInSeconds": number,
8891
* "userSessionType": string, "remoteSupportAvailability": string, "remoteAccessAvailability":
8992
* string }. The "remoteSupportAvailability" field is set to "AVAILABLE" if `shared` CRD session

clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/DirectoryChromeosdevicesIssueCommandRequest.java

Lines changed: 54 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,24 @@ public final class DirectoryChromeosdevicesIssueCommandRequest extends com.googl
4646
* active device, set `ackedUserPresence` to `true`. `crdSessionType` can only select from values
4747
* `private` (which grants the remote admin exclusive control of the ChromeOS device) or `shared`
4848
* (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
6667
* article](https://support.google.com/chrome/a?p=remote-log).
6768
* The value may be {@code null}.
6869
*/
@@ -96,23 +97,24 @@ public DirectoryChromeosdevicesIssueCommandRequest setCommandType(java.lang.Stri
9697
* active device, set `ackedUserPresence` to `true`. `crdSessionType` can only select from values
9798
* `private` (which grants the remote admin exclusive control of the ChromeOS device) or `shared`
9899
* (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
116118
* article](https://support.google.com/chrome/a?p=remote-log).
117119
* @return value or {@code null} for none
118120
*/
@@ -130,23 +132,24 @@ public java.lang.String getPayload() {
130132
* active device, set `ackedUserPresence` to `true`. `crdSessionType` can only select from values
131133
* `private` (which grants the remote admin exclusive control of the ChromeOS device) or `shared`
132134
* (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
150153
* article](https://support.google.com/chrome/a?p=remote-log).
151154
* @param payload payload or {@code null} for none
152155
*/

clients/google-api-services-admin/directory_v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-admin-directory</artifactId>
11-
<version>directory_v1-rev20250513-2.0.0</version>
12-
<name>Admin SDK API directory_v1-rev20250513-2.0.0</name>
11+
<version>directory_v1-rev20250527-2.0.0</version>
12+
<name>Admin SDK API directory_v1-rev20250527-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-admin/directory_v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-admin-directory</artifactId>
25-
<version>directory_v1-rev20250513-2.0.0</version>
25+
<version>directory_v1-rev20250527-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250513-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250527-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)