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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-osconfig</artifactId >
25
- <version >v1-rev20250511 -2.0.0</version >
25
+ <version >v1-rev20250727 -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-osconfig:v1-rev20250511 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-osconfig:v1-rev20250727 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 32
32
@ SuppressWarnings ("javadoc" )
33
33
public final class VulnerabilityReport extends com .google .api .client .json .GenericJson {
34
34
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
+
35
43
/**
36
44
* Output only. The `vulnerabilityReport` API resource name. Format:
37
45
* `projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport`
@@ -54,6 +62,25 @@ public final class VulnerabilityReport extends com.google.api.client.json.Generi
54
62
@ com .google .api .client .util .Key
55
63
private java .util .List <VulnerabilityReportVulnerability > vulnerabilities ;
56
64
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
+
57
84
/**
58
85
* Output only. The `vulnerabilityReport` API resource name. Format:
59
86
* `projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport`
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-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 >
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-osconfig</artifactId >
25
- <version >v1-rev20250511 -2.0.0</version >
25
+ <version >v1-rev20250727 -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-osconfig:v1-rev20250511 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-osconfig:v1-rev20250727 -2.0.0'
39
39
}
40
40
```
41
41
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-osconfig</artifactId >
25
- <version >v1alpha-rev20250511 -2.0.0</version >
25
+ <version >v1alpha-rev20250727 -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-osconfig:v1alpha-rev20250511 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-osconfig:v1alpha-rev20250727 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 32
32
@ SuppressWarnings ("javadoc" )
33
33
public final class VulnerabilityReport extends com .google .api .client .json .GenericJson {
34
34
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
+
35
43
/**
36
44
* Output only. The `vulnerabilityReport` API resource name. Format:
37
45
* `projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport`
@@ -54,6 +62,25 @@ public final class VulnerabilityReport extends com.google.api.client.json.Generi
54
62
@ com .google .api .client .util .Key
55
63
private java .util .List <VulnerabilityReportVulnerability > vulnerabilities ;
56
64
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
+
57
84
/**
58
85
* Output only. The `vulnerabilityReport` API resource name. Format:
59
86
* `projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport`
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-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 >
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-osconfig</artifactId >
25
- <version >v1alpha-rev20250511 -2.0.0</version >
25
+ <version >v1alpha-rev20250727 -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-osconfig:v1alpha-rev20250511 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-osconfig:v1alpha-rev20250727 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments