Skip to content

Commit 2281e12

Browse files
1 parent bb37fa3 commit 2281e12

File tree

4 files changed

+10
-10
lines changed

4 files changed

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,22 @@ public class HangoutsChatScopes {
6868
/** View members in Google Chat conversations.. */
6969
public static final String CHAT_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.memberships.readonly";
7070

71-
/** See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.. */
71+
/** See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.. */
7272
public static final String CHAT_MESSAGES = "https://www.googleapis.com/auth/chat.messages";
7373

7474
/** Compose and send messages in Google Chat. */
7575
public static final String CHAT_MESSAGES_CREATE = "https://www.googleapis.com/auth/chat.messages.create";
7676

77-
/** See, add, and delete reactions as well as their reaction content to messages in Google Chat. */
77+
/** See, add, and delete reactions to messages in Google Chat. */
7878
public static final String CHAT_MESSAGES_REACTIONS = "https://www.googleapis.com/auth/chat.messages.reactions";
7979

8080
/** Add reactions to messages in Google Chat. */
8181
public static final String CHAT_MESSAGES_REACTIONS_CREATE = "https://www.googleapis.com/auth/chat.messages.reactions.create";
8282

83-
/** View reactions as well as their reaction content to messages in Google Chat. */
83+
/** View reactions to messages in Google Chat. */
8484
public static final String CHAT_MESSAGES_REACTIONS_READONLY = "https://www.googleapis.com/auth/chat.messages.reactions.readonly";
8585

86-
/** See messages as well as their reactions and message content in Google Chat. */
86+
/** See messages and their associated reactions and attachments in Google Chat. */
8787
public static final String CHAT_MESSAGES_READONLY = "https://www.googleapis.com/auth/chat.messages.readonly";
8888

8989
/** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */

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

0 commit comments

Comments
 (0)