@@ -6860,8 +6860,10 @@ public SpaceNotificationSetting spaceNotificationSetting() {
6860
6860
public class SpaceNotificationSetting {
6861
6861
6862
6862
/**
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).
6865
6867
*
6866
6868
* Create a request for the method "spaceNotificationSetting.get".
6867
6869
*
@@ -6889,8 +6891,10 @@ public class Get extends HangoutsChatRequest<com.google.api.services.chat.v1.mod
6889
6891
java .util .regex .Pattern .compile ("^users/[^/]+/spaces/[^/]+/spaceNotificationSetting$" );
6890
6892
6891
6893
/**
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).
6894
6898
*
6895
6899
* Create a request for the method "spaceNotificationSetting.get".
6896
6900
*
@@ -7024,7 +7028,9 @@ public Get set(String parameterName, Object value) {
7024
7028
}
7025
7029
}
7026
7030
/**
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
7028
7034
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
7029
7035
*
7030
7036
* Create a request for the method "spaceNotificationSetting.patch".
@@ -7051,7 +7057,9 @@ public class Patch extends HangoutsChatRequest<com.google.api.services.chat.v1.m
7051
7057
java .util .regex .Pattern .compile ("^users/[^/]+/spaces/[^/]+/spaceNotificationSetting$" );
7052
7058
7053
7059
/**
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
7055
7063
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
7056
7064
*
7057
7065
* Create a request for the method "spaceNotificationSetting.patch".
0 commit comments