File tree Expand file tree Collapse file tree 8 files changed +66
-12
lines changed
clients/google-api-services-osconfig
com/google/api/services/osconfig/v1alpha/model
com/google/api/services/osconfig/v1/model Expand file tree Collapse file tree 8 files changed +66
-12
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:
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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3232@ SuppressWarnings ("javadoc" )
3333public 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`
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3232@ SuppressWarnings ("javadoc" )
3333public 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`
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments