Skip to content

Commit 864e5fc

Browse files
1 parent 1ec9995 commit 864e5fc

File tree

4 files changed

+27
-18
lines changed

4 files changed

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

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

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,13 @@ public final class DeprecatedEvent extends com.google.api.client.json.GenericJso
5454
private CommonEventObject common;
5555

5656
/**
57-
* For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
58-
* an authorization or configuration flow outside of Google Chat. For more information, see
59-
* [Connect a Chat app with other services and
60-
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
57+
* This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
58+
* an authorization or configuration flow outside of Google Chat, users must be redirected to this
59+
* URL to signal to Google Chat that the authorization or configuration flow was successful. For
60+
* more information, see [Connect a Chat app with other services and
61+
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
62+
* Preview](https://developers.google.com/workspace/preview), this URL is also populated for
63+
* `APP_COMMAND` interaction events.
6164
* The value may be {@code null}.
6265
*/
6366
@com.google.api.client.util.Key
@@ -181,21 +184,27 @@ public DeprecatedEvent setCommon(CommonEventObject common) {
181184
}
182185

183186
/**
184-
* For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
185-
* an authorization or configuration flow outside of Google Chat. For more information, see
186-
* [Connect a Chat app with other services and
187-
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
187+
* This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
188+
* an authorization or configuration flow outside of Google Chat, users must be redirected to this
189+
* URL to signal to Google Chat that the authorization or configuration flow was successful. For
190+
* more information, see [Connect a Chat app with other services and
191+
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
192+
* Preview](https://developers.google.com/workspace/preview), this URL is also populated for
193+
* `APP_COMMAND` interaction events.
188194
* @return value or {@code null} for none
189195
*/
190196
public java.lang.String getConfigCompleteRedirectUrl() {
191197
return configCompleteRedirectUrl;
192198
}
193199

194200
/**
195-
* For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
196-
* an authorization or configuration flow outside of Google Chat. For more information, see
197-
* [Connect a Chat app with other services and
198-
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
201+
* This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
202+
* an authorization or configuration flow outside of Google Chat, users must be redirected to this
203+
* URL to signal to Google Chat that the authorization or configuration flow was successful. For
204+
* more information, see [Connect a Chat app with other services and
205+
* tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
206+
* Preview](https://developers.google.com/workspace/preview), this URL is also populated for
207+
* `APP_COMMAND` interaction events.
199208
* @param configCompleteRedirectUrl configCompleteRedirectUrl or {@code null} for none
200209
*/
201210
public DeprecatedEvent setConfigCompleteRedirectUrl(java.lang.String configCompleteRedirectUrl) {

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

0 commit comments

Comments
 (0)