Skip to content

Commit bbb9c07

Browse files
1 parent 9dee477 commit bbb9c07

5 files changed

Lines changed: 19 additions & 16 deletions

File tree

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-rev20260421-2.0.0</version>
25+
<version>directory_v1-rev20260522-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-rev20260421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20260522-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17395,8 +17395,8 @@ public class Users {
1739517395

1739617396
/**
1739717397
* Create a guest user with access to a [subset of Workspace
17398-
* capabilities](https://support.google.com/a/answer/16558545). This feature is currently in Alpha.
17399-
* Please reach out to support if you are interested in trying this feature.
17398+
* capabilities](https://support.google.com/a/answer/16558545). This feature is currently in Open
17399+
* Beta.
1740017400
*
1740117401
* Create a request for the method "users.createGuest".
1740217402
*
@@ -17418,8 +17418,8 @@ public class CreateGuest extends DirectoryRequest<com.google.api.services.direct
1741817418

1741917419
/**
1742017420
* Create a guest user with access to a [subset of Workspace
17421-
* capabilities](https://support.google.com/a/answer/16558545). This feature is currently in
17422-
* Alpha. Please reach out to support if you are interested in trying this feature.
17421+
* capabilities](https://support.google.com/a/answer/16558545). This feature is currently in Open
17422+
* Beta.
1742317423
*
1742417424
* Create a request for the method "users.createGuest".
1742517425
*

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,32 @@
3030
public final class DirectoryUsersCreateGuestRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. Immutable ID of the Google Workspace account.
33+
* Optional. Immutable ID of the Google Workspace account. Only required when request is created
34+
* by a service account. Defaults to the authenticated user's customer ID otherwise.
3435
* The value may be {@code null}.
3536
*/
3637
@com.google.api.client.util.Key
3738
private java.lang.String customer;
3839

3940
/**
40-
* Immutable. External email of the guest user being created.
41+
* Required. External email of the guest user being created.
4142
* The value may be {@code null}.
4243
*/
4344
@com.google.api.client.util.Key
4445
private java.lang.String primaryGuestEmail;
4546

4647
/**
47-
* Optional. Immutable ID of the Google Workspace account.
48+
* Optional. Immutable ID of the Google Workspace account. Only required when request is created
49+
* by a service account. Defaults to the authenticated user's customer ID otherwise.
4850
* @return value or {@code null} for none
4951
*/
5052
public java.lang.String getCustomer() {
5153
return customer;
5254
}
5355

5456
/**
55-
* Optional. Immutable ID of the Google Workspace account.
57+
* Optional. Immutable ID of the Google Workspace account. Only required when request is created
58+
* by a service account. Defaults to the authenticated user's customer ID otherwise.
5659
* @param customer customer or {@code null} for none
5760
*/
5861
public DirectoryUsersCreateGuestRequest setCustomer(java.lang.String customer) {
@@ -61,15 +64,15 @@ public DirectoryUsersCreateGuestRequest setCustomer(java.lang.String customer) {
6164
}
6265

6366
/**
64-
* Immutable. External email of the guest user being created.
67+
* Required. External email of the guest user being created.
6568
* @return value or {@code null} for none
6669
*/
6770
public java.lang.String getPrimaryGuestEmail() {
6871
return primaryGuestEmail;
6972
}
7073

7174
/**
72-
* Immutable. External email of the guest user being created.
75+
* Required. External email of the guest user being created.
7376
* @param primaryGuestEmail primaryGuestEmail or {@code null} for none
7477
*/
7578
public DirectoryUsersCreateGuestRequest setPrimaryGuestEmail(java.lang.String primaryGuestEmail) {

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

0 commit comments

Comments
 (0)