@@ -63,10 +63,10 @@ public final class Space extends com.google.api.client.json.GenericJson {
6363 * Optional. Immutable. The customer id of the domain of the space. Required only when creating a
6464 * space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
6565 * 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.
7070 * The value may be {@code null}.
7171 */
7272 @ com .google .api .client .util .Key
@@ -297,10 +297,10 @@ public Space setCreateTime(String createTime) {
297297 * Optional. Immutable. The customer id of the domain of the space. Required only when creating a
298298 * space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
299299 * 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.
304304 * @return value or {@code null} for none
305305 */
306306 public java .lang .String getCustomer () {
@@ -311,10 +311,10 @@ public java.lang.String getCustomer() {
311311 * Optional. Immutable. The customer id of the domain of the space. Required only when creating a
312312 * space with [app authentication](https://developers.google.com/workspace/chat/authenticate-
313313 * 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.
318318 * @param customer customer or {@code null} for none
319319 */
320320 public Space setCustomer (java .lang .String customer ) {
0 commit comments