@@ -3730,9 +3730,12 @@ public Delete set(String parameterName, Object value) {
37303730 * Chat app's membership](https://developers.google.com/workspace/chat/get-members). Supports the
37313731 * following types of [authentication](https://developers.google.com/workspace/chat/authenticate-
37323732 * authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-
3733- * authorize-chat-app) with the authorization scope: - `https://www.googleapis.com/auth/chat.bot` -
3734- * [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
3735- * user) with one of the following authorization scopes: -
3733+ * authorize-chat-app) with one of the following authorization scopes: -
3734+ * `https://www.googleapis.com/auth/chat.bot` -
3735+ * `https://www.googleapis.com/auth/chat.app.memberships` (requires [administrator
3736+ * approval](https://support.google.com/a?p=chat-app-auth)) - [User
3737+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
3738+ * with one of the following authorization scopes: -
37363739 * `https://www.googleapis.com/auth/chat.memberships.readonly` -
37373740 * `https://www.googleapis.com/auth/chat.memberships` - User authentication grants administrator
37383741 * privileges when an administrator account authenticates, `use_admin_access` is `true`, and one of
@@ -3771,9 +3774,12 @@ public class Get extends HangoutsChatRequest<com.google.api.services.chat.v1.mod
37713774 * Chat app's membership](https://developers.google.com/workspace/chat/get-members). Supports the
37723775 * following types of [authentication](https://developers.google.com/workspace/chat/authenticate-
37733776 * authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-
3774- * authorize-chat-app) with the authorization scope: - `https://www.googleapis.com/auth/chat.bot`
3775- * - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
3776- * chat-user) with one of the following authorization scopes: -
3777+ * authorize-chat-app) with one of the following authorization scopes: -
3778+ * `https://www.googleapis.com/auth/chat.bot` -
3779+ * `https://www.googleapis.com/auth/chat.app.memberships` (requires [administrator
3780+ * approval](https://support.google.com/a?p=chat-app-auth)) - [User
3781+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
3782+ * with one of the following authorization scopes: -
37773783 * `https://www.googleapis.com/auth/chat.memberships.readonly` -
37783784 * `https://www.googleapis.com/auth/chat.memberships` - User authentication grants administrator
37793785 * privileges when an administrator account authenticates, `use_admin_access` is `true`, and one
@@ -3961,7 +3967,9 @@ public Get set(String parameterName, Object value) {
39613967 * lists memberships in spaces that the authenticated user has access to. Supports the following
39623968 * types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
39633969 * [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
3964- * app) with the authorization scope: - `https://www.googleapis.com/auth/chat.bot` - [User
3970+ * app) with one of the following authorization scopes: - `https://www.googleapis.com/auth/chat.bot`
3971+ * - `https://www.googleapis.com/auth/chat.app.memberships` (requires [administrator
3972+ * approval](https://support.google.com/a?p=chat-app-auth)) - [User
39653973 * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
39663974 * with one of the following authorization scopes: -
39673975 * `https://www.googleapis.com/auth/chat.memberships.readonly` -
@@ -4004,7 +4012,10 @@ public class List extends HangoutsChatRequest<com.google.api.services.chat.v1.mo
40044012 * lists memberships in spaces that the authenticated user has access to. Supports the following
40054013 * types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize):
40064014 * - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
4007- * chat-app) with the authorization scope: - `https://www.googleapis.com/auth/chat.bot` - [User
4015+ * chat-app) with one of the following authorization scopes: -
4016+ * `https://www.googleapis.com/auth/chat.bot` -
4017+ * `https://www.googleapis.com/auth/chat.app.memberships` (requires [administrator
4018+ * approval](https://support.google.com/a?p=chat-app-auth)) - [User
40084019 * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
40094020 * with one of the following authorization scopes: -
40104021 * `https://www.googleapis.com/auth/chat.memberships.readonly` -
0 commit comments