Skip to content

Commit 68e60fb

Browse files
1 parent 47f386a commit 68e60fb

File tree

4 files changed

+22
-18
lines changed

4 files changed

+22
-18
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-rev20250311-2.0.0</version>
25+
<version>v1-rev20250313-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-rev20250311-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250313-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: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,11 @@ public Create set(String parameterName, Object value) {
841841
* resources—like messages posted in the space and memberships in the space—are also deleted. For an
842842
* example, see [Delete a space](https://developers.google.com/workspace/chat/delete-spaces).
843843
* Supports the following types of
844-
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
844+
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
845+
* Developer Preview: [App
845846
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
846-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
847-
* Preview](https://developers.google.com/workspace/preview) - [User
847+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the
848+
* Chat app created the space using app authentication. - [User
848849
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
849850
* You can authenticate and authorize this method with administrator privileges by setting the
850851
* `use_admin_access` field in the request.
@@ -875,10 +876,11 @@ public class Delete extends HangoutsChatRequest<com.google.api.services.chat.v1.
875876
* resources—like messages posted in the space and memberships in the space—are also deleted. For
876877
* an example, see [Delete a space](https://developers.google.com/workspace/chat/delete-spaces).
877878
* Supports the following types of
878-
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
879+
* [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
880+
* Developer Preview: [App
879881
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
880-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
881-
* Preview](https://developers.google.com/workspace/preview) - [User
882+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the
883+
* Chat app created the space using app authentication. - [User
882884
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
883885
* You can authenticate and authorize this method with administrator privileges by setting the
884886
* `use_admin_access` field in the request.
@@ -3480,10 +3482,11 @@ public List set(String parameterName, Object value) {
34803482
/**
34813483
* Updates a membership. For an example, see [Update a user's membership in a
34823484
* space](https://developers.google.com/workspace/chat/update-members). Supports the following types
3483-
* of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
3485+
* of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
3486+
* Developer Preview: [App
34843487
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
3485-
* with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
3486-
* Preview](https://developers.google.com/workspace/preview) - [User
3488+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the
3489+
* Chat app created the space using app authentication. - [User
34873490
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
34883491
* You can authenticate and authorize this method with administrator privileges by setting the
34893492
* `use_admin_access` field in the request.
@@ -3515,9 +3518,10 @@ public class Patch extends HangoutsChatRequest<com.google.api.services.chat.v1.m
35153518
* Updates a membership. For an example, see [Update a user's membership in a
35163519
* space](https://developers.google.com/workspace/chat/update-members). Supports the following
35173520
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize):
3518-
* - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
3519-
* chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in
3520-
* [Developer Preview](https://developers.google.com/workspace/preview) - [User
3521+
* - Developer Preview: [App
3522+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
3523+
* with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the
3524+
* Chat app created the space using app authentication. - [User
35213525
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
35223526
* You can authenticate and authorize this method with administrator privileges by setting the
35233527
* `use_admin_access` field in the request.

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

0 commit comments

Comments
 (0)