Skip to content

Commit fa65945

Browse files
1 parent 1f46b1c commit fa65945

File tree

4 files changed

+18
-9
lines changed

4 files changed

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

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ public final class CommonEventObject extends com.google.api.client.json.GenericJ
8080
private java.lang.String hostApp;
8181

8282
/**
83-
* Name of the invoked function associated with the widget. Only set for Chat apps.
83+
* Name of the function to invoke. This field doesn't populate for Google Workspace Add-ons that
84+
* extend Google Chat. Instead, to receive function data like identifiers, add-ons that extend
85+
* Chat should use the `parameters` field. See [Build interactive interfaces for Chat
86+
* apps](https://developers.google.com/workspace/add-ons/chat/build).
8487
* The value may be {@code null}.
8588
*/
8689
@com.google.api.client.util.Key
@@ -226,15 +229,21 @@ public CommonEventObject setHostApp(java.lang.String hostApp) {
226229
}
227230

228231
/**
229-
* Name of the invoked function associated with the widget. Only set for Chat apps.
232+
* Name of the function to invoke. This field doesn't populate for Google Workspace Add-ons that
233+
* extend Google Chat. Instead, to receive function data like identifiers, add-ons that extend
234+
* Chat should use the `parameters` field. See [Build interactive interfaces for Chat
235+
* apps](https://developers.google.com/workspace/add-ons/chat/build).
230236
* @return value or {@code null} for none
231237
*/
232238
public java.lang.String getInvokedFunction() {
233239
return invokedFunction;
234240
}
235241

236242
/**
237-
* Name of the invoked function associated with the widget. Only set for Chat apps.
243+
* Name of the function to invoke. This field doesn't populate for Google Workspace Add-ons that
244+
* extend Google Chat. Instead, to receive function data like identifiers, add-ons that extend
245+
* Chat should use the `parameters` field. See [Build interactive interfaces for Chat
246+
* apps](https://developers.google.com/workspace/add-ons/chat/build).
238247
* @param invokedFunction invokedFunction or {@code null} for none
239248
*/
240249
public CommonEventObject setInvokedFunction(java.lang.String invokedFunction) {

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

0 commit comments

Comments
 (0)