Skip to content

Commit a08e223

Browse files
1 parent 3dba385 commit a08e223

12 files changed

Lines changed: 90 additions & 18 deletions

File tree

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

clients/google-api-services-containeranalysis/v1/2.0.0/com/google/api/services/containeranalysis/v1/model/CVSS.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ public final class CVSS extends com.google.api.client.json.GenericJson {
8181
@com.google.api.client.util.Key
8282
private java.lang.String confidentialityImpact;
8383

84+
/**
85+
* Exploit Maturity (E). Defined in CVSS v4.
86+
* The value may be {@code null}.
87+
*/
88+
@com.google.api.client.util.Key
89+
private java.lang.String exploitMaturity;
90+
8491
/**
8592
* The value may be {@code null}.
8693
*/
@@ -282,6 +289,23 @@ public CVSS setConfidentialityImpact(java.lang.String confidentialityImpact) {
282289
return this;
283290
}
284291

292+
/**
293+
* Exploit Maturity (E). Defined in CVSS v4.
294+
* @return value or {@code null} for none
295+
*/
296+
public java.lang.String getExploitMaturity() {
297+
return exploitMaturity;
298+
}
299+
300+
/**
301+
* Exploit Maturity (E). Defined in CVSS v4.
302+
* @param exploitMaturity exploitMaturity or {@code null} for none
303+
*/
304+
public CVSS setExploitMaturity(java.lang.String exploitMaturity) {
305+
this.exploitMaturity = exploitMaturity;
306+
return this;
307+
}
308+
285309
/**
286310
* @return value or {@code null} for none
287311
*/

clients/google-api-services-containeranalysis/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-containeranalysis</artifactId>
11-
<version>v1-rev20260610-2.0.0</version>
12-
<name>Container Analysis API v1-rev20260610-2.0.0</name>
11+
<version>v1-rev20260619-2.0.0</version>
12+
<name>Container Analysis API v1-rev20260619-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-containeranalysis/v1alpha1/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-containeranalysis</artifactId>
25-
<version>v1alpha1-rev20260610-2.0.0</version>
25+
<version>v1alpha1-rev20260619-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-containeranalysis:v1alpha1-rev20260610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20260619-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1alpha1/2.0.0/com/google/api/services/containeranalysis/v1alpha1/model/CVSS.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ public final class CVSS extends com.google.api.client.json.GenericJson {
8484
@com.google.api.client.util.Key
8585
private java.lang.String confidentialityImpact;
8686

87+
/**
88+
* Optional. Exploit Maturity (E). Defined in CVSS v4.
89+
* The value may be {@code null}.
90+
*/
91+
@com.google.api.client.util.Key
92+
private java.lang.String exploitMaturity;
93+
8794
/**
8895
* The value may be {@code null}.
8996
*/
@@ -285,6 +292,23 @@ public CVSS setConfidentialityImpact(java.lang.String confidentialityImpact) {
285292
return this;
286293
}
287294

295+
/**
296+
* Optional. Exploit Maturity (E). Defined in CVSS v4.
297+
* @return value or {@code null} for none
298+
*/
299+
public java.lang.String getExploitMaturity() {
300+
return exploitMaturity;
301+
}
302+
303+
/**
304+
* Optional. Exploit Maturity (E). Defined in CVSS v4.
305+
* @param exploitMaturity exploitMaturity or {@code null} for none
306+
*/
307+
public CVSS setExploitMaturity(java.lang.String exploitMaturity) {
308+
this.exploitMaturity = exploitMaturity;
309+
return this;
310+
}
311+
288312
/**
289313
* @return value or {@code null} for none
290314
*/

clients/google-api-services-containeranalysis/v1alpha1/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-containeranalysis</artifactId>
11-
<version>v1alpha1-rev20260610-2.0.0</version>
12-
<name>Container Analysis API v1alpha1-rev20260610-2.0.0</name>
11+
<version>v1alpha1-rev20260619-2.0.0</version>
12+
<name>Container Analysis API v1alpha1-rev20260619-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-containeranalysis/v1alpha1/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-containeranalysis</artifactId>
25-
<version>v1alpha1-rev20260610-2.0.0</version>
25+
<version>v1alpha1-rev20260619-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-containeranalysis:v1alpha1-rev20260610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20260619-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1beta1/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-containeranalysis</artifactId>
25-
<version>v1beta1-rev20260610-2.0.0</version>
25+
<version>v1beta1-rev20260619-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-containeranalysis:v1beta1-rev20260610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20260619-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-containeranalysis/v1beta1/2.0.0/com/google/api/services/containeranalysis/v1beta1/model/CVSS.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ public final class CVSS extends com.google.api.client.json.GenericJson {
8484
@com.google.api.client.util.Key
8585
private java.lang.String confidentialityImpact;
8686

87+
/**
88+
* Exploit Maturity (E). Defined in CVSS v4.
89+
* The value may be {@code null}.
90+
*/
91+
@com.google.api.client.util.Key
92+
private java.lang.String exploitMaturity;
93+
8794
/**
8895
* The value may be {@code null}.
8996
*/
@@ -285,6 +292,23 @@ public CVSS setConfidentialityImpact(java.lang.String confidentialityImpact) {
285292
return this;
286293
}
287294

295+
/**
296+
* Exploit Maturity (E). Defined in CVSS v4.
297+
* @return value or {@code null} for none
298+
*/
299+
public java.lang.String getExploitMaturity() {
300+
return exploitMaturity;
301+
}
302+
303+
/**
304+
* Exploit Maturity (E). Defined in CVSS v4.
305+
* @param exploitMaturity exploitMaturity or {@code null} for none
306+
*/
307+
public CVSS setExploitMaturity(java.lang.String exploitMaturity) {
308+
this.exploitMaturity = exploitMaturity;
309+
return this;
310+
}
311+
288312
/**
289313
* @return value or {@code null} for none
290314
*/

0 commit comments

Comments
 (0)