Skip to content

Commit

Permalink
chore: regenerate workspaceevents client (#24190)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 14, 2024
1 parent 15c1f45 commit 1f3d4a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-workspaceevents</artifactId>
<version>v1-rev20241208-2.0.0</version>
<version>v1-rev20241210-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20241208-2.0.0'
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20241210-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ public class WorkspaceEventsScopes {
/** View members in Google Chat conversations.. */
public static final String CHAT_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.memberships.readonly";

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

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

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

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

/** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-workspaceevents/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-workspaceevents</artifactId>
<version>v1-rev20241208-2.0.0</version>
<name>Google Workspace Events API v1-rev20241208-2.0.0</name>
<version>v1-rev20241210-2.0.0</version>
<name>Google Workspace Events API v1-rev20241210-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-workspaceevents/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-workspaceevents</artifactId>
<version>v1-rev20241208-2.0.0</version>
<version>v1-rev20241210-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20241208-2.0.0'
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20241210-2.0.0'
}
```

Expand Down

0 comments on commit 1f3d4a4

Please sign in to comment.