@@ -6954,18 +6954,26 @@ public class SpaceEvents {
69546954 * most recent version of the resource that changed. For example, if you request an event about a
69556955 * new message but the message was later updated, the server returns the updated `Message` resource
69566956 * in the event payload. Note: The `permissionSettings` field is not returned in the Space object of
6957- * the Space event data for this request. Requires [user
6957+ * the Space event data for this request. Supports the following types of
6958+ * [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) with an
6959+ * [authorization scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-
6960+ * api-scopes) appropriate for reading the requested data: - [App
6961+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
6962+ * with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
6963+ * Preview](https://developers.google.com/workspace/preview) with one of the following authorization
6964+ * scopes: - `https://www.googleapis.com/auth/chat.app.spaces` -
6965+ * `https://www.googleapis.com/auth/chat.app.messages.readonly` -
6966+ * `https://www.googleapis.com/auth/chat.app.memberships` - [User
69586967 * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
6959- * with an [authorization scope](https://developers.google.com/workspace/chat/authenticate-
6960- * authorize#chat-api-scopes) appropriate for reading the requested data: -
6968+ * with one of the following authorization scopes: -
69616969 * `https://www.googleapis.com/auth/chat.spaces.readonly` -
69626970 * `https://www.googleapis.com/auth/chat.spaces` -
69636971 * `https://www.googleapis.com/auth/chat.messages.readonly` -
69646972 * `https://www.googleapis.com/auth/chat.messages` -
69656973 * `https://www.googleapis.com/auth/chat.messages.reactions.readonly` -
69666974 * `https://www.googleapis.com/auth/chat.messages.reactions` -
69676975 * `https://www.googleapis.com/auth/chat.memberships.readonly` -
6968- * `https://www.googleapis.com/auth/chat.memberships` To get an event, the authenticated user must
6976+ * `https://www.googleapis.com/auth/chat.memberships` To get an event, the authenticated caller must
69696977 * be a member of the space. For an example, see [Get details about an event from a Google Chat
69706978 * space](https://developers.google.com/workspace/chat/get-space-event).
69716979 *
@@ -6996,20 +7004,28 @@ public class Get extends HangoutsChatRequest<com.google.api.services.chat.v1.mod
69967004 * the most recent version of the resource that changed. For example, if you request an event
69977005 * about a new message but the message was later updated, the server returns the updated `Message`
69987006 * resource in the event payload. Note: The `permissionSettings` field is not returned in the
6999- * Space object of the Space event data for this request. Requires [user
7007+ * Space object of the Space event data for this request. Supports the following types of
7008+ * [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) with an
7009+ * [authorization scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-
7010+ * api-scopes) appropriate for reading the requested data: - [App
7011+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
7012+ * with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
7013+ * Preview](https://developers.google.com/workspace/preview) with one of the following
7014+ * authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` -
7015+ * `https://www.googleapis.com/auth/chat.app.messages.readonly` -
7016+ * `https://www.googleapis.com/auth/chat.app.memberships` - [User
70007017 * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
7001- * with an [authorization scope](https://developers.google.com/workspace/chat/authenticate-
7002- * authorize#chat-api-scopes) appropriate for reading the requested data: -
7018+ * with one of the following authorization scopes: -
70037019 * `https://www.googleapis.com/auth/chat.spaces.readonly` -
70047020 * `https://www.googleapis.com/auth/chat.spaces` -
70057021 * `https://www.googleapis.com/auth/chat.messages.readonly` -
70067022 * `https://www.googleapis.com/auth/chat.messages` -
70077023 * `https://www.googleapis.com/auth/chat.messages.reactions.readonly` -
70087024 * `https://www.googleapis.com/auth/chat.messages.reactions` -
70097025 * `https://www.googleapis.com/auth/chat.memberships.readonly` -
7010- * `https://www.googleapis.com/auth/chat.memberships` To get an event, the authenticated user must
7011- * be a member of the space. For an example, see [Get details about an event from a Google Chat
7012- * space](https://developers.google.com/workspace/chat/get-space-event).
7026+ * `https://www.googleapis.com/auth/chat.memberships` To get an event, the authenticated caller
7027+ * must be a member of the space. For an example, see [Get details about an event from a Google
7028+ * Chat space](https://developers.google.com/workspace/chat/get-space-event).
70137029 *
70147030 * Create a request for the method "spaceEvents.get".
70157031 *
@@ -7134,19 +7150,27 @@ public Get set(String parameterName, Object value) {
71347150 * contains the most recent version of the Chat resource. For example, if you list events about new
71357151 * space members, the server returns `Membership` resources that contain the latest membership
71367152 * details. If new members were removed during the requested period, the event payload contains an
7137- * empty `Membership` resource. Requires [user
7153+ * empty `Membership` resource. Supports the following types of
7154+ * [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) with an
7155+ * [authorization scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-
7156+ * api-scopes) appropriate for reading the requested data: - [App
7157+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
7158+ * with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
7159+ * Preview](https://developers.google.com/workspace/preview) with one of the following authorization
7160+ * scopes: - `https://www.googleapis.com/auth/chat.app.spaces` -
7161+ * `https://www.googleapis.com/auth/chat.app.messages.readonly` -
7162+ * `https://www.googleapis.com/auth/chat.app.memberships` - [User
71387163 * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
7139- * with an [authorization scope](https://developers.google.com/workspace/chat/authenticate-
7140- * authorize#chat-api-scopes) appropriate for reading the requested data: -
7164+ * with one of the following authorization scopes: -
71417165 * `https://www.googleapis.com/auth/chat.spaces.readonly` -
71427166 * `https://www.googleapis.com/auth/chat.spaces` -
71437167 * `https://www.googleapis.com/auth/chat.messages.readonly` -
71447168 * `https://www.googleapis.com/auth/chat.messages` -
71457169 * `https://www.googleapis.com/auth/chat.messages.reactions.readonly` -
71467170 * `https://www.googleapis.com/auth/chat.messages.reactions` -
71477171 * `https://www.googleapis.com/auth/chat.memberships.readonly` -
7148- * `https://www.googleapis.com/auth/chat.memberships` To list events, the authenticated user must be
7149- * a member of the space. For an example, see [List events from a Google Chat
7172+ * `https://www.googleapis.com/auth/chat.memberships` To list events, the authenticated caller must
7173+ * be a member of the space. For an example, see [List events from a Google Chat
71507174 * space](https://developers.google.com/workspace/chat/list-space-events).
71517175 *
71527176 * Create a request for the method "spaceEvents.list".
@@ -7178,19 +7202,27 @@ public class List extends HangoutsChatRequest<com.google.api.services.chat.v1.mo
71787202 * contains the most recent version of the Chat resource. For example, if you list events about
71797203 * new space members, the server returns `Membership` resources that contain the latest membership
71807204 * details. If new members were removed during the requested period, the event payload contains an
7181- * empty `Membership` resource. Requires [user
7205+ * empty `Membership` resource. Supports the following types of
7206+ * [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) with an
7207+ * [authorization scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-
7208+ * api-scopes) appropriate for reading the requested data: - [App
7209+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
7210+ * with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer
7211+ * Preview](https://developers.google.com/workspace/preview) with one of the following
7212+ * authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` -
7213+ * `https://www.googleapis.com/auth/chat.app.messages.readonly` -
7214+ * `https://www.googleapis.com/auth/chat.app.memberships` - [User
71827215 * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
7183- * with an [authorization scope](https://developers.google.com/workspace/chat/authenticate-
7184- * authorize#chat-api-scopes) appropriate for reading the requested data: -
7216+ * with one of the following authorization scopes: -
71857217 * `https://www.googleapis.com/auth/chat.spaces.readonly` -
71867218 * `https://www.googleapis.com/auth/chat.spaces` -
71877219 * `https://www.googleapis.com/auth/chat.messages.readonly` -
71887220 * `https://www.googleapis.com/auth/chat.messages` -
71897221 * `https://www.googleapis.com/auth/chat.messages.reactions.readonly` -
71907222 * `https://www.googleapis.com/auth/chat.messages.reactions` -
71917223 * `https://www.googleapis.com/auth/chat.memberships.readonly` -
7192- * `https://www.googleapis.com/auth/chat.memberships` To list events, the authenticated user must
7193- * be a member of the space. For an example, see [List events from a Google Chat
7224+ * `https://www.googleapis.com/auth/chat.memberships` To list events, the authenticated caller
7225+ * must be a member of the space. For an example, see [List events from a Google Chat
71947226 * space](https://developers.google.com/workspace/chat/list-space-events).
71957227 *
71967228 * Create a request for the method "spaceEvents.list".
0 commit comments