File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-chromemanagement/v1
com/google/api/services/chromemanagement/v1 Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-chromemanagement</artifactId >
25
- <version >v1-rev20250710 -2.0.0</version >
25
+ <version >v1-rev20250721 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250710 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250721 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -5671,7 +5671,7 @@ public List setPageToken(java.lang.String pageToken) {
5671
5671
* audio_severe_underrun_event - usb_peripherals_event - https_latency_change_event -
5672
5672
* network_state_change_event - wifi_signal_strength_event -
5673
5673
* vpn_connection_state_change_event - app_install_event - app_uninstall_event -
5674
- * app_launch_event - os_crash_event
5674
+ * app_launch_event - os_crash_event - external_displays_event
5675
5675
*/
5676
5676
@ com .google .api .client .util .Key
5677
5677
private String readMask ;
@@ -5681,7 +5681,7 @@ public List setPageToken(java.lang.String pageToken) {
5681
5681
read_mask paths are: - device - user - audio_severe_underrun_event - usb_peripherals_event -
5682
5682
https_latency_change_event - network_state_change_event - wifi_signal_strength_event -
5683
5683
vpn_connection_state_change_event - app_install_event - app_uninstall_event - app_launch_event -
5684
- os_crash_event
5684
+ os_crash_event - external_displays_event
5685
5685
*/
5686
5686
public String getReadMask () {
5687
5687
return readMask ;
@@ -5694,7 +5694,7 @@ public String getReadMask() {
5694
5694
* audio_severe_underrun_event - usb_peripherals_event - https_latency_change_event -
5695
5695
* network_state_change_event - wifi_signal_strength_event -
5696
5696
* vpn_connection_state_change_event - app_install_event - app_uninstall_event -
5697
- * app_launch_event - os_crash_event
5697
+ * app_launch_event - os_crash_event - external_displays_event
5698
5698
*/
5699
5699
public List setReadMask (String readMask ) {
5700
5700
this .readMask = readMask ;
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-chromemanagement</artifactId >
11
- <version >v1-rev20250710 -2.0.0</version >
12
- <name >Chrome Management API v1-rev20250710 -2.0.0</name >
11
+ <version >v1-rev20250721 -2.0.0</version >
12
+ <name >Chrome Management API v1-rev20250721 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-chromemanagement</artifactId >
25
- <version >v1-rev20250710 -2.0.0</version >
25
+ <version >v1-rev20250721 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250710 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-chromemanagement:v1-rev20250721 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments