Skip to content

Commit 4a2ffd6

Browse files
1 parent e420c18 commit 4a2ffd6

File tree

10 files changed

+339
-328
lines changed

10 files changed

+339
-328
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-rev20241031-2.0.0</version>
25+
<version>v1-rev20241103-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-rev20241031-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20241103-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: 174 additions & 169 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,32 @@
3030
public final class MembershipCount extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Count of human users that have directly joined the space, not counting users joined by having
34-
* membership in a joined group.
33+
* Output only. Count of human users that have directly joined the space, not counting users
34+
* joined by having membership in a joined group.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.Integer joinedDirectHumanUserCount;
3939

4040
/**
41-
* Count of all groups that have directly joined the space.
41+
* Output only. Count of all groups that have directly joined the space.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.Integer joinedGroupCount;
4646

4747
/**
48-
* Count of human users that have directly joined the space, not counting users joined by having
49-
* membership in a joined group.
48+
* Output only. Count of human users that have directly joined the space, not counting users
49+
* joined by having membership in a joined group.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.Integer getJoinedDirectHumanUserCount() {
5353
return joinedDirectHumanUserCount;
5454
}
5555

5656
/**
57-
* Count of human users that have directly joined the space, not counting users joined by having
58-
* membership in a joined group.
57+
* Output only. Count of human users that have directly joined the space, not counting users
58+
* joined by having membership in a joined group.
5959
* @param joinedDirectHumanUserCount joinedDirectHumanUserCount or {@code null} for none
6060
*/
6161
public MembershipCount setJoinedDirectHumanUserCount(java.lang.Integer joinedDirectHumanUserCount) {
@@ -64,15 +64,15 @@ public MembershipCount setJoinedDirectHumanUserCount(java.lang.Integer joinedDir
6464
}
6565

6666
/**
67-
* Count of all groups that have directly joined the space.
67+
* Output only. Count of all groups that have directly joined the space.
6868
* @return value or {@code null} for none
6969
*/
7070
public java.lang.Integer getJoinedGroupCount() {
7171
return joinedGroupCount;
7272
}
7373

7474
/**
75-
* Count of all groups that have directly joined the space.
75+
* Output only. Count of all groups that have directly joined the space.
7676
* @param joinedGroupCount joinedGroupCount or {@code null} for none
7777
*/
7878
public MembershipCount setJoinedGroupCount(java.lang.Integer joinedGroupCount) {

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

Lines changed: 78 additions & 72 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
public final class PermissionSetting extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Whether spaces managers have this permission.
33+
* Optional. Whether spaces managers have this permission.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.Boolean managersAllowed;
3838

3939
/**
40-
* Whether non-manager members have this permission.
40+
* Optional. Whether non-manager members have this permission.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.Boolean membersAllowed;
4545

4646
/**
47-
* Whether spaces managers have this permission.
47+
* Optional. Whether spaces managers have this permission.
4848
* @return value or {@code null} for none
4949
*/
5050
public java.lang.Boolean getManagersAllowed() {
5151
return managersAllowed;
5252
}
5353

5454
/**
55-
* Whether spaces managers have this permission.
55+
* Optional. Whether spaces managers have this permission.
5656
* @param managersAllowed managersAllowed or {@code null} for none
5757
*/
5858
public PermissionSetting setManagersAllowed(java.lang.Boolean managersAllowed) {
@@ -61,15 +61,15 @@ public PermissionSetting setManagersAllowed(java.lang.Boolean managersAllowed) {
6161
}
6262

6363
/**
64-
* Whether non-manager members have this permission.
64+
* Optional. Whether non-manager members have this permission.
6565
* @return value or {@code null} for none
6666
*/
6767
public java.lang.Boolean getMembersAllowed() {
6868
return membersAllowed;
6969
}
7070

7171
/**
72-
* Whether non-manager members have this permission.
72+
* Optional. Whether non-manager members have this permission.
7373
* @param membersAllowed membersAllowed or {@code null} for none
7474
*/
7575
public PermissionSetting setMembersAllowed(java.lang.Boolean membersAllowed) {

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@
3232
public final class PermissionSettings extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Setting for managing apps in a space.
35+
* Optional. Setting for managing apps in a space.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private PermissionSetting manageApps;
4040

4141
/**
42-
* Setting for managing members and groups in a space.
42+
* Optional. Setting for managing members and groups in a space.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private PermissionSetting manageMembersAndGroups;
4747

4848
/**
49-
* Setting for managing webhooks in a space.
49+
* Optional. Setting for managing webhooks in a space.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
5353
private PermissionSetting manageWebhooks;
5454

5555
/**
56-
* Setting for updating space name, avatar, description and guidelines.
56+
* Optional. Setting for updating space name, avatar, description and guidelines.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -67,36 +67,36 @@ public final class PermissionSettings extends com.google.api.client.json.Generic
6767
private PermissionSetting postMessages;
6868

6969
/**
70-
* Setting for replying to messages in a space.
70+
* Optional. Setting for replying to messages in a space.
7171
* The value may be {@code null}.
7272
*/
7373
@com.google.api.client.util.Key
7474
private PermissionSetting replyMessages;
7575

7676
/**
77-
* Setting for toggling space history on and off.
77+
* Optional. Setting for toggling space history on and off.
7878
* The value may be {@code null}.
7979
*/
8080
@com.google.api.client.util.Key
8181
private PermissionSetting toggleHistory;
8282

8383
/**
84-
* Setting for using @all in a space.
84+
* Optional. Setting for using @all in a space.
8585
* The value may be {@code null}.
8686
*/
8787
@com.google.api.client.util.Key
8888
private PermissionSetting useAtMentionAll;
8989

9090
/**
91-
* Setting for managing apps in a space.
91+
* Optional. Setting for managing apps in a space.
9292
* @return value or {@code null} for none
9393
*/
9494
public PermissionSetting getManageApps() {
9595
return manageApps;
9696
}
9797

9898
/**
99-
* Setting for managing apps in a space.
99+
* Optional. Setting for managing apps in a space.
100100
* @param manageApps manageApps or {@code null} for none
101101
*/
102102
public PermissionSettings setManageApps(PermissionSetting manageApps) {
@@ -105,15 +105,15 @@ public PermissionSettings setManageApps(PermissionSetting manageApps) {
105105
}
106106

107107
/**
108-
* Setting for managing members and groups in a space.
108+
* Optional. Setting for managing members and groups in a space.
109109
* @return value or {@code null} for none
110110
*/
111111
public PermissionSetting getManageMembersAndGroups() {
112112
return manageMembersAndGroups;
113113
}
114114

115115
/**
116-
* Setting for managing members and groups in a space.
116+
* Optional. Setting for managing members and groups in a space.
117117
* @param manageMembersAndGroups manageMembersAndGroups or {@code null} for none
118118
*/
119119
public PermissionSettings setManageMembersAndGroups(PermissionSetting manageMembersAndGroups) {
@@ -122,15 +122,15 @@ public PermissionSettings setManageMembersAndGroups(PermissionSetting manageMemb
122122
}
123123

124124
/**
125-
* Setting for managing webhooks in a space.
125+
* Optional. Setting for managing webhooks in a space.
126126
* @return value or {@code null} for none
127127
*/
128128
public PermissionSetting getManageWebhooks() {
129129
return manageWebhooks;
130130
}
131131

132132
/**
133-
* Setting for managing webhooks in a space.
133+
* Optional. Setting for managing webhooks in a space.
134134
* @param manageWebhooks manageWebhooks or {@code null} for none
135135
*/
136136
public PermissionSettings setManageWebhooks(PermissionSetting manageWebhooks) {
@@ -139,15 +139,15 @@ public PermissionSettings setManageWebhooks(PermissionSetting manageWebhooks) {
139139
}
140140

141141
/**
142-
* Setting for updating space name, avatar, description and guidelines.
142+
* Optional. Setting for updating space name, avatar, description and guidelines.
143143
* @return value or {@code null} for none
144144
*/
145145
public PermissionSetting getModifySpaceDetails() {
146146
return modifySpaceDetails;
147147
}
148148

149149
/**
150-
* Setting for updating space name, avatar, description and guidelines.
150+
* Optional. Setting for updating space name, avatar, description and guidelines.
151151
* @param modifySpaceDetails modifySpaceDetails or {@code null} for none
152152
*/
153153
public PermissionSettings setModifySpaceDetails(PermissionSetting modifySpaceDetails) {
@@ -173,15 +173,15 @@ public PermissionSettings setPostMessages(PermissionSetting postMessages) {
173173
}
174174

175175
/**
176-
* Setting for replying to messages in a space.
176+
* Optional. Setting for replying to messages in a space.
177177
* @return value or {@code null} for none
178178
*/
179179
public PermissionSetting getReplyMessages() {
180180
return replyMessages;
181181
}
182182

183183
/**
184-
* Setting for replying to messages in a space.
184+
* Optional. Setting for replying to messages in a space.
185185
* @param replyMessages replyMessages or {@code null} for none
186186
*/
187187
public PermissionSettings setReplyMessages(PermissionSetting replyMessages) {
@@ -190,15 +190,15 @@ public PermissionSettings setReplyMessages(PermissionSetting replyMessages) {
190190
}
191191

192192
/**
193-
* Setting for toggling space history on and off.
193+
* Optional. Setting for toggling space history on and off.
194194
* @return value or {@code null} for none
195195
*/
196196
public PermissionSetting getToggleHistory() {
197197
return toggleHistory;
198198
}
199199

200200
/**
201-
* Setting for toggling space history on and off.
201+
* Optional. Setting for toggling space history on and off.
202202
* @param toggleHistory toggleHistory or {@code null} for none
203203
*/
204204
public PermissionSettings setToggleHistory(PermissionSetting toggleHistory) {
@@ -207,15 +207,15 @@ public PermissionSettings setToggleHistory(PermissionSetting toggleHistory) {
207207
}
208208

209209
/**
210-
* Setting for using @all in a space.
210+
* Optional. Setting for using @all in a space.
211211
* @return value or {@code null} for none
212212
*/
213213
public PermissionSetting getUseAtMentionAll() {
214214
return useAtMentionAll;
215215
}
216216

217217
/**
218-
* Setting for using @all in a space.
218+
* Optional. Setting for using @all in a space.
219219
* @param useAtMentionAll useAtMentionAll or {@code null} for none
220220
*/
221221
public PermissionSettings setUseAtMentionAll(PermissionSetting useAtMentionAll) {

0 commit comments

Comments
 (0)