Skip to content

Commit b4e99ff

Browse files
1 parent d5b4ef8 commit b4e99ff

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
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-rev20250923-2.0.0</version>
25+
<version>v1-rev20250930-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-rev20250923-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250930-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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ public class HangoutsChatScopes {
4444
/** On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces. */
4545
public static final String CHAT_APP_MEMBERSHIPS = "https://www.googleapis.com/auth/chat.app.memberships";
4646

47+
/** On their own behalf, apps in Google Chat can see all messages and their associated reactions and message content. */
48+
public static final String CHAT_APP_MESSAGES_READONLY = "https://www.googleapis.com/auth/chat.app.messages.readonly";
49+
4750
/** On their own behalf, apps in Google Chat can create conversations and spaces and see or update their metadata (including history settings and access settings). */
4851
public static final String CHAT_APP_SPACES = "https://www.googleapis.com/auth/chat.app.spaces";
4952

@@ -124,6 +127,7 @@ public static java.util.Set<String> all() {
124127
set.add(CHAT_ADMIN_SPACES_READONLY);
125128
set.add(CHAT_APP_DELETE);
126129
set.add(CHAT_APP_MEMBERSHIPS);
130+
set.add(CHAT_APP_MESSAGES_READONLY);
127131
set.add(CHAT_APP_SPACES);
128132
set.add(CHAT_APP_SPACES_CREATE);
129133
set.add(CHAT_BOT);

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
public final class PermissionSetting extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. Whether spaces managers have this permission.
33+
* Optional. Whether space owners (`ROLE_MANAGER`) have this permission.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.Boolean managersAllowed;
3838

3939
/**
40-
* Optional. Whether non-manager members have this permission.
40+
* Optional. Whether basic space members (`ROLE_MEMBER`) have this permission.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.Boolean membersAllowed;
4545

4646
/**
47-
* Optional. Whether spaces managers have this permission.
47+
* Optional. Whether space owners (`ROLE_MANAGER`) have this permission.
4848
* @return value or {@code null} for none
4949
*/
5050
public java.lang.Boolean getManagersAllowed() {
5151
return managersAllowed;
5252
}
5353

5454
/**
55-
* Optional. Whether spaces managers have this permission.
55+
* Optional. Whether space owners (`ROLE_MANAGER`) have this permission.
5656
* @param managersAllowed managersAllowed or {@code null} for none
5757
*/
5858
public PermissionSetting setManagersAllowed(java.lang.Boolean managersAllowed) {
@@ -61,15 +61,15 @@ public PermissionSetting setManagersAllowed(java.lang.Boolean managersAllowed) {
6161
}
6262

6363
/**
64-
* Optional. Whether non-manager members have this permission.
64+
* Optional. Whether basic space members (`ROLE_MEMBER`) have this permission.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.Boolean getMembersAllowed() {
6868
return membersAllowed;
6969
}
7070

7171
/**
72-
* Optional. Whether non-manager members have this permission.
72+
* Optional. Whether basic space members (`ROLE_MEMBER`) have this permission.
7373
* @param membersAllowed membersAllowed or {@code null} for none
7474
*/
7575
public PermissionSetting setMembersAllowed(java.lang.Boolean membersAllowed) {

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

0 commit comments

Comments
 (0)