Skip to content

Commit b6cfdd7

Browse files
1 parent 6c98542 commit b6cfdd7

14 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public final class GoogleAppsCardV1Button extends com.google.api.client.json.Gen
9191
/**
9292
* Optional. The type of a button. If unset, button type defaults to `OUTLINED`. If the `color`
9393
* field is set, the button type is forced to `FILLED` and any value set for this field is
94-
* ignored. [Google Chat apps](https://developers.google.com/workspace/chat):
94+
* ignored.
9595
* The value may be {@code null}.
9696
*/
9797
@com.google.api.client.util.Key
@@ -228,7 +228,7 @@ public GoogleAppsCardV1Button setText(java.lang.String text) {
228228
/**
229229
* Optional. The type of a button. If unset, button type defaults to `OUTLINED`. If the `color`
230230
* field is set, the button type is forced to `FILLED` and any value set for this field is
231-
* ignored. [Google Chat apps](https://developers.google.com/workspace/chat):
231+
* ignored.
232232
* @return value or {@code null} for none
233233
*/
234234
public java.lang.String getType() {
@@ -238,7 +238,7 @@ public java.lang.String getType() {
238238
/**
239239
* Optional. The type of a button. If unset, button type defaults to `OUTLINED`. If the `color`
240240
* field is set, the button type is forced to `FILLED` and any value set for this field is
241-
* ignored. [Google Chat apps](https://developers.google.com/workspace/chat):
241+
* ignored.
242242
* @param type type or {@code null} for none
243243
*/
244244
public GoogleAppsCardV1Button setType(java.lang.String type) {

clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/GoogleAppsCardV1Chip.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-
* A text, icon, or text and icon chip that users can click. [Google Chat
21-
* apps](https://developers.google.com/workspace/chat):
20+
* A text, icon, or text and icon chip that users can click. [Google Workspace Add-ons and Chat
21+
* apps](https://developers.google.com/workspace/extend):
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/GoogleAppsCardV1ChipList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next
21-
* line. [Google Chat apps](https://developers.google.com/workspace/chat):
21+
* line. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):
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/GoogleAppsCardV1CollapseControl.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-
* Represent an expand and collapse control. [Google Chat
21-
* apps](https://developers.google.com/workspace/chat):
20+
* Represent an expand and collapse control. [Google Workspace Add-ons and Chat
21+
* apps](https://developers.google.com/workspace/extend):
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/GoogleAppsCardV1OnClick.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ public final class GoogleAppsCardV1OnClick extends com.google.api.client.json.Ge
6363
private GoogleAppsCardV1OpenLink openLink;
6464

6565
/**
66-
* If specified, this `onClick` opens an overflow menu. [Google Chat
67-
* apps](https://developers.google.com/workspace/chat):
66+
* If specified, this `onClick` opens an overflow menu.
6867
* The value may be {@code null}.
6968
*/
7069
@com.google.api.client.util.Key
@@ -147,17 +146,15 @@ public GoogleAppsCardV1OnClick setOpenLink(GoogleAppsCardV1OpenLink openLink) {
147146
}
148147

149148
/**
150-
* If specified, this `onClick` opens an overflow menu. [Google Chat
151-
* apps](https://developers.google.com/workspace/chat):
149+
* If specified, this `onClick` opens an overflow menu.
152150
* @return value or {@code null} for none
153151
*/
154152
public GoogleAppsCardV1OverflowMenu getOverflowMenu() {
155153
return overflowMenu;
156154
}
157155

158156
/**
159-
* If specified, this `onClick` opens an overflow menu. [Google Chat
160-
* apps](https://developers.google.com/workspace/chat):
157+
* If specified, this `onClick` opens an overflow menu.
161158
* @param overflowMenu overflowMenu or {@code null} for none
162159
*/
163160
public GoogleAppsCardV1OnClick setOverflowMenu(GoogleAppsCardV1OverflowMenu overflowMenu) {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
* A widget that presents a pop-up menu with one or more actions that users can invoke. For example,
2121
* showing non-primary actions in a card. You can use this widget when actions don't fit in the
2222
* available space. To use, specify this widget in the `OnClick` action of widgets that support it.
23-
* For example, in a `Button`. [Google Chat apps](https://developers.google.com/workspace/chat):
23+
* For example, in a `Button`. [Google Workspace Add-ons and Chat
24+
* apps](https://developers.google.com/workspace/extend):
2425
*
2526
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2627
* 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/GoogleAppsCardV1OverflowMenuItem.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-
* An option that users can invoke in an overflow menu. [Google Chat
21-
* apps](https://developers.google.com/workspace/chat):
20+
* An option that users can invoke in an overflow menu. [Google Workspace Add-ons and Chat
21+
* apps](https://developers.google.com/workspace/extend):
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/GoogleAppsCardV1Section.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public final class GoogleAppsCardV1Section extends com.google.api.client.json.Ge
3333

3434
/**
3535
* Optional. Define the expand and collapse button of the section. This button will be shown only
36-
* if the section is collapsible. If this field isn't set, the default button is used. [Google
37-
* Chat apps](https://developers.google.com/workspace/chat):
36+
* if the section is collapsible. If this field isn't set, the default button is used.
3837
* The value may be {@code null}.
3938
*/
4039
@com.google.api.client.util.Key
@@ -80,8 +79,7 @@ public final class GoogleAppsCardV1Section extends com.google.api.client.json.Ge
8079

8180
/**
8281
* Optional. Define the expand and collapse button of the section. This button will be shown only
83-
* if the section is collapsible. If this field isn't set, the default button is used. [Google
84-
* Chat apps](https://developers.google.com/workspace/chat):
82+
* if the section is collapsible. If this field isn't set, the default button is used.
8583
* @return value or {@code null} for none
8684
*/
8785
public GoogleAppsCardV1CollapseControl getCollapseControl() {
@@ -90,8 +88,7 @@ public GoogleAppsCardV1CollapseControl getCollapseControl() {
9088

9189
/**
9290
* Optional. Define the expand and collapse button of the section. This button will be shown only
93-
* if the section is collapsible. If this field isn't set, the default button is used. [Google
94-
* Chat apps](https://developers.google.com/workspace/chat):
91+
* if the section is collapsible. If this field isn't set, the default button is used.
9592
* @param collapseControl collapseControl or {@code null} for none
9693
*/
9794
public GoogleAppsCardV1Section setCollapseControl(GoogleAppsCardV1CollapseControl collapseControl) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class GoogleAppsCardV1TextParagraph extends com.google.api.client.j
4040
* specified maximum number of lines, the excess content is concealed behind a **show more**
4141
* button. If the text is equal or shorter than the specified maximum number of lines, a **show
4242
* more** button isn't displayed. The default value is 0, in which case all context is displayed.
43-
* Negative values are ignored. [Google Chat apps](https://developers.google.com/workspace/chat):
43+
* Negative values are ignored.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -58,7 +58,7 @@ public final class GoogleAppsCardV1TextParagraph extends com.google.api.client.j
5858
* specified maximum number of lines, the excess content is concealed behind a **show more**
5959
* button. If the text is equal or shorter than the specified maximum number of lines, a **show
6060
* more** button isn't displayed. The default value is 0, in which case all context is displayed.
61-
* Negative values are ignored. [Google Chat apps](https://developers.google.com/workspace/chat):
61+
* Negative values are ignored.
6262
* @return value or {@code null} for none
6363
*/
6464
public java.lang.Integer getMaxLines() {
@@ -70,7 +70,7 @@ public java.lang.Integer getMaxLines() {
7070
* specified maximum number of lines, the excess content is concealed behind a **show more**
7171
* button. If the text is equal or shorter than the specified maximum number of lines, a **show
7272
* more** button isn't displayed. The default value is 0, in which case all context is displayed.
73-
* Negative values are ignored. [Google Chat apps](https://developers.google.com/workspace/chat):
73+
* Negative values are ignored.
7474
* @param maxLines maxLines or {@code null} for none
7575
*/
7676
public GoogleAppsCardV1TextParagraph setMaxLines(java.lang.Integer maxLines) {

0 commit comments

Comments
 (0)