Skip to content

Commit caab985

Browse files
1 parent dd2c60b commit caab985

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-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-rev20250227-2.0.0</version>
25+
<version>v1-rev20250311-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-rev20250227-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250311-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: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6860,8 +6860,10 @@ public SpaceNotificationSetting spaceNotificationSetting() {
68606860
public class SpaceNotificationSetting {
68616861

68626862
/**
6863-
* Gets the space notification state setting. Requires [user
6864-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
6863+
* Gets the space notification setting. For an example, see [Get the caller's space notification
6864+
* setting](https://developers.google.com/workspace/chat/get-space-notification-setting). Requires
6865+
* [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
6866+
* user).
68656867
*
68666868
* Create a request for the method "spaceNotificationSetting.get".
68676869
*
@@ -6889,8 +6891,10 @@ public class Get extends HangoutsChatRequest<com.google.api.services.chat.v1.mod
68896891
java.util.regex.Pattern.compile("^users/[^/]+/spaces/[^/]+/spaceNotificationSetting$");
68906892

68916893
/**
6892-
* Gets the space notification state setting. Requires [user
6893-
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
6894+
* Gets the space notification setting. For an example, see [Get the caller's space notification
6895+
* setting](https://developers.google.com/workspace/chat/get-space-notification-setting). Requires
6896+
* [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
6897+
* user).
68946898
*
68956899
* Create a request for the method "spaceNotificationSetting.get".
68966900
*
@@ -7024,7 +7028,9 @@ public Get set(String parameterName, Object value) {
70247028
}
70257029
}
70267030
/**
7027-
* Updates the space notification state setting. Requires [user
7031+
* Updates the space notification setting. For an example, see [Update the caller's space
7032+
* notification setting](https://developers.google.com/workspace/chat/update-space-notification-
7033+
* setting). Requires [user
70287034
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
70297035
*
70307036
* Create a request for the method "spaceNotificationSetting.patch".
@@ -7051,7 +7057,9 @@ public class Patch extends HangoutsChatRequest<com.google.api.services.chat.v1.m
70517057
java.util.regex.Pattern.compile("^users/[^/]+/spaces/[^/]+/spaceNotificationSetting$");
70527058

70537059
/**
7054-
* Updates the space notification state setting. Requires [user
7060+
* Updates the space notification setting. For an example, see [Update the caller's space
7061+
* notification setting](https://developers.google.com/workspace/chat/update-space-notification-
7062+
* setting). Requires [user
70557063
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
70567064
*
70577065
* Create a request for the method "spaceNotificationSetting.patch".

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

0 commit comments

Comments
 (0)