@@ -319,7 +319,15 @@ public class Subscriptions {
319319 /**
320320 * Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google
321321 * Workspace subscription](https://developers.google.com/workspace/events/guides/create-
322- * subscription).
322+ * subscription). For a subscription on a [Chat target
323+ * resource](https://developers.google.com/workspace/events/guides/events-chat), you can create a
324+ * subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app`
325+ * and getting one-time administrator approval ([Developer
326+ * Preview](https://developers.google.com/workspace/preview)). To learn more, see [Authorize as a
327+ * Chat app with administrator approval](https://developers.google.com/workspace/chat/authenticate-
328+ * authorize-chat-app). - A user by specifying an authorization scope that doesn't include `app` in
329+ * its name. To learn more, see [Authorize as a Chat
330+ * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
323331 *
324332 * Create a request for the method "subscriptions.create".
325333 *
@@ -342,7 +350,16 @@ public class Create extends WorkspaceEventsRequest<com.google.api.services.works
342350 /**
343351 * Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google
344352 * Workspace subscription](https://developers.google.com/workspace/events/guides/create-
345- * subscription).
353+ * subscription). For a subscription on a [Chat target
354+ * resource](https://developers.google.com/workspace/events/guides/events-chat), you can create a
355+ * subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app`
356+ * and getting one-time administrator approval ([Developer
357+ * Preview](https://developers.google.com/workspace/preview)). To learn more, see [Authorize as a
358+ * Chat app with administrator
359+ * approval](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app). - A
360+ * user by specifying an authorization scope that doesn't include `app` in its name. To learn
361+ * more, see [Authorize as a Chat user](https://developers.google.com/workspace/chat/authenticate-
362+ * authorize-chat-user).
346363 *
347364 * Create a request for the method "subscriptions.create".
348365 *
@@ -1016,7 +1033,16 @@ public List set(String parameterName, Object value) {
10161033 /**
10171034 * Updates or renews a Google Workspace subscription. To learn how to use this method, see [Update
10181035 * or renew a Google Workspace
1019- * subscription](https://developers.google.com/workspace/events/guides/update-subscription).
1036+ * subscription](https://developers.google.com/workspace/events/guides/update-subscription). For a
1037+ * subscription on a [Chat target
1038+ * resource](https://developers.google.com/workspace/events/guides/events-chat), you can update a
1039+ * subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app`
1040+ * andgetting one-time administrator approval ([Developer
1041+ * Preview](https://developers.google.com/workspace/preview)). To learn more, see [Authorize as a
1042+ * Chat app with administrator approval](https://developers.google.com/workspace/chat/authenticate-
1043+ * authorize-chat-app). - A user by specifying an authorization scope that doesn't include `app` in
1044+ * its name. To learn more, see [Authorize as a Chat
1045+ * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
10201046 *
10211047 * Create a request for the method "subscriptions.patch".
10221048 *
@@ -1043,7 +1069,17 @@ public class Patch extends WorkspaceEventsRequest<com.google.api.services.worksp
10431069 /**
10441070 * Updates or renews a Google Workspace subscription. To learn how to use this method, see [Update
10451071 * or renew a Google Workspace
1046- * subscription](https://developers.google.com/workspace/events/guides/update-subscription).
1072+ * subscription](https://developers.google.com/workspace/events/guides/update-subscription). For a
1073+ * subscription on a [Chat target
1074+ * resource](https://developers.google.com/workspace/events/guides/events-chat), you can update a
1075+ * subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app`
1076+ * andgetting one-time administrator approval ([Developer
1077+ * Preview](https://developers.google.com/workspace/preview)). To learn more, see [Authorize as a
1078+ * Chat app with administrator
1079+ * approval](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app). - A
1080+ * user by specifying an authorization scope that doesn't include `app` in its name. To learn
1081+ * more, see [Authorize as a Chat user](https://developers.google.com/workspace/chat/authenticate-
1082+ * authorize-chat-user).
10471083 *
10481084 * Create a request for the method "subscriptions.patch".
10491085 *
@@ -1211,7 +1247,16 @@ public Patch set(String parameterName, Object value) {
12111247 * `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the
12121248 * subscription. This method will ignore or reject any subscription that isn't currently in a
12131249 * suspended state. To learn how to use this method, see [Reactivate a Google Workspace
1214- * subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
1250+ * subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription). For
1251+ * a subscription on a [Chat target
1252+ * resource](https://developers.google.com/workspace/events/guides/events-chat), you can reactivate
1253+ * a subscription as: - A Chat app by specifying an authorization scope that begins with `chat.app`
1254+ * andgetting one-time administrator approval ([Developer
1255+ * Preview](https://developers.google.com/workspace/preview)). To learn more, see [Authorize as a
1256+ * Chat app with administrator approval](https://developers.google.com/workspace/chat/authenticate-
1257+ * authorize-chat-app). - A user by specifying an authorization scope that doesn't include `app` in
1258+ * its name. To learn more, see [Authorize as a Chat
1259+ * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
12151260 *
12161261 * Create a request for the method "subscriptions.reactivate".
12171262 *
@@ -1241,6 +1286,16 @@ public class Reactivate extends WorkspaceEventsRequest<com.google.api.services.w
12411286 * the subscription. This method will ignore or reject any subscription that isn't currently in a
12421287 * suspended state. To learn how to use this method, see [Reactivate a Google Workspace
12431288 * subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
1289+ * For a subscription on a [Chat target
1290+ * resource](https://developers.google.com/workspace/events/guides/events-chat), you can
1291+ * reactivate a subscription as: - A Chat app by specifying an authorization scope that begins
1292+ * with `chat.app` andgetting one-time administrator approval ([Developer
1293+ * Preview](https://developers.google.com/workspace/preview)). To learn more, see [Authorize as a
1294+ * Chat app with administrator
1295+ * approval](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app). - A
1296+ * user by specifying an authorization scope that doesn't include `app` in its name. To learn
1297+ * more, see [Authorize as a Chat user](https://developers.google.com/workspace/chat/authenticate-
1298+ * authorize-chat-user).
12441299 *
12451300 * Create a request for the method "subscriptions.reactivate".
12461301 *
0 commit comments