Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-containeranalysis</artifactId>
<version>v1-rev20260521-2.0.0</version>
<version>v1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260521-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260610-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ public final class Finding extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String category;

/**
* Description of the finding category.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String details;

/**
* Location (path and line) where the finding was detected.
* The value may be {@code null}.
Expand Down Expand Up @@ -75,6 +82,23 @@ public Finding setCategory(java.lang.String category) {
return this;
}

/**
* Description of the finding category.
* @return value or {@code null} for none
*/
public java.lang.String getDetails() {
return details;
}

/**
* Description of the finding category.
* @param details details or {@code null} for none
*/
public Finding setDetails(java.lang.String details) {
this.details = details;
return this;
}

/**
* Location (path and line) where the finding was detected.
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ public final class VulnerabilityNote extends com.google.api.client.json.GenericJ
@com.google.api.client.util.Key
private CVSSv3 cvssV3;

/**
* The full description of the v4 CVSS for this vulnerability.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private CVSS cvssV4;

/**
* CVSS version used to populate cvss_score and severity.
* The value may be {@code null}.
Expand Down Expand Up @@ -173,6 +180,23 @@ public VulnerabilityNote setCvssV3(CVSSv3 cvssV3) {
return this;
}

/**
* The full description of the v4 CVSS for this vulnerability.
* @return value or {@code null} for none
*/
public CVSS getCvssV4() {
return cvssV4;
}

/**
* The full description of the v4 CVSS for this vulnerability.
* @param cvssV4 cvssV4 or {@code null} for none
*/
public VulnerabilityNote setCvssV4(CVSS cvssV4) {
this.cvssV4 = cvssV4;
return this;
}

/**
* CVSS version used to populate cvss_score and severity.
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ public final class VulnerabilityOccurrence extends com.google.api.client.json.Ge
@com.google.api.client.util.Key
private CVSS cvssV2;

/**
* The cvss v4 score for the vulnerability.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private CVSS cvssV4;

/**
* Output only. CVSS version used to populate cvss_score and severity.
* The value may be {@code null}.
Expand Down Expand Up @@ -190,6 +197,23 @@ public VulnerabilityOccurrence setCvssV2(CVSS cvssV2) {
return this;
}

/**
* The cvss v4 score for the vulnerability.
* @return value or {@code null} for none
*/
public CVSS getCvssV4() {
return cvssV4;
}

/**
* The cvss v4 score for the vulnerability.
* @param cvssV4 cvssV4 or {@code null} for none
*/
public VulnerabilityOccurrence setCvssV4(CVSS cvssV4) {
this.cvssV4 = cvssV4;
return this;
}

/**
* Output only. CVSS version used to populate cvss_score and severity.
* @return value or {@code null} for none
Expand Down
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-containeranalysis</artifactId>
<version>v1-rev20260521-2.0.0</version>
<name>Container Analysis API v1-rev20260521-2.0.0</name>
<version>v1-rev20260610-2.0.0</version>
<name>Container Analysis API v1-rev20260610-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-containeranalysis/v1/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-containeranalysis</artifactId>
<version>v1-rev20260521-2.0.0</version>
<version>v1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260521-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260610-2.0.0'
}
```

Expand Down
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-containeranalysis</artifactId>
<version>v1alpha1-rev20260505-2.0.0</version>
<version>v1alpha1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20260505-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20260610-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ public final class Finding extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String category;

/**
* Optional. Description of the finding category.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String details;

/**
* Optional. Location (path and line) where the finding was detected.
* The value may be {@code null}.
Expand Down Expand Up @@ -75,6 +82,23 @@ public Finding setCategory(java.lang.String category) {
return this;
}

/**
* Optional. Description of the finding category.
* @return value or {@code null} for none
*/
public java.lang.String getDetails() {
return details;
}

/**
* Optional. Description of the finding category.
* @param details details or {@code null} for none
*/
public Finding setDetails(java.lang.String details) {
this.details = details;
return this;
}

/**
* Optional. Location (path and line) where the finding was detected.
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ public final class VulnerabilityDetails extends com.google.api.client.json.Gener
@com.google.api.client.util.Key
private CVSS cvssV3;

/**
* Optional. The CVSS v4 score of this vulnerability.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private CVSS cvssV4;

/**
* Output only. CVSS version used to populate cvss_score and severity.
* The value may be {@code null}.
Expand Down Expand Up @@ -177,6 +184,23 @@ public VulnerabilityDetails setCvssV3(CVSS cvssV3) {
return this;
}

/**
* Optional. The CVSS v4 score of this vulnerability.
* @return value or {@code null} for none
*/
public CVSS getCvssV4() {
return cvssV4;
}

/**
* Optional. The CVSS v4 score of this vulnerability.
* @param cvssV4 cvssV4 or {@code null} for none
*/
public VulnerabilityDetails setCvssV4(CVSS cvssV4) {
this.cvssV4 = cvssV4;
return this;
}

/**
* Output only. CVSS version used to populate cvss_score and severity.
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ public final class VulnerabilityType extends com.google.api.client.json.GenericJ
@com.google.api.client.util.Key
private CVSS cvssV2;

/**
* Optional. The full description of the CVSS for version 4.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private CVSS cvssV4;

/**
* CVSS version used to populate cvss_score and severity.
* The value may be {@code null}.
Expand Down Expand Up @@ -137,6 +144,23 @@ public VulnerabilityType setCvssV2(CVSS cvssV2) {
return this;
}

/**
* Optional. The full description of the CVSS for version 4.
* @return value or {@code null} for none
*/
public CVSS getCvssV4() {
return cvssV4;
}

/**
* Optional. The full description of the CVSS for version 4.
* @param cvssV4 cvssV4 or {@code null} for none
*/
public VulnerabilityType setCvssV4(CVSS cvssV4) {
this.cvssV4 = cvssV4;
return this;
}

/**
* CVSS version used to populate cvss_score and severity.
* @return value or {@code null} for none
Expand Down
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-containeranalysis</artifactId>
<version>v1alpha1-rev20260505-2.0.0</version>
<name>Container Analysis API v1alpha1-rev20260505-2.0.0</name>
<version>v1alpha1-rev20260610-2.0.0</version>
<name>Container Analysis API v1alpha1-rev20260610-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
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-containeranalysis</artifactId>
<version>v1alpha1-rev20260505-2.0.0</version>
<version>v1alpha1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20260505-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1alpha1-rev20260610-2.0.0'
}
```

Expand Down
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-containeranalysis</artifactId>
<version>v1beta1-rev20260521-2.0.0</version>
<version>v1beta1-rev20260610-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20260521-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20260610-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ public final class Finding extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String category;

/**
* Description of the finding category.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String details;

/**
* Location (path and line) where the finding was detected.
* The value may be {@code null}.
Expand Down Expand Up @@ -75,6 +82,23 @@ public Finding setCategory(java.lang.String category) {
return this;
}

/**
* Description of the finding category.
* @return value or {@code null} for none
*/
public java.lang.String getDetails() {
return details;
}

/**
* Description of the finding category.
* @param details details or {@code null} for none
*/
public Finding setDetails(java.lang.String details) {
this.details = details;
return this;
}

/**
* Location (path and line) where the finding was detected.
* @return value or {@code null} for none
Expand Down
Loading
Loading