Skip to content

Commit 1f3d4a4

Browse files
1 parent 15c1f45 commit 1f3d4a4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEventsScopes.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ public class WorkspaceEventsScopes {
3232
/** View members in Google Chat conversations.. */
3333
public static final String CHAT_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.memberships.readonly";
3434

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

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

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

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

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

clients/google-api-services-workspaceevents/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-workspaceevents</artifactId>
11-
<version>v1-rev20241208-2.0.0</version>
12-
<name>Google Workspace Events API v1-rev20241208-2.0.0</name>
11+
<version>v1-rev20241210-2.0.0</version>
12+
<name>Google Workspace Events API v1-rev20241210-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)