Skip to content

Commit 5cfd273

Browse files
1 parent 7b7a12d commit 5cfd273

File tree

5 files changed

+70
-14
lines changed

5 files changed

+70
-14
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-rev20250710-2.0.0</version>
25+
<version>v1-rev20250717-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-rev20250710-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250717-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: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3730,9 +3730,12 @@ public Delete set(String parameterName, Object value) {
37303730
* Chat app's membership](https://developers.google.com/workspace/chat/get-members). Supports the
37313731
* following types of [authentication](https://developers.google.com/workspace/chat/authenticate-
37323732
* authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-
3733-
* authorize-chat-app) with the authorization scope: - `https://www.googleapis.com/auth/chat.bot` -
3734-
* [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
3735-
* user) with one of the following authorization scopes: -
3733+
* authorize-chat-app) with one of the following authorization scopes: -
3734+
* `https://www.googleapis.com/auth/chat.bot` -
3735+
* `https://www.googleapis.com/auth/chat.app.memberships` (requires [administrator
3736+
* approval](https://support.google.com/a?p=chat-app-auth)) - [User
3737+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
3738+
* with one of the following authorization scopes: -
37363739
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
37373740
* `https://www.googleapis.com/auth/chat.memberships` - User authentication grants administrator
37383741
* privileges when an administrator account authenticates, `use_admin_access` is `true`, and one of
@@ -3771,9 +3774,12 @@ public class Get extends HangoutsChatRequest<com.google.api.services.chat.v1.mod
37713774
* Chat app's membership](https://developers.google.com/workspace/chat/get-members). Supports the
37723775
* following types of [authentication](https://developers.google.com/workspace/chat/authenticate-
37733776
* authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-
3774-
* authorize-chat-app) with the authorization scope: - `https://www.googleapis.com/auth/chat.bot`
3775-
* - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
3776-
* chat-user) with one of the following authorization scopes: -
3777+
* authorize-chat-app) with one of the following authorization scopes: -
3778+
* `https://www.googleapis.com/auth/chat.bot` -
3779+
* `https://www.googleapis.com/auth/chat.app.memberships` (requires [administrator
3780+
* approval](https://support.google.com/a?p=chat-app-auth)) - [User
3781+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
3782+
* with one of the following authorization scopes: -
37773783
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
37783784
* `https://www.googleapis.com/auth/chat.memberships` - User authentication grants administrator
37793785
* privileges when an administrator account authenticates, `use_admin_access` is `true`, and one
@@ -3961,7 +3967,9 @@ public Get set(String parameterName, Object value) {
39613967
* lists memberships in spaces that the authenticated user has access to. Supports the following
39623968
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
39633969
* [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
3964-
* app) with the authorization scope: - `https://www.googleapis.com/auth/chat.bot` - [User
3970+
* app) with one of the following authorization scopes: - `https://www.googleapis.com/auth/chat.bot`
3971+
* - `https://www.googleapis.com/auth/chat.app.memberships` (requires [administrator
3972+
* approval](https://support.google.com/a?p=chat-app-auth)) - [User
39653973
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
39663974
* with one of the following authorization scopes: -
39673975
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
@@ -4004,7 +4012,10 @@ public class List extends HangoutsChatRequest<com.google.api.services.chat.v1.mo
40044012
* lists memberships in spaces that the authenticated user has access to. Supports the following
40054013
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize):
40064014
* - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
4007-
* chat-app) with the authorization scope: - `https://www.googleapis.com/auth/chat.bot` - [User
4015+
* chat-app) with one of the following authorization scopes: -
4016+
* `https://www.googleapis.com/auth/chat.bot` -
4017+
* `https://www.googleapis.com/auth/chat.app.memberships` (requires [administrator
4018+
* approval](https://support.google.com/a?p=chat-app-auth)) - [User
40084019
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
40094020
* with one of the following authorization scopes: -
40104021
* `https://www.googleapis.com/auth/chat.memberships.readonly` -

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,20 @@ public final class Space extends com.google.api.client.json.GenericJson {
5959
@com.google.api.client.util.Key
6060
private String createTime;
6161

62+
/**
63+
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
64+
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
65+
* authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format
66+
* `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](
67+
* https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps
68+
* can also use the `customers/my_customer` alias to create the space in the same Google Workspace
69+
* organization as the app. For DMs, this field isn't populated. [Developer
70+
* Preview](https://developers.google.com/workspace/preview).
71+
* The value may be {@code null}.
72+
*/
73+
@com.google.api.client.util.Key
74+
private java.lang.String customer;
75+
6276
/**
6377
* Optional. The space's display name. Required when [creating a
6478
* space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create) with a
@@ -282,6 +296,37 @@ public Space setCreateTime(String createTime) {
282296
return this;
283297
}
284298

299+
/**
300+
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
301+
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
302+
* authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format
303+
* `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](
304+
* https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps
305+
* can also use the `customers/my_customer` alias to create the space in the same Google Workspace
306+
* organization as the app. For DMs, this field isn't populated. [Developer
307+
* Preview](https://developers.google.com/workspace/preview).
308+
* @return value or {@code null} for none
309+
*/
310+
public java.lang.String getCustomer() {
311+
return customer;
312+
}
313+
314+
/**
315+
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
316+
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
317+
* authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format
318+
* `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](
319+
* https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps
320+
* can also use the `customers/my_customer` alias to create the space in the same Google Workspace
321+
* organization as the app. For DMs, this field isn't populated. [Developer
322+
* Preview](https://developers.google.com/workspace/preview).
323+
* @param customer customer or {@code null} for none
324+
*/
325+
public Space setCustomer(java.lang.String customer) {
326+
this.customer = customer;
327+
return this;
328+
}
329+
285330
/**
286331
* Optional. The space's display name. Required when [creating a
287332
* space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create) with a

clients/google-api-services-chat/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-chat</artifactId>
11-
<version>v1-rev20250710-2.0.0</version>
12-
<name>Google Chat API v1-rev20250710-2.0.0</name>
11+
<version>v1-rev20250717-2.0.0</version>
12+
<name>Google Chat API v1-rev20250717-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)