@@ -6860,8 +6860,10 @@ public SpaceNotificationSetting spaceNotificationSetting() {
68606860 public class SpaceNotificationSetting {
68616861
68626862 /**
6863- * Gets the space notification state setting. Requires [user
6864- * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
6863+ * Gets the space notification setting. For an example, see [Get the caller's space notification
6864+ * setting](https://developers.google.com/workspace/chat/get-space-notification-setting). Requires
6865+ * [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
6866+ * user).
68656867 *
68666868 * Create a request for the method "spaceNotificationSetting.get".
68676869 *
@@ -6889,8 +6891,10 @@ public class Get extends HangoutsChatRequest<com.google.api.services.chat.v1.mod
68896891 java .util .regex .Pattern .compile ("^users/[^/]+/spaces/[^/]+/spaceNotificationSetting$" );
68906892
68916893 /**
6892- * Gets the space notification state setting. Requires [user
6893- * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
6894+ * Gets the space notification setting. For an example, see [Get the caller's space notification
6895+ * setting](https://developers.google.com/workspace/chat/get-space-notification-setting). Requires
6896+ * [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
6897+ * user).
68946898 *
68956899 * Create a request for the method "spaceNotificationSetting.get".
68966900 *
@@ -7024,7 +7028,9 @@ public Get set(String parameterName, Object value) {
70247028 }
70257029 }
70267030 /**
7027- * Updates the space notification state setting. Requires [user
7031+ * Updates the space notification setting. For an example, see [Update the caller's space
7032+ * notification setting](https://developers.google.com/workspace/chat/update-space-notification-
7033+ * setting). Requires [user
70287034 * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
70297035 *
70307036 * Create a request for the method "spaceNotificationSetting.patch".
@@ -7051,7 +7057,9 @@ public class Patch extends HangoutsChatRequest<com.google.api.services.chat.v1.m
70517057 java .util .regex .Pattern .compile ("^users/[^/]+/spaces/[^/]+/spaceNotificationSetting$" );
70527058
70537059 /**
7054- * Updates the space notification state setting. Requires [user
7060+ * Updates the space notification setting. For an example, see [Update the caller's space
7061+ * notification setting](https://developers.google.com/workspace/chat/update-space-notification-
7062+ * setting). Requires [user
70557063 * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
70567064 *
70577065 * Create a request for the method "spaceNotificationSetting.patch".
0 commit comments