Skip to content

Commit f2e90ed

Browse files
1 parent 59d656c commit f2e90ed

File tree

12 files changed

+26
-28
lines changed

12 files changed

+26
-28
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-rev20250217-2.0.0</version>
25+
<version>v1-rev20250321-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-rev20250217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ondemandscanning:v1-rev20250321-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class BinarySourceInfo extends com.google.api.client.json.GenericJs
3434
* The binary package. This is significant when the source is different than the binary itself.
3535
* Historically if they've differed, we've stored the name of the source and its version in the
3636
* package/version fields, but we should also store the binary package info, as that's what's
37-
* actually installed. See b/175908657#comment15.
37+
* actually installed.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -54,7 +54,7 @@ public final class BinarySourceInfo extends com.google.api.client.json.GenericJs
5454
* The binary package. This is significant when the source is different than the binary itself.
5555
* Historically if they've differed, we've stored the name of the source and its version in the
5656
* package/version fields, but we should also store the binary package info, as that's what's
57-
* actually installed. See b/175908657#comment15.
57+
* actually installed.
5858
* @return value or {@code null} for none
5959
*/
6060
public PackageVersion getBinaryVersion() {
@@ -65,7 +65,7 @@ public PackageVersion getBinaryVersion() {
6565
* The binary package. This is significant when the source is different than the binary itself.
6666
* Historically if they've differed, we've stored the name of the source and its version in the
6767
* package/version fields, but we should also store the binary package info, as that's what's
68-
* actually installed. See b/175908657#comment15.
68+
* actually installed.
6969
* @param binaryVersion binaryVersion or {@code null} for none
7070
*/
7171
public BinarySourceInfo setBinaryVersion(PackageVersion binaryVersion) {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
package com.google.api.services.ondemandscanning.v1.model;
1818

1919
/**
20-
* Details about the layer a package was found in. This should be the same as the LayerDetails
21-
* message in google3/third_party/scalibr/binary/proto/scan_result.proto.
20+
* Details about the layer a package was found in.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the On-Demand Scanning API. For a detailed explanation

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public final class PackageData extends com.google.api.client.json.GenericJson {
153153
private java.lang.String packageType;
154154

155155
/**
156-
* CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning
156+
* CVEs that this package is no longer vulnerable to
157157
* The value may be {@code null}.
158158
*/
159159
@com.google.api.client.util.Key
@@ -430,15 +430,15 @@ public PackageData setPackageType(java.lang.String packageType) {
430430
}
431431

432432
/**
433-
* CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning
433+
* CVEs that this package is no longer vulnerable to
434434
* @return value or {@code null} for none
435435
*/
436436
public java.util.List<java.lang.String> getPatchedCve() {
437437
return patchedCve;
438438
}
439439

440440
/**
441-
* CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning
441+
* CVEs that this package is no longer vulnerable to
442442
* @param patchedCve patchedCve or {@code null} for none
443443
*/
444444
public PackageData setPatchedCve(java.util.List<java.lang.String> patchedCve) {

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-rev20250217-2.0.0</version>
12-
<name>On-Demand Scanning API v1-rev20250217-2.0.0</name>
11+
<version>v1-rev20250321-2.0.0</version>
12+
<name>On-Demand Scanning API v1-rev20250321-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-rev20250217-2.0.0</version>
25+
<version>v1-rev20250321-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-rev20250217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ondemandscanning:v1-rev20250321-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-rev20250217-2.0.0</version>
25+
<version>v1beta1-rev20250321-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-rev20250217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ondemandscanning:v1beta1-rev20250321-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class BinarySourceInfo extends com.google.api.client.json.GenericJs
3434
* The binary package. This is significant when the source is different than the binary itself.
3535
* Historically if they've differed, we've stored the name of the source and its version in the
3636
* package/version fields, but we should also store the binary package info, as that's what's
37-
* actually installed. See b/175908657#comment15.
37+
* actually installed.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -54,7 +54,7 @@ public final class BinarySourceInfo extends com.google.api.client.json.GenericJs
5454
* The binary package. This is significant when the source is different than the binary itself.
5555
* Historically if they've differed, we've stored the name of the source and its version in the
5656
* package/version fields, but we should also store the binary package info, as that's what's
57-
* actually installed. See b/175908657#comment15.
57+
* actually installed.
5858
* @return value or {@code null} for none
5959
*/
6060
public PackageVersion getBinaryVersion() {
@@ -65,7 +65,7 @@ public PackageVersion getBinaryVersion() {
6565
* The binary package. This is significant when the source is different than the binary itself.
6666
* Historically if they've differed, we've stored the name of the source and its version in the
6767
* package/version fields, but we should also store the binary package info, as that's what's
68-
* actually installed. See b/175908657#comment15.
68+
* actually installed.
6969
* @param binaryVersion binaryVersion or {@code null} for none
7070
*/
7171
public BinarySourceInfo setBinaryVersion(PackageVersion binaryVersion) {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
package com.google.api.services.ondemandscanning.v1beta1.model;
1818

1919
/**
20-
* Details about the layer a package was found in. This should be the same as the LayerDetails
21-
* message in google3/third_party/scalibr/binary/proto/scan_result.proto.
20+
* Details about the layer a package was found in.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the On-Demand Scanning API. For a detailed explanation

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public final class PackageData extends com.google.api.client.json.GenericJson {
153153
private java.lang.String packageType;
154154

155155
/**
156-
* CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning
156+
* CVEs that this package is no longer vulnerable to
157157
* The value may be {@code null}.
158158
*/
159159
@com.google.api.client.util.Key
@@ -430,15 +430,15 @@ public PackageData setPackageType(java.lang.String packageType) {
430430
}
431431

432432
/**
433-
* CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning
433+
* CVEs that this package is no longer vulnerable to
434434
* @return value or {@code null} for none
435435
*/
436436
public java.util.List<java.lang.String> getPatchedCve() {
437437
return patchedCve;
438438
}
439439

440440
/**
441-
* CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning
441+
* CVEs that this package is no longer vulnerable to
442442
* @param patchedCve patchedCve or {@code null} for none
443443
*/
444444
public PackageData setPatchedCve(java.util.List<java.lang.String> patchedCve) {

0 commit comments

Comments
 (0)