Skip to content

Commit 6a622d5

Browse files
1 parent abc628b commit 6a622d5

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-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-rev20251002-2.0.0</version>
25+
<version>v1-rev20251009-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-rev20251002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20251009-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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ public final class Message extends com.google.api.client.json.GenericJson {
204204
* the format ``. * Custom hyperlinks using the format `<{url}|{rendered_text}>` where the first
205205
* string is the URL and the second is the rendered text—for example, ``. * Custom emoji using the
206206
* format `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as
207-
* `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a
207+
* `U+1F600` for a grinning face emoji. * Bullet list items using asterisks (`*`)—for example, `*
208+
* item`. For more information, see [View text formatting sent in a
208209
* message](https://developers.google.com/workspace/chat/format-
209210
* messages#view_text_formatting_sent_in_a_message)
210211
* The value may be {@code null}.
@@ -625,7 +626,8 @@ public Message setFallbackText(java.lang.String fallbackText) {
625626
* the format ``. * Custom hyperlinks using the format `<{url}|{rendered_text}>` where the first
626627
* string is the URL and the second is the rendered text—for example, ``. * Custom emoji using the
627628
* format `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as
628-
* `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a
629+
* `U+1F600` for a grinning face emoji. * Bullet list items using asterisks (`*`)—for example, `*
630+
* item`. For more information, see [View text formatting sent in a
629631
* message](https://developers.google.com/workspace/chat/format-
630632
* messages#view_text_formatting_sent_in_a_message)
631633
* @return value or {@code null} for none
@@ -643,7 +645,8 @@ public java.lang.String getFormattedText() {
643645
* the format ``. * Custom hyperlinks using the format `<{url}|{rendered_text}>` where the first
644646
* string is the URL and the second is the rendered text—for example, ``. * Custom emoji using the
645647
* format `:{emoji_name}:`—for example, `:smile:`. This doesn't apply to Unicode emoji, such as
646-
* `U+1F600` for a grinning face emoji. For more information, see [View text formatting sent in a
648+
* `U+1F600` for a grinning face emoji. * Bullet list items using asterisks (`*`)—for example, `*
649+
* item`. For more information, see [View text formatting sent in a
647650
* message](https://developers.google.com/workspace/chat/format-
648651
* messages#view_text_formatting_sent_in_a_message)
649652
* @param formattedText formattedText or {@code null} for none

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

0 commit comments

Comments
 (0)