Skip to content

Commit c39311b

Browse files
1 parent b4f0f5f commit c39311b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

clients/google-api-services-verifiedaccess/v2/2.0.0/README.md

+2-2
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-verifiedaccess</artifactId>
25-
<version>v2-rev20250225-2.0.0</version>
25+
<version>v2-rev20250311-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-verifiedaccess:v2-rev20250225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-verifiedaccess:v2-rev20250311-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-verifiedaccess/v2/2.0.0/com/google/api/services/verifiedaccess/v2/model/DeviceSignals.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ public final class DeviceSignals extends com.google.api.client.json.GenericJson
264264
private java.util.List<java.lang.String> systemDnsServers;
265265

266266
/**
267-
* Output only. Whether Chrome is blocking third-party software injection or not. This setting may
268-
* be controlled by an enterprise policy:
267+
* Output only. Deprecated. The corresponding policy is now deprecated. Whether Chrome is blocking
268+
* third-party software injection or not. This setting may be controlled by an enterprise policy:
269269
* https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on
270270
* Windows only.
271271
* The value may be {@code null}.
@@ -846,8 +846,8 @@ public DeviceSignals setSystemDnsServers(java.util.List<java.lang.String> system
846846
}
847847

848848
/**
849-
* Output only. Whether Chrome is blocking third-party software injection or not. This setting may
850-
* be controlled by an enterprise policy:
849+
* Output only. Deprecated. The corresponding policy is now deprecated. Whether Chrome is blocking
850+
* third-party software injection or not. This setting may be controlled by an enterprise policy:
851851
* https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on
852852
* Windows only.
853853
* @return value or {@code null} for none
@@ -857,8 +857,8 @@ public java.lang.Boolean getThirdPartyBlockingEnabled() {
857857
}
858858

859859
/**
860-
* Output only. Whether Chrome is blocking third-party software injection or not. This setting may
861-
* be controlled by an enterprise policy:
860+
* Output only. Deprecated. The corresponding policy is now deprecated. Whether Chrome is blocking
861+
* third-party software injection or not. This setting may be controlled by an enterprise policy:
862862
* https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on
863863
* Windows only.
864864
* @param thirdPartyBlockingEnabled thirdPartyBlockingEnabled or {@code null} for none

clients/google-api-services-verifiedaccess/v2/2.0.0/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-verifiedaccess</artifactId>
11-
<version>v2-rev20250225-2.0.0</version>
12-
<name>Chrome Verified Access API v2-rev20250225-2.0.0</name>
11+
<version>v2-rev20250311-2.0.0</version>
12+
<name>Chrome Verified Access API v2-rev20250311-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-verifiedaccess/v2/README.md

+2-2
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-verifiedaccess</artifactId>
25-
<version>v2-rev20250225-2.0.0</version>
25+
<version>v2-rev20250311-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-verifiedaccess:v2-rev20250225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-verifiedaccess:v2-rev20250311-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)