Skip to content

Commit 6f8a3e6

Browse files
1 parent 421c5d6 commit 6f8a3e6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-rev20240123-2.0.0</version>
25+
<version>reports_v1-rev20240130-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-rev20240123-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20240130-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public class List extends ReportsRequest<com.google.api.services.reports.model.A
182182
private static final String REST_PATH = "admin/reports/v1/activity/users/{userKey}/applications/{applicationName}";
183183

184184
private final java.util.regex.Pattern APPLICATION_NAME_PATTERN =
185-
java.util.regex.Pattern.compile("(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)");
185+
java.util.regex.Pattern.compile("(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)");
186186

187187
private final java.util.regex.Pattern CUSTOMER_ID_PATTERN =
188188
java.util.regex.Pattern.compile("C.+|my_customer");
@@ -229,7 +229,7 @@ protected List(java.lang.String userKey, java.lang.String applicationName) {
229229
if (!getSuppressPatternChecks()) {
230230
com.google.api.client.util.Preconditions.checkArgument(APPLICATION_NAME_PATTERN.matcher(applicationName).matches(),
231231
"Parameter applicationName must conform to the pattern " +
232-
"(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)");
232+
"(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)");
233233
}
234234
}
235235

@@ -344,7 +344,7 @@ public List setApplicationName(java.lang.String applicationName) {
344344
if (!getSuppressPatternChecks()) {
345345
com.google.api.client.util.Preconditions.checkArgument(APPLICATION_NAME_PATTERN.matcher(applicationName).matches(),
346346
"Parameter applicationName must conform to the pattern " +
347-
"(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)");
347+
"(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)");
348348
}
349349
this.applicationName = applicationName;
350350
return this;

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-rev20240123-2.0.0</version>
12-
<name>Admin SDK API reports_v1-rev20240123-2.0.0</name>
11+
<version>reports_v1-rev20240130-2.0.0</version>
12+
<name>Admin SDK API reports_v1-rev20240130-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-rev20240123-2.0.0</version>
25+
<version>reports_v1-rev20240130-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-rev20240123-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20240130-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)