@@ -841,10 +841,11 @@ public Create set(String parameterName, Object value) {
841
841
* resources—like messages posted in the space and memberships in the space—are also deleted. For an
842
842
* example, see [Delete a space](https://developers.google.com/workspace/chat/delete-spaces).
843
843
* Supports the following types of
844
- * [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
844
+ * [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
845
+ * Developer Preview: [App
845
846
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
846
- * with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
847
- * Preview](https://developers.google.com/workspace/preview) - [User
847
+ * with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the
848
+ * Chat app created the space using app authentication. - [User
848
849
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
849
850
* You can authenticate and authorize this method with administrator privileges by setting the
850
851
* `use_admin_access` field in the request.
@@ -875,10 +876,11 @@ public class Delete extends HangoutsChatRequest<com.google.api.services.chat.v1.
875
876
* resources—like messages posted in the space and memberships in the space—are also deleted. For
876
877
* an example, see [Delete a space](https://developers.google.com/workspace/chat/delete-spaces).
877
878
* Supports the following types of
878
- * [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
879
+ * [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
880
+ * Developer Preview: [App
879
881
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
880
- * with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
881
- * Preview](https://developers.google.com/workspace/preview) - [User
882
+ * with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the
883
+ * Chat app created the space using app authentication. - [User
882
884
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
883
885
* You can authenticate and authorize this method with administrator privileges by setting the
884
886
* `use_admin_access` field in the request.
@@ -3480,10 +3482,11 @@ public List set(String parameterName, Object value) {
3480
3482
/**
3481
3483
* Updates a membership. For an example, see [Update a user's membership in a
3482
3484
* space](https://developers.google.com/workspace/chat/update-members). Supports the following types
3483
- * of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App
3485
+ * of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): -
3486
+ * Developer Preview: [App
3484
3487
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
3485
- * with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
3486
- * Preview](https://developers.google.com/workspace/preview) - [User
3488
+ * with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the
3489
+ * Chat app created the space using app authentication. - [User
3487
3490
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
3488
3491
* You can authenticate and authorize this method with administrator privileges by setting the
3489
3492
* `use_admin_access` field in the request.
@@ -3515,9 +3518,10 @@ public class Patch extends HangoutsChatRequest<com.google.api.services.chat.v1.m
3515
3518
* Updates a membership. For an example, see [Update a user's membership in a
3516
3519
* space](https://developers.google.com/workspace/chat/update-members). Supports the following
3517
3520
* types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize):
3518
- * - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-
3519
- * chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in
3520
- * [Developer Preview](https://developers.google.com/workspace/preview) - [User
3521
+ * - Developer Preview: [App
3522
+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
3523
+ * with [administrator approval](https://support.google.com/a?p=chat-app-auth). Requires that the
3524
+ * Chat app created the space using app authentication. - [User
3521
3525
* authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
3522
3526
* You can authenticate and authorize this method with administrator privileges by setting the
3523
3527
* `use_admin_access` field in the request.
0 commit comments