@@ -592,14 +592,20 @@ public List setFilters(java.lang.String filters) {
592592 /**
593593 * Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the
594594 * response will contain activities for only those users that are a part of at least one of
595- * the group ids mentioned here. Format: "id:abc123,id:xyz456"
595+ * the group ids mentioned here. Format: "id:abc123,id:xyz456" *Important:* To filter by
596+ * groups, you must explicitly add the groups to your filtering groups allowlist. For more
597+ * information about adding groups to filtering groups allowlist, see [Filter results by
598+ * Google Group](https://support.google.com/a/answer/11482175)
596599 */
597600 @ com .google .api .client .util .Key
598601 private java .lang .String groupIdFilter ;
599602
600603 /** Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response
601604 will contain activities for only those users that are a part of at least one of the group ids
602- mentioned here. Format: "id:abc123,id:xyz456"
605+ mentioned here. Format: "id:abc123,id:xyz456" *Important:* To filter by groups, you must explicitly
606+ add the groups to your filtering groups allowlist. For more information about adding groups to
607+ filtering groups allowlist, see [Filter results by Google
608+ Group](https://support.google.com/a/answer/11482175)
603609 */
604610 public java .lang .String getGroupIdFilter () {
605611 return groupIdFilter ;
@@ -608,7 +614,10 @@ public java.lang.String getGroupIdFilter() {
608614 /**
609615 * Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the
610616 * response will contain activities for only those users that are a part of at least one of
611- * the group ids mentioned here. Format: "id:abc123,id:xyz456"
617+ * the group ids mentioned here. Format: "id:abc123,id:xyz456" *Important:* To filter by
618+ * groups, you must explicitly add the groups to your filtering groups allowlist. For more
619+ * information about adding groups to filtering groups allowlist, see [Filter results by
620+ * Google Group](https://support.google.com/a/answer/11482175)
612621 */
613622 public List setGroupIdFilter (java .lang .String groupIdFilter ) {
614623 if (!getSuppressPatternChecks ()) {
@@ -1172,14 +1181,20 @@ public Watch setFilters(java.lang.String filters) {
11721181 /**
11731182 * Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the
11741183 * response will contain activities for only those users that are a part of at least one of
1175- * the group ids mentioned here. Format: "id:abc123,id:xyz456"
1184+ * the group ids mentioned here. Format: "id:abc123,id:xyz456" *Important:* To filter by
1185+ * groups, you must explicitly add the groups to your filtering groups allowlist. For more
1186+ * information about adding groups to filtering groups allowlist, see [Filter results by
1187+ * Google Group](https://support.google.com/a/answer/11482175)
11761188 */
11771189 @ com .google .api .client .util .Key
11781190 private java .lang .String groupIdFilter ;
11791191
11801192 /** Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response
11811193 will contain activities for only those users that are a part of at least one of the group ids
1182- mentioned here. Format: "id:abc123,id:xyz456"
1194+ mentioned here. Format: "id:abc123,id:xyz456" *Important:* To filter by groups, you must explicitly
1195+ add the groups to your filtering groups allowlist. For more information about adding groups to
1196+ filtering groups allowlist, see [Filter results by Google
1197+ Group](https://support.google.com/a/answer/11482175)
11831198 */
11841199 public java .lang .String getGroupIdFilter () {
11851200 return groupIdFilter ;
@@ -1188,7 +1203,10 @@ public java.lang.String getGroupIdFilter() {
11881203 /**
11891204 * Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the
11901205 * response will contain activities for only those users that are a part of at least one of
1191- * the group ids mentioned here. Format: "id:abc123,id:xyz456"
1206+ * the group ids mentioned here. Format: "id:abc123,id:xyz456" *Important:* To filter by
1207+ * groups, you must explicitly add the groups to your filtering groups allowlist. For more
1208+ * information about adding groups to filtering groups allowlist, see [Filter results by
1209+ * Google Group](https://support.google.com/a/answer/11482175)
11921210 */
11931211 public Watch setGroupIdFilter (java .lang .String groupIdFilter ) {
11941212 if (!getSuppressPatternChecks ()) {
0 commit comments