Skip to content

Commit cdd6044

Browse files
1 parent b52ca37 commit cdd6044

File tree

10 files changed

+12
-290
lines changed

10 files changed

+12
-290
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-rev20240624-2.0.0</version>
25+
<version>v1-rev20240709-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-rev20240624-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ondemandscanning:v1-rev20240709-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: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ public final class DiscoveryOccurrence extends com.google.api.client.json.Generi
9494
@com.google.api.client.util.Key
9595
private SBOMStatus sbomStatus;
9696

97-
/**
98-
* The status of an vulnerability attestation generation.
99-
* The value may be {@code null}.
100-
*/
101-
@com.google.api.client.util.Key
102-
private VulnerabilityAttestation vulnerabilityAttestation;
103-
10497
/**
10598
* @return value or {@code null} for none
10699
*/
@@ -256,23 +249,6 @@ public DiscoveryOccurrence setSbomStatus(SBOMStatus sbomStatus) {
256249
return this;
257250
}
258251

259-
/**
260-
* The status of an vulnerability attestation generation.
261-
* @return value or {@code null} for none
262-
*/
263-
public VulnerabilityAttestation getVulnerabilityAttestation() {
264-
return vulnerabilityAttestation;
265-
}
266-
267-
/**
268-
* The status of an vulnerability attestation generation.
269-
* @param vulnerabilityAttestation vulnerabilityAttestation or {@code null} for none
270-
*/
271-
public DiscoveryOccurrence setVulnerabilityAttestation(VulnerabilityAttestation vulnerabilityAttestation) {
272-
this.vulnerabilityAttestation = vulnerabilityAttestation;
273-
return this;
274-
}
275-
276252
@Override
277253
public DiscoveryOccurrence set(String fieldName, Object value) {
278254
return (DiscoveryOccurrence) super.set(fieldName, value);

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

Lines changed: 0 additions & 115 deletions
This file was deleted.

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-rev20240624-2.0.0</version>
12-
<name>On-Demand Scanning API v1-rev20240624-2.0.0</name>
11+
<version>v1-rev20240709-2.0.0</version>
12+
<name>On-Demand Scanning API v1-rev20240709-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-rev20240624-2.0.0</version>
25+
<version>v1-rev20240709-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-rev20240624-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ondemandscanning:v1-rev20240709-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-rev20240624-2.0.0</version>
25+
<version>v1beta1-rev20240709-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-rev20240624-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ondemandscanning:v1beta1-rev20240709-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: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ public final class DiscoveryOccurrence extends com.google.api.client.json.Generi
9494
@com.google.api.client.util.Key
9595
private SBOMStatus sbomStatus;
9696

97-
/**
98-
* The status of an vulnerability attestation generation.
99-
* The value may be {@code null}.
100-
*/
101-
@com.google.api.client.util.Key
102-
private VulnerabilityAttestation vulnerabilityAttestation;
103-
10497
/**
10598
* @return value or {@code null} for none
10699
*/
@@ -256,23 +249,6 @@ public DiscoveryOccurrence setSbomStatus(SBOMStatus sbomStatus) {
256249
return this;
257250
}
258251

259-
/**
260-
* The status of an vulnerability attestation generation.
261-
* @return value or {@code null} for none
262-
*/
263-
public VulnerabilityAttestation getVulnerabilityAttestation() {
264-
return vulnerabilityAttestation;
265-
}
266-
267-
/**
268-
* The status of an vulnerability attestation generation.
269-
* @param vulnerabilityAttestation vulnerabilityAttestation or {@code null} for none
270-
*/
271-
public DiscoveryOccurrence setVulnerabilityAttestation(VulnerabilityAttestation vulnerabilityAttestation) {
272-
this.vulnerabilityAttestation = vulnerabilityAttestation;
273-
return this;
274-
}
275-
276252
@Override
277253
public DiscoveryOccurrence set(String fieldName, Object value) {
278254
return (DiscoveryOccurrence) super.set(fieldName, value);

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

Lines changed: 0 additions & 115 deletions
This file was deleted.

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-rev20240624-2.0.0</version>
12-
<name>On-Demand Scanning API v1beta1-rev20240624-2.0.0</name>
11+
<version>v1beta1-rev20240709-2.0.0</version>
12+
<name>On-Demand Scanning API v1beta1-rev20240709-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)