Skip to content

Commit

Permalink
chore: regenerate verifiedaccess client (#23903)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 20, 2024
1 parent fb85e07 commit 34b1733
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-verifiedaccess/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-verifiedaccess</artifactId>
<version>v2-rev20241001-2.0.0</version>
<version>v2-rev20241112-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-verifiedaccess:v2-rev20241001-2.0.0'
implementation 'com.google.apis:google-api-services-verifiedaccess:v2-rev20241112-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ public final class DeviceSignals extends com.google.api.client.json.GenericJson

/**
* The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular
* devices and UNKNOWN on devices in developer mode. The signal is currently not available on
* MacOS 15 (Sequoia) and later.
* devices and UNKNOWN on devices in developer mode. Support for MacOS 15 (Sequoia) and later has
* been introduced in Chrome M131.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -575,8 +575,8 @@ public DeviceSignals setOperatingSystem(java.lang.String operatingSystem) {

/**
* The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular
* devices and UNKNOWN on devices in developer mode. The signal is currently not available on
* MacOS 15 (Sequoia) and later.
* devices and UNKNOWN on devices in developer mode. Support for MacOS 15 (Sequoia) and later has
* been introduced in Chrome M131.
* @return value or {@code null} for none
*/
public java.lang.String getOsFirewall() {
Expand All @@ -585,8 +585,8 @@ public java.lang.String getOsFirewall() {

/**
* The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular
* devices and UNKNOWN on devices in developer mode. The signal is currently not available on
* MacOS 15 (Sequoia) and later.
* devices and UNKNOWN on devices in developer mode. Support for MacOS 15 (Sequoia) and later has
* been introduced in Chrome M131.
* @param osFirewall osFirewall or {@code null} for none
*/
public DeviceSignals setOsFirewall(java.lang.String osFirewall) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-verifiedaccess/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-verifiedaccess</artifactId>
<version>v2-rev20241001-2.0.0</version>
<name>Chrome Verified Access API v2-rev20241001-2.0.0</name>
<version>v2-rev20241112-2.0.0</version>
<name>Chrome Verified Access API v2-rev20241112-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-verifiedaccess/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-verifiedaccess</artifactId>
<version>v2-rev20241001-2.0.0</version>
<version>v2-rev20241112-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-verifiedaccess:v2-rev20241001-2.0.0'
implementation 'com.google.apis:google-api-services-verifiedaccess:v2-rev20241112-2.0.0'
}
```

Expand Down

0 comments on commit 34b1733

Please sign in to comment.