Skip to content

Commit 24cf462

Browse files
1 parent b957352 commit 24cf462

File tree

4 files changed

+18
-18
lines changed

4 files changed

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ public final class Space extends com.google.api.client.json.GenericJson {
6363
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
6464
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
6565
* 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.
66+
* `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer
67+
* resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
68+
* Private apps can also use the `customers/my_customer` alias to create the space in the same
69+
* Google Workspace organization as the app. For DMs, this field isn't populated.
7070
* The value may be {@code null}.
7171
*/
7272
@com.google.api.client.util.Key
@@ -297,10 +297,10 @@ public Space setCreateTime(String createTime) {
297297
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
298298
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
299299
* authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format
300-
* `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](
301-
* https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps
302-
* can also use the `customers/my_customer` alias to create the space in the same Google Workspace
303-
* organization as the app. For DMs, this field isn't populated.
300+
* `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer
301+
* resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
302+
* Private apps can also use the `customers/my_customer` alias to create the space in the same
303+
* Google Workspace organization as the app. For DMs, this field isn't populated.
304304
* @return value or {@code null} for none
305305
*/
306306
public java.lang.String getCustomer() {
@@ -311,10 +311,10 @@ public java.lang.String getCustomer() {
311311
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
312312
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
313313
* authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format
314-
* `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](
315-
* https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps
316-
* can also use the `customers/my_customer` alias to create the space in the same Google Workspace
317-
* organization as the app. For DMs, this field isn't populated.
314+
* `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer
315+
* resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
316+
* Private apps can also use the `customers/my_customer` alias to create the space in the same
317+
* Google Workspace organization as the app. For DMs, this field isn't populated.
318318
* @param customer customer or {@code null} for none
319319
*/
320320
public Space setCustomer(java.lang.String customer) {

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-rev20250727-2.0.0</version>
12-
<name>Google Chat API v1-rev20250727-2.0.0</name>
11+
<version>v1-rev20250731-2.0.0</version>
12+
<name>Google Chat API v1-rev20250731-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-rev20250727-2.0.0</version>
25+
<version>v1-rev20250731-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-rev20250727-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250731-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)