Skip to content

Commit e279910

Browse files
1 parent f3ec86b commit e279910

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
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-rev20240709-2.0.0</version>
25+
<version>v1-rev20240723-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-rev20240709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20240723-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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@ public class HangoutsChatScopes {
4141
/** Private Service: https://www.googleapis.com/auth/chat.bot. */
4242
public static final String CHAT_BOT = "https://www.googleapis.com/auth/chat.bot";
4343

44-
/** Delete conversations and spaces & remove access to associated files in Google Chat. */
44+
/** Delete conversations and spaces and remove access to associated files in Google Chat. */
4545
public static final String CHAT_DELETE = "https://www.googleapis.com/auth/chat.delete";
4646

4747
/** Import spaces, messages, and memberships into Google Chat.. */
4848
public static final String CHAT_IMPORT = "https://www.googleapis.com/auth/chat.import";
4949

50-
/** View, add, update, and remove members from conversations in Google Chat. */
50+
/** See, add, update, and remove members from conversations and spaces in Google Chat. */
5151
public static final String CHAT_MEMBERSHIPS = "https://www.googleapis.com/auth/chat.memberships";
5252

53-
/** Add and remove itself from conversations in Google Chat. */
53+
/** Add and remove itself from conversations and spaces in Google Chat. */
5454
public static final String CHAT_MEMBERSHIPS_APP = "https://www.googleapis.com/auth/chat.memberships.app";
5555

5656
/** View members in Google Chat conversations.. */
5757
public static final String CHAT_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.memberships.readonly";
5858

59-
/** View, compose, send, update, and delete messages, and add, view, and delete reactions to messages.. */
59+
/** See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.. */
6060
public static final String CHAT_MESSAGES = "https://www.googleapis.com/auth/chat.messages";
6161

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

65-
/** View, add, and delete reactions to messages in Google Chat. */
65+
/** See, add, and delete reactions to messages in Google Chat. */
6666
public static final String CHAT_MESSAGES_REACTIONS = "https://www.googleapis.com/auth/chat.messages.reactions";
6767

6868
/** Add reactions to messages in Google Chat. */
@@ -71,13 +71,13 @@ public class HangoutsChatScopes {
7171
/** View reactions to messages in Google Chat. */
7272
public static final String CHAT_MESSAGES_REACTIONS_READONLY = "https://www.googleapis.com/auth/chat.messages.reactions.readonly";
7373

74-
/** View messages and reactions in Google Chat. */
74+
/** See messages and their associated reactions and attachments in Google Chat. */
7575
public static final String CHAT_MESSAGES_READONLY = "https://www.googleapis.com/auth/chat.messages.readonly";
7676

77-
/** Create conversations and spaces and see or edit metadata (including history settings and access settings) in Google Chat. */
77+
/** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */
7878
public static final String CHAT_SPACES = "https://www.googleapis.com/auth/chat.spaces";
7979

80-
/** Create new conversations in Google Chat. */
80+
/** Create new conversations and spaces in Google Chat. */
8181
public static final String CHAT_SPACES_CREATE = "https://www.googleapis.com/auth/chat.spaces.create";
8282

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

0 commit comments

Comments
 (0)