Skip to content

Commit 9b75914

Browse files
1 parent b8d4923 commit 9b75914

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

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

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,9 @@ public final class Message extends com.google.api.client.json.GenericJson {
226226
private String lastUpdateTime;
227227

228228
/**
229-
* Output only. A URL in `spaces.messages.text` that matches a link preview pattern. For more
230-
* information, see [Preview links](https://developers.google.com/workspace/chat/preview-links).
229+
* Output only. A URL in the Chat message `text` field that matches a link preview pattern. For
230+
* more information, see [Preview links](https://developers.google.com/workspace/chat/preview-
231+
* links).
231232
* The value may be {@code null}.
232233
*/
233234
@com.google.api.client.util.Key
@@ -686,17 +687,19 @@ public Message setLastUpdateTime(String lastUpdateTime) {
686687
}
687688

688689
/**
689-
* Output only. A URL in `spaces.messages.text` that matches a link preview pattern. For more
690-
* information, see [Preview links](https://developers.google.com/workspace/chat/preview-links).
690+
* Output only. A URL in the Chat message `text` field that matches a link preview pattern. For
691+
* more information, see [Preview links](https://developers.google.com/workspace/chat/preview-
692+
* links).
691693
* @return value or {@code null} for none
692694
*/
693695
public MatchedUrl getMatchedUrl() {
694696
return matchedUrl;
695697
}
696698

697699
/**
698-
* Output only. A URL in `spaces.messages.text` that matches a link preview pattern. For more
699-
* information, see [Preview links](https://developers.google.com/workspace/chat/preview-links).
700+
* Output only. A URL in the Chat message `text` field that matches a link preview pattern. For
701+
* more information, see [Preview links](https://developers.google.com/workspace/chat/preview-
702+
* links).
700703
* @param matchedUrl matchedUrl or {@code null} for none
701704
*/
702705
public Message setMatchedUrl(MatchedUrl matchedUrl) {

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

0 commit comments

Comments
 (0)