Skip to content

Commit 667b916

Browse files
1 parent 425c797 commit 667b916

File tree

4 files changed

+30
-12
lines changed

4 files changed

+30
-12
lines changed

clients/google-api-services-admin/reports_v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-admin-reports</artifactId>
25-
<version>reports_v1-rev20250128-2.0.0</version>
25+
<version>reports_v1-rev20250304-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250304-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/Reports.java

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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()) {

clients/google-api-services-admin/reports_v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-admin-reports</artifactId>
11-
<version>reports_v1-rev20250128-2.0.0</version>
12-
<name>Admin SDK API reports_v1-rev20250128-2.0.0</name>
11+
<version>reports_v1-rev20250304-2.0.0</version>
12+
<name>Admin SDK API reports_v1-rev20250304-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-admin/reports_v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-admin-reports</artifactId>
25-
<version>reports_v1-rev20250128-2.0.0</version>
25+
<version>reports_v1-rev20250304-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250304-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)