@@ -3730,9 +3730,12 @@ public Delete set(String parameterName, Object value) {
3730
3730
* Chat app's membership](https://developers.google.com/workspace/chat/get-members). Supports the
3731
3731
* following types of [authentication](https://developers.google.com/workspace/chat/authenticate-
3732
3732
* 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: -
3736
3739
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
3737
3740
* `https://www.googleapis.com/auth/chat.memberships` - User authentication grants administrator
3738
3741
* 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
3771
3774
* Chat app's membership](https://developers.google.com/workspace/chat/get-members). Supports the
3772
3775
* following types of [authentication](https://developers.google.com/workspace/chat/authenticate-
3773
3776
* 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: -
3777
3783
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
3778
3784
* `https://www.googleapis.com/auth/chat.memberships` - User authentication grants administrator
3779
3785
* privileges when an administrator account authenticates, `use_admin_access` is `true`, and one
@@ -3961,7 +3967,9 @@ public Get set(String parameterName, Object value) {
3961
3967
* lists memberships in spaces that the authenticated user has access to. Supports the following
3962
3968
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
3963
3969
* [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
3965
3973
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
3966
3974
* with one of the following authorization scopes: -
3967
3975
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
@@ -4004,7 +4012,10 @@ public class List extends HangoutsChatRequest<com.google.api.services.chat.v1.mo
4004
4012
* lists memberships in spaces that the authenticated user has access to. Supports the following
4005
4013
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize):
4006
4014
* - [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
4008
4019
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
4009
4020
* with one of the following authorization scopes: -
4010
4021
* `https://www.googleapis.com/auth/chat.memberships.readonly` -
0 commit comments