Skip to content

Commit d5a9eb7

Browse files
1 parent a223fae commit d5a9eb7

File tree

6 files changed

+22
-24
lines changed

6 files changed

+22
-24
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-rev20250209-2.0.0</version>
25+
<version>v1-rev20250213-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-rev20250209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250213-2.0.0'
3939
}
4040
```
4141

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

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

1919
/**
20-
* Metadata associated with app commands. App commands are a way for users to invoke and interact
21-
* with a Chat app. These can be slash commands typed in the compose box, or items directly selected
22-
* from the integration menu. For more information, see [Respond to quick
23-
* commands](https://developers.google.com/workspace/chat/quick-commands).
20+
* Metadata about a [Chat app command](https://developers.google.com/workspace/chat/commands).
2421
*
2522
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2623
* transmitted over HTTP when working with the Google Chat API. For a detailed explanation see:
@@ -33,29 +30,29 @@
3330
public final class AppCommandMetadata extends com.google.api.client.json.GenericJson {
3431

3532
/**
36-
* The command ID for the given app interaction.
33+
* The ID for the command specified in the Chat API configuration.
3734
* The value may be {@code null}.
3835
*/
3936
@com.google.api.client.util.Key
4037
private java.lang.Integer appCommandId;
4138

4239
/**
43-
* The type of the app command.
40+
* The type of Chat app command.
4441
* The value may be {@code null}.
4542
*/
4643
@com.google.api.client.util.Key
4744
private java.lang.String appCommandType;
4845

4946
/**
50-
* The command ID for the given app interaction.
47+
* The ID for the command specified in the Chat API configuration.
5148
* @return value or {@code null} for none
5249
*/
5350
public java.lang.Integer getAppCommandId() {
5451
return appCommandId;
5552
}
5653

5754
/**
58-
* The command ID for the given app interaction.
55+
* The ID for the command specified in the Chat API configuration.
5956
* @param appCommandId appCommandId or {@code null} for none
6057
*/
6158
public AppCommandMetadata setAppCommandId(java.lang.Integer appCommandId) {
@@ -64,15 +61,15 @@ public AppCommandMetadata setAppCommandId(java.lang.Integer appCommandId) {
6461
}
6562

6663
/**
67-
* The type of the app command.
64+
* The type of Chat app command.
6865
* @return value or {@code null} for none
6966
*/
7067
public java.lang.String getAppCommandType() {
7168
return appCommandType;
7269
}
7370

7471
/**
75-
* The type of the app command.
72+
* The type of Chat app command.
7673
* @param appCommandType appCommandType or {@code null} for none
7774
*/
7875
public AppCommandMetadata setAppCommandType(java.lang.String appCommandType) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class DeprecatedEvent extends com.google.api.client.json.GenericJso
4545
private FormAction action;
4646

4747
/**
48-
* Populated for app commands, including slash commands and quick commands.
48+
* Metadata about a Chat app command.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -177,15 +177,15 @@ public DeprecatedEvent setAction(FormAction action) {
177177
}
178178

179179
/**
180-
* Populated for app commands, including slash commands and quick commands.
180+
* Metadata about a Chat app command.
181181
* @return value or {@code null} for none
182182
*/
183183
public AppCommandMetadata getAppCommandMetadata() {
184184
return appCommandMetadata;
185185
}
186186

187187
/**
188-
* Populated for app commands, including slash commands and quick commands.
188+
* Metadata about a Chat app command.
189189
* @param appCommandMetadata appCommandMetadata or {@code null} for none
190190
*/
191191
public DeprecatedEvent setAppCommandMetadata(AppCommandMetadata appCommandMetadata) {

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

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

1919
/**
20-
* A [slash command](https://developers.google.com/workspace/chat/slash-commands) in Google Chat.
20+
* Metadata about a [slash command](https://developers.google.com/workspace/chat/commands) in Google
21+
* Chat.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Google Chat API. For a detailed explanation see:
@@ -30,22 +31,22 @@
3031
public final class SlashCommand extends com.google.api.client.json.GenericJson {
3132

3233
/**
33-
* The ID of the slash command invoked.
34+
* The ID of the slash command.
3435
* The value may be {@code null}.
3536
*/
3637
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3738
private java.lang.Long commandId;
3839

3940
/**
40-
* The ID of the slash command invoked.
41+
* The ID of the slash command.
4142
* @return value or {@code null} for none
4243
*/
4344
public java.lang.Long getCommandId() {
4445
return commandId;
4546
}
4647

4748
/**
48-
* The ID of the slash command invoked.
49+
* The ID of the slash command.
4950
* @param commandId commandId or {@code null} for none
5051
*/
5152
public SlashCommand setCommandId(java.lang.Long commandId) {

clients/google-api-services-chat/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20250209-2.0.0</version>
12-
<name>Google Chat API v1-rev20250209-2.0.0</name>
11+
<version>v1-rev20250213-2.0.0</version>
12+
<name>Google Chat API v1-rev20250213-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -91,7 +91,7 @@
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

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

0 commit comments

Comments
 (0)