Skip to content

Commit fb8d2a6

Browse files
1 parent 420040c commit fb8d2a6

File tree

8 files changed

+66
-12
lines changed

8 files changed

+66
-12
lines changed

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

clients/google-api-services-osconfig/v1/2.0.0/com/google/api/services/osconfig/v1/model/VulnerabilityReport.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
@SuppressWarnings("javadoc")
3333
public final class VulnerabilityReport extends com.google.api.client.json.GenericJson {
3434

35+
/**
36+
* Output only. Highest level of severity among all the upgradable vulnerabilities with CVEs
37+
* attached.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.lang.String highestUpgradableCveSeverity;
42+
3543
/**
3644
* Output only. The `vulnerabilityReport` API resource name. Format:
3745
* `projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport`
@@ -54,6 +62,25 @@ public final class VulnerabilityReport extends com.google.api.client.json.Generi
5462
@com.google.api.client.util.Key
5563
private java.util.List<VulnerabilityReportVulnerability> vulnerabilities;
5664

65+
/**
66+
* Output only. Highest level of severity among all the upgradable vulnerabilities with CVEs
67+
* attached.
68+
* @return value or {@code null} for none
69+
*/
70+
public java.lang.String getHighestUpgradableCveSeverity() {
71+
return highestUpgradableCveSeverity;
72+
}
73+
74+
/**
75+
* Output only. Highest level of severity among all the upgradable vulnerabilities with CVEs
76+
* attached.
77+
* @param highestUpgradableCveSeverity highestUpgradableCveSeverity or {@code null} for none
78+
*/
79+
public VulnerabilityReport setHighestUpgradableCveSeverity(java.lang.String highestUpgradableCveSeverity) {
80+
this.highestUpgradableCveSeverity = highestUpgradableCveSeverity;
81+
return this;
82+
}
83+
5784
/**
5885
* Output only. The `vulnerabilityReport` API resource name. Format:
5986
* `projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport`

clients/google-api-services-osconfig/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-osconfig</artifactId>
11-
<version>v1-rev20250511-2.0.0</version>
12-
<name>OS Config API v1-rev20250511-2.0.0</name>
11+
<version>v1-rev20250727-2.0.0</version>
12+
<name>OS Config API v1-rev20250727-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-osconfig/v1alpha/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-osconfig</artifactId>
25-
<version>v1alpha-rev20250511-2.0.0</version>
25+
<version>v1alpha-rev20250727-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-osconfig:v1alpha-rev20250511-2.0.0'
38+
implementation 'com.google.apis:google-api-services-osconfig:v1alpha-rev20250727-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-osconfig/v1alpha/2.0.0/com/google/api/services/osconfig/v1alpha/model/VulnerabilityReport.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
@SuppressWarnings("javadoc")
3333
public final class VulnerabilityReport extends com.google.api.client.json.GenericJson {
3434

35+
/**
36+
* Output only. Highest level of severity among all the upgradable vulnerabilities with CVEs
37+
* attached.
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.lang.String highestUpgradableCveSeverity;
42+
3543
/**
3644
* Output only. The `vulnerabilityReport` API resource name. Format:
3745
* `projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport`
@@ -54,6 +62,25 @@ public final class VulnerabilityReport extends com.google.api.client.json.Generi
5462
@com.google.api.client.util.Key
5563
private java.util.List<VulnerabilityReportVulnerability> vulnerabilities;
5664

65+
/**
66+
* Output only. Highest level of severity among all the upgradable vulnerabilities with CVEs
67+
* attached.
68+
* @return value or {@code null} for none
69+
*/
70+
public java.lang.String getHighestUpgradableCveSeverity() {
71+
return highestUpgradableCveSeverity;
72+
}
73+
74+
/**
75+
* Output only. Highest level of severity among all the upgradable vulnerabilities with CVEs
76+
* attached.
77+
* @param highestUpgradableCveSeverity highestUpgradableCveSeverity or {@code null} for none
78+
*/
79+
public VulnerabilityReport setHighestUpgradableCveSeverity(java.lang.String highestUpgradableCveSeverity) {
80+
this.highestUpgradableCveSeverity = highestUpgradableCveSeverity;
81+
return this;
82+
}
83+
5784
/**
5885
* Output only. The `vulnerabilityReport` API resource name. Format:
5986
* `projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport`

clients/google-api-services-osconfig/v1alpha/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-osconfig</artifactId>
11-
<version>v1alpha-rev20250511-2.0.0</version>
12-
<name>OS Config API v1alpha-rev20250511-2.0.0</name>
11+
<version>v1alpha-rev20250727-2.0.0</version>
12+
<name>OS Config API v1alpha-rev20250727-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-osconfig/v1alpha/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-osconfig</artifactId>
25-
<version>v1alpha-rev20250511-2.0.0</version>
25+
<version>v1alpha-rev20250727-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-osconfig:v1alpha-rev20250511-2.0.0'
38+
implementation 'com.google.apis:google-api-services-osconfig:v1alpha-rev20250727-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)