File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-chat/v1
com/google/api/services/chat/v1/model Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments