Skip to content

Commit 07c285d

Browse files
1 parent 2cda3d0 commit 07c285d

19 files changed

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

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,8 +2566,7 @@ public Patch setName(java.lang.String name) {
25662566
* Supports changing the [permission
25672567
* settings](https://support.google.com/chat/answer/13340792) of a space. When updating
25682568
* permission settings, you can only specify `permissionSettings` field masks; you cannot
2569-
* update other field masks at the same time. `permissionSettings` is not supported with
2570-
* `useAdminAccess`. The supported field masks include: -
2569+
* update other field masks at the same time. The supported field masks include: -
25712570
* `permission_settings.manageMembersAndGroups` - `permission_settings.modifySpaceDetails` -
25722571
* `permission_settings.toggleHistory` - `permission_settings.useAtMentionAll` -
25732572
* `permission_settings.manageApps` - `permission_settings.manageWebhooks` -
@@ -2604,11 +2603,11 @@ public Patch setName(java.lang.String name) {
26042603
`access_settings.audience` is not supported with `useAdminAccess`. `permission_settings`: Supports
26052604
changing the [permission settings](https://support.google.com/chat/answer/13340792) of a space.
26062605
When updating permission settings, you can only specify `permissionSettings` field masks; you
2607-
cannot update other field masks at the same time. `permissionSettings` is not supported with
2608-
`useAdminAccess`. The supported field masks include: - `permission_settings.manageMembersAndGroups`
2609-
- `permission_settings.modifySpaceDetails` - `permission_settings.toggleHistory` -
2610-
`permission_settings.useAtMentionAll` - `permission_settings.manageApps` -
2611-
`permission_settings.manageWebhooks` - `permission_settings.replyMessages`
2606+
cannot update other field masks at the same time. The supported field masks include: -
2607+
`permission_settings.manageMembersAndGroups` - `permission_settings.modifySpaceDetails` -
2608+
`permission_settings.toggleHistory` - `permission_settings.useAtMentionAll` -
2609+
`permission_settings.manageApps` - `permission_settings.manageWebhooks` -
2610+
`permission_settings.replyMessages`
26122611
*/
26132612
public String getUpdateMask() {
26142613
return updateMask;
@@ -2647,8 +2646,7 @@ public String getUpdateMask() {
26472646
* Supports changing the [permission
26482647
* settings](https://support.google.com/chat/answer/13340792) of a space. When updating
26492648
* permission settings, you can only specify `permissionSettings` field masks; you cannot
2650-
* update other field masks at the same time. `permissionSettings` is not supported with
2651-
* `useAdminAccess`. The supported field masks include: -
2649+
* update other field masks at the same time. The supported field masks include: -
26522650
* `permission_settings.manageMembersAndGroups` - `permission_settings.modifySpaceDetails` -
26532651
* `permission_settings.toggleHistory` - `permission_settings.useAtMentionAll` -
26542652
* `permission_settings.manageApps` - `permission_settings.manageWebhooks` -

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ public final class GoogleAppsCardV1Card extends com.google.api.client.json.Gener
7474

7575
/**
7676
* 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.
77+
* Workspace Studio. Unavailable for Google Chat apps.
7978
* The value may be {@code null}.
8079
*/
8180
@com.google.api.client.util.Key
@@ -184,8 +183,7 @@ public GoogleAppsCardV1Card setDisplayStyle(java.lang.String displayStyle) {
184183

185184
/**
186185
* 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.
186+
* Workspace Studio. Unavailable for Google Chat apps.
189187
* @return value or {@code null} for none
190188
*/
191189
public java.util.List<GoogleAppsCardV1ExpressionData> getExpressionData() {
@@ -194,8 +192,7 @@ public java.util.List<GoogleAppsCardV1ExpressionData> getExpressionData() {
194192

195193
/**
196194
* 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.
195+
* Workspace Studio. Unavailable for Google Chat apps.
199196
* @param expressionData expressionData or {@code null} for none
200197
*/
201198
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
/**
2020
* 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.
21+
* that extend Google Workspace Studio. Unavailable for Google Chat apps.
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/com/google/api/services/chat/v1/model/GoogleAppsCardV1Condition.java

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

1919
/**
2020
* 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.
21+
* ons that extend Google Workspace Studio. Unavailable for Google Chat apps.
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/com/google/api/services/chat/v1/model/GoogleAppsCardV1DataSourceConfig.java

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

1919
/**
2020
* 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.
21+
* Workspace add-ons that extend Google Workspace Studio. Unavailable for Google Chat apps.
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/com/google/api/services/chat/v1/model/GoogleAppsCardV1DateTimePicker.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public final class GoogleAppsCardV1DateTimePicker extends com.google.api.client.
4040
/**
4141
* A data source that's unique to a Google Workspace host application, such as Gmail emails,
4242
* 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.
43+
* extend Google Workspace Studio. Unavailable for Google Chat apps.
4544
* The value may be {@code null}.
4645
*/
4746
@com.google.api.client.util.Key
@@ -103,8 +102,7 @@ public final class GoogleAppsCardV1DateTimePicker extends com.google.api.client.
103102
/**
104103
* A data source that's unique to a Google Workspace host application, such as Gmail emails,
105104
* 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.
105+
* extend Google Workspace Studio. Unavailable for Google Chat apps.
108106
* @return value or {@code null} for none
109107
*/
110108
public HostAppDataSourceMarkup getHostAppDataSource() {
@@ -114,8 +112,7 @@ public HostAppDataSourceMarkup getHostAppDataSource() {
114112
/**
115113
* A data source that's unique to a Google Workspace host application, such as Gmail emails,
116114
* 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.
115+
* extend Google Workspace Studio. Unavailable for Google Chat apps.
119116
* @param hostAppDataSource hostAppDataSource or {@code null} for none
120117
*/
121118
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
/**
2020
* 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.
21+
* ons that extend Google Workspace Studio. Unavailable for Google Chat apps.
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/com/google/api/services/chat/v1/model/GoogleAppsCardV1ExpressionData.java

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

1919
/**
2020
* 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.
21+
* ons that extend Google Workspace Studio. Unavailable for Google Chat apps.
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/com/google/api/services/chat/v1/model/GoogleAppsCardV1ExpressionDataCondition.java

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

1919
/**
2020
* 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.
21+
* extend Google Workspace Studio. Unavailable for Google Chat apps.
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:

0 commit comments

Comments
 (0)