Skip to content

Commit a6cd74a

Browse files
1 parent c952bcd commit a6cd74a

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
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-rev20240912-2.0.0</version>
25+
<version>v1-rev20240919-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-rev20240912-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20240919-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ public final class AccessSettings extends com.google.api.client.json.GenericJson
4343
* been individually invited or added to the space can access it. For details, see [Make a space
4444
* discoverable to a target audience](https://developers.google.com/workspace/chat/space-target-
4545
* audience). Format: `audiences/{audience}` To use the default target audience for the Google
46-
* Workspace organization, set to `audiences/default`.
46+
* Workspace organization, set to `audiences/default`. This field is not populated when using the
47+
* `chat.bot` scope with [app
48+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
4749
* The value may be {@code null}.
4850
*/
4951
@com.google.api.client.util.Key
@@ -73,7 +75,9 @@ public AccessSettings setAccessState(java.lang.String accessState) {
7375
* been individually invited or added to the space can access it. For details, see [Make a space
7476
* discoverable to a target audience](https://developers.google.com/workspace/chat/space-target-
7577
* audience). Format: `audiences/{audience}` To use the default target audience for the Google
76-
* Workspace organization, set to `audiences/default`.
78+
* Workspace organization, set to `audiences/default`. This field is not populated when using the
79+
* `chat.bot` scope with [app
80+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
7781
* @return value or {@code null} for none
7882
*/
7983
public java.lang.String getAudience() {
@@ -87,7 +91,9 @@ public java.lang.String getAudience() {
8791
* been individually invited or added to the space can access it. For details, see [Make a space
8892
* discoverable to a target audience](https://developers.google.com/workspace/chat/space-target-
8993
* audience). Format: `audiences/{audience}` To use the default target audience for the Google
90-
* Workspace organization, set to `audiences/default`.
94+
* Workspace organization, set to `audiences/default`. This field is not populated when using the
95+
* `chat.bot` scope with [app
96+
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
9197
* @param audience audience or {@code null} for none
9298
*/
9399
public AccessSettings setAudience(java.lang.String audience) {

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

0 commit comments

Comments
 (0)