Skip to content

Commit 46f1757

Browse files
1 parent 28681c4 commit 46f1757

17 files changed

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

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ public final class GoogleAppsCardV1Card extends com.google.api.client.json.Gener
7373
private java.lang.String displayStyle;
7474

7575
/**
76-
* The expression data for the card. Only supported by Google Workspace Workflow, but not Google
77-
* Chat apps or Google Workspace add-ons.
76+
* The expression data for the card. Available for Google Workspace add-ons that extend Google
77+
* Workspace flows, which is available as part of the [Gemini Alpha
78+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
7879
* The value may be {@code null}.
7980
*/
8081
@com.google.api.client.util.Key
@@ -182,17 +183,19 @@ public GoogleAppsCardV1Card setDisplayStyle(java.lang.String displayStyle) {
182183
}
183184

184185
/**
185-
* The expression data for the card. Only supported by Google Workspace Workflow, but not Google
186-
* Chat apps or Google Workspace add-ons.
186+
* The expression data for the card. Available for Google Workspace add-ons that extend Google
187+
* Workspace flows, which is available as part of the [Gemini Alpha
188+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
187189
* @return value or {@code null} for none
188190
*/
189191
public java.util.List<GoogleAppsCardV1ExpressionData> getExpressionData() {
190192
return expressionData;
191193
}
192194

193195
/**
194-
* The expression data for the card. Only supported by Google Workspace Workflow, but not Google
195-
* Chat apps or Google Workspace add-ons.
196+
* The expression data for the card. Available for Google Workspace add-ons that extend Google
197+
* Workspace flows, which is available as part of the [Gemini Alpha
198+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
196199
* @param expressionData expressionData or {@code null} for none
197200
*/
198201
public GoogleAppsCardV1Card setExpressionData(java.util.List<GoogleAppsCardV1ExpressionData> expressionData) {

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

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

1919
/**
20-
* Represents an action that is not specific to a widget. Only supported by Google Workspace
21-
* Workflow, but not Google Chat apps or Google Workspace add-ons.
20+
* Represents an action that is not specific to a widget. Available for Google Workspace add-ons
21+
* that extend Google Workspace flows, which is available as part of the [Gemini Alpha
22+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* 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/GoogleAppsCardV1Condition.java

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

1919
/**
20-
* Represents a condition that can be used to trigger an action. Only supported by Google Workspace
21-
* Workflow, but not Google Chat apps or Google Workspace add-ons.
20+
* Represents a condition that can be used to trigger an action. Available for Google Workspace add-
21+
* ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha
22+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* 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/GoogleAppsCardV1DataSourceConfig.java

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

1919
/**
20-
* A configuration object that helps configure the data sources for a widget. Only supported by
21-
* Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.
20+
* A configuration object that helps configure the data sources for a widget. Available for Google
21+
* Workspace add-ons that extend Google Workspace flows, which is available as part of the [Gemini
22+
* Alpha program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* 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/GoogleAppsCardV1DateTimePicker.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ public final class GoogleAppsCardV1DateTimePicker extends com.google.api.client.
3939

4040
/**
4141
* A data source that's unique to a Google Workspace host application, such as Gmail emails,
42-
* Google Calendar events, or Google Chat messages. Only supported by Google Workspace Workflows,
43-
* but not Google Chat API or Google Workspace Add-ons.
42+
* Google Calendar events, or Google Chat messages. Available for Google Workspace add-ons that
43+
* extend Google Workspace flows, which is available as part of the [Gemini Alpha
44+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
4445
* The value may be {@code null}.
4546
*/
4647
@com.google.api.client.util.Key
@@ -101,8 +102,9 @@ public final class GoogleAppsCardV1DateTimePicker extends com.google.api.client.
101102

102103
/**
103104
* A data source that's unique to a Google Workspace host application, such as Gmail emails,
104-
* Google Calendar events, or Google Chat messages. Only supported by Google Workspace Workflows,
105-
* but not Google Chat API or Google Workspace Add-ons.
105+
* Google Calendar events, or Google Chat messages. Available for Google Workspace add-ons that
106+
* extend Google Workspace flows, which is available as part of the [Gemini Alpha
107+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
106108
* @return value or {@code null} for none
107109
*/
108110
public HostAppDataSourceMarkup getHostAppDataSource() {
@@ -111,8 +113,9 @@ public HostAppDataSourceMarkup getHostAppDataSource() {
111113

112114
/**
113115
* A data source that's unique to a Google Workspace host application, such as Gmail emails,
114-
* Google Calendar events, or Google Chat messages. Only supported by Google Workspace Workflows,
115-
* but not Google Chat API or Google Workspace Add-ons.
116+
* Google Calendar events, or Google Chat messages. Available for Google Workspace add-ons that
117+
* extend Google Workspace flows, which is available as part of the [Gemini Alpha
118+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
116119
* @param hostAppDataSource hostAppDataSource or {@code null} for none
117120
*/
118121
public GoogleAppsCardV1DateTimePicker setHostAppDataSource(HostAppDataSourceMarkup hostAppDataSource) {

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

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

1919
/**
20-
* Represents an actionthat can be performed on an ui element. Only supported by Google Workspace
21-
* Workflow, but not Google Chat apps or Google Workspace add-ons.
20+
* Represents an actionthat can be performed on an ui element. Available for Google Workspace add-
21+
* ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha
22+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* 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/GoogleAppsCardV1ExpressionData.java

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

1919
/**
20-
* Represents the data that is used to evaluate an expression. Only supported by Google Workspace
21-
* Workflow, but not Google Chat apps or Google Workspace add-ons.
20+
* Represents the data that is used to evaluate an expression. Available for Google Workspace add-
21+
* ons that extend Google Workspace flows, which is available as part of the [Gemini Alpha
22+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* 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/GoogleAppsCardV1ExpressionDataCondition.java

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

1919
/**
20-
* Represents a condition that is evaluated using CEL. Only supported by Google Workspace Workflow,
21-
* but not Google Chat apps or Google Workspace add-ons.
20+
* Represents a condition that is evaluated using CEL. Available for Google Workspace add-ons that
21+
* extend Google Workspace flows, which is available as part of the [Gemini Alpha
22+
* program](https://support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* 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: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ public final class GoogleAppsCardV1Section extends com.google.api.client.json.Ge
6262

6363
/**
6464
* A unique ID assigned to the section that's used to identify the section to be mutated. The ID
65-
* has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`. Only
66-
* supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.
65+
* has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`.
66+
* Available for Google Workspace add-ons that extend Google Workspace flows, which is available
67+
* as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809).
68+
* Unavailable for Google Chat apps.
6769
* The value may be {@code null}.
6870
*/
6971
@com.google.api.client.util.Key
@@ -155,8 +157,10 @@ public GoogleAppsCardV1Section setHeader(java.lang.String header) {
155157

156158
/**
157159
* A unique ID assigned to the section that's used to identify the section to be mutated. The ID
158-
* has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`. Only
159-
* supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.
160+
* has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`.
161+
* Available for Google Workspace add-ons that extend Google Workspace flows, which is available
162+
* as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809).
163+
* Unavailable for Google Chat apps.
160164
* @return value or {@code null} for none
161165
*/
162166
public java.lang.String getId() {
@@ -165,8 +169,10 @@ public java.lang.String getId() {
165169

166170
/**
167171
* A unique ID assigned to the section that's used to identify the section to be mutated. The ID
168-
* has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`. Only
169-
* supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.
172+
* has a character limit of 64 characters and should be in the format of `[a-zA-Z0-9-]+`.
173+
* Available for Google Workspace add-ons that extend Google Workspace flows, which is available
174+
* as part of the [Gemini Alpha program](https://support.google.com/a/answer/14170809).
175+
* Unavailable for Google Chat apps.
170176
* @param id id or {@code null} for none
171177
*/
172178
public GoogleAppsCardV1Section setId(java.lang.String id) {

0 commit comments

Comments
 (0)