@@ -2697,13 +2697,14 @@ public Patch set(String parameterName, Object value) {
26972697 }
26982698 /**
26992699 * Returns a list of spaces in a Google Workspace organization based on an administrator's search.
2700- * Requires [user authentication with administrator
2700+ * In the request, set `use_admin_access` to `true`. For an example, see [Search for and manage
2701+ * spaces](https://developers.google.com/workspace/chat/search-manage-admin). Requires [user
2702+ * authentication with administrator
27012703 * privileges](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user#admin-
27022704 * privileges) and one of the following [authorization
27032705 * scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes): -
27042706 * `https://www.googleapis.com/auth/chat.admin.spaces.readonly` -
2705- * `https://www.googleapis.com/auth/chat.admin.spaces` In the request, set `use_admin_access` to
2706- * `true`.
2707+ * `https://www.googleapis.com/auth/chat.admin.spaces`
27072708 *
27082709 * Create a request for the method "spaces.search".
27092710 *
@@ -2724,13 +2725,14 @@ public class Search extends HangoutsChatRequest<com.google.api.services.chat.v1.
27242725
27252726 /**
27262727 * Returns a list of spaces in a Google Workspace organization based on an administrator's search.
2727- * Requires [user authentication with administrator
2728+ * In the request, set `use_admin_access` to `true`. For an example, see [Search for and manage
2729+ * spaces](https://developers.google.com/workspace/chat/search-manage-admin). Requires [user
2730+ * authentication with administrator
27282731 * privileges](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
27292732 * user#admin-privileges) and one of the following [authorization
27302733 * scopes](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes): -
27312734 * `https://www.googleapis.com/auth/chat.admin.spaces.readonly` -
2732- * `https://www.googleapis.com/auth/chat.admin.spaces` In the request, set `use_admin_access` to
2733- * `true`.
2735+ * `https://www.googleapis.com/auth/chat.admin.spaces`
27342736 *
27352737 * Create a request for the method "spaces.search".
27362738 *
0 commit comments