Skip to content

Commit f1f53e5

Browse files
1 parent 01019ab commit f1f53e5

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
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-rev20250505-2.0.0</version>
25+
<version>directory_v1-rev20250513-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-rev20250505-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250513-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: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ 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.
35+
* The URL provides a link to the Chrome Remote Desktop session. * `FETCH_CRD_AVAILABILITY_INFO`:
36+
* Payload is a stringified JSON object in the form: { "deviceIdleTimeInSeconds": number,
37+
* "userSessionType": string, "remoteSupportAvailability": string, "remoteAccessAvailability":
38+
* string }. The "remoteSupportAvailability" field is set to "AVAILABLE" if `shared` CRD session
39+
* to the device is available. The "remoteAccessAvailability" field is set to "AVAILABLE" if
40+
* `private` CRD session to the device is available.
3641
* The value may be {@code null}.
3742
*/
3843
@com.google.api.client.util.Key
@@ -63,7 +68,12 @@ public final class DirectoryChromeosdevicesCommandResult extends com.google.api.
6368
/**
6469
* The payload for the command result. The following commands respond with a payload: *
6570
* `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { "url": url }.
66-
* The URL provides a link to the Chrome Remote Desktop session.
71+
* The URL provides a link to the Chrome Remote Desktop session. * `FETCH_CRD_AVAILABILITY_INFO`:
72+
* Payload is a stringified JSON object in the form: { "deviceIdleTimeInSeconds": number,
73+
* "userSessionType": string, "remoteSupportAvailability": string, "remoteAccessAvailability":
74+
* string }. The "remoteSupportAvailability" field is set to "AVAILABLE" if `shared` CRD session
75+
* to the device is available. The "remoteAccessAvailability" field is set to "AVAILABLE" if
76+
* `private` CRD session to the device is available.
6777
* @return value or {@code null} for none
6878
*/
6979
public java.lang.String getCommandResultPayload() {
@@ -73,7 +83,12 @@ public java.lang.String getCommandResultPayload() {
7383
/**
7484
* The payload for the command result. The following commands respond with a payload: *
7585
* `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { "url": url }.
76-
* The URL provides a link to the Chrome Remote Desktop session.
86+
* The URL provides a link to the Chrome Remote Desktop session. * `FETCH_CRD_AVAILABILITY_INFO`:
87+
* Payload is a stringified JSON object in the form: { "deviceIdleTimeInSeconds": number,
88+
* "userSessionType": string, "remoteSupportAvailability": string, "remoteAccessAvailability":
89+
* string }. The "remoteSupportAvailability" field is set to "AVAILABLE" if `shared` CRD session
90+
* to the device is available. The "remoteAccessAvailability" field is set to "AVAILABLE" if
91+
* `private` CRD session to the device is available.
7792
* @param commandResultPayload commandResultPayload or {@code null} for none
7893
*/
7994
public DirectoryChromeosdevicesCommandResult setCommandResultPayload(java.lang.String commandResultPayload) {

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-rev20250505-2.0.0</version>
12-
<name>Admin SDK API directory_v1-rev20250505-2.0.0</name>
11+
<version>directory_v1-rev20250513-2.0.0</version>
12+
<name>Admin SDK API directory_v1-rev20250513-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-rev20250505-2.0.0</version>
25+
<version>directory_v1-rev20250513-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-rev20250505-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250513-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)