Skip to content

Commit 1af02f8

Browse files
1 parent 8f919e5 commit 1af02f8

File tree

8 files changed

+197
-232
lines changed

8 files changed

+197
-232
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-rev20240908-2.0.0</version>
25+
<version>v1-rev20240912-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-rev20240908-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20240912-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: 162 additions & 192 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public final class GoogleAppsCardV1Card extends com.google.api.client.json.Gener
106106
private GoogleAppsCardV1CardHeader peekCardHeader;
107107

108108
/**
109-
* The divider style between sections.
109+
* The divider style between the header, sections and footer.
110110
* The value may be {@code null}.
111111
*/
112112
@com.google.api.client.util.Key
@@ -255,15 +255,15 @@ public GoogleAppsCardV1Card setPeekCardHeader(GoogleAppsCardV1CardHeader peekCar
255255
}
256256

257257
/**
258-
* The divider style between sections.
258+
* The divider style between the header, sections and footer.
259259
* @return value or {@code null} for none
260260
*/
261261
public java.lang.String getSectionDividerStyle() {
262262
return sectionDividerStyle;
263263
}
264264

265265
/**
266-
* The divider style between sections.
266+
* The divider style between the header, sections and footer.
267267
* @param sectionDividerStyle sectionDividerStyle or {@code null} for none
268268
*/
269269
public GoogleAppsCardV1Card setSectionDividerStyle(java.lang.String sectionDividerStyle) {

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
* column wraps if the screen width is less than or equal to 480 pixels. * On iOS devices, the
3131
* second column wraps if the screen width is less than or equal to 300 pt. * On Android devices,
3232
* the second column wraps if the screen width is less than or equal to 320 dp. To include more than
33-
* 2 columns, or to use rows, use the `Grid` widget. [Google Workspace Add-ons and Chat
34-
* apps](https://developers.google.com/workspace/extend):
33+
* two columns, or to use rows, use the `Grid` widget. [Google Workspace Add-ons and Chat
34+
* apps](https://developers.google.com/workspace/extend): The add-on UIs that support columns
35+
* include: * The dialog displayed when users open the add-on from an email draft. * The dialog
36+
* displayed when users open the add-on from the **Add attachment** menu in a Google Calendar event.
3537
*
3638
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3739
* 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/MembershipCount.java

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

1919
/**
20-
* [Developer Preview](https://developers.google.com/workspace/preview). Represents the count of
21-
* memberships of a space, grouped into categories.
20+
* Represents the count of memberships of a space, grouped into categories.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* 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/Space.java

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ public final class Space extends com.google.api.client.json.GenericJson {
6161

6262
/**
6363
* The space's display name. Required when [creating a
64-
* space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create). If
65-
* you receive the error message `ALREADY_EXISTS` when creating a space or updating the
66-
* `displayName`, try a different `displayName`. An existing space within the Google Workspace
67-
* organization might already use this display name. For direct messages, this field might be
68-
* empty. Supports up to 128 characters.
64+
* space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create) with a
65+
* `spaceType` of `SPACE`. If you receive the error message `ALREADY_EXISTS` when creating a space
66+
* or updating the `displayName`, try a different `displayName`. An existing space within the
67+
* Google Workspace organization might already use this display name. For direct messages, this
68+
* field might be empty. Supports up to 128 characters.
6969
* The value may be {@code null}.
7070
*/
7171
@com.google.api.client.util.Key
@@ -92,17 +92,15 @@ public final class Space extends com.google.api.client.json.GenericJson {
9292
private java.lang.Boolean importMode;
9393

9494
/**
95-
* Output only. Timestamp of the last message in the space. [Developer
96-
* Preview](https://developers.google.com/workspace/preview).
95+
* Output only. Timestamp of the last message in the space.
9796
* The value may be {@code null}.
9897
*/
9998
@com.google.api.client.util.Key
10099
private String lastActiveTime;
101100

102101
/**
103102
* Output only. The count of joined memberships grouped by member type. Populated when the
104-
* `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`. [Developer
105-
* Preview](https://developers.google.com/workspace/preview).
103+
* `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`.
106104
* The value may be {@code null}.
107105
*/
108106
@com.google.api.client.util.Key
@@ -246,11 +244,11 @@ public Space setCreateTime(String createTime) {
246244

247245
/**
248246
* The space's display name. Required when [creating a
249-
* space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create). If
250-
* you receive the error message `ALREADY_EXISTS` when creating a space or updating the
251-
* `displayName`, try a different `displayName`. An existing space within the Google Workspace
252-
* organization might already use this display name. For direct messages, this field might be
253-
* empty. Supports up to 128 characters.
247+
* space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create) with a
248+
* `spaceType` of `SPACE`. If you receive the error message `ALREADY_EXISTS` when creating a space
249+
* or updating the `displayName`, try a different `displayName`. An existing space within the
250+
* Google Workspace organization might already use this display name. For direct messages, this
251+
* field might be empty. Supports up to 128 characters.
254252
* @return value or {@code null} for none
255253
*/
256254
public java.lang.String getDisplayName() {
@@ -259,11 +257,11 @@ public java.lang.String getDisplayName() {
259257

260258
/**
261259
* The space's display name. Required when [creating a
262-
* space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create). If
263-
* you receive the error message `ALREADY_EXISTS` when creating a space or updating the
264-
* `displayName`, try a different `displayName`. An existing space within the Google Workspace
265-
* organization might already use this display name. For direct messages, this field might be
266-
* empty. Supports up to 128 characters.
260+
* space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create) with a
261+
* `spaceType` of `SPACE`. If you receive the error message `ALREADY_EXISTS` when creating a space
262+
* or updating the `displayName`, try a different `displayName`. An existing space within the
263+
* Google Workspace organization might already use this display name. For direct messages, this
264+
* field might be empty. Supports up to 128 characters.
267265
* @param displayName displayName or {@code null} for none
268266
*/
269267
public Space setDisplayName(java.lang.String displayName) {
@@ -318,17 +316,15 @@ public Space setImportMode(java.lang.Boolean importMode) {
318316
}
319317

320318
/**
321-
* Output only. Timestamp of the last message in the space. [Developer
322-
* Preview](https://developers.google.com/workspace/preview).
319+
* Output only. Timestamp of the last message in the space.
323320
* @return value or {@code null} for none
324321
*/
325322
public String getLastActiveTime() {
326323
return lastActiveTime;
327324
}
328325

329326
/**
330-
* Output only. Timestamp of the last message in the space. [Developer
331-
* Preview](https://developers.google.com/workspace/preview).
327+
* Output only. Timestamp of the last message in the space.
332328
* @param lastActiveTime lastActiveTime or {@code null} for none
333329
*/
334330
public Space setLastActiveTime(String lastActiveTime) {
@@ -338,8 +334,7 @@ public Space setLastActiveTime(String lastActiveTime) {
338334

339335
/**
340336
* Output only. The count of joined memberships grouped by member type. Populated when the
341-
* `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`. [Developer
342-
* Preview](https://developers.google.com/workspace/preview).
337+
* `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`.
343338
* @return value or {@code null} for none
344339
*/
345340
public MembershipCount getMembershipCount() {
@@ -348,8 +343,7 @@ public MembershipCount getMembershipCount() {
348343

349344
/**
350345
* Output only. The count of joined memberships grouped by member type. Populated when the
351-
* `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`. [Developer
352-
* Preview](https://developers.google.com/workspace/preview).
346+
* `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`.
353347
* @param membershipCount membershipCount or {@code null} for none
354348
*/
355349
public Space setMembershipCount(MembershipCount membershipCount) {

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

0 commit comments

Comments
 (0)