Skip to content

Commit 7dc60ce

Browse files
1 parent cc44fa1 commit 7dc60ce

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-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-rev20250819-2.0.0</version>
25+
<version>v1-rev20250821-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-rev20250819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20250821-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: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,13 +2697,14 @@ public Patch set(String parameterName, Object value) {
26972697
}
26982698
/**
26992699
* Returns a list of spaces in a Google Workspace organization based on an administrator's search.
2700-
* Requires [user authentication with administrator
2700+
* In the request, set `use_admin_access` to `true`. For an example, see [Search for and manage
2701+
* spaces](https://developers.google.com/workspace/chat/search-manage-admin). Requires [user
2702+
* authentication with administrator
27012703
* privileges](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user#admin-
27022704
* privileges) and one of the following [authorization
27032705
* scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes): -
27042706
* `https://www.googleapis.com/auth/chat.admin.spaces.readonly` -
2705-
* `https://www.googleapis.com/auth/chat.admin.spaces` In the request, set `use_admin_access` to
2706-
* `true`.
2707+
* `https://www.googleapis.com/auth/chat.admin.spaces`
27072708
*
27082709
* Create a request for the method "spaces.search".
27092710
*
@@ -2724,13 +2725,14 @@ public class Search extends HangoutsChatRequest<com.google.api.services.chat.v1.
27242725

27252726
/**
27262727
* Returns a list of spaces in a Google Workspace organization based on an administrator's search.
2727-
* Requires [user authentication with administrator
2728+
* In the request, set `use_admin_access` to `true`. For an example, see [Search for and manage
2729+
* spaces](https://developers.google.com/workspace/chat/search-manage-admin). Requires [user
2730+
* authentication with administrator
27282731
* privileges](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
27292732
* user#admin-privileges) and one of the following [authorization
27302733
* scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes): -
27312734
* `https://www.googleapis.com/auth/chat.admin.spaces.readonly` -
2732-
* `https://www.googleapis.com/auth/chat.admin.spaces` In the request, set `use_admin_access` to
2733-
* `true`.
2735+
* `https://www.googleapis.com/auth/chat.admin.spaces`
27342736
*
27352737
* Create a request for the method "spaces.search".
27362738
*

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

0 commit comments

Comments
 (0)