Skip to content

Commit aaf0d3d

Browse files
1 parent 47da2f3 commit aaf0d3d

File tree

8 files changed

+205
-88
lines changed

8 files changed

+205
-88
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-rev20241001-2.0.0</version>
25+
<version>v1-rev20241008-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-rev20241001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20241008-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: 166 additions & 55 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public final class ListSpaceEventsResponse extends com.google.api.client.json.Ge
3838
private java.lang.String nextPageToken;
3939

4040
/**
41-
* Results are returned in chronological order (oldest event first).
41+
* Results are returned in chronological order (oldest event first). Note: The
42+
* `permissionSettings` field is not returned in the Space object for list requests.
4243
* The value may be {@code null}.
4344
*/
4445
@com.google.api.client.util.Key
@@ -64,15 +65,17 @@ public ListSpaceEventsResponse setNextPageToken(java.lang.String nextPageToken)
6465
}
6566

6667
/**
67-
* Results are returned in chronological order (oldest event first).
68+
* Results are returned in chronological order (oldest event first). Note: The
69+
* `permissionSettings` field is not returned in the Space object for list requests.
6870
* @return value or {@code null} for none
6971
*/
7072
public java.util.List<SpaceEvent> getSpaceEvents() {
7173
return spaceEvents;
7274
}
7375

7476
/**
75-
* Results are returned in chronological order (oldest event first).
77+
* Results are returned in chronological order (oldest event first). Note: The
78+
* `permissionSettings` field is not returned in the Space object for list requests.
7679
* @param spaceEvents spaceEvents or {@code null} for none
7780
*/
7881
public ListSpaceEventsResponse setSpaceEvents(java.util.List<SpaceEvent> spaceEvents) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public final class ListSpacesResponse extends com.google.api.client.json.Generic
3838
private java.lang.String nextPageToken;
3939

4040
/**
41-
* List of spaces in the requested (or first) page.
41+
* List of spaces in the requested (or first) page. Note: The `permissionSettings` field is not
42+
* returned in the Space object for list requests.
4243
* The value may be {@code null}.
4344
*/
4445
@com.google.api.client.util.Key
@@ -64,15 +65,17 @@ public ListSpacesResponse setNextPageToken(java.lang.String nextPageToken) {
6465
}
6566

6667
/**
67-
* List of spaces in the requested (or first) page.
68+
* List of spaces in the requested (or first) page. Note: The `permissionSettings` field is not
69+
* returned in the Space object for list requests.
6870
* @return value or {@code null} for none
6971
*/
7072
public java.util.List<Space> getSpaces() {
7173
return spaces;
7274
}
7375

7476
/**
75-
* List of spaces in the requested (or first) page.
77+
* List of spaces in the requested (or first) page. Note: The `permissionSettings` field is not
78+
* returned in the Space object for list requests.
7679
* @param spaces spaces or {@code null} for none
7780
*/
7881
public ListSpacesResponse setSpaces(java.util.List<Space> spaces) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
package com.google.api.services.chat.v1.model;
1818

1919
/**
20-
* [Permission settings](https://support.google.com/chat/answer/13340792) for a named space. To set
21-
* permission settings when creating a space, specify the `PredefinedPermissionSettings` field in
22-
* your request.
20+
* [Permission settings](https://support.google.com/chat/answer/13340792) that you can specify when
21+
* updating an existing named space. To set permission settings when creating a space, specify the
22+
* `PredefinedPermissionSettings` field in your request.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the Google Chat API. For a detailed explanation see:

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,18 @@ public final class Space extends com.google.api.client.json.GenericJson {
119119
private java.lang.String name;
120120

121121
/**
122-
* Optional. Exact permission settings which can be set to update the space. Input for updating a
123-
* space. Otherwise, output only. For space creation, use `predefined_permission_settings`
124-
* instead.
122+
* Optional. Space permission settings for existing spaces. Input for updating exact space
123+
* permission settings, where existing permission settings are replaced. Output lists current
124+
* permission settings.
125125
* The value may be {@code null}.
126126
*/
127127
@com.google.api.client.util.Key
128128
private PermissionSettings permissionSettings;
129129

130130
/**
131-
* Optional. Input only. Space permission settings. Input for creating a space, a collaboration
132-
* space is created if this field is not set. After you create the space, settings are populated
133-
* in the `PermissionSettings` field.
131+
* Optional. Input only. Predefined space permission settings, input only when creating a space.
132+
* If the field is not set, a collaboration space is created. After you create the space, settings
133+
* are populated in the `PermissionSettings` field.
134134
* The value may be {@code null}.
135135
*/
136136
@com.google.api.client.util.Key
@@ -398,19 +398,19 @@ public Space setName(java.lang.String name) {
398398
}
399399

400400
/**
401-
* Optional. Exact permission settings which can be set to update the space. Input for updating a
402-
* space. Otherwise, output only. For space creation, use `predefined_permission_settings`
403-
* instead.
401+
* Optional. Space permission settings for existing spaces. Input for updating exact space
402+
* permission settings, where existing permission settings are replaced. Output lists current
403+
* permission settings.
404404
* @return value or {@code null} for none
405405
*/
406406
public PermissionSettings getPermissionSettings() {
407407
return permissionSettings;
408408
}
409409

410410
/**
411-
* Optional. Exact permission settings which can be set to update the space. Input for updating a
412-
* space. Otherwise, output only. For space creation, use `predefined_permission_settings`
413-
* instead.
411+
* Optional. Space permission settings for existing spaces. Input for updating exact space
412+
* permission settings, where existing permission settings are replaced. Output lists current
413+
* permission settings.
414414
* @param permissionSettings permissionSettings or {@code null} for none
415415
*/
416416
public Space setPermissionSettings(PermissionSettings permissionSettings) {
@@ -419,19 +419,19 @@ public Space setPermissionSettings(PermissionSettings permissionSettings) {
419419
}
420420

421421
/**
422-
* Optional. Input only. Space permission settings. Input for creating a space, a collaboration
423-
* space is created if this field is not set. After you create the space, settings are populated
424-
* in the `PermissionSettings` field.
422+
* Optional. Input only. Predefined space permission settings, input only when creating a space.
423+
* If the field is not set, a collaboration space is created. After you create the space, settings
424+
* are populated in the `PermissionSettings` field.
425425
* @return value or {@code null} for none
426426
*/
427427
public java.lang.String getPredefinedPermissionSettings() {
428428
return predefinedPermissionSettings;
429429
}
430430

431431
/**
432-
* Optional. Input only. Space permission settings. Input for creating a space, a collaboration
433-
* space is created if this field is not set. After you create the space, settings are populated
434-
* in the `PermissionSettings` field.
432+
* Optional. Input only. Predefined space permission settings, input only when creating a space.
433+
* If the field is not set, a collaboration space is created. After you create the space, settings
434+
* are populated in the `PermissionSettings` field.
435435
* @param predefinedPermissionSettings predefinedPermissionSettings or {@code null} for none
436436
*/
437437
public Space setPredefinedPermissionSettings(java.lang.String predefinedPermissionSettings) {

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

0 commit comments

Comments
 (0)