Skip to content

Commit 12b43eb

Browse files
1 parent 55b47ee commit 12b43eb

4 files changed

Lines changed: 25 additions & 21 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-rev20260210-2.0.0</version>
25+
<version>directory_v1-rev20260227-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-rev20260210-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20260227-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: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,22 +1357,24 @@ public List setProjection(java.lang.String projection) {
13571357
}
13581358

13591359
/**
1360-
* Search string in the format given at
1361-
* https://developers.google.com/workspace/admin/directory/v1/list-query-operators
1360+
* Search string in the format given at [List query
1361+
* operators](https://developers.google.com/workspace/admin/directory/v1/list-query-
1362+
* operators).
13621363
*/
13631364
@com.google.api.client.util.Key
13641365
private java.lang.String query;
13651366

1366-
/** Search string in the format given at
1367-
https://developers.google.com/workspace/admin/directory/v1/list-query-operators
1367+
/** Search string in the format given at [List query
1368+
operators](https://developers.google.com/workspace/admin/directory/v1/list-query-operators).
13681369
*/
13691370
public java.lang.String getQuery() {
13701371
return query;
13711372
}
13721373

13731374
/**
1374-
* Search string in the format given at
1375-
* https://developers.google.com/workspace/admin/directory/v1/list-query-operators
1375+
* Search string in the format given at [List query
1376+
* operators](https://developers.google.com/workspace/admin/directory/v1/list-query-
1377+
* operators).
13761378
*/
13771379
public List setQuery(java.lang.String query) {
13781380
this.query = query;
@@ -2228,22 +2230,24 @@ public CountChromeOsDevices setCustomerId(java.lang.String customerId) {
22282230
}
22292231

22302232
/**
2231-
* Optional. Search string in the format given at
2232-
* https://developers.google.com/workspace/admin/directory/v1/list-query-operators
2233+
* Optional. Search string in the format given at [List query
2234+
* operators](https://developers.google.com/workspace/admin/directory/v1/list-query-
2235+
* operators).
22332236
*/
22342237
@com.google.api.client.util.Key
22352238
private java.lang.String filter;
22362239

2237-
/** Optional. Search string in the format given at
2238-
https://developers.google.com/workspace/admin/directory/v1/list-query-operators
2240+
/** Optional. Search string in the format given at [List query
2241+
operators](https://developers.google.com/workspace/admin/directory/v1/list-query-operators).
22392242
*/
22402243
public java.lang.String getFilter() {
22412244
return filter;
22422245
}
22432246

22442247
/**
2245-
* Optional. Search string in the format given at
2246-
* https://developers.google.com/workspace/admin/directory/v1/list-query-operators
2248+
* Optional. Search string in the format given at [List query
2249+
* operators](https://developers.google.com/workspace/admin/directory/v1/list-query-
2250+
* operators).
22472251
*/
22482252
public CountChromeOsDevices setFilter(java.lang.String filter) {
22492253
this.filter = filter;
@@ -17391,8 +17395,8 @@ public class Users {
1739117395

1739217396
/**
1739317397
* Create a guest user with access to a [subset of Workspace
17394-
* capabilities](https://support.google.com/a/answer/16558545?hl=en). This feature is currently in
17395-
* Alpha. 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 Alpha.
17399+
* Please reach out to support if you are interested in trying this feature.
1739617400
*
1739717401
* Create a request for the method "users.createGuest".
1739817402
*
@@ -17414,7 +17418,7 @@ public class CreateGuest extends DirectoryRequest<com.google.api.services.direct
1741417418

1741517419
/**
1741617420
* Create a guest user with access to a [subset of Workspace
17417-
* capabilities](https://support.google.com/a/answer/16558545?hl=en). This feature is currently in
17421+
* capabilities](https://support.google.com/a/answer/16558545). This feature is currently in
1741817422
* Alpha. Please reach out to support if you are interested in trying this feature.
1741917423
*
1742017424
* Create a request for the method "users.createGuest".

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

0 commit comments

Comments
 (0)