Skip to content

Commit cc1ff64

Browse files
1 parent 6d0c187 commit cc1ff64

File tree

8 files changed

+86
-109
lines changed

8 files changed

+86
-109
lines changed

clients/google-api-services-chat/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-chat</artifactId>
25-
<version>v1-rev20250724-2.0.0</version>
25+
<version>v1-rev20250727-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-chat:v1-rev20250724-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250727-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/HangoutsChat.java

Lines changed: 41 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,9 +1385,8 @@ public CompleteImport set(String parameterName, Object value) {
13851385
* Supports the following types of
13861386
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
13871387
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
1388-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
1389-
* Preview](https://developers.google.com/workspace/preview) and one of the following authorization
1390-
* scopes: - `https://www.googleapis.com/auth/chat.app.spaces.create` -
1388+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and one of the
1389+
* following authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces.create` -
13911390
* `https://www.googleapis.com/auth/chat.app.spaces` - [User
13921391
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
13931392
* with one of the following authorization scopes: -
@@ -1429,9 +1428,8 @@ public class Create extends HangoutsChatRequest<com.google.api.services.chat.v1.
14291428
* Supports the following types of
14301429
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
14311430
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
1432-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
1433-
* Preview](https://developers.google.com/workspace/preview) and one of the following
1434-
* authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces.create` -
1431+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and one of the
1432+
* following authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces.create` -
14351433
* `https://www.googleapis.com/auth/chat.app.spaces` - [User
14361434
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
14371435
* with one of the following authorization scopes: -
@@ -1559,15 +1557,14 @@ public Create set(String parameterName, Object value) {
15591557
* Supports the following types of
15601558
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
15611559
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
1562-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
1563-
* Preview](https://developers.google.com/workspace/preview) and the authorization scope: -
1564-
* `https://www.googleapis.com/auth/chat.app.delete` (only in spaces the app created) - [User
1565-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
1566-
* with one of the following authorization scopes: - `https://www.googleapis.com/auth/chat.delete` -
1567-
* `https://www.googleapis.com/auth/chat.import` (import mode spaces only) - User authentication
1568-
* grants administrator privileges when an administrator account authenticates, `use_admin_access`
1569-
* is `true`, and the following authorization scope is used: -
1570-
* `https://www.googleapis.com/auth/chat.admin.delete`
1560+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and the authorization
1561+
* scope: - `https://www.googleapis.com/auth/chat.app.delete` (only in spaces the app created) -
1562+
* [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
1563+
* user) with one of the following authorization scopes: -
1564+
* `https://www.googleapis.com/auth/chat.delete` - `https://www.googleapis.com/auth/chat.import`
1565+
* (import mode spaces only) - User authentication grants administrator privileges when an
1566+
* administrator account authenticates, `use_admin_access` is `true`, and the following
1567+
* authorization scope is used: - `https://www.googleapis.com/auth/chat.admin.delete`
15711568
*
15721569
* Create a request for the method "spaces.delete".
15731570
*
@@ -1597,15 +1594,14 @@ public class Delete extends HangoutsChatRequest<com.google.api.services.chat.v1.
15971594
* Supports the following types of
15981595
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
15991596
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
1600-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
1601-
* Preview](https://developers.google.com/workspace/preview) and the authorization scope: -
1602-
* `https://www.googleapis.com/auth/chat.app.delete` (only in spaces the app created) - [User
1603-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
1604-
* with one of the following authorization scopes: - `https://www.googleapis.com/auth/chat.delete`
1605-
* - `https://www.googleapis.com/auth/chat.import` (import mode spaces only) - User authentication
1606-
* grants administrator privileges when an administrator account authenticates, `use_admin_access`
1607-
* is `true`, and the following authorization scope is used: -
1608-
* `https://www.googleapis.com/auth/chat.admin.delete`
1597+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and the
1598+
* authorization scope: - `https://www.googleapis.com/auth/chat.app.delete` (only in spaces the
1599+
* app created) - [User authentication](https://developers.google.com/workspace/chat/authenticate-
1600+
* authorize-chat-user) with one of the following authorization scopes: -
1601+
* `https://www.googleapis.com/auth/chat.delete` - `https://www.googleapis.com/auth/chat.import`
1602+
* (import mode spaces only) - User authentication grants administrator privileges when an
1603+
* administrator account authenticates, `use_admin_access` is `true`, and the following
1604+
* authorization scope is used: - `https://www.googleapis.com/auth/chat.admin.delete`
16091605
*
16101606
* Create a request for the method "spaces.delete".
16111607
*
@@ -2362,9 +2358,8 @@ public List set(String parameterName, Object value) {
23622358
* name. Supports the following types of
23632359
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
23642360
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
2365-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
2366-
* Preview](https://developers.google.com/workspace/preview) and one of the following authorization
2367-
* scopes: - `https://www.googleapis.com/auth/chat.app.spaces` - [User
2361+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and one of the
2362+
* following authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` - [User
23682363
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
23692364
* with one of the following authorization scopes: - `https://www.googleapis.com/auth/chat.spaces` -
23702365
* `https://www.googleapis.com/auth/chat.import` (import mode spaces only) - User authentication
@@ -2409,9 +2404,8 @@ public class Patch extends HangoutsChatRequest<com.google.api.services.chat.v1.m
24092404
* display name. Supports the following types of
24102405
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
24112406
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
2412-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
2413-
* Preview](https://developers.google.com/workspace/preview) and one of the following
2414-
* authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` - [User
2407+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and one of the
2408+
* following authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` - [User
24152409
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
24162410
* with one of the following authorization scopes: - `https://www.googleapis.com/auth/chat.spaces`
24172411
* - `https://www.googleapis.com/auth/chat.import` (import mode spaces only) - User authentication
@@ -3257,9 +3251,8 @@ public class Members {
32573251
* Supports the following types of
32583252
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
32593253
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
3260-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
3261-
* Preview](https://developers.google.com/workspace/preview) and the authorization scope: -
3262-
* `https://www.googleapis.com/auth/chat.app.memberships` - [User
3254+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and the authorization
3255+
* scope: - `https://www.googleapis.com/auth/chat.app.memberships` - [User
32633256
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
32643257
* with one of the following authorization scopes: -
32653258
* `https://www.googleapis.com/auth/chat.memberships` -
@@ -3306,9 +3299,8 @@ public class Create extends HangoutsChatRequest<com.google.api.services.chat.v1.
33063299
* space. Supports the following types of
33073300
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
33083301
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
3309-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
3310-
* Preview](https://developers.google.com/workspace/preview) and the authorization scope: -
3311-
* `https://www.googleapis.com/auth/chat.app.memberships` - [User
3302+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and the
3303+
* authorization scope: - `https://www.googleapis.com/auth/chat.app.memberships` - [User
33123304
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
33133305
* with one of the following authorization scopes: -
33143306
* `https://www.googleapis.com/auth/chat.memberships` -
@@ -3477,9 +3469,8 @@ public Create set(String parameterName, Object value) {
34773469
* space](https://developers.google.com/workspace/chat/delete-members). Supports the following types
34783470
* of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
34793471
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
3480-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
3481-
* Preview](https://developers.google.com/workspace/preview) and the authorization scope: -
3482-
* `https://www.googleapis.com/auth/chat.app.memberships` - [User
3472+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and the authorization
3473+
* scope: - `https://www.googleapis.com/auth/chat.app.memberships` - [User
34833474
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
34843475
* with one of the following authorization scopes: -
34853476
* `https://www.googleapis.com/auth/chat.memberships` -
@@ -3529,9 +3520,8 @@ public class Delete extends HangoutsChatRequest<com.google.api.services.chat.v1.
35293520
* space](https://developers.google.com/workspace/chat/delete-members). Supports the following
35303521
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize):
35313522
* - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
3532-
* chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in
3533-
* [Developer Preview](https://developers.google.com/workspace/preview) and the authorization
3534-
* scope: - `https://www.googleapis.com/auth/chat.app.memberships` - [User
3523+
* chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) and the
3524+
* authorization scope: - `https://www.googleapis.com/auth/chat.app.memberships` - [User
35353525
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
35363526
* with one of the following authorization scopes: -
35373527
* `https://www.googleapis.com/auth/chat.memberships` -
@@ -4357,11 +4347,10 @@ public List set(String parameterName, Object value) {
43574347
* space](https://developers.google.com/workspace/chat/update-members). Supports the following types
43584348
* of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
43594349
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
4360-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
4361-
* Preview](https://developers.google.com/workspace/preview) and the authorization scope: -
4362-
* `https://www.googleapis.com/auth/chat.app.memberships` (only in spaces the app created) - [User
4363-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
4364-
* with one of the following authorization scopes: -
4350+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) and the authorization
4351+
* scope: - `https://www.googleapis.com/auth/chat.app.memberships` (only in spaces the app created)
4352+
* - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
4353+
* user) with one of the following authorization scopes: -
43654354
* `https://www.googleapis.com/auth/chat.memberships` -
43664355
* `https://www.googleapis.com/auth/chat.import` (import mode spaces only) - User authentication
43674356
* grants administrator privileges when an administrator account authenticates, `use_admin_access`
@@ -4396,11 +4385,11 @@ public class Patch extends HangoutsChatRequest<com.google.api.services.chat.v1.m
43964385
* space](https://developers.google.com/workspace/chat/update-members). Supports the following
43974386
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize):
43984387
* - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
4399-
* chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in
4400-
* [Developer Preview](https://developers.google.com/workspace/preview) and the authorization
4401-
* scope: - `https://www.googleapis.com/auth/chat.app.memberships` (only in spaces the app
4402-
* created) - [User authentication](https://developers.google.com/workspace/chat/authenticate-
4403-
* authorize-chat-user) with one of the following authorization scopes: -
4388+
* chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) and the
4389+
* authorization scope: - `https://www.googleapis.com/auth/chat.app.memberships` (only in spaces
4390+
* the app created) - [User
4391+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
4392+
* with one of the following authorization scopes: -
44044393
* `https://www.googleapis.com/auth/chat.memberships` -
44054394
* `https://www.googleapis.com/auth/chat.import` (import mode spaces only) - User authentication
44064395
* grants administrator privileges when an administrator account authenticates, `use_admin_access`

clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/AccessSettings.java

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ public final class AccessSettings extends com.google.api.client.json.GenericJson
4747
* [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
4848
* user) - [App authentication](https://developers.google.com/workspace/chat/authenticate-
4949
* authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth)
50-
* with the `chat.app.spaces` scope in [Developer
51-
* Preview](https://developers.google.com/workspace/preview). This field is not populated when
52-
* using the `chat.bot` scope with [app
53-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
54-
* Setting the target audience requires [user
50+
* with the `chat.app.spaces` scope. This field is not populated when using the `chat.bot` scope
51+
* with [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
52+
* chat-app). Setting the target audience requires [user
5553
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
5654
* The value may be {@code null}.
5755
*/
@@ -86,11 +84,9 @@ public AccessSettings setAccessState(java.lang.String accessState) {
8684
* [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
8785
* user) - [App authentication](https://developers.google.com/workspace/chat/authenticate-
8886
* authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth)
89-
* with the `chat.app.spaces` scope in [Developer
90-
* Preview](https://developers.google.com/workspace/preview). This field is not populated when
91-
* using the `chat.bot` scope with [app
92-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
93-
* Setting the target audience requires [user
87+
* with the `chat.app.spaces` scope. This field is not populated when using the `chat.bot` scope
88+
* with [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
89+
* chat-app). Setting the target audience requires [user
9490
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
9591
* @return value or {@code null} for none
9692
*/
@@ -109,11 +105,9 @@ public java.lang.String getAudience() {
109105
* [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
110106
* user) - [App authentication](https://developers.google.com/workspace/chat/authenticate-
111107
* authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth)
112-
* with the `chat.app.spaces` scope in [Developer
113-
* Preview](https://developers.google.com/workspace/preview). This field is not populated when
114-
* using the `chat.bot` scope with [app
115-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
116-
* Setting the target audience requires [user
108+
* with the `chat.app.spaces` scope. This field is not populated when using the `chat.bot` scope
109+
* with [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
110+
* chat-app). Setting the target audience requires [user
117111
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
118112
* @param audience audience or {@code null} for none
119113
*/

0 commit comments

Comments
 (0)