@@ -43,7 +43,9 @@ public final class AccessSettings extends com.google.api.client.json.GenericJson
4343 * been individually invited or added to the space can access it. For details, see [Make a space
4444 * discoverable to a target audience](https://developers.google.com/workspace/chat/space-target-
4545 * audience). Format: `audiences/{audience}` To use the default target audience for the Google
46- * Workspace organization, set to `audiences/default`.
46+ * Workspace organization, set to `audiences/default`. This field is not populated when using the
47+ * `chat.bot` scope with [app
48+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
4749 * The value may be {@code null}.
4850 */
4951 @ com .google .api .client .util .Key
@@ -73,7 +75,9 @@ public AccessSettings setAccessState(java.lang.String accessState) {
7375 * been individually invited or added to the space can access it. For details, see [Make a space
7476 * discoverable to a target audience](https://developers.google.com/workspace/chat/space-target-
7577 * audience). Format: `audiences/{audience}` To use the default target audience for the Google
76- * Workspace organization, set to `audiences/default`.
78+ * Workspace organization, set to `audiences/default`. This field is not populated when using the
79+ * `chat.bot` scope with [app
80+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
7781 * @return value or {@code null} for none
7882 */
7983 public java .lang .String getAudience () {
@@ -87,7 +91,9 @@ public java.lang.String getAudience() {
8791 * been individually invited or added to the space can access it. For details, see [Make a space
8892 * discoverable to a target audience](https://developers.google.com/workspace/chat/space-target-
8993 * audience). Format: `audiences/{audience}` To use the default target audience for the Google
90- * Workspace organization, set to `audiences/default`.
94+ * Workspace organization, set to `audiences/default`. This field is not populated when using the
95+ * `chat.bot` scope with [app
96+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
9197 * @param audience audience or {@code null} for none
9298 */
9399 public AccessSettings setAudience (java .lang .String audience ) {
0 commit comments