Skip to content

Commit 08e506c

Browse files
chore: regenerate ondemandscanning client
1 parent 5ec85f7 commit 08e506c

File tree

8 files changed

+60
-12
lines changed

8 files changed

+60
-12
lines changed

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

clients/google-api-services-ondemandscanning/v1/2.0.0/com/google/api/services/ondemandscanning/v1/model/DiscoveryOccurrence.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ public final class DiscoveryOccurrence extends com.google.api.client.json.Generi
9494
@com.google.api.client.util.Key
9595
private String lastScanTime;
9696

97+
/**
98+
* The last time vulnerability scan results changed.
99+
* The value may be {@code null}.
100+
*/
101+
@com.google.api.client.util.Key
102+
private String lastVulnerabilityUpdateTime;
103+
97104
/**
98105
* The status of an SBOM generation.
99106
* The value may be {@code null}.
@@ -256,6 +263,23 @@ public DiscoveryOccurrence setLastScanTime(String lastScanTime) {
256263
return this;
257264
}
258265

266+
/**
267+
* The last time vulnerability scan results changed.
268+
* @return value or {@code null} for none
269+
*/
270+
public String getLastVulnerabilityUpdateTime() {
271+
return lastVulnerabilityUpdateTime;
272+
}
273+
274+
/**
275+
* The last time vulnerability scan results changed.
276+
* @param lastVulnerabilityUpdateTime lastVulnerabilityUpdateTime or {@code null} for none
277+
*/
278+
public DiscoveryOccurrence setLastVulnerabilityUpdateTime(String lastVulnerabilityUpdateTime) {
279+
this.lastVulnerabilityUpdateTime = lastVulnerabilityUpdateTime;
280+
return this;
281+
}
282+
259283
/**
260284
* The status of an SBOM generation.
261285
* @return value or {@code null} for none

clients/google-api-services-ondemandscanning/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-ondemandscanning</artifactId>
11-
<version>v1-rev20251208-2.0.0</version>
12-
<name>On-Demand Scanning API v1-rev20251208-2.0.0</name>
11+
<version>v1-rev20260126-2.0.0</version>
12+
<name>On-Demand Scanning API v1-rev20260126-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

clients/google-api-services-ondemandscanning/v1beta1/2.0.0/com/google/api/services/ondemandscanning/v1beta1/model/DiscoveryOccurrence.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ public final class DiscoveryOccurrence extends com.google.api.client.json.Generi
9494
@com.google.api.client.util.Key
9595
private String lastScanTime;
9696

97+
/**
98+
* The last time vulnerability scan results changed.
99+
* The value may be {@code null}.
100+
*/
101+
@com.google.api.client.util.Key
102+
private String lastVulnerabilityUpdateTime;
103+
97104
/**
98105
* The status of an SBOM generation.
99106
* The value may be {@code null}.
@@ -256,6 +263,23 @@ public DiscoveryOccurrence setLastScanTime(String lastScanTime) {
256263
return this;
257264
}
258265

266+
/**
267+
* The last time vulnerability scan results changed.
268+
* @return value or {@code null} for none
269+
*/
270+
public String getLastVulnerabilityUpdateTime() {
271+
return lastVulnerabilityUpdateTime;
272+
}
273+
274+
/**
275+
* The last time vulnerability scan results changed.
276+
* @param lastVulnerabilityUpdateTime lastVulnerabilityUpdateTime or {@code null} for none
277+
*/
278+
public DiscoveryOccurrence setLastVulnerabilityUpdateTime(String lastVulnerabilityUpdateTime) {
279+
this.lastVulnerabilityUpdateTime = lastVulnerabilityUpdateTime;
280+
return this;
281+
}
282+
259283
/**
260284
* The status of an SBOM generation.
261285
* @return value or {@code null} for none

clients/google-api-services-ondemandscanning/v1beta1/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-ondemandscanning</artifactId>
11-
<version>v1beta1-rev20251208-2.0.0</version>
12-
<name>On-Demand Scanning API v1beta1-rev20251208-2.0.0</name>
11+
<version>v1beta1-rev20260126-2.0.0</version>
12+
<name>On-Demand Scanning API v1beta1-rev20260126-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)