Skip to content

Commit 009abd8

Browse files
1 parent db71688 commit 009abd8

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
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-rev20240804-2.0.0</version>
25+
<version>v1-rev20240808-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-rev20240804-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20240808-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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public final class DeprecatedEvent extends com.google.api.client.json.GenericJso
5454
private CommonEventObject common;
5555

5656
/**
57-
* The URL the Chat app should redirect the user to after they have completed an authorization or
58-
* configuration flow outside of Google Chat. For more information, see [Connect a Chat app with
59-
* other services & tools](https://developers.google.com/workspace/chat/connect-web-services-
60-
* tools).
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).
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -181,21 +181,21 @@ public DeprecatedEvent setCommon(CommonEventObject common) {
181181
}
182182

183183
/**
184-
* The URL the Chat app should redirect the user to after they have completed an authorization or
185-
* configuration flow outside of Google Chat. For more information, see [Connect a Chat app with
186-
* other services & tools](https://developers.google.com/workspace/chat/connect-web-services-
187-
* tools).
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).
188188
* @return value or {@code null} for none
189189
*/
190190
public java.lang.String getConfigCompleteRedirectUrl() {
191191
return configCompleteRedirectUrl;
192192
}
193193

194194
/**
195-
* The URL the Chat app should redirect the user to after they have completed an authorization or
196-
* configuration flow outside of Google Chat. For more information, see [Connect a Chat app with
197-
* other services & tools](https://developers.google.com/workspace/chat/connect-web-services-
198-
* tools).
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).
199199
* @param configCompleteRedirectUrl configCompleteRedirectUrl or {@code null} for none
200200
*/
201201
public DeprecatedEvent setConfigCompleteRedirectUrl(java.lang.String configCompleteRedirectUrl) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public final class Thread extends com.google.api.client.json.GenericJson {
3535

3636
/**
37-
* Output only. Resource name of the thread. Example: `spaces/{space}/threads/{thread}`
37+
* Resource name of the thread. Example: `spaces/{space}/threads/{thread}`
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -52,15 +52,15 @@ public final class Thread extends com.google.api.client.json.GenericJson {
5252
private java.lang.String threadKey;
5353

5454
/**
55-
* Output only. Resource name of the thread. Example: `spaces/{space}/threads/{thread}`
55+
* Resource name of the thread. Example: `spaces/{space}/threads/{thread}`
5656
* @return value or {@code null} for none
5757
*/
5858
public java.lang.String getName() {
5959
return name;
6060
}
6161

6262
/**
63-
* Output only. Resource name of the thread. Example: `spaces/{space}/threads/{thread}`
63+
* Resource name of the thread. Example: `spaces/{space}/threads/{thread}`
6464
* @param name name or {@code null} for none
6565
*/
6666
public Thread setName(java.lang.String name) {

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

0 commit comments

Comments
 (0)