Skip to content

Commit f57e9ba

Browse files
1 parent 331adcc commit f57e9ba

File tree

4 files changed

+9
-9
lines changed

4 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class Attachment extends com.google.api.client.json.GenericJson {
6868
private DriveDataRef driveDataRef;
6969

7070
/**
71-
* Optional. Resource name of the attachment, in the form
71+
* Identifier. Resource name of the attachment. Format:
7272
* `spaces/{space}/messages/{message}/attachments/{attachment}`.
7373
* The value may be {@code null}.
7474
*/
@@ -182,7 +182,7 @@ public Attachment setDriveDataRef(DriveDataRef driveDataRef) {
182182
}
183183

184184
/**
185-
* Optional. Resource name of the attachment, in the form
185+
* Identifier. Resource name of the attachment. Format:
186186
* `spaces/{space}/messages/{message}/attachments/{attachment}`.
187187
* @return value or {@code null} for none
188188
*/
@@ -191,7 +191,7 @@ public java.lang.String getName() {
191191
}
192192

193193
/**
194-
* Optional. Resource name of the attachment, in the form
194+
* Identifier. Resource name of the attachment. Format:
195195
* `spaces/{space}/messages/{message}/attachments/{attachment}`.
196196
* @param name name or {@code null} for none
197197
*/

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

0 commit comments

Comments
 (0)