Skip to content

Commit bac1927

Browse files
1 parent a8f27d9 commit bac1927

File tree

6 files changed

+17
-19
lines changed

6 files changed

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

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
package com.google.api.services.chat.v1.model;
1818

1919
/**
20-
* [Developer Preview](https://developers.google.com/workspace/preview): A carousel, also known as a
21-
* slider, rotates and displays a list of widgets in a slideshow format, with buttons navigating to
22-
* the previous or next widget. For example, this is a JSON representation of a carousel that
23-
* contains three text paragraph widgets. ``` { "carouselCards": [ { "widgets": [ { "textParagraph":
24-
* { "text": "First text paragraph in carousel", } } ] }, { "widgets": [ { "textParagraph": {
25-
* "text": "Second text paragraph in carousel", } } ] }, { "widgets": [ { "textParagraph": { "text":
26-
* "Third text paragraph in carousel", } } ] } ] } ``` [Google Chat
27-
* apps](https://developers.google.com/workspace/chat):
20+
* A carousel, also known as a slider, rotates and displays a list of widgets in a slideshow format,
21+
* with buttons navigating to the previous or next widget. For example, this is a JSON
22+
* representation of a carousel that contains three text paragraph widgets. ``` { "carouselCards": [
23+
* { "widgets": [ { "textParagraph": { "text": "First text paragraph in carousel", } } ] }, {
24+
* "widgets": [ { "textParagraph": { "text": "Second text paragraph in carousel", } } ] }, {
25+
* "widgets": [ { "textParagraph": { "text": "Third text paragraph in carousel", } } ] } ] } ```
26+
* [Google Chat apps](https://developers.google.com/workspace/chat):
2827
*
2928
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3029
* transmitted over HTTP when working with the Google Chat API. For a detailed explanation see:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.chat.v1.model;
1818

1919
/**
20-
* [Developer Preview](https://developers.google.com/workspace/preview): A card that can be
21-
* displayed as a carousel item. [Google Chat apps](https://developers.google.com/workspace/chat):
20+
* A card that can be displayed as a carousel item. [Google Chat
21+
* apps](https://developers.google.com/workspace/chat):
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Google Chat API. For a detailed explanation see:

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
package com.google.api.services.chat.v1.model;
1818

1919
/**
20-
* [Developer Preview](https://developers.google.com/workspace/preview): A list of widgets that can
21-
* be displayed in a containing layout, such as a `CarouselCard`. [Google Chat
22-
* apps](https://developers.google.com/workspace/chat):
20+
* A list of widgets that can be displayed in a containing layout, such as a `CarouselCard`. [Google
21+
* Chat apps](https://developers.google.com/workspace/chat):
2322
*
2423
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2524
* transmitted over HTTP when working with the Google Chat API. For a detailed explanation see:

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

0 commit comments

Comments
 (0)