Skip to content

Commit 8d7c756

Browse files
1 parent a8504c6 commit 8d7c756

4 files changed

Lines changed: 18 additions & 10 deletions

File tree

clients/google-api-services-chromemanagement/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-chromemanagement</artifactId>
25-
<version>v1-rev20260709-2.0.0</version>
25+
<version>v1-rev20260715-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-chromemanagement:v1-rev20260709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260715-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/ChromeManagement.java

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4065,7 +4065,9 @@ public QueryContentTransfersBreakdowns set(String parameterName, Object value) {
40654065
}
40664066
}
40674067
/**
4068-
* Returns a high-level summary of URL visits for a given customer.
4068+
* Returns a high-level summary of URL visits for a given customer. Requires a Chrome Enterprise
4069+
* Premium subscription. If the customer does not have this subscription, query results will be
4070+
* empty.
40694071
*
40704072
* Create a request for the method "securityInsights.queryUrlVisits".
40714073
*
@@ -4090,7 +4092,9 @@ public class QueryUrlVisits extends ChromeManagementRequest<com.google.api.servi
40904092
java.util.regex.Pattern.compile("^customers/[^/]+$");
40914093

40924094
/**
4093-
* Returns a high-level summary of URL visits for a given customer.
4095+
* Returns a high-level summary of URL visits for a given customer. Requires a Chrome Enterprise
4096+
* Premium subscription. If the customer does not have this subscription, query results will be
4097+
* empty.
40944098
*
40954099
* Create a request for the method "securityInsights.queryUrlVisits".
40964100
*
@@ -4240,7 +4244,9 @@ public QueryUrlVisits set(String parameterName, Object value) {
42404244
}
42414245
}
42424246
/**
4243-
* Returns summaries of URL visits for a given metric and breakdown dimension.
4247+
* Returns summaries of URL visits for a given metric and breakdown dimension. Requires a Chrome
4248+
* Enterprise Premium subscription. If the customer does not have this subscription, query results
4249+
* will be empty.
42444250
*
42454251
* Create a request for the method "securityInsights.queryUrlVisitsBreakdowns".
42464252
*
@@ -4265,7 +4271,9 @@ public class QueryUrlVisitsBreakdowns extends ChromeManagementRequest<com.google
42654271
java.util.regex.Pattern.compile("^customers/[^/]+$");
42664272

42674273
/**
4268-
* Returns summaries of URL visits for a given metric and breakdown dimension.
4274+
* Returns summaries of URL visits for a given metric and breakdown dimension. Requires a Chrome
4275+
* Enterprise Premium subscription. If the customer does not have this subscription, query results
4276+
* will be empty.
42694277
*
42704278
* Create a request for the method "securityInsights.queryUrlVisitsBreakdowns".
42714279
*

clients/google-api-services-chromemanagement/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-chromemanagement</artifactId>
11-
<version>v1-rev20260709-2.0.0</version>
12-
<name>Chrome Management API v1-rev20260709-2.0.0</name>
11+
<version>v1-rev20260715-2.0.0</version>
12+
<name>Chrome Management API v1-rev20260715-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-chromemanagement/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-chromemanagement</artifactId>
25-
<version>v1-rev20260709-2.0.0</version>
25+
<version>v1-rev20260715-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-chromemanagement:v1-rev20260709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20260715-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)