@@ -61,11 +61,11 @@ public final class Space extends com.google.api.client.json.GenericJson {
61
61
62
62
/**
63
63
* The space's display name. Required when [creating a
64
- * space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create). If
65
- * you receive the error message `ALREADY_EXISTS` when creating a space or updating the
66
- * `displayName`, try a different `displayName`. An existing space within the Google Workspace
67
- * organization might already use this display name. For direct messages, this field might be
68
- * empty. Supports up to 128 characters.
64
+ * space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create) with a
65
+ * `spaceType` of `SPACE`. If you receive the error message `ALREADY_EXISTS` when creating a space
66
+ * or updating the `displayName`, try a different `displayName`. An existing space within the
67
+ * Google Workspace organization might already use this display name. For direct messages, this
68
+ * field might be empty. Supports up to 128 characters.
69
69
* The value may be {@code null}.
70
70
*/
71
71
@ com .google .api .client .util .Key
@@ -92,17 +92,15 @@ public final class Space extends com.google.api.client.json.GenericJson {
92
92
private java .lang .Boolean importMode ;
93
93
94
94
/**
95
- * Output only. Timestamp of the last message in the space. [Developer
96
- * Preview](https://developers.google.com/workspace/preview).
95
+ * Output only. Timestamp of the last message in the space.
97
96
* The value may be {@code null}.
98
97
*/
99
98
@ com .google .api .client .util .Key
100
99
private String lastActiveTime ;
101
100
102
101
/**
103
102
* Output only. The count of joined memberships grouped by member type. Populated when the
104
- * `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`. [Developer
105
- * Preview](https://developers.google.com/workspace/preview).
103
+ * `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`.
106
104
* The value may be {@code null}.
107
105
*/
108
106
@ com .google .api .client .util .Key
@@ -246,11 +244,11 @@ public Space setCreateTime(String createTime) {
246
244
247
245
/**
248
246
* The space's display name. Required when [creating a
249
- * space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create). If
250
- * you receive the error message `ALREADY_EXISTS` when creating a space or updating the
251
- * `displayName`, try a different `displayName`. An existing space within the Google Workspace
252
- * organization might already use this display name. For direct messages, this field might be
253
- * empty. Supports up to 128 characters.
247
+ * space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create) with a
248
+ * `spaceType` of `SPACE`. If you receive the error message `ALREADY_EXISTS` when creating a space
249
+ * or updating the `displayName`, try a different `displayName`. An existing space within the
250
+ * Google Workspace organization might already use this display name. For direct messages, this
251
+ * field might be empty. Supports up to 128 characters.
254
252
* @return value or {@code null} for none
255
253
*/
256
254
public java .lang .String getDisplayName () {
@@ -259,11 +257,11 @@ public java.lang.String getDisplayName() {
259
257
260
258
/**
261
259
* The space's display name. Required when [creating a
262
- * space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create). If
263
- * you receive the error message `ALREADY_EXISTS` when creating a space or updating the
264
- * `displayName`, try a different `displayName`. An existing space within the Google Workspace
265
- * organization might already use this display name. For direct messages, this field might be
266
- * empty. Supports up to 128 characters.
260
+ * space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces/create) with a
261
+ * `spaceType` of `SPACE`. If you receive the error message `ALREADY_EXISTS` when creating a space
262
+ * or updating the `displayName`, try a different `displayName`. An existing space within the
263
+ * Google Workspace organization might already use this display name. For direct messages, this
264
+ * field might be empty. Supports up to 128 characters.
267
265
* @param displayName displayName or {@code null} for none
268
266
*/
269
267
public Space setDisplayName (java .lang .String displayName ) {
@@ -318,17 +316,15 @@ public Space setImportMode(java.lang.Boolean importMode) {
318
316
}
319
317
320
318
/**
321
- * Output only. Timestamp of the last message in the space. [Developer
322
- * Preview](https://developers.google.com/workspace/preview).
319
+ * Output only. Timestamp of the last message in the space.
323
320
* @return value or {@code null} for none
324
321
*/
325
322
public String getLastActiveTime () {
326
323
return lastActiveTime ;
327
324
}
328
325
329
326
/**
330
- * Output only. Timestamp of the last message in the space. [Developer
331
- * Preview](https://developers.google.com/workspace/preview).
327
+ * Output only. Timestamp of the last message in the space.
332
328
* @param lastActiveTime lastActiveTime or {@code null} for none
333
329
*/
334
330
public Space setLastActiveTime (String lastActiveTime ) {
@@ -338,8 +334,7 @@ public Space setLastActiveTime(String lastActiveTime) {
338
334
339
335
/**
340
336
* Output only. The count of joined memberships grouped by member type. Populated when the
341
- * `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`. [Developer
342
- * Preview](https://developers.google.com/workspace/preview).
337
+ * `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`.
343
338
* @return value or {@code null} for none
344
339
*/
345
340
public MembershipCount getMembershipCount () {
@@ -348,8 +343,7 @@ public MembershipCount getMembershipCount() {
348
343
349
344
/**
350
345
* Output only. The count of joined memberships grouped by member type. Populated when the
351
- * `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`. [Developer
352
- * Preview](https://developers.google.com/workspace/preview).
346
+ * `space_type` is `SPACE`, `DIRECT_MESSAGE` or `GROUP_CHAT`.
353
347
* @param membershipCount membershipCount or {@code null} for none
354
348
*/
355
349
public Space setMembershipCount (MembershipCount membershipCount ) {
0 commit comments