Skip to content

Commit 88fd656

Browse files
1 parent e7339d4 commit 88fd656

File tree

5 files changed

+64
-32
lines changed

5 files changed

+64
-32
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-rev20250916-2.0.0</version>
25+
<version>v1-rev20250923-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-rev20250916-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250923-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 52 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6954,18 +6954,26 @@ public class SpaceEvents {
69546954
* most recent version of the resource that changed. For example, if you request an event about a
69556955
* new message but the message was later updated, the server returns the updated `Message` resource
69566956
* in the event payload. Note: The `permissionSettings` field is not returned in the Space object of
6957-
* the Space event data for this request. Requires [user
6957+
* the Space event data for this request. Supports the following types of
6958+
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) with an
6959+
* [authorization scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-
6960+
* api-scopes) appropriate for reading the requested data: - [App
6961+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
6962+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
6963+
* Preview](https://developers.google.com/workspace/preview) with one of the following authorization
6964+
* scopes: - `https://www.googleapis.com/auth/chat.app.spaces` -
6965+
* `https://www.googleapis.com/auth/chat.app.messages.readonly` -
6966+
* `https://www.googleapis.com/auth/chat.app.memberships` - [User
69586967
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
6959-
* with an [authorization scope](https://developers.google.com/workspace/chat/authenticate-
6960-
* authorize#chat-api-scopes) appropriate for reading the requested data: -
6968+
* with one of the following authorization scopes: -
69616969
* `https://www.googleapis.com/auth/chat.spaces.readonly` -
69626970
* `https://www.googleapis.com/auth/chat.spaces` -
69636971
* `https://www.googleapis.com/auth/chat.messages.readonly` -
69646972
* `https://www.googleapis.com/auth/chat.messages` -
69656973
* `https://www.googleapis.com/auth/chat.messages.reactions.readonly` -
69666974
* `https://www.googleapis.com/auth/chat.messages.reactions` -
69676975
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
6968-
* `https://www.googleapis.com/auth/chat.memberships` To get an event, the authenticated user must
6976+
* `https://www.googleapis.com/auth/chat.memberships` To get an event, the authenticated caller must
69696977
* be a member of the space. For an example, see [Get details about an event from a Google Chat
69706978
* space](https://developers.google.com/workspace/chat/get-space-event).
69716979
*
@@ -6996,20 +7004,28 @@ public class Get extends HangoutsChatRequest<com.google.api.services.chat.v1.mod
69967004
* the most recent version of the resource that changed. For example, if you request an event
69977005
* about a new message but the message was later updated, the server returns the updated `Message`
69987006
* resource in the event payload. Note: The `permissionSettings` field is not returned in the
6999-
* Space object of the Space event data for this request. Requires [user
7007+
* Space object of the Space event data for this request. Supports the following types of
7008+
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) with an
7009+
* [authorization scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-
7010+
* api-scopes) appropriate for reading the requested data: - [App
7011+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
7012+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
7013+
* Preview](https://developers.google.com/workspace/preview) with one of the following
7014+
* authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` -
7015+
* `https://www.googleapis.com/auth/chat.app.messages.readonly` -
7016+
* `https://www.googleapis.com/auth/chat.app.memberships` - [User
70007017
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
7001-
* with an [authorization scope](https://developers.google.com/workspace/chat/authenticate-
7002-
* authorize#chat-api-scopes) appropriate for reading the requested data: -
7018+
* with one of the following authorization scopes: -
70037019
* `https://www.googleapis.com/auth/chat.spaces.readonly` -
70047020
* `https://www.googleapis.com/auth/chat.spaces` -
70057021
* `https://www.googleapis.com/auth/chat.messages.readonly` -
70067022
* `https://www.googleapis.com/auth/chat.messages` -
70077023
* `https://www.googleapis.com/auth/chat.messages.reactions.readonly` -
70087024
* `https://www.googleapis.com/auth/chat.messages.reactions` -
70097025
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
7010-
* `https://www.googleapis.com/auth/chat.memberships` To get an event, the authenticated user must
7011-
* be a member of the space. For an example, see [Get details about an event from a Google Chat
7012-
* space](https://developers.google.com/workspace/chat/get-space-event).
7026+
* `https://www.googleapis.com/auth/chat.memberships` To get an event, the authenticated caller
7027+
* must be a member of the space. For an example, see [Get details about an event from a Google
7028+
* Chat space](https://developers.google.com/workspace/chat/get-space-event).
70137029
*
70147030
* Create a request for the method "spaceEvents.get".
70157031
*
@@ -7134,19 +7150,27 @@ public Get set(String parameterName, Object value) {
71347150
* contains the most recent version of the Chat resource. For example, if you list events about new
71357151
* space members, the server returns `Membership` resources that contain the latest membership
71367152
* details. If new members were removed during the requested period, the event payload contains an
7137-
* empty `Membership` resource. Requires [user
7153+
* empty `Membership` resource. Supports the following types of
7154+
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) with an
7155+
* [authorization scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-
7156+
* api-scopes) appropriate for reading the requested data: - [App
7157+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
7158+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
7159+
* Preview](https://developers.google.com/workspace/preview) with one of the following authorization
7160+
* scopes: - `https://www.googleapis.com/auth/chat.app.spaces` -
7161+
* `https://www.googleapis.com/auth/chat.app.messages.readonly` -
7162+
* `https://www.googleapis.com/auth/chat.app.memberships` - [User
71387163
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
7139-
* with an [authorization scope](https://developers.google.com/workspace/chat/authenticate-
7140-
* authorize#chat-api-scopes) appropriate for reading the requested data: -
7164+
* with one of the following authorization scopes: -
71417165
* `https://www.googleapis.com/auth/chat.spaces.readonly` -
71427166
* `https://www.googleapis.com/auth/chat.spaces` -
71437167
* `https://www.googleapis.com/auth/chat.messages.readonly` -
71447168
* `https://www.googleapis.com/auth/chat.messages` -
71457169
* `https://www.googleapis.com/auth/chat.messages.reactions.readonly` -
71467170
* `https://www.googleapis.com/auth/chat.messages.reactions` -
71477171
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
7148-
* `https://www.googleapis.com/auth/chat.memberships` To list events, the authenticated user must be
7149-
* a member of the space. For an example, see [List events from a Google Chat
7172+
* `https://www.googleapis.com/auth/chat.memberships` To list events, the authenticated caller must
7173+
* be a member of the space. For an example, see [List events from a Google Chat
71507174
* space](https://developers.google.com/workspace/chat/list-space-events).
71517175
*
71527176
* Create a request for the method "spaceEvents.list".
@@ -7178,19 +7202,27 @@ public class List extends HangoutsChatRequest<com.google.api.services.chat.v1.mo
71787202
* contains the most recent version of the Chat resource. For example, if you list events about
71797203
* new space members, the server returns `Membership` resources that contain the latest membership
71807204
* details. If new members were removed during the requested period, the event payload contains an
7181-
* empty `Membership` resource. Requires [user
7205+
* empty `Membership` resource. Supports the following types of
7206+
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) with an
7207+
* [authorization scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-
7208+
* api-scopes) appropriate for reading the requested data: - [App
7209+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
7210+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
7211+
* Preview](https://developers.google.com/workspace/preview) with one of the following
7212+
* authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` -
7213+
* `https://www.googleapis.com/auth/chat.app.messages.readonly` -
7214+
* `https://www.googleapis.com/auth/chat.app.memberships` - [User
71827215
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
7183-
* with an [authorization scope](https://developers.google.com/workspace/chat/authenticate-
7184-
* authorize#chat-api-scopes) appropriate for reading the requested data: -
7216+
* with one of the following authorization scopes: -
71857217
* `https://www.googleapis.com/auth/chat.spaces.readonly` -
71867218
* `https://www.googleapis.com/auth/chat.spaces` -
71877219
* `https://www.googleapis.com/auth/chat.messages.readonly` -
71887220
* `https://www.googleapis.com/auth/chat.messages` -
71897221
* `https://www.googleapis.com/auth/chat.messages.reactions.readonly` -
71907222
* `https://www.googleapis.com/auth/chat.messages.reactions` -
71917223
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
7192-
* `https://www.googleapis.com/auth/chat.memberships` To list events, the authenticated user must
7193-
* be a member of the space. For an example, see [List events from a Google Chat
7224+
* `https://www.googleapis.com/auth/chat.memberships` To list events, the authenticated caller
7225+
* must be a member of the space. For an example, see [List events from a Google Chat
71947226
* space](https://developers.google.com/workspace/chat/list-space-events).
71957227
*
71967228
* Create a request for the method "spaceEvents.list".

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

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

3232
/**
33-
* The deleted message. Only the `name`, `createTime`, `deleteTime`, and `deletionMetadata` fields
34-
* are populated.
33+
* The deleted message. Only the `name`, `createTime`, and `deletionMetadata` fields are
34+
* populated.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private Message message;
3939

4040
/**
41-
* The deleted message. Only the `name`, `createTime`, `deleteTime`, and `deletionMetadata` fields
42-
* are populated.
41+
* The deleted message. Only the `name`, `createTime`, and `deletionMetadata` fields are
42+
* populated.
4343
* @return value or {@code null} for none
4444
*/
4545
public Message getMessage() {
4646
return message;
4747
}
4848

4949
/**
50-
* The deleted message. Only the `name`, `createTime`, `deleteTime`, and `deletionMetadata` fields
51-
* are populated.
50+
* The deleted message. Only the `name`, `createTime`, and `deletionMetadata` fields are
51+
* populated.
5252
* @param message message or {@code null} for none
5353
*/
5454
public MessageDeletedEventData setMessage(Message message) {

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

0 commit comments

Comments
 (0)