Skip to content

Commit 67fc622

Browse files
1 parent 077afd8 commit 67fc622

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
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-rev20240613-2.0.0</version>
25+
<version>v1-rev20240623-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-rev20240613-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20240623-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ public final class DeprecatedEvent extends com.google.api.client.json.GenericJso
4646
private FormAction action;
4747

4848
/**
49-
* Represents information about the user's client, such as locale, host app, and platform. For
50-
* Chat apps, `CommonEventObject` includes information submitted by users interacting with
51-
* [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card.
49+
* Represents informatmessage_visibilityion about the user's client, such as locale, host app, and
50+
* platform. For Chat apps, `CommonEventObject` includes information submitted by users
51+
* interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data
52+
* entered on a card.
5253
* The value may be {@code null}.
5354
*/
5455
@com.google.api.client.util.Key
@@ -160,19 +161,21 @@ public DeprecatedEvent setAction(FormAction action) {
160161
}
161162

162163
/**
163-
* Represents information about the user's client, such as locale, host app, and platform. For
164-
* Chat apps, `CommonEventObject` includes information submitted by users interacting with
165-
* [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card.
164+
* Represents informatmessage_visibilityion about the user's client, such as locale, host app, and
165+
* platform. For Chat apps, `CommonEventObject` includes information submitted by users
166+
* interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data
167+
* entered on a card.
166168
* @return value or {@code null} for none
167169
*/
168170
public CommonEventObject getCommon() {
169171
return common;
170172
}
171173

172174
/**
173-
* Represents information about the user's client, such as locale, host app, and platform. For
174-
* Chat apps, `CommonEventObject` includes information submitted by users interacting with
175-
* [dialogs](https://developers.google.com/workspace/chat/dialogs), like data entered on a card.
175+
* Represents informatmessage_visibilityion about the user's client, such as locale, host app, and
176+
* platform. For Chat apps, `CommonEventObject` includes information submitted by users
177+
* interacting with [dialogs](https://developers.google.com/workspace/chat/dialogs), like data
178+
* entered on a card.
176179
* @param common common or {@code null} for none
177180
*/
178181
public DeprecatedEvent setCommon(CommonEventObject common) {

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

0 commit comments

Comments
 (0)