Skip to content

Commit 9dbf7df

Browse files
1 parent 7a1ecd9 commit 9dbf7df

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

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-rev20260714-2.0.0</version>
25+
<version>v1-rev20260723-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-rev20260714-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20260723-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ public class HangoutsChatScopes {
3838
/** View display name, description, and other metadata for all Google Chat conversations owned by your organization. */
3939
public static final String CHAT_ADMIN_SPACES_READONLY = "https://www.googleapis.com/auth/chat.admin.spaces.readonly";
4040

41+
/** On their own behalf, apps in Google Chat can see all members in Google Chat spaces and conversations throughout your Workspace organization, even when the Chat app isn't a member. */
42+
public static final String CHAT_APP_ALL_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.app.all.memberships.readonly";
43+
44+
/** On their own behalf, apps in Google Chat can see all messages and reactions throughout your Workspace organization, even when the Chat app isn't a member of a space or conversation. */
45+
public static final String CHAT_APP_ALL_MESSAGES_READONLY = "https://www.googleapis.com/auth/chat.app.all.messages.readonly";
46+
47+
/** On their own behalf, apps in Google Chat can see metadata about all spaces and conversations in Google Chat throughout your Workspace organization, even when the Chat app isn't a member. */
48+
public static final String CHAT_APP_ALL_SPACES_READONLY = "https://www.googleapis.com/auth/chat.app.all.spaces.readonly";
49+
4150
/** On their own behalf, apps in Google Chat can delete conversations and spaces and remove access to associated files. */
4251
public static final String CHAT_APP_DELETE = "https://www.googleapis.com/auth/chat.app.delete";
4352

@@ -143,6 +152,9 @@ public static java.util.Set<String> all() {
143152
set.add(CHAT_ADMIN_MEMBERSHIPS_READONLY);
144153
set.add(CHAT_ADMIN_SPACES);
145154
set.add(CHAT_ADMIN_SPACES_READONLY);
155+
set.add(CHAT_APP_ALL_MEMBERSHIPS_READONLY);
156+
set.add(CHAT_APP_ALL_MESSAGES_READONLY);
157+
set.add(CHAT_APP_ALL_SPACES_READONLY);
146158
set.add(CHAT_APP_DELETE);
147159
set.add(CHAT_APP_MEMBERSHIPS);
148160
set.add(CHAT_APP_MEMBERSHIPS_READONLY);

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

0 commit comments

Comments
 (0)