@@ -63,10 +63,10 @@ public final class Space extends com.google.api.client.json.GenericJson {
63
63
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
64
64
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
65
65
* authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format
66
- * `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](
67
- * https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps
68
- * can also use the `customers/my_customer` alias to create the space in the same Google Workspace
69
- * organization as the app. For DMs, this field isn't populated.
66
+ * `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer
67
+ * resource]( https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
68
+ * Private apps can also use the `customers/my_customer` alias to create the space in the same
69
+ * Google Workspace organization as the app. For DMs, this field isn't populated.
70
70
* The value may be {@code null}.
71
71
*/
72
72
@ com .google .api .client .util .Key
@@ -297,10 +297,10 @@ public Space setCreateTime(String createTime) {
297
297
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
298
298
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
299
299
* authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format
300
- * `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](
301
- * https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps
302
- * can also use the `customers/my_customer` alias to create the space in the same Google Workspace
303
- * organization as the app. For DMs, this field isn't populated.
300
+ * `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer
301
+ * resource]( https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
302
+ * Private apps can also use the `customers/my_customer` alias to create the space in the same
303
+ * Google Workspace organization as the app. For DMs, this field isn't populated.
304
304
* @return value or {@code null} for none
305
305
*/
306
306
public java .lang .String getCustomer () {
@@ -311,10 +311,10 @@ public java.lang.String getCustomer() {
311
311
* Optional. Immutable. The customer id of the domain of the space. Required only when creating a
312
312
* space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
313
313
* authorize-chat-app) and `SpaceType` is `SPACE`, otherwise should not be set. In the format
314
- * `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer resource](
315
- * https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). Private apps
316
- * can also use the `customers/my_customer` alias to create the space in the same Google Workspace
317
- * organization as the app. For DMs, this field isn't populated.
314
+ * `customers/{customer}`, where `customer` is the `id` from the [Admin SDK customer
315
+ * resource]( https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers).
316
+ * Private apps can also use the `customers/my_customer` alias to create the space in the same
317
+ * Google Workspace organization as the app. For DMs, this field isn't populated.
318
318
* @param customer customer or {@code null} for none
319
319
*/
320
320
public Space setCustomer (java .lang .String customer ) {
0 commit comments